IE='\v'=='v';

if (IE) {

	if (navigator.userAgent.indexOf("Mac_PowerPC") !=-1){
	 	document.write("<link rel=\"stylesheet\" href=\"../../css/mac_ie5.css\" type=\"text/css\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"../../php/nucleus/skins/hbk001/plus_mac_ie5.css\" />");
	}
	if(navigator.userAgent.indexOf("MSIE 6") !=-1){
	 	document.write("<link rel=\"stylesheet\" href=\"../../css/windows_ie.css\" type=\"text/css\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"../../php/nucleus/skins/hbk001/plus_windows_ie.css\" />");
	}
	if(navigator.userAgent.indexOf("MSIE 7") !=-1){
	 	document.write("<link rel=\"stylesheet\" href=\"../../css/windows_ie7.css\" type=\"text/css\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"../../php/nucleus/skins/hbk001/plus_windows_ie7.css\" />");
	}


} 