

<!--
var f;
f = Math.floor(Math.random()*28); //this number must be one higher than last f==#
function exit() {
if (f==0) open("http://www.nonnudelist.com?id=5692","_blank");
if (f==1) open("http://www.freshteencuties.com?id=5684","_blank");
if (f==2) open("http://www.wildteengirls.net?id=8019","_blank");
if (f==3) open("http://www.cuteteenass.org?id=5346","_blank");
if (f==4) open("http://www.girlgirlkiss.com?id=2677","_blank");
if (f==5) open("http://www.nnlingeriegirls.com?id=5519","_blank");
if (f==6) open("http://www.teentorrent.com","_blank");
if (f==7) open("http://www.virgin-chix.com?id=5683","_blank");
if (f==8) open("http://www.teenboobpics.com?id=5518","_blank");
if (f==9) open("http://www.thenntgp.com?id=5105","_blank");
if (f==10) open("http://nn-princess.com/?id=1581","_blank");
if (f==11) open("http://candid-teens.com/?id=1582","_blank");
if (f==12) open("http://teen-hq.com/?id=1583","_blank");
if (f==13) open("http://teenie-galleries.com/?id=1584","_blank");
if (f==14) open("http://www.nndutch.com?id=4667","_blank");
if (f==15) open("http://www.nndolls.com?id=4303","_blank");
if (f==16) open("http://gal.callistamodel.com/full1/index.htm/812709","_blank");
if (f==17) open("http://gal.callistamodel.com/full2/index.htm/812709","_blank");
if (f==18) open("http://www.666sexychicks.com/fpa_justteensite01.htm","_blank");
if (f==19) open("http://freeteenstars.com/PA/4evermodels/english/fpa001/615867/","_blank");
if (f==20) open("http://www.modelsuperportal.net/fpa_nubiles01.htm","_blank");
if (f==21) open("http://www.teencuties.org?id=4073","_blank");
if (f==22) open("http://www.nonnude-teenmodels.com","_blank");
if (f==23) open("http://nn-teen.thumblogger.com/","_blank");
if (f==24) open("http://www.teasingteenies.com?id=8898","_blank");
if (f==25) open("http://bikinis-hot.nonude.us?id=4469","_blank");
if (f==26) open("http://www.katies-world.com/top100?id=4673","_blank");
if (f==27) open("http://modelxs.com/?id=1770","_blank");


}
// End Script -->





<!-- Random HTML

// Cameron Gregory - http://www.bloke.com/

// http://www.bloke.com/javascript/RandomHTML

// This line and about must remain .. then you can use it for free...

//

// ChangeLog

// Thu Apr 22 09:32:24 EDT 1999

// updated to do Random HTML from AdRotation

//

// Usage:

//  RandomHTML(args)

//  RandomHTMLLong(args,delim)

//     args		delim separated HTML

//     delim		the deliminter (separator)



function RandomHTMLLong(args,delim)

{

/* si: start index 

** i: current index

** ei: end index

** cc: current count

*/

 htmlSet = new Array();

 si = 0; 

 cc=0;

 ei = args.length;

  for (i=1;i<ei;i++) {

    if (args.charAt(i) == delim) {

      htmlSet[cc] = args.substring(si,i);

      cc++;

      si=i+1;

      }

    }

  ind = Math.floor(Math.random() *cc);



  document.write(htmlSet[ind]);

}



function RandomHTML(args)

{

  RandomHTMLLong(args,',');

}



// End Script -->





<!-- Character Count
function CharacterCount(field,remaining)

{

// This variable (MaxCharacters) sets the maximum characters allowed

var MaxCharacters = 100;

if (field.value.length > MaxCharacters)

{

field.value = field.value.substring(0, MaxCharacters);

}

else

{

// This will update remaining characters to be allowed

remaining.value = MaxCharacters - field.value.length;

}

}

// End Script -->






function addbookmark() { window.external.AddFavorite("http://www.i-models.org","I-Models.org - Your ultimate nude Internet Teen Model resource") }


<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->



<!-- This block gets placed betweent the <head></head> tags -->
<!-- xxx Begin Head block <head></head> cut xxx -->

