var ShockMode = 0;
// Internet Explorer
if (navigator.appName.indexOf('Microsoft') != -1){
	var ieYES = 1;
// Write in the object create stuff for Flash 3 (We're doing nothing that wouldn't be supported by Flash 3)
	document.write('<SCRIPT LANGUAGE=VBScript\> \n');
	document.write('on error resume next \n');
	document.write('ShockMode = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.3")))\n');
	document.write('</SCRIPT\> \n');
}
// Netscape
if (navigator.appName.indexOf('Netscape') != -1){
	var nsYES = 1;
}

function insertMovieIndexHome() {
if ( nsYES ){
var flashCool = navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin;
if ( flashCool ) {
	// NS write flash
	document.write('<script type="text/javascript">\n');
	document.write('AC_FL_RunContent( \'codebase\',\'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0\',\'width\',\'607\',\'height\',\'290\',\'src\',\'homeAni022012\',\'quality\',\'high\',\'pluginspage\',\'http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\',\'bgcolor\',\'#000000\',\'movie\',\'homeAni022012\' ); //end AC code\n');
	document.write('</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="607" height="290">\n');
	document.write('  <param name="movie" value="homeAni022012.swf">\n');
	document.write('  <param name="quality" value="high"><param name="BGCOLOR" value="#000000">\n');
	document.write('  <embed src="homeAni022012.swf" width="607" height="290" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" bgcolor="#000000"></embed>\n');
	document.write('</object></noscript>\n');
	}
	else {
	// NS send to nonflash
	document.write('<img src="/indexhome.jpg" width="607" height="302" border="0"><br><a href="https://extranet.dealercentric.com/app-templates/LoanApplication/QuickApplication.aspx?AssociateID=2367&amp;AssociateTypeID=4000&amp;htm=1" target="_blank"><img src="/indexhome02.jpg" width="607" height="123" border="0"></a>');
	}
}
if ( ieYES ){
	if ( ShockMode ){
	// IE write flash
	document.write('<script type="text/javascript">\n');
	document.write('AC_FL_RunContent( \'codebase\',\'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0\',\'width\',\'607\',\'height\',\'290\',\'src\',\'homeAni022012\',\'quality\',\'high\',\'pluginspage\',\'http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\',\'bgcolor\',\'#000000\',\'movie\',\'homeAni022012\' ); //end AC code\n');
	document.write('</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="607" height="290">\n');
	document.write('  <param name="movie" value="homeAni022012.swf">\n');
	document.write('  <param name="quality" value="high"><param name="BGCOLOR" value="#000000">\n');
	document.write('  <embed src="homeAni022012.swf" width="607" height="290" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" bgcolor="#000000"></embed>\n');
	document.write('</object></noscript>\n');
	}
	else {
	// IE send to nonflash
	document.write('<img src="/indexhome.jpg" width="607" height="302" border="0"><br><a href="https://extranet.dealercentric.com/app-templates/LoanApplication/QuickApplication.aspx?AssociateID=2367&amp;AssociateTypeID=4000&amp;htm=1" target="_blank"><img src="/indexhome02.jpg" width="607" height="123" border="0"></a>');
	}
}
}
