// 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="images/columbiaCPchoice.swf" width="650" height="470" id="Columbia">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="movie" value="images/columbiaCPchoice.swf" />');
	document.write('<param name="wmode" value="transparent" />');
	
	document.write('<div align="center"><img src="noflash.jpg" alt="No Flash" width="649" height="470" border="0" usemap="#Map" />');
	document.write('<map name="Map" id="Map">');
	document.write('<area shape="rect" coords="53,362,607,401" href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank" alt="Get Flash" /><area shape="rect" coords="25,441,115,464" href="http://www.ccis.edu/day/prospective/" target="_blank" alt="Admissions" /><area shape="rect" coords="146,441,346,463" href="http://www.ccis.edu/day/apply/request.asp" target="_blank" alt="Request More Information" />');
	document.write('<area shape="rect" coords="377,441,509,464" href="http://www.ccis.edu/day/prospective/visiting.asp" target="_blank" alt="Schedule A Visit" /><area shape="rect" coords="539,440,625,464" href="https://www.ccis.edu/day/apply/day_app.asp" target="_blank" alt="Apply Now" />');
	document.write('</map></div>');	
	
	document.write('');
	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=7,0,0,0" width="650" height="470" id="Columbia" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="movie" value="images/columbiaCPchoice.swf" />');
	document.write('<param name="wmode" value="transparent" />');
	
	document.write('<div align="center"><img src="noflash.jpg" alt="No Flash" width="649" height="470" border="0" usemap="#Map" />');
	document.write('<map name="Map" id="Map">');
	document.write('<area shape="rect" coords="53,362,607,401" href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank" alt="Get Flash" /><area shape="rect" coords="25,441,115,464" href="http://www.ccis.edu/day/prospective/" target="_blank" alt="Admissions" /><area shape="rect" coords="146,441,346,463" href="http://www.ccis.edu/day/apply/request.asp" target="_blank" alt="Request More Information" />');
	document.write('<area shape="rect" coords="377,441,509,464" href="http://www.ccis.edu/day/prospective/visiting.asp" target="_blank" alt="Schedule A Visit" /><area shape="rect" coords="539,440,625,464" href="https://www.ccis.edu/day/apply/day_app.asp" target="_blank" alt="Apply Now" />');
	document.write('</map></div>');		
	
	document.write('');	
	document.write('</object>');	
	document.write('<![endif]-->');	
}
else
{
	document.write('<div align="center"><img src="noflash.jpg" alt="No Flash" width="649" height="470" border="0" usemap="#Map" />');
	document.write('<map name="Map" id="Map">');
	document.write('<area shape="rect" coords="53,362,607,401" href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank" alt="Get Flash" /><area shape="rect" coords="25,441,115,464" href="http://www.ccis.edu/day/prospective/" target="_blank" alt="Admissions" /><area shape="rect" coords="146,441,346,463" href="http://www.ccis.edu/day/apply/request.asp" target="_blank" alt="Request More Information" />');
	document.write('<area shape="rect" coords="377,441,509,464" href="http://www.ccis.edu/day/prospective/visiting.asp" target="_blank" alt="Schedule A Visit" /><area shape="rect" coords="539,440,625,464" href="https://www.ccis.edu/day/apply/day_app.asp" target="_blank" alt="Apply Now" />');
	document.write('</map></div>');
}