window.onload = function (){
 function d(){
    var q= document.documentElement.clientWidth;
	var c = document.body.clientWidth;
	if (q <= 1074){document.body.style.width="1056";}
	else {document.body.style.width = "";
	}
	a.style.width = (c-558)+'px';
}
var a = document.getElementById("center");
window.onresize =d;
d();
setTimeout("blink()", msecs); //homepage
}
