function Logo()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="68%" height="75%">');
	document.write('<param name="movie" value="images/Logo.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="LOOP" value="false">');
	document.write('<param name="width" value="65%">');
	document.write('<param name="height" value="75%">');
	document.write('<embed src="images/Logo.swf" loop="false" quality="high" width="65%" height="75%" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>');
	document.write('</object>');

}


