// jsFlash.js

function show_flashbanner(){
	document.write ('<object type="application/x-shockwave-flash" data="/flash/index.swf" width="755" height="170">')
	document.write ('<param name="movie" value="/flash/index.swf"/>')
	document.write ('<param name="wmode" value="transparent"/>')
	document.write ('<img src="flash/images/001.jpg" alt="" />')
	document.write ('</object>')	
}
