{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf350
{\fonttbl\f0\fswiss\fcharset77 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\paperw11900\paperh16840\margl1440\margr1440\vieww9000\viewh8400\viewkind0
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural

\f0\fs24 \cf0 var exit = 0;\
\
/*if (self != top) \{\
top.location = self.location;\
\}\
*/\
\
function bye() \{\
    if (exit == 0) \{ \
\
  url = "http://www.cathyscraving.com/public/cc-cardpop.html"; \
  win1 = window.open(url, "", "toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,top=20,left=200,width=480,height=355"); \
        \}\
	\
\}\
\
function openWin(location,width) \{ // opens a pop-up window to view the photos.\
  var newHeight;\
  \
  if (screen.availHeight < 420) \{ \
      newHeight = screen.availHeight;\
  \} else \{ \
      newHeight = screen.availHeight - 40;\
  \}\
  \
  win=window.open(location,'Win',"width=" + width + ",height=" + newHeight + ",resizable=1,scrollbars=1,top=1,left=1");\
  //pics.document.bgColor='#006699';\
  win.moveTo(0,0);\
  win.focus();\
\}\
\
function openCam() \{ // opens a pop-up window to view the photos.\
  cam=window.open('/tour/guest_cam.shtml','cam',"width=350,height=440,resizable=1,scrollbars=0,top=1,left=1");\
  //pics.document.bgColor='#006699';\
  cam.moveTo(0,0);\
  cam.focus();\
\}\
\
\
function openMe(location,width,height) \{ // opens a pop-up window to view the photos.\
  pics=window.open(location,'picture',"width=" + width + ",height=" + height + ",resizable=1,scrollbars=1,top=1,left=1");\
  pics.document.bgColor='black';\
  pics.moveTo(0,0);\
  pics.focus();\
\}\
\
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="000000" 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();\
\}\
\
function addBookMark()\{\
	window.external.AddFavorite('http://www.cathyscraving.com','CathysCraving - Amateur GangBang Queen');\
\}\
function openSchedule()\{\
     window.open('/news.shtml','schedule','toolbar=0,status=0,resizable=1,scrollbars=1,height=500,width=600');\
\}\
\
// get the date information\
//\
date = new Date();\
month = new String;\
day = new String;\
year = new String;\
\
month = date.getMonth()\
day = date.getDate()\
\
// This is the y2k fixer function--don't worry about how this works,\
// but if you want it in your scripts, you can cut and paste it. \
//\
 function y2k(number) \{ \
return (number < 1000) ? number + 1900 : number;\
\}\
\
// Get the year and fix the y2k bug using the fixer function.\
//\
year = y2k(date.getYear())\
\
// Translate the number of the month to a word--so 0 becomes January.\
// Notice that I've cut months 3 to 10 to save space.  if you want to\
// run this example, you'll have to put those in place of the ellipsis, . . .\
//\
if (month == "0")\
	month = "January";\
	else\
if (month == "1")\
	month = "February";\
	else\
if (month == "2")\
	month = "March";\
	else\
if (month == "3")\
	month = "April";\
	else\
if (month == "4")\
	month = "May";\
	else\
if (month == "5")\
	month = "June";\
	else\
if (month == "6")\
	month = "July";\
	else\
if (month == "7")\
	month = "August";\
	else\
if (month == "8")\
	month = "September";\
	else\
if (month == "9")\
	month = "October";\
	else\
if (month == "10")\
	month = "November";\
	else\
if (month == "11")\
	month = "December";}