<!--
function RunAC()
{
    document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="758" HEIGHT="246" id="main" ALIGN="top">');
    document.write('<PARAM NAME=movie VALUE="home7.swf">');
	document.write('<PARAM NAME=quality VALUE=best>');
	document.write('<PARAM NAME=scale VALUE=noscale>');
	document.write('<PARAM NAME=bgcolor VALUE=#33454B>');
	document.write('<EMBED src="home7.swf" quality=best scale=noscale bgcolor=#33454B  WIDTH="758" HEIGHT="246" NAME="main" ALIGN="top" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
    document.write('</OBJECT>');
}
//-->