﻿var version = navigator.appVersion;

if (version.indexOf('MSIE 6.0') != -1)
{
    document.write('<style type="text/css"><!-- .wait {background-image:none; height:325px;margin-left:-15px;} --></style>');
}