function output_flash_banner(imagetitle){
	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="600" height="130">');
	document.write('<param name="movie" value="/images/flash/printsystems.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="/images/flash/printsystems.swf" quality="high" width="600" height="130" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
	document.write('</embed>');
	document.write('<noembed>');
	document.write("<img src=\"/images/header.jpg\" width=\"600\" height=\"130\" border=\"0\" alt=\""+imagetitle+"\" />");
	document.write('</noembed>');
	document.write('</object>');
}

function output_flash_ticker(timestamp, htmlticker){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="220" height="170" style="margin:; padding: 0\">');
	document.write("<param name=\"movie\" value=\"/ticker/intro.php?"+timestamp+"\" />");
	document.write('<param name="quality" value="high" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write("<embed src=\"/ticker/intro.php?"+timestamp+"\" quality=\"high\" width=\"220\" height=\"170\" wmode=\"transparent\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\">");
	document.write('</embed>');
	document.write('<noembed>');
	document.write(htmlticker);
	document.write('</noembed>');
	document.write('</object>');
}