var currentURL = window.location.href;
var GW1URL = "http://www.computimewebstore.com/ProductInfo.aspx?productid=GW-Z-T-S460-HSB";
var GW2URL = "http://www.computimewebstore.com/ProductInfo.aspx?productid=GW-Z-T-S461-HSB";
	
	if (currentURL == GW1URL ) {
document.write('<link rel="stylesheet" type="text/css" href="http://www.computimewebstore.com/GWFIX.css">');
		}
	if (currentURL == GW2URL ) {
document.write('<link rel="stylesheet" type="text/css" href="http://www.computimewebstore.com/GWFIX.css">');
		}