msieStringLoc = navigator.userAgent.indexOf("MSIE");
if (msieStringLoc != -1)
{
    msieVersion = parseFloat(navigator.userAgent.substring(msieStringLoc+5));
    if (msieVersion < 7)
    {
        document.writeln("<center><table width=\"850px\"><tr><td>");
    }
}