\n');
}
if (ShockMode)
{
window.location.replace("./site.htm");
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.userAgent.indexOf("Windows 3.1")>=0 || navigator.userAgent.indexOf("Macintoch")>=0))
{
window.location.replace("./mac_ie.htm");
}
else
{
window.location.replace("./no_flash.htm");
}