document.cookie = 'ccTest=1';
if(document.cookie.indexOf('ccTest=1') == -1) {
	window.location='browserreq.asp';
}
