<!-- //hide script from old browsers
//var bd = new BrowserDetector(navigator.userAgent);
function changeLoc(URL){
	if (bd.platform.toLowerCase().search("win") >=0){
		location.href=URL;
	}
}
//end hiding script from old browsers  -->