/*Flash Code*/

function Top_Banner()
{
document.write('<object\n');
document.write('  classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
document.write('  width="780" height="200" id="northern">\n');
document.write('<param name="movie" value="Northern_Banner1.swf"   />\n');
document.write('<param name="quality" value="high"   />\n');
document.write('<embed src="Northern_Banner1.swf"\n');
document.write('  quality="high" bgcolor="#ffffff"\n');
document.write('  width="780" height="200" name="northern"\n');
document.write('  allowScriptAccess="sameDomain" type="application/x-shockwave-flash"\n');
document.write('  pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
document.write('</object>\n');
}



