//   MOBILE_URL = "http://mobile.interracialcougarsex.com";
MOBILE_URL = "http://feeds.videosz.com/spots/index.php?sid=161";


    
   // Do not edit below
   var WORDS = ["mobile", "blackberry", "j2me", "webos", "windows ce", "android", "nokia", "samsung", "LG", "palm", "PSP"];
   var WLEN = WORDS.length;
   for (var i = 0; i < WLEN; i++)
   {
               var re = new RegExp(WORDS[i], "i");
               if (re.exec(navigator.userAgent))
               {          
                           window.location = MOBILE_URL;
                           break;
               }
   }

