







<!-- 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.exoticteenmodels.com","Exotic Teen Models- Your ultimate nude Exotic 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_exoticteenmodels_dot_com';
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 -->
