
function CreateObject_new(){
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH="800" HEIGHT="210">');
	document.write('<PARAM NAME=movie VALUE="new.swf">');
	document.write('<PARAM NAME=menu VALUE=false>');
	document.write('<PARAM NAME=quality VALUE=high>');
	document.write('<PARAM NAME=bgcolor VALUE=#FFFFFF>');
	document.write('<EMBED src="new.swf" menu=false quality=high bgcolor=#FFFFFF WIDTH="800" HEIGHT="210" TYPE="application/x-shockwave-flash"></EMBED>');
	document.write('</OBJECT>');
}

function CreateObject_home(){
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH="716" HEIGHT="233">');
	document.write('<PARAM NAME=movie VALUE="home.swf">');
	document.write('<PARAM NAME=quality VALUE=high>');
	document.write('<PARAM NAME=bgcolor VALUE=#D3E6CE>');
	document.write('<EMBED src="home.swf" quality=high bgcolor=#D3E6CE WIDTH="716" HEIGHT="233" TYPE="application/x-shockwave-flash"></EMBED>');
	document.write('</OBJECT>');
}