path = new Array("none", "http://bdsmterminal.com/cf/", "http://bdsmterminal.com/hardtied/", "http://bdsmterminal.com/inquis/", "http://bdsmterminal.com/paingate/", "http://bdsmterminal.com/infernal/", "http://bdsmterminal.com/rubber/", "http://bdsmterminal.com/shackled/", "http://bdsmterminal.com/elitepain/", "http://bdsmterminal.com/bloodangels/", "http://bdsmterminal.com/whipped/"); 
num = new Array(0, 12, 16, 10, 10, 17, 13, 11, 11, 5, 5); 
str = new Array(" ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ") 

function selBanner(sl) { 
   var x=1 
   while (x>0) { 
      var t=Math.floor(Math.random()*num[sl])+1; 
      if (t<10) {   t="0"+t; }    
      x=str[sl].indexOf(t,0); } 
   str[sl]+=" "+t; 
   document.write(t); } 

function printBanner(sl) { 
   document.write("<img src='"+path[sl]); 
   selBanner(sl); 
   document.write(".jpg' border=0 alt='Best BDSM Sites'>"); } 
