
/*
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.702daisy.com/da9d/198d/index.php?ccbillid=651249",
"http://tgp.ashleeallure.com/a8/296d/index.php?ccbillid=651249",
"http://tgp.peachez18.com/p2d/215d/index.php?ccbillid=651249",
"http://tgp.naomimodel.com/bright_yellow_nn/index.php?ccbillid=651249",

"http://galleries.amyamyamy.com/amy_3_16/h/821049",
"http://galleries.karenandamy.com/kam_2_15/h/821049",
"http://galleries.karendreams.com/karendreams_1_16/h/821049",
"http://galleries.jen18.com/jen18_3_15/h/821049",
"http://galleries.jennaswish.com/railtracks/n/821049",
"http://www.ladychrista.com/galleries/?gallery=2&affiliate=821049",

"http://www.staceyonline.com/galleries/?gallery=1&affiliate=821049"

);

var pic=new initArray(
"2702daisy.jpg","2ashleyallure.jpg","2peachez.jpg","2naomi.jpg",
"2amyamyamy.jpg","2karenandamy.jpg","2karendreams.jpg",
"2jen18.jpg","2jennaswish.jpg",
"2ladychrista.jpg","2staceyonline.jpg"

);

var name=new initArray(
"702 Daisy","Ashley Allure","Peachez","Naomi",
"Amy Amy Amy","Karen and Amy","Karen Dreams",
"Jen 18","Jenna's Wish",
"Lady Christa","Stacey Online"
);

var randomorder=new Array();
var the_one;
var z=0;
var br=0;
document.write('<table cellpadding=0 cellspacing=0>');
document.write('<tr><td><img src=http://www.bikinilane.com/modelnew/1ttcb.gif></td>');
     for (s=0;s<xx;s++)
        {
          document.write('<td><img src=http://www.bikinilane.com/modelnew/1ttbar.gif></td>');
        }
document.write('<td><img src=http://www.bikinilane.com/modelnew/1ttxtr.gif></td></tr>');

for (i=0;i<locate.length;i++)
   {
     randomorder[i]=i;

     while (z<locate.length)
        {
        the_one=Math.floor(Math.random()*locate.length);
                if (locate[the_one]!="_selected!")
                       {
                          if(br==0)
                               {
                                  if (z==0)
                                       {
                                         document.write('<tr><td><img src=http://www.bikinilane.com/modelnew/1ttcc.gif></td>');
                                       }
                                  if (z==xx)
                                        {
                                         document.write('<td><img src=http://www.bikinilane.com/modelnew/1ttcc.gif></td></tr><tr><td><img src=http://www.bikinilane.com/modelnew/1ttcd.gif></td>');
                                         }
                                  if (z==xx*2)
                                        {
                                         document.write('<td><img src=http://www.bikinilane.com/modelnew/1ttcd.gif></td></tr><tr><td><img src=http://www.bikinilane.com/modelnew/1ttce.gif></td>');
                                         }
                                  if (z==xx*3)
                                        {
                                         document.write('<td><img src=http://www.bikinilane.com/modelnew/1ttce.gif></td></tr><tr><td><img src=http://www.bikinilane.com/modelnew/1ttcf.gif></td>');
                                         }
                                  if (z==xx*4)
                                        {
                                         document.write('<td><img src=http://www.bikinilane.com/modelnew/1ttcf.gif></td></tr><tr><td><img src=http://www.bikinilane.com/modelnew/1ttcd.gif></td>');
                                         }
                                  if (z==xx*5)
                                        {
                                         document.write('<td><img src=http://www.bikinilane.com/modelnew/1ttcd.gif></td></tr><tr><td><img src=http://www.bikinilane.com/modelnew/1tt2ch.gif></td>');
                                         }
                                  if (z==xx*6)
                                        {
                                         document.write('<td><img src=http://www.bikinilane.com/modelnew/1ttch.gif></td><tr><td><img src=http://www.bikinilane.com/modelnew/1ttci.gif></td>');
                                         }


                                } 
                          document.write('<td align=center bgcolor=blue><a href=\"' +locate[the_one]+ '\" target="new"><img src=http://www.bikinilane.com/modelnew/'+pic[the_one]+'\ border="0" alt="'+name[the_one]+'"></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('<td><img src=http://www.bikinilane.com/modelnew/1ttcd.gif></td></tr><tr><td><img src=http://www.bikinilane.com/modelnew/1ttxbl.gif></td>');

     for (s=0;s<xx;s++)
        {
          document.write('<td><img src=http://www.bikinilane.com/modelnew/1ttbar.gif></td>');
        }

document.write('<td><img src=http://www.bikinilane.com/modelnew/1ttxbr.gif></td></tr>');

document.write('</table>');
