function RunFoo()
{
    document.write('<object type="application/x-shockwave-flash" data="indexflash.swf" width="751" height="400">\n');
    document.write('<param name="movie" value="indexflash.swf" />\n');
    document.write('<param name="wmode" value="opaque" />\n');
    document.write('</object>\n');
}

function RunNYF()
{
    document.write('<object type="application/x-shockwave-flash" data="newyearflash.swf" width="350" height="75">\n');
    document.write('<param name="movie" value="newyearflash.swf" />\n');
    document.write('<param name="wmode" value="opaque" />\n');
    document.write('</object>\n');
}