// JavaScript Document
function RunFlash() {
	document.write('<object type="application/x-shockwave-flash" data="banner.swf" width="892" height="200"										height="100%">\n');
    	document.write('<param name="movie" value="banner.swf">\n');   
    	document.write('</object>\n');
}
