function setSize() {
document.getElementById("isitewin").width = (screen.width-1024)/2+770;
}
function newR(id)
{
	self.location.href = "http://www.shopping-bestbuy.com/visit.cfm?vid=" + id;
}
function begR(id)
{
	setTimeout("newR(" + id + ")",1000);
}