var links = new Array()
var pic = new Array()
var titles = new Array()
pic[0]='http://www.adcell.de/img.php?bid=54020-44717';
links[0]='http://www.adcell.de/click.php?bid=54020-44717';
titles[0]='Augenweide';
pic[1]='http://www.adcell.de/img.php?bid=54004-44717';
links[1]='http://www.adcell.de/click.php?bid=54004-44717';
titles[1]='Augenweide';
pic[2]='http://www.adcell.de/img.php?bid=19402-44717';
links[2]='http://www.adcell.de/click.php?bid=19402-44717';
titles[2]='Sexpartnerclub.de';
pic[3]='http://www.adcell.de/img.php?bid=11101-44717';
links[3]='http://www.adcell.de/click.php?bid=11101-44717';
titles[3]='Sexpartnerclub.de';
pic[4]='http://www.adcell.de/img.php?bid=19401-44717';
links[4]='http://www.adcell.de/click.php?bid=19401-44717';
titles[4]='Sexpartnerclub.de';
pic[5]='http://www.adcell.de/img.php?bid=55236-44717';
links[5]='http://www.adcell.de/click.php?bid=55236-44717';
titles[5]='Augenweide';
pic[6]='http://www.adcell.de/img.php?bid=55235-44717';
links[6]='http://www.adcell.de/click.php?bid=55235-44717';
titles[6]='Augenweide';
pic[7]='http://www.adcell.de/img.php?bid=19383-44717';
links[7]='http://www.adcell.de/click.php?bid=19383-44717';
titles[7]='Sexpartnerclub.de';
pic[8]='http://www.adcell.de/img.php?bid=19405-44717';
links[8]='http://www.adcell.de/click.php?bid=19405-44717';
titles[8]='Sexpartnerclub.de';
pic[9]='http://www.adcell.de/img.php?bid=19407-44717';
links[9]='http://www.adcell.de/click.php?bid=19407-44717';
titles[9]='Sexpartnerclub.de';
pic[10]='http://www.adcell.de/img.php?bid=55234-44717';
links[10]='http://www.adcell.de/click.php?bid=55234-44717';
titles[10]='Augenweide';
function BilderRotation(erster, letzter, breite, hohe){
var inter=letzter-erster+1;
var xy=Math.floor(Math.random()*inter)+erster;
document.write('<a href="'+links[xy]+'" target="_blank"><img src="'+pic[xy]+'" width="'+breite+'" height="'+hohe+'" border="0" alt="'+titles[xy]+'"></a>');	
}
