// JavaScript Document

// Browser Detect
<!--
browser_version= parseInt(navigator.appVersion);
browser_type = navigator.appName;

if (browser_type == "Microsoft Internet Explorer" && (browser_version >= 4)) {
document.write("<link rel='stylesheet' type='text/css' href='css/hf_IE.css' />
			    <link rel='stylesheet' type='text/css' href='css/shop.css' />");
}

else {
document.write("<link rel='stylesheet' type='text/css' href='css/hf.css' />
			    <link rel='stylesheet' type='text/css' href='css/shop.css' />");
}

// -->
