// JavaScript Document
function newsite3(section) {
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH="740" HEIGHT="600" id="header" ALIGN="top" VIEWASTEXT>');
		document.write('<PARAM NAME=movie VALUE="newsite3.swf">');
		document.write('<PARAM NAME=quality VALUE="high">');
		document.write('<param name="wmode" value="transparent">');
		document.write('<EMBED src="newsite3.swf" quality=high bgcolor=#002200 WIDTH="740" HEIGHT="600" NAME="index-area" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
	document.write('</object>');
}
