
/*
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(

/* Best 100 Catfights */
"http://www.best100catfights.com/in.php?id=templar",

/* Best Bondage Links */
"http://www.bestbondagelinks.com/cgi-bin/bbltoplist.cgi?10193",

/* Catfight Top 100 */
"http://catfighttop.com/cgi-bin/lspro/lspro.cgi?click=1241887350",

/* Dickie Virgin 100 */
"http://www.dickievirgin.org/scripts/toplist/in.php?id=weird",

/* Facesitting Top 100 */
"http://www.facesittingtop100.com/cgi-bin/arp/rankem.cgi?id=weird",

/* Femdom Supremacy */
"http://www.femdomtemple.com/femaledomination100/rankem.cgi?id=weird",

/* Femdom World */
"http://www.femdom-world.com/cgi-bin/autorank/rankem.cgi?id=weird",

/* Fem Fight 50 */
"http://www.verybestlinks.com/ffight/index.php?siteid=templar",

/* Fetish Femdom */
"http://www.qualityxxx.com/cgi-bin/arp/femdom/rankem.cgi?id=weird",

/* Fetishland */
"http://www.fetland.com/cgi-bin/lspro/lspro.cgi?click=1091770376",

/* Mastasia */
"http://www.mastasia.com/cgi-bin/linklist/in.cgi?id=weird",

/* Miss Lexi */
"http://www.misslexi.com/cgi-bin/toplist/rankem.cgi?id=templar",

/* Strict Women */
"http://www.strictwomen.com/autorank/in.php?id=weird",

/* Tit Torture */
"http://www.tit-torture.net/in.php?id=weirdbds"


);



var pic=new initArray(
"Best 100 Catfights",
"Best Bondage Links",
"Catfight Top 100",
"Dickie Virgin 100",
"Facesitting Top100",
"Femdom Supremacy",
"Femdom World",
"Fem Fight 50",
"Fetish Femdom",
"Fetishland",
"Mastasia Huge TITS",
"Miss Lexi Cat/FDM",
"Strict Women",
"Tit Torture"

);

var randomorder=new Array();
var the_one;
var z=0;
var br=0;

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!")
           {
           document.write('<a href=\"' +locate[the_one]+ '\" target="new">'+pic[the_one]+'</a><br>');
           locate[the_one]="_selected!";
           z++;
           }
        }
   }

