<?
   if ( isset($_GET["TYP"]) ){
     $typ = $_GET["TYP"];
   }else{
     $typ = "sky";
   }
   if ( isset($_GET["LOC"]) ){
     $user_location = $_GET["LOC"];
   }else{
     $user_location = "UK";
   }

   srand((double)microtime()*1000000);
   $wb_rotation20 = rand()%20;
    
   if ( $typ == "sky" ){
   
     if ( $user_location != "UK" ){
       if ( $wb_rotation20 < 20 ){
         $_newheader = "Location: /wb/sky_euroclick.htm";
       }else{
         $_newheader = "Location: /wb/sky_google.htm";
       }
       header($_newheader);
     }else{
       if ( $wb_rotation20 < 0 ){
         $_newheader = "Location: /wb/sky_adlink.htm";
         header($_newheader);
//       }else if ( $wb_rotation20 < 3 ){
//         $_newheader = "Location: /wb/sky_google.htm";
//         header($_newheader);
       }else{
//         if ( $user_location == "UK" ){
//           $_newheader = "Location: /wb/sky_otp.htm";
//           header($_newheader);
//         }else if ( $wb_rotation20 < 10 ){
//         if ( $wb_rotation20 < 10 ){
//           $_newheader = "Location: /wb/sky_miva.htm";
//           header($_newheader);
//         }else{
           $_newheader = "Location: /wb/sky_otp.htm";
           header($_newheader);
//         }
       }
     }

   }
   
   if ( $typ == "js" ){
     echo "user_location = '" . $object->countrySHORT . "';";
   }

?>
