// JavaScript Document
function RunFooTop()
{
    document.write('<object type="application/x-shockwave-flash" data="images/top.swf" width="800" height="93" tabindex="-1">\n');
    document.write('<param name="movie" value="images/top.swf">\n');
    document.write('<param name="quality" value="high">\n');
    document.write('</object>\n');
}


