
/*
Random-Order content script
By JavaScript Kit (http://www.javascriptkit.com)
This notice must stay intact for use
*/


var currentdate = 0;
var core = 0;
var xx=6;

function initArray() {

this.length = initArray.arguments.length;
  for (var i = 0; i < this.length; i++) {
  this[i] = initArray.arguments[i];
  }
}


var locate=new initArray(
"http://tgp.allashlee.com/a8/247d/index.php?ccbillid=651249",
"http://tgp.allashlee.com/a8/248d/index.php?ccbillid=651249",
"http://tgp.allashlee.com/a8/253d/index.php?ccbillid=651249",
"http://tgp.allashlee.com/a8/257d/index.php?ccbillid=651249",
"http://tgp.allashlee.com/a8/259d/index.php?ccbillid=651249",
"http://tgp.allashlee.com/a8/263d/index.php?ccbillid=651249",
"http://tgp.allashlee.com/a8/266d/index.php?ccbillid=651249",
"http://tgp.allashlee.com/a8/267d/index.php?ccbillid=651249",
"http://tgp.allashlee.com/a8/268d/index.php?ccbillid=651249",
"http://tgp.allashlee.com/a8/269d/index.php?ccbillid=651249",


"http://tgp.peachez18.com/p2d/239d/index.php?ccbillid=651249",
"http://tgp.peachez18.com/276/index.php?ccbillid=651249",
"http://tgp.peachez18.com/290/index.php?ccbillid=651249",

"http://galleries.amyamyamy.com/underwearamy/n/821049",
"http://galleries.amyamyamy.com/whitebra/h/821049",

"http://galleries.karenandamy.com/kissingfriends/n/821049",
"http://galleries.karenandamy.com/girlskissing/n/821049",

"http://galleries.karendreams.com/sheerbeauty/n/821049",
"http://galleries.karendreams.com/karenbasement/n/821049",

"http://galleries.jen18.com/organ/n/821049",
"http://galleries.jen18.com/bass/n/821049",

"http://galleries.staceyonline.com/smokey/n/821049",
"http://galleries.staceyonline.com/hoho/n/821049",

"http://www.nextdoornikki.com/hosted/gal/ndn_0146/1314155",
"http://www.nextdoornikki.com/hosted/gal/ndn_0076/1314155",

"http://taylortwins.com/hosted/gal/h2/1314155",
"http://taylortwins.com/hosted/gal/deck/1314155",

"http://princessblueyez.com/hosted/gal/camism/1314155",
"http://princessblueyez.com/hosted/gal/silky/1314155",
"http://princessblueyez.com/hosted/gal/candykini/1314155"

);



var pic=new initArray(


"aa247d.jpg","aa248d.jpg","aa253d.jpg",
"aa257d.jpg","aa259d.jpg","aa263d.jpg","aa266d.jpg",
"aa267d.jpg","aa268d.jpg","aa269d.jpg",

"pz239d.jpg","pz276d.jpg","pz290d.jpg",

"amy-underwear.jpg","amy-whitebra.jpg",

"kam-kissingfriends.jpg","kam-girlskissing.jpg",

"kdsb.jpg","kdbasement.jpg",

"jn18-organ.jpg","jn18-bass.jpg",

"stonl-smokey.jpg","stonl-hoho.jpg",

"nextdoornikki04sm.jpg","nextdoornikki05sm.jpg",

"taylortwins04sm.jpg","taylortwins05sm.jpg",

"princess02sm.jpg","princess03sm.jpg","princess04sm.jpg"


);

var randomorder=new Array();
var the_one;
var z=0;
var br=0;
document.write('</b></font></td></tr></table>');
document.write('<table cellpadding=2 cellspacing=2 bgcolor=cddbec bordersize=1 bordercolor=000000>');


for (i=0;i<locate.length;i++)
   {
     randomorder[i]=i;

     while (z<30)
        {
        the_one=Math.floor(Math.random()*locate.length);
                if (locate[the_one]!="_selected!")
                       {
                          if(br==0)
                               {
                                  if (z==0)
                                       {
                                         document.write('<tr>');
                                       }
                                  
                                 mlt=1;
                                 while (mlt<20)
                                     {
                                         if (z==xx*mlt)
                                            {
                                         document.write('</tr><tr>');
                                            }
                                         mlt++;
                                     }


                                } 
                          document.write('<td align=center bgcolor=blue><a href=\"' +locate[the_one]+ '\" target="new"><img src=http://www.bikinilane.com/hostgal/'+pic[the_one]+'\ border="0"></a></td>');
                          locate[the_one]="_selected!";
                          z++;
                          br++
                          if(br==xx)
                              {
                                  br=0;
                              }
                       }
        }
   }
if (br>0)
    {
     for (s=0;s<xx-br;s++)
        {
          document.write('<td bgcolor=blue></td>');
        }
     }   

document.write('</tr><tr>');


document.write('</td></tr></table>');

document.write('<br><br></center></td></tr></table>');



