OS='';
detect = navigator.userAgent.toLowerCase();

function checkIt(s) {place = detect.indexOf(s) + 1;return place;}
function sniff() {
	document.getElementById("noshow").style.visibility='hidden';
}

