
/*
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/298d/index.php?ccbillid=651249",
"http://tgp.allashlee.com/316/index.php?ccbillid=651249",
"http://tgp.allashlee.com/319/index.php?ccbillid=651249",
"http://tgp.allashlee.com/nn9/index.php?ccbillid=651249",
"http://tgp.allashlee.com/nn10/index.php?ccbillid=651249",

"http://tgp.peachez18.com/290/index.php?ccbillid=651249",
"http://tgp.peachez18.com/white_lacetop/index.php?ccbillid=651249",
"http://tgp.peachez18.com/the_wall/index.php?ccbillid=651249",

"http://galleries.amyamyamy.com/amyshades/n/821049",
"http://galleries.amyamyamy.com/amyfatass/n/821049",

"http://www.nextdoornikki.com/hosted/gal/ndn_0154/1314155",
"http://www.nextdoornikki.com/hosted/gal/ndn_0077/1314155",
"http://www.nextdoornikki.com/hosted/gal/ndn_0081/1314155",
"http://www.nextdoornikki.com/hosted/gal/ndn_0161/1314155",
"http://www.nextdoornikki.com/hosted/gal/ndn_0088/1314155",
"http://www.nextdoornikki.com/hosted/gal/ndn_0089/1314155",
"http://www.nextdoornikki.com/hosted/gal/ndn_0099/1314155",


"http://www.princessblueyez.com/hosted/gal/bonus_set_0038/1314155",
"http://www.princessblueyez.com/hosted/gal/bonus_set_0033/1314155",
"http://princessblueyez.com/hosted/gal/pbe_0213kiss/1314155",
"http://princessblueyez.com/hosted/gal/pbe_0211bbnyvsstl/1314155",
"http://princessblueyez.com/hosted/gal/pbe_0209/1314155",
"http://princessblueyez.com/hosted/gal/pbe_0208/1314155",
"http://princessblueyez.com/hosted/gal/pbe_0210/1314155",

"http://brattybrittany.com/hosted/gal/bb_0049rs/1314155",
"http://brattybrittany.com/hosted/gal/bb_0038/1314155",
"http://brattybrittany.com/hosted/gal/bb_0036/1314155",
"http://brattybrittany.com/hosted/gal/bb_0035/1314155",
"http://brattybrittany.com/hosted/gal/bb_0031/1314155",
"http://www.brattybrittany.com/hosted/gal/bb_0023/1314155"

);



var pic=new initArray(


"aa298d.jpg","aa316d.jpg","aa319d.jpg","aann09d.jpg",
"aann10d.jpg",

"pz290d.jpg","pzwhitelacetopd.jpg",
"pzthewalld.jpg",

"amy-shades.jpg","amy-fatass.jpg",


"nextdoornikki06sm.jpg","nextdoornikki07sm.jpg",
"nextdoornikki08sm.jpg","nextdoornikki09sm.jpg","nextdoornikki10sm.jpg",
"nextdoornikki11sm.jpg","nextdoornikki12sm.jpg",

"princess05sm.jpg","princess06sm.jpg","princess07sm.jpg",
"princess08sm.jpg","princess09sm.jpg","princess10sm.jpg",
"princess11sm.jpg",


"brattybrittany02sm.jpg","brattybrittany03sm.jpg","brattybrittany04sm.jpg",
"brattybrittany05sm.jpg","brattybrittany06sm.jpg","brattybrittany07sm.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>');



