
<!-- Begin FLASH HEADER

<!-- NOTE: If you use a ' add a slash before it like this \' -->

browser_version= parseInt(navigator.appVersion);
browser_type = navigator.appName;
if (browser_type == "Netscape") {
document.write("<TABLE cellpadding=0 cellspacing=0 border=0 width=100%><tr><td align=center>");
}

document.write('<a href="index.html" target="_parent">');
document.write('<!--text used in the movie-->');
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="600" height="225" id="homepage" align="middle">');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="homepage.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="wmode" value="transparent" />');
//document.write('<param name="bgcolor" value="#7E9865" />');
document.write('<embed src="homepage.swf" quality="high" wmode="transparent"  width="600" height="225" name="homepage" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object></a>');

browser_version= parseInt(navigator.appVersion);
browser_type = navigator.appName;
if (browser_type == "Netscape" && (browser_version <= 8)) {
document.write("</td></tr></table>");
}

//  End -->


