<?php

$fuid = $_GET['fuid'];


$url[0] = "http://twcdn.imtxwy.com/tw/pop-xj.htm?fuid=". $fuid;
$url[1] = "http://twcdn.imtxwy.com/tw/pop-xj.htm?fuid=". $fuid;
//$url[2] = "http://twcdn.imtxwy.com/tw/pop-bing3.htm?fuid=P3_". $fuid;
//echo $fuid;
//echo "<br/>";
//echo $url[0];
//die;

srand ((double)microtime()*1000000);
$randomnum = rand(0, count($url)-1);
header ("Location: $url[$randomnum]");
?>  

