<!--//--><![CDATA[//><!--
function checkBrowser() {

		new Ajax.Request('lib/static_ajax_handler.php', { method:'get', parameters: {ajaxOK: '1'}, onSuccess: function(){window.location.href = '/';}});

}

document.onload = checkBrowser();
//--><!]]>