<!--
var axel = Math.random() + "";
var ord = axel * 1000000000000000000;
// This part of script alleviates a Netscape document.write bug 
NS4 = document.layers;
if (NS4) {origwidth = innerwidth;
origheight = innerheight;
}
function reDo() {
if (innerwidth != origwidth || innerheight != origheight) location.reload();
}
if (NS4) onresize = reDo;
//-->        
