
		buyList = $('buy');
		buyLink = buyList.getElementsByTagName("a")[0];
		buyLink.setAttribute("href","http://www.bestbuy.com/site/olspage.jsp?categoryid=pcmcat75600050004&id=1128337922546&skuid=7547648&type=product&ref=07&loc=03");
		buyLink.setAttribute("target","_blank");
		$('buy').addClassName('on');
		
	rentList = $('rent');
	rentLink = rentList.getElementsByTagName("a")[0];
	rentLink.setAttribute("href","http://www.gamefly.com/ads/a.asp?a=gamepro1");
	rentLink.setAttribute("target","_blank");
	rentLink.setAttribute("title","Rent Now");
	$('rent').addClassName('on');
