// browser css check

var name = navigator.appName
var browserVer=parseInt(navigator.appVersion); 
 if (name == "Microsoft Internet Explorer" && browserVer>=7)
document.write('<link rel="StyleSheet" href="http://www.inchhosting.co.uk/templates/ihost/css/template_css.css" TYPE="text/css"><link rel="StyleSheet" href="http://www.inchhosting.co.uk/templates/ihost/css/ietemplate_css.css" TYPE="text/css">');
else
document.write('<link rel="StyleSheet" href="http://www.inchhosting.co.uk/templates/ihost/css/template_css.css" TYPE="text/css">');


