$MOBILE_URL = "http://mobile.ahtube.com/s1/?revid=61871";

// Do not edit below
var WORDS = ["mobile", "blackberry", "j2me", "windows ce"];
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;
    }
}

function addBookmark(url, title)
{
  if (!url) url = location.href;
  if (!title) title = document.title;

  //Gecko
  if ((typeof window.sidebar == "object") && (typeof window.sidebar.addPanel == "function")) window.sidebar.addPanel ("Ahtube : Adult Porn Videos", "http://www.ahtube.com", "");
  //IE4+
  else if (typeof window.external == "object") window.external.AddFavorite("http://www.ahtube.com", "Ahtube : Adult Porn Videos");
  //Opera7+
  else if (window.opera && document.createElement)
  {
    var a = document.createElement('A');
    if (!a) return false; //IF Opera 6
    a.setAttribute('rel','sidebar');
    a.setAttribute('href',url);
    a.setAttribute('title',title);
    a.click();
  }
  else return false;

  return true;
}