<!-- 
var edress = 'webmaster_at_i-models_dot_org';
function get_edress(){
var re= /_at_/gi;
edress = edress.replace(re,'@');
var re= /_dot_/gi;
edress = edress.replace(re,'.');
var the_link="mai" + "lto" +":"+edress+"?subject=Report%20inappropriate%20content&body=Thank%20you%20for%20contacting%20us.%0D%0APaste%20site's%20address%20HERE." ;
window.location=the_link;

}

// --> 
<!-- http://www.webdevtips.co.uk/codegen/email_scramble.shtml -->
<!-- xxx end <head></head> block cut xxx -->



<!-- TABLE more info
/***********************************************
* Switch Content script- © Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for legal use. Last updated April 2nd, 2005.
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

var enablepersist="on" //Enable saving state of content structure using session cookies? (on/off)
var collapseprevious="no" //Collapse previously open content when opening present? (yes/no)

var contractsymbol='- ' //HTML for contract symbol. For image, use: <img src="whatever.gif">
var expandsymbol='+ ' //HTML for expand symbol.


if (document.getElementById){
document.write('<style type="text/css">')
document.write('.switchcontent{display:none;}')
document.write('</style>')
}

function getElementbyClass(rootobj, classname){
var temparray=new Array()
var inc=0
var rootlength=rootobj.length
for (i=0; i<rootlength; i++){
if (rootobj[i].className==classname)
temparray[inc++]=rootobj[i]
}
return temparray
}

function sweeptoggle(ec){
var thestate=(ec=="expand")? "block" : "none"
var inc=0
while (ccollect[inc]){
ccollect[inc].style.display=thestate
inc++
}
revivestatus()
}


function contractcontent(omit){
var inc=0
while (ccollect[inc]){
if (ccollect[inc].id!=omit)
ccollect[inc].style.display="none"
inc++
}
}

function expandcontent(curobj, cid){
var spantags=curobj.getElementsByTagName("SPAN")
var showstateobj=getElementbyClass(spantags, "showstate")
if (ccollect.length>0){
if (collapseprevious=="yes")
contractcontent(cid)
document.getElementById(cid).style.display=(document.getElementById(cid).style.display!="block")? "block" : "none"
if (showstateobj.length>0){ //if "showstate" span exists in header
if (collapseprevious=="no")
showstateobj[0].innerHTML=(document.getElementById(cid).style.display=="block")? contractsymbol : expandsymbol
else
revivestatus()
}
}
}

function revivecontent(){
contractcontent("omitnothing")
selectedItem=getselectedItem()
selectedComponents=selectedItem.split("|")
for (i=0; i<selectedComponents.length-1; i++)
document.getElementById(selectedComponents[i]).style.display="block"
}

function revivestatus(){
var inc=0
while (statecollect[inc]){
if (ccollect[inc].style.display=="block")
statecollect[inc].innerHTML=contractsymbol
else
statecollect[inc].innerHTML=expandsymbol
inc++
}
}

function get_cookie(Name) { 
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { 
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1) end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}

function getselectedItem(){
if (get_cookie(window.location.pathname) != ""){
selectedItem=get_cookie(window.location.pathname)
return selectedItem
}
else
return ""
}

function saveswitchstate(){
var inc=0, selectedItem=""
while (ccollect[inc]){
if (ccollect[inc].style.display=="block")
selectedItem+=ccollect[inc].id+"|"
inc++
}

document.cookie=window.location.pathname+"="+selectedItem
}

function do_onload(){
uniqueidn=window.location.pathname+"firsttimeload"
var alltags=document.all? document.all : document.getElementsByTagName("*")
ccollect=getElementbyClass(alltags, "switchcontent")
statecollect=getElementbyClass(alltags, "showstate")
if (enablepersist=="on" && ccollect.length>0){
document.cookie=(get_cookie(uniqueidn)=="")? uniqueidn+"=1" : uniqueidn+"=0" 
firsttimeload=(get_cookie(uniqueidn)==1)? 1 : 0 //check if this is 1st page load
if (!firsttimeload)
revivecontent()
}
if (ccollect.length>0 && statecollect.length>0)
revivestatus()
}

if (window.addEventListener)
window.addEventListener("load", do_onload, false)
else if (window.attachEvent)
window.attachEvent("onload", do_onload)
else if (document.getElementById)
window.onload=do_onload

if (enablepersist=="on" && document.getElementById)
window.onunload=saveswitchstate
// End Script -->





