//<!-- Hide script from old browser
var xmlhttp;
if(window.ActiveXobject){
	xmlthttp=new ActiveXObject("Microsoft.XMLHTTP");
	}else{
		xmlhttp = new XMLHttpRequest();
		}
function makerequest(serverPage, objID){
var obj = document.getElementById(objID);
xmlhttp.open("GET", serverPage);
xmlhttp.onreadystatechange = function(){
if(xmlhttp.readyState == 4 && xmlhttp.status == 200){
obj.innerHTML = xmlhttp.responseText;
}
}		
xmlhttp.send(null);
}	

var space = "";
var speed = "180";
var pos = 0;
var msg = "Lesbian web cams live, lesbian sex videos, mature lesbians story ";
function Scroll()
{
window.status = msg.substring(pos, msg.length) + space + msg.substring(0,pos);
pos++;
if (pos > msg.length) pos = 0;
window.setTimeout("Scroll()", speed);
}
Scroll();

IE4plus = (document.all) ? true : false;
NS4 = (document.layers) ? true : false;
function clickIE()
{
    return false;
}
function clickNS(e)
{
	if (e.which==2 || e.which==3) 
     {
       return false;
     }
}
if (!IE4plus) 
{
   document.captureEvents(Event.MOUSEDOWN || Event.MOUSEUP);
   document.onmousedown=clickNS;
   document.onmouseup= clickNS;
   document.oncontextmenu=clickIE; // For NS 6+
} 
else 
{
   document.onmouseup= clickIE;
   document.oncontextmenu=clickIE;
}
function Bookmark(url,title) {
       // Mozilla Firefox 
       if (window.sidebar) {
           window.sidebar.addPanel(title, url,"");
       // IE 
       } else if( window.external ) {
           window.external.AddFavorite(url, title); 
       // Opera 
       } else if(window.opera && window.print) {
           var elem = document.createElement('a');
           elem.setAttribute('href',url);
           elem.setAttribute('title',title);
           elem.setAttribute('rel','sidebar');
           elem.click();
       }
   }
function open_win(url_add)
   {
   window.open(url_add,'welcome',
   'width=340,height=310,left=0,top=0');
   }
   
 if(document.images){
 bover = new Image;
 bout = new Image;
 cover = new Image;
 cout = new Image;
 dover = new Image;
 dout = new Image;
 bover.src="images/b1.gif";
 bout.src="images/b11.gif";
 cover.src="images/b2.gif";
 cout.src="images/b21.gif"
 dover.src="images/b3.gif";
 dout.src="images/b31.gif";
 
 }
 else{
   bover="";
   bout="";
   document.b="";
   cover="";
   cout="";
   document.c="";
   dover="";
   dout="";
   document.d="";
   }
  
//End hiding script from old browser-->