// JavaScript Document
function Reload()
{
var browser=navigator.appName;
if (browser=="Microsoft Internet Explorer")
 window.location.href = window.location.href
else{}	
}
window.onresize = Reload;

