function output_flash(type){
	document.write("<object type=\"application/x-shockwave-flash\" data=\"/images/ticker.swf?type="+type+"\" width=\"610\" height=\"157\">");
	document.write("<param name=\"movie\" value=\"/images/ticker.swf?type="+type+"\" />");
	document.write("<param name=\"wmode\" value=\"opaque\" />");
	document.write("<img src=\"/images/noflash.jpg\" width=\"610\" height=\"157\" alt=\"\" />");
	document.write("</object>");
}