function writeGallery(){
	str="<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='750' height='497'>";
	str+="<param name='allowFullScreen' value='true'></param>";
	str+="<param name='movie' value='gallery/gallery.swf'></param>";
	str+="<param name='BGCOLOR' value='#000000'></param>";
	str+="<param name='quality' value='best'></param>";
	str+="<param name='FlashVars' value='xmlFile=gallery/gallery.xml'></param>";
	str+="<embed src='gallery/gallery.swf' FlashVars='xmlFile=gallery/gallery.xml' quality='best' scale='noscale' width='750' height='497' allowFullScreen='true' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />";
	str+="</object>";
	document.write(str);
}
