function run_flash_banner() 
{ 
document.write('<object type="application/x-shockwave-flash" data="../images/banner.swf" width="232" height="354">\n'); 
document.write('<param name="movie" value="../images/banner.swf"><param name="wmode" value="transparent" />\n'); 
document.write('<embed src="../images/banner.swf" width="232" height="354" type="application/x-shockwave-flash" wmode="transparent">\n'); 
document.write('</embed>\n'); 
document.write('</object>\n'); 
} 
