// userAgent remove scrollbars IE Only
if (window.clientInformation.userAgent.indexOf( "MSIE " ) > 0){
document.write('<body scroll="no">');
}