// JavaScript Document
// try to determine if we are using flash 10 or greater
if(flashversion <8){
	if(y.charAt(y.indexOf('.')-2) == 1){
		flashversion=y.charAt(y.indexOf('.')-2) + y.charAt(y.indexOf('.')-1);
	}
}
if ( flashversion >= 8 ) {
document.write('<!--[if !IE]><--> ');
document.write('<object type="application/x-shockwave-flash" data="flash/homepage4.swf" width="695" height="207">');
document.write('<param name="base" value="." />');
document.write('<param name="wmode" value="transparent" />');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="flash/homepage4.swf" />');
document.write('<a href="#"><img src="images/noFlash.jpg" alt="please install flash to view animated content on this page." /></a>');
document.write('</object>');
document.write('<!--><![endif]--> ');
document.write('<!--[if IE]> ');
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" wmode="transparent" width="695" height="207" id="HomeFlash">');
document.write('<param name="base" value="." />');
document.write('<param name="wmode" value="transparent" />');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="flash/homepage4.swf" />');
document.write('<a href="#"><img src="images/noFlash.jpg" alt="please install flash to view animated content on this page." /></a>');
document.write('</object>');
document.write('<![endif]--> ');
} else {
document.write('<a href="#"><img src="images/noFlash.jpg" alt="please install flash to view animated content on this page." /></a>');
}
