﻿// JavaScript Document
function RunSplash()
{
    document.write(' <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" id="MV_06-FlashComp" width="740" height="300" align="middle">\n');
    document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
	document.write('<param name="movie" value="images/homepage.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<embed src="images/homepage.swf" quality="high" width="740" height="300 align="middle" allowScriptAccess="sameDomain" img src="images/noflash.gif" width="400" height="75" alt="you need to install flash to view the Flash content."  type="application/x-shockwave-flash"  /> \n');
    document.write('</object>\n');
}