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