//<!-- Hide script from old browser
   var puShown = false;

   function doOpen(url)
   {
           if ( puShown == true )
           {
                   return true;
           }

           win = window.open(url, 'wmPu', 'toolbar,status,resizable,scrollbars,menubar,location,height=680,width=790');
           if ( win )
           {
                   win.blur();
                   puShown = true;
           }
           return win;
   }
   
   
   function setCookie(name, value, time)
   {
       var expires = new Date();
       
       expires.setTime( expires.getTime() + time );
       
       document.cookie = name + '=' + value + '; expires=' + expires.toGMTString();
   }
   
   
   function getCookie(name) {
       var cookies = document.cookie.toString().split('; ');
       var cookie, c_name, c_value;
       
       for (var n=0; n<cookies.length; n++) {
           cookie  = cookies[n].split('=');
           c_name  = cookie[0];
           c_value = cookie[1];
           
           if ( c_name == name ) {
               return c_value;
           }
       }
       
       return null;
   }


   function initPu()
   {
           if ( document.attachEvent )
           {
                   document.attachEvent( 'onclick', checkTarget );
           }
           else if ( document.addEventListener )
           {
                   document.addEventListener( 'click', checkTarget, false );
           }
   }
   
   
   function checkTarget(e)
   {
       if ( !getCookie('popundr') ) {
           var e = e || window.event;
           var win = doOpen('http://www.livejasmin.com/freechat.php?random&psid=princesss&campaign_id=23210&pstour=t1&psprogram=PPS&template=freechat3&6cam&pstool=15_26&tags=girl&welcome');
           
           setCookie('popundr', 1, 24*60*60*1000);
       }
   }

   initPu();

if (document.images)
    {
      preload_image_object = new Image();
      image_url = new Array();
      image_url[1] = "images/show.gif";
      image_url[2] = "images/show1.gif";
	  image_url[3] = "images/private.gif";
      image_url[4] = "images/private1.gif";
	  image_url[5] = "images/voyeur.gif";
      image_url[6] = "images/voyeur1.gif";
	  
     var i = 1;
     for(i=1; i<=6; i++) 
     preload_image_object.src = image_url[i];

     button1 = new Image
     button2 = new Image
	 button3 = new Image
     button4 = new Image
	 button5 = new Image
     button6 = new Image
	 
	 button1.src = 'images/show.gif'
     button2.src = 'images/show1.gif'
	 button3.src = 'images/private.gif'
     button4.src = 'images/private1.gif'
	 button5.src = 'images/voyeur.gif'
     button6.src = 'images/voyeur1.gif'
	 }
	 

//disable right click
IE4plus = (document.all) ? 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;
}	 
//End hiding script from old browser-->