function flsh(){

d=document
   
   window.getComputedStyle?bgcol=document.body.bgColor:bgcol='#FFFFFF'

   for(i=0;i<99;i++){
   if(!(x=d.getElementById('r'+i))){continue}
   u=x.href
   if(u==undefined){u=''}else{u='&urler='+u}
   t=x.innerHTML.replace(/&amp;/,escape('&'))
   if(window.getComputedStyle){
    f=window.getComputedStyle(x,'').getPropertyValue("font-size")
    c=window.getComputedStyle(x,'').getPropertyValue("Color")
    k=strip(c)
    c=dechex(k[1])+dechex(k[2])+dechex(k[3])
    //twice though to reset - some wierd ass netscape bug
    k=strip(c)
   }
   else{
    f=x.currentStyle.fontSize
    c=x.currentStyle.color
    c=c.replace(/#/,'')
   }


   f=parseInt(f)

   d.getElementById('r'+i).innerHTML="<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='550' HEIGHT='75' id='text' ALIGN=''>\
   <PARAM NAME=movie VALUE='"+flash+"?textbox="+t+"&c="+c+"&f="+f+""+u+"'>\
   <PARAM NAME=quality VALUE=high>\
   <PARAM NAME=wmode VALUE=transparent>\
   <EMBED src='"+flash+"?textbox="+t+"&c="+c+"&f="+f+""+u+"'  bgcolor="+bgcol+" window='transparent' quality='high' wmode='transparent'  WIDTH='550' HEIGHT='75' NAME='text' ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'>\
   </EMBED>\
   </OBJECT>\
   "
 }

}

function strip(c){
    j=/^rgb\(([0-9]+)\, ([0-9]+)\, ([0-9]+)\)$/g.exec(c)
return j
}


function dechex(d){
 hex='0123456789ABCDEF'
 x=hex.length
 a=d%x;b=(d-a)/x
 h=hex.substr(b,1)+hex.substr(a,1)
 return h
}


function hid(hi){
 ht=(hi==1?"<div style=position:absolute;height:40px;width:620px;top:1px;left:1px;visibility:hidden>":"</div>")
 document.write(ht)
 document.close()
}


function joinupg(id,goldid,l){
if(l){
 ds="<div style=position:absolute;top:0px;left:0px;height:20px;><TABLE width=100%><TR><TD>"
 de="</TD></TR></TABLE></div>"
}
else{
ds="\
<BR><BR>\
<table width='400' align=center bgcolor=#ffffff>\
<tr>\
<td style='font:bold 24px;color:#000000;border:solid 1px #000000' align=center>\
<B>UPGRADE YOUR PASSWORD</B><BR>\
<B style='font:16px'><I>If your enjoying your access to Adultcheck</I></B><BR>\
<B style='font:18px'>Try Upgrading To Premium<BR>\
:: Adult Check Gold™ ::</B><BR>\
<HR size=1 width=90%><B style='font:17px'>CLICK \
"

de="\
 FOR INSTANT ACCESS</B><HR size=1 width=90%>\
</td>\
</tr>\
</table>\
<BR><BR>\
"
}

document.write(ds+"\
<a href='https://secure.adultcheck.com/apply/gold_apply.acp?siteid="+goldid+"&trial=2'><img align=absmiddle border=0 src='http://scripts.adultcheck.com/gen-adtrack.cgi?site="+goldid+"' width=4 height=13><IMG align=absmiddle BORDER=1 SRC=/builder/thumbs/upgrade-gold.gif alt='Upgrade to Adult Check Gold'></a>\
"+de);
}

function warntxt(){
 document.write("\
 <b style='font:16px' id=r13>\
 In compliance with United States Code, Title 18, Section 2257, all models, actors, actresses porn stars and other persons who appear in any visual depiction\
 of sexually explicit conduct appearing or otherwise contained in or at this site were over the age of eighteen years \
 </b>\
 <BR>\
 <b style='font:16px' id=r14>\
 at the time of the creation of such depictions. The content is inappropriate for minors. The records required pursuant to 18 USC 2257 pertaining to this production and all materials associated herewith are on \
 file with the Custodians of Records.\
 </b>\
 ")
 document.close()
}