function output_flash_home(float){
	document.write("<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=\"550\" height=\"109\" class=\"homepageflash\""+float+">");
	document.write('<param name="movie" value="/images/homepage.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<param name="bgcolor" value="white" />');
	document.write('<embed src="/images/homepage.swf" quality="high" width="550" height="109" bgcolor="white" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
	document.write('</embed>');
	document.write('<noembed>');
	document.write('You need Flash for this movie: no vital content embedded');
	document.write('</noembed>');
	document.write('</object>');
}

function output_flash_ticker(top, time, textonly){
	document.write("<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=\"210\" height=\"109\" class=\"newsticker\""+top+">");
	document.write("<param name=\"movie\" value=\"/images/ticker.swf?t="+time+"\" />");
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="white" />');
	document.write("<embed src=\"/images/ticker.swf?t="+time+"\" quality=\"high\" width=\"210\" height=\"109\" bgcolor=\"white\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\">");
	document.write('</embed>');
	document.write('<noembed>');
	document.write(textonly);
	document.write('</noembed>');
	document.write('</object>');
}