
/*
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(

/* Capella */
"http://www.clean-hosted-galleries.com/capella/2005_21/index.php?id=1209522",
"http://www.clean-hosted-galleries.com/capella/2005_20/index.php?id=1209522",
"http://www.clean-hosted-galleries.com/capella/2005_19/index.php?id=1209522",
"http://www.clean-hosted-galleries.com/capella/2005_18/index.php?id=1209522",
"http://www.clean-hosted-galleries.com/capella/2005_17/index.php?id=1209522",
"http://www.clean-hosted-galleries.com/capella/2005_16/index.php?id=1209522",
"http://www.clean-hosted-galleries.com/capella/2005_15/index.php?id=1209522",
"http://www.clean-hosted-galleries.com/capella/2005_14/index.php?id=1209522",
"http://www.clean-hosted-galleries.com/capella/2005_13/index.php?id=1209522",


/* Karen's Bitches */
"http://galleries.emily.karensbitches.com/emily-smiling/n/821049",
"http://galleries.emily.karensbitches.com/emily-fishnets/n/821049",
"http://galleries.dawn.karensbitches.com/dawn-tiny-thong/n/821049",
"http://galleries.dawn.karensbitches.com/dawn-sheer-bra/n/821049",
"http://galleries.dawn.karensbitches.com/dawn-pink-fishnets/n/821049",
"http://galleries.jade.karensbitches.com/jade-denim/n/821049",


/* La Zona Modelos */
"http://www.lazonamodelos.com/hosted/Dayana_ass_up/1/indexb.php?ccbill=1359347",
"http://www.lazonamodelos.com/hosted/Johanna_pink_top/1/indexb.php?ccbill=1359347",
"http://www.lazonamodelos.com/hosted/Johanna_blue_top/1/indexb.php?ccbill=1359347",
"http://www.lazonamodelos.com/hosted/sandra/1/indexb.php?ccbill=1359347",
"http://www.lazonamodelos.com/hosted/Karla_purlpe_bikini/1/indexb.php?ccbill=1359347",

/* Panty Maniacs */
"http://galleries.richfetish.com/27493/28565/6357/index.html",
"http://galleries.richfetish.com/27493/28565/6338/index.html",
"http://galleries.richfetish.com/27493/28565/3963/index.html",
"http://galleries.richfetish.com/27493/28565/3960/index.html",
"http://galleries.richfetish.com/27493/28565/3653/index.html",

/* Selena Spice */
"http://www.selenaspice.com/hosted/selenajeans/1/indexb.php?ccbill=1359347",
"http://www.selenaspice.com/hosted/selena_beer/1/indexb.php?ccbill=1359347",
"http://www.selenaspice.com/hosted/stiff_one/1/indexb.php?ccbill=1359347",
"http://www.selenaspice.com/hosted/pretty_in_pink/1/indexb.php?ccbill=1359347",
"http://www.selenaspice.com/hosted/blue_sheer/1/indexb.php?ccbill=1359347"

);



var pic=new initArray(


"capella02sm.jpg","capella03sm.jpg","capella04sm.jpg",
"capella05sm.jpg","capella06sm.jpg","capella07sm.jpg",
"capella08sm.jpg","capella09sm.jpg","capella10sm.jpg",


"karensbitches06sm.jpg","karensbitches05sm.jpg","karensbitches04sm.jpg",
"karensbitches03sm.jpg","karensbitches02sm.jpg","karensbitches08sm.jpg",


"lazonamodelos02sm.jpg","lazonamodelos03sm.jpg","lazonamodelos04sm.jpg",
"lazonamodelos05sm.jpg","lazonamodelos06sm.jpg",


"pantymaniacs07sm.jpg","pantymaniacs06sm.jpg","pantymaniacs05sm.jpg",
"pantymaniacs03sm.jpg","pantymaniacs02sm.jpg",

"selenaspice02sm.jpg","selenaspice03sm.jpg","selenaspice04sm.jpg",
"selenaspice05sm.jpg","selenaspice06sm.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<pic.length)
        {
        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>');



