function addBookMark(){
    if(document.all);
	window.external.AddFavorite('http://www.creampiesluts.com','Creampie Sluts - Internal Cumshots');
}
function DailyPic(){
  window.open('/cgi-bin/schlabo/potd.pl','dailyPic','height=550,width=550,status=0,toolbar=1,resizable=1');
}
function seeya(){
    later=window.open('exit.html','goodbye','height=300, width=500, stautus=0, menubar=0');
	later.blur();
}
function later_gator(){
    bye=window.open('/bye.htm','bye','height=100, width=100, stautus=0, menubar=0');
	bye.moveTo(-200,-200);
}
function openPic(location,width,height) { // opens a pop-up window to view the photos.
  pics=window.open('','',"width=" + width + ",height=" + height);
  pics.document.write('<html>');
  pics.document.write('<body bgcolor="#6699CC" bottommargin="0" leftmargin="0" marginheight="0" marginwidth="0" rightmargin="0" topmargin="0">');
  pics.document.write('<img src="' + location + '" onClick="window.close();">');
  pics.document.write('</body></html>');
  pics.moveTo(0,0);
  pics.focus();
}
