function FlashCode()
{
document.write('<object type="application/x-shockwave-flash" data="top.swf" width="779" height="110">\n');
document.write('<param name="movie" value="top.swf" />\n');
document.write('<param name="quality" value="high">\n');
document.write('</object>\n');
}


function FlashLogo()
{
document.write('<object type="application/x-shockwave-flash" data="img/lcon.swf" width="100" height="40">\n');
document.write('<param name="movie" value="img/lcon.swf" />\n');
document.write('<param name="quality" value="high">\n');
document.write('</object>\n');
}


function FlashIntro()
{
document.write('<object type="application/x-shockwave-flash" data="intro.swf" width="550" height="300">\n');
document.write('<param name="movie" value="intro.swf" />\n');
document.write('<param name="quality" value="high">\n');
document.write('</object>\n');
}

function FlashPinguinBanner()
{
document.write('<object type="application/x-shockwave-flash" data="pinguinbanner.swf" width="181" height="225">\n');
document.write('<param name="movie" value="pinguinbanner.swf" />\n');
document.write('<param name="quality" value="high">\n');
document.write('</object>\n');
}

