// Randomize the BUY NOW link - 5x weight to Gamelink (3rd link) // ************************************************************** $links = array( "http://clubjennadirect.com/?item=dvdjenna83", "http://www.clubjennashop.com/display_product.jhtml?id=295875&src=jen&ref=clubjen", "http://www.clubjennashop.com/display_product.jhtml?id=295875&src=jen&ref=clubjen" ); $randint = mt_rand(0, (count($links)+3) ); if ($randint > 2){ $randint = 2; } $url = $links[$randint]; ?>