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