// JavaScript Document


if(navigator.appVersion.indexOf("MSIE 6") > 0){
	
	window.location = '/browser_expired.php';
	
}

