  var funktionen = new Array(); //NICHT AENDERN
  var prozente = new Array();   //NICHT AENDERN

  

/*  AB HIER ANPASSEN */

funktionen[funktionen.length] = 'exit1()';  //Jamba
prozente[prozente.length] = 100;

funktionen[funktionen.length] = 'exit2()';  //Leesesrevice - Prämie
prozente[prozente.length] = 00;

funktionen[funktionen.length] = 'exit3()';  //Leesesrevice - Gutscheine
prozente[prozente.length] = 00;

funktionen[funktionen.length] = 'exit4()';  //Salvatore-Art
prozente[prozente.length] = 00;

funktionen[funktionen.length] = 'exit5()';  //kredite
prozente[prozente.length] = 00;


//script 1

function exit1() {window.open('http://click.jamba.de/click.asp?ref=199151&site=2703&type=text&tnb=41','start','toolbar=1,resizable=1,directory=0,location=0,menubar=1,status=1,scrollbars=1,left=0,top=0');self.focus();}


//script 2

function exit2() {window.open('http://partners.webmasterplan.com/click.asp?ref=199151&site=2488&type=text&tnb=2','start','toolbar=1,resizable=1,directory=0,location=0,menubar=1,status=1,scrollbars=1,left=0,top=0');self.focus();}


//script 3

function exit3() {window.open('http://www.salvatore-art.com','start','toolbar=1,resizable=1,directory=0,location=0,menubar=1,status=1,scrollbars=1,left=0,top=0');self.focus();}


//script 4

function exit4() {window.open('http://www.salvatore-art.com','start','toolbar=1,resizable=1,directory=0,location=0,menubar=1,status=1,scrollbars=1,left=0,top=0');self.focus();}


//script 5

function exit5() {window.open('http://www.gratisgrusskarten.com/popups/kredite/','start','toolbar=0,resizable=0,directory=0,location=0,menubar=0,status=0,scrollbars=0,width=330,height=400,left=50,top=50');}





//INFORMAZIONI
//INFORMAZIONI
//INFORMAZIONI
//INFORMAZIONI

//Aggiungere self.focus(); per fare in modo che il konsole si apra dietro lo sfondo es: ...1,left=0,top=0');self.focus();



//LINKS
//LINKS
//LINKS
//LINKS

//Hackerz:     http://www.hackerz.ag/3/?pid=hz-10105&payment=dialer_ax&dialer_layout=hackerdialer10&country=de&exe=Security
//Lovealizer:  http://www.lovealizer.de/?ref=916
//Shocker:     http://www.shockarchiv.com/1/index.php?account=sor-10227
//Hentai:      http://www.hentaiact.com/hta02/?account=hta-10030
//Iq Test.     http://www.iqtest.ag/index.php?layout=7&pid=itt-10071&d=ax&ad=&dl=iqtest1&f=0&n=&si=&sa=&sp=
//Gifsworld    http://www.service-url.de/download/?account=gwd-11321&exename=gifsworld
//Smsdating    http://www.smsmillion.com/smsdating/?slnr=5014
//Single24     http://www.singles24.biz/?pid=sg4-10061
//Jamba        http://www.zanox-affiliate.de/ppc/?1232923C1615448400T

//Achtung! Zufallscript AB HIER NICT AENDERN
//Achtung! Zufallscript AB HIER NICT AENDERN
//Achtung! Zufallscript AB HIER NICT AENDERN
//Achtung! Zufallscript AB HIER NICT AENDERN

var funks = new Array();
  function Initi()
  {
   for(i=0; i<funktionen.length; i++)
   {
    for(j=0; j<prozente[i]; j++)
    {
     funks[funks.length] = funktionen[i];
    }
   }
  }
  Initi();

  function Zufallsscript()
  {
   z = Math.round( Math.random()*(funks.length-1) );
   eval(funks[z]);
  }

Zufallsscript();