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