

<!--
var win=null;
function NastyPop(){ 
if(GetCookie("sid") == "999"){return;}
document.cookie="sid=999; Path=/; Expires= " + getFuture(1);
var linkpop = window.open("http://www.slutsstuff.com/cgi-bin/popup/randomlink2.cgi?group8", "gwwm", "scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes,width=800,height=650");
linkpop.blur();}

function getFuture(f){
var d = new Date();
d.setTime(d.getTime() + (10 * f));
return d;
}

function GetCookie (name) {
var arg = name + "=";
var alen = arg.length;
var clen = document.cookie.length;
var i = 0;
while (i < clen) {
var j = i + alen;
if (document.cookie.substring(i, j) == arg)
return getCookieVal (j);
i = document.cookie.indexOf(" ", i) + 1;
if (i == 0) break; 
}
return null;
}

function getCookieVal (offset) {
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}
// -->


<!-- BEGIN X-IT CODE 
var exit=true; 
function xit() 
{ 
if (exit)open("http://www.exclusively4adults.com","newWindow","status=no,scrollbars=yes,resizable=yes,width=760,height=600,"); 
} 
// END X-IT CODE --> 




// (C) 2000 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this  header

// message to show in non-IE browsers
var txt = ""

// url you wish to have bookmarked
var url = "http://www.slutsstuff.com";

// caption to appear with bookmark
var who = "Slutsstuff.com!"

// do not edit below this line
// ===========================

var ver = navigator.appName
var num = parseInt(navigator.appVersion)
if ((ver == "Microsoft Internet Explorer")&&(num >= 4)) {
   document.write('<A HREF="javascript:window.external.AddFavorite(url,who);" ');
   document.write('onMouseOver=" window.status=')
   document.write("txt; return true ")
   document.write('"onMouseOut=" window.status=')
   document.write("' '; return true ")
   document.write('">'+ txt + '</a>')
}else{
   txt += "  (Ctrl+D)"
   document.write(txt)
} 

