// JavaScript Document
document.write('<object width="800" height="250">');
document.write('<param name="movie" value="home.swf">');
document.write('<param name="wmode" value="transparent">');
document.write('<embed src="swf/home.swf" wmode="transparent" type="application/x-shockwave-flash" width="800" height="250"></embed>');
document.write('</object>');
