browserCheck();


function browserCheck() {

if (navigator.userAgent.indexOf("MSIE 6.")>-1) {
//$("div#alertmsg").load("/tpl/obsolete.php");
document.location='/tpl/obsolete.php';

}


}

