// JavaScript Document
function RunEmbedHome()
{
    document.write('<object data="flash/flash-home.swf" type="application/x-shockwave-flash" name="home" width="194" height="302" id="flashhome">\n');
    document.write('<param name="movie" value="flash/flash-home.swf" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
    document.write('</object>\n');
}