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

image_small = new Array();
image_small[0]= 'http://www.alte-weiber-poppen.de/pagepeel/erfahrenefrauen-klein.gif';  // Pfad zur kleinen Grafik Nr. 1
image_small[1]= 'http://www.alte-weiber-poppen.de/pagepeel/grannysex-klein.gif';  // Pfad zur kleinen Grafik Nr. 2
image_small[2]= 'http://www.alte-weiber-poppen.de/pagepeel/maturesex-klein.gif';  // Pfad zur kleinen Grafik Nr. 3
image_small[3]= 'http://www.alte-weiber-poppen.de/pagepeel/reifevotzen-klein.gif';  // Pfad zur kleinen Grafik Nr. 4
image_small[4]= 'http://www.alte-weiber-poppen.de/pagepeel/reifefrauen-klein.gif';  // Pfad zur kleinen Grafik Nr. 5
image_small[5]= 'http://www.alte-weiber-poppen.de/pagepeel/sexymilf-klein.gif';  // Pfad zur kleinen Grafik Nr. 6
// für weitere Grafiken einfach weitere Zeilen hinzufügen: "image_small[3]=..." , "image_small[4]=" usw...

image_big = new Array();
image_big[0]= 'http://www.alte-weiber-poppen.de/pagepeel/erfahrenefrauen-big.gif';  // Pfad zur großen Grafik Nr. 1
image_big[1]= 'http://www.alte-weiber-poppen.de/pagepeel/grannysex-big.gif';  // Pfad zur großen Grafik Nr. 2
image_big[2]= 'http://www.alte-weiber-poppen.de/pagepeel/maturesex-big.gif';  // Pfad zur großen Grafik Nr. 3
image_big[3]= 'http://www.alte-weiber-poppen.de/pagepeel/reifevotzen-big.gif';  // Pfad zur großen Grafik Nr. 4
image_big[4]= 'http://www.alte-weiber-poppen.de/pagepeel/reifefrauen-big.gif';  // Pfad zur großen Grafik Nr. 5
image_big[5]= 'http://www.alte-weiber-poppen.de/pagepeel/sexymilf-big.gif';  // Pfad zur großen Grafik Nr. 6
// für weitere Grafiken einfach weitere Zeilen hinzufügen: "image_big[3]=..." , "image_big[4]=" usw...

GoTo = new Array();
GoTo[0]= 'http://www.erfahrene-frauen.de/?WMID=70160&CTRLID=&PID=1&WMEC=0&pop=0';        // Ziel-URl Nr. 1
GoTo[1]= 'http://www.grannysex.tv/?WMID=70160&CTRLID=&PID=1&WMEC=0&pop=0';        // Ziel-URl Nr. 2
GoTo[2]= 'http://www.maturesex.tv/?WMID=70160&CTRLID=&PID=1&WMEC=0&pop=0';       // Ziel-URl Nr. 3
GoTo[3]= 'http://www.reife-votzen.de/?WMID=70160&CTRLID=&PID=1&WMEC=0&pop=0';       // Ziel-URl Nr. 4
GoTo[4]= 'http://www.reifefrauen.tv/?WMID=70160&CTRLID=&PID=1&WMEC=0&pop=0';       // Ziel-URl Nr. 5
GoTo[5]= 'http://www.sexy-milf.cc/?WMID=70160&CTRLID=&PID=1&WMEC=0&pop=0';       // Ziel-URl Nr. 6
// für weitere Links einfach weitere Zeilen hinzufügen: "GoTo[3]=..." , "GoTo[4]=..." usw...

var anzahl = 6   // 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://www.alte-weiber-poppen.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://www.alte-weiber-poppen.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();
