var bBrowser	= (document.getElementById) ? true : false;

if (!bBrowser) {
	window.location = '/getbrowser.htm';
}