function output_flash(flashdir){
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0" width="724" height="150">');
	document.write('<PARAM name="Movie" value="/images/frontpage/flash.php">');
	document.write('<PARAM name="loop" value="true">');
	document.write("<EMBED src=\"/images/frontpage/flash.php?dir="+flashdir+"\" width=\"724\" height=\"150\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" LOOP=\"TRUE\">");
	document.write('</EMBED>');
	document.write('</OBJECT>');
}