/*
 Copyright by Marco Jankowksy
 Dieses Script darf auf einer Domain + Subdomains uneingeschränkt eingesetzt werden.
*/

image_small = new Array();
image_small[0]= 'http://busen-titten-nippel.xxx-portale.de/pagepeel/busen-kl-1.gif';  // Pfad zur kleinen Grafik Nr. 1
image_small[1]= 'http://busen-titten-nippel.xxx-portale.de/pagepeel/busen-kl-2.gif';  // Pfad zur kleinen Grafik Nr. 2
image_small[2]= 'http://busen-titten-nippel.xxx-portale.de/pagepeel/busen-kl-3.gif';  // Pfad zur kleinen Grafik Nr. 3
image_small[3]= 'http://busen-titten-nippel.xxx-portale.de/pagepeel/busen-kl-4.gif';  // Pfad zur kleinen Grafik Nr. 4
// für weitere Grafiken einfach weitere Zeilen hinzufügen: "image_small[3]=..." , "image_small[4]=" usw...

image_big = new Array();
image_big[0]= 'http://busen-titten-nippel.xxx-portale.de/pagepeel/busen-gr-1.gif';  // Pfad zur großen Grafik Nr. 1
image_big[1]= 'http://busen-titten-nippel.xxx-portale.de/pagepeel/busen-gr-2.gif';  // Pfad zur großen Grafik Nr. 2
image_big[2]= 'http://busen-titten-nippel.xxx-portale.de/pagepeel/busen-gr-3.gif';  // Pfad zur großen Grafik Nr. 3
image_big[3]= 'http://busen-titten-nippel.xxx-portale.de/pagepeel/busen-gr-4.gif';  // Pfad zur großen Grafik Nr. 4
// für weitere Grafiken einfach weitere Zeilen hinzufügen: "image_big[3]=..." , "image_big[4]=" usw...

GoTo = new Array();
GoTo[0]= 'http://www.grosse-brueste.de/de/index.php?WMID=70160&PID=1&WMEC=0&PGID=94&';        // Ziel-URl Nr. 1
GoTo[1]= 'http://www.huge-boobs.cc/de/index.php?WMID=70160&PID=1&WMEC=0&PGID=94&';        // Ziel-URl Nr. 2
GoTo[2]= 'http://www.tittenfick.org/de/index.php?WMID=70160&PID=1&WMEC=0&PGID=94&';       // Ziel-URl Nr. 3
GoTo[3]= 'http://www.xxl-titten.cc/de/index.php?WMID=70160&PID=1&WMEC=0&PGID=94&';       // Ziel-URl Nr. 4
// für weitere Links einfach weitere Zeilen hinzufügen: "GoTo[3]=..." , "GoTo[4]=..." usw...

var anzahl = 4   // Tragen sie hier die Anzahl der Links ein

var nr = Math.round((anzahl -1) * Math.random());

var Link = GoTo[nr];
var Image1 = image_small[nr];
var Image2 = image_big[nr];

var pp1 = new Object();

pp1.ad_url = escape(Link);

pp1.small_path = 'http://busen-titten-nippel.xxx-portale.de/pagepeel/pp1_s.swf'; // Pfad zu Flash anpassen z.B.: http://www.ihreDomain.de/pagepeel/pp1_s.swf
pp1.small_image = escape(Image1);
pp1.small_width = '100';
pp1.small_height = '100';
pp1.small_params = 'ico=' + pp1.small_image;

pp1.big_path = 'http://busen-titten-nippel.xxx-portale.de/pagepeel/pp1_b.swf'; // Pfad zu Flash anpassen z.B.: http://www.ihreDomain.de/pagepeel/pp1_b.swf
pp1.big_image = escape(Image2);
pp1.big_width = '650';
pp1.big_height = '650';
pp1.big_params = 'big=' + pp1.big_image + '&ad_url=' + pp1.ad_url;

function sizeup987(){
	document.getElementById('pp1cornerBig').style.top = '0px';
	document.getElementById('pp1cornerSmall').style.top = '-1000px';
}

function sizedown987(){
	document.getElementById("pp1cornerSmall").style.top = "0px";
	document.getElementById("pp1cornerBig").style.top = "-1000px";
}

pp1.putObjects = function () {
// <pp1Small>
document.write('<div id="pp1cornerSmall" style="position:absolute;width:'+ pp1.small_width +'px;height:'+ pp1.small_height +'px;z-index:9999;right:0px;top:0px;">');
// object
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"');
document.write(' id="pp1SmallcornerObject" width="'+pp1.small_width+'" height="'+pp1.small_height+'">');
// object params
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ pp1.small_path +'?'+ pp1.small_params +'"/>');
document.write(' <param name="wmode" value="transparent" />');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+pp1.small_params+'"/>');
// embed
document.write('<embed src="'+ pp1.small_path + '?' + pp1.small_params +'" name="pp1cornerSmallObject" wmode="transparent" quality="high" width="'+ pp1.small_width +'" height="'+ pp1.small_height +'" flashvars="'+ pp1.small_params +'" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object></div>');
document.write('</script>');
// </pp1Small>
// <pp1Big>
document.write('<div id="pp1cornerBig" style="position:absolute;width:'+ pp1.big_width +'px;height:'+ pp1.big_height +'px;z-index:9999;right:0px;top:0px;">');
// object
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"');
document.write(' id="pp1cornerBigObject" width="'+ pp1.big_width +'" height="'+ pp1.big_height +'">');
// object params
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ pp1.big_path +'?'+ pp1.big_params +'"/>');
document.write(' <param name="wmode" value="transparent"/>');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+ pp1.big_params +'"/>');
// embed
document.write('<embed src="'+ pp1.big_path + '?' + pp1.big_params +'" id="pp1cornerBigEmbed" name="pp1cornerBigObject" wmode="transparent" quality="high" width="'+ pp1.big_width +'" height="'+ pp1.big_height +'" flashvars="'+ pp1.big_params +'" swliveconnect="true" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object></div>');
// </pp1Big>
setTimeout('document.getElementById("pp1cornerBig").style.top = "-1000px";',1000);
}
pp1.putObjects();
