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