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