// JavaScript Document

function insertVideoGallery()
{
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="237" height="303" id="video_gallery" align="middle">');
      document.write('<param name="movie" value="video_gallery.swf" />');
      document.write('<param name="quality" value="autohigh" />');
	  document.write('<param name="wmode" value="transparent" />');
      document.write('<embed src="video_gallery.swf" quality="autohigh" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="237" height="303" wmode="transparent"></embed>');
      document.write('</object>');
}