/*
Multi PagePeel Script Master Lizenz Inhaber: DOLOREZ webdesign
*/

image_small = new Array();
image_small[0]= 'http://www.model-18.com/flashics/smal_anabell4you_1.jpg';
image_small[1]= 'http://www.model-18.com/flashics/smal_bea4you.jpg';
image_small[2]= 'http://www.model-18.com/flashics/smal_bunniesclub_1.jpg';
image_small[3]= 'http://www.model-18.com/flashics/smal_bunniesclub_2.jpg';  
image_small[4]= 'http://www.model-18.com/flashics/smal_lilly4you.jpg';
image_small[5]= 'http://www.model-18.com/flashics/smal_magicluna.jpg';
image_small[6]= 'http://www.model-18.com/flashics/smal_rab_1.jpg';
image_small[7]= 'http://www.model-18.com/flashics/smal_rab_2.jpg';
image_small[8]= 'http://www.model-18.com/flashics/smal_smokingbunnies.jpg';
image_small[9]= 'http://www.model-18.com/flashics/smal_fatale.jpg';
image_small[10]= 'http://www.model-18.com/flashics/smal_gbdjessy.jpg';
image_small[11]= 'http://www.model-18.com/flashics/smal_gbdvicky.jpg';
image_small[12]= 'http://www.model-18.com/flashics/smal_sweetnikkie.jpg';
image_small[13]= 'http://www.model-18.com/flashics/smal_sweettrixie.jpg';







image_big = new Array();
image_big[0]= 'http://www.model-18.com/flashics/big_anabell4you_1.jpg';  
image_big[1]= 'http://www.model-18.com/flashics/big_bea4you.jpg';
image_big[2]= 'http://www.model-18.com/flashics/big_bunniesclub_1.jpg';    
image_big[3]= 'http://www.model-18.com/flashics/big_bunniesclub_2.jpg'; 
image_big[4]= 'http://www.model-18.com/flashics/big_lilly4you.jpg';  
image_big[5]= 'http://www.model-18.com/flashics/big_magicluna.jpg';   
image_big[6]= 'http://www.model-18.com/flashics/big_rab_1.jpg'; 
image_big[7]= 'http://www.model-18.com/flashics/big_rab_2.jpg'; 
image_big[8]= 'http://www.model-18.com/flashics/big_smokingbunnies.jpg'; 
image_big[9]= 'http://www.model-18.com/flashics/big_fatale.jpg'; 
image_big[10]= 'http://www.model-18.com/flashics/big_gbdjessy.jpg'; 
image_big[11]= 'http://www.model-18.com/flashics/big_gbdvicky.jpg'; 
image_big[12]= 'http://www.model-18.com/flashics/big_sweetnikkie.jpg'; 
image_big[13]= 'http://www.model-18.com/flashics/big_sweettrixie.jpg'; 

GoTo = new Array();
GoTo[0]= 'http://www.anabell4you.com'; 
GoTo[1]= 'http://www.bea4you.com';  
GoTo[2]= 'http://www.bunniesclub.com'; 
GoTo[3]= 'http://www.bunniesclub.com'; 
GoTo[4]= 'http://www.lilly4you.com';
GoTo[5]= 'http://www.magic-luna.com/index.php';
GoTo[6]= 'http://www.realamateurbunnies.com/index.php';
GoTo[7]= 'http://www.realamateurbunnies.com/index.php';
GoTo[8]= 'http://www.smokingbunnies.com/pictures.php';
GoTo[9]= 'http://links.verotel.com/cgi-bin/showsite.verotel?vercode=24711:9804000000580828';
GoTo[10]= 'http://www.affiliate-cash.de/kunden.php?nummer=1036519189&progid=27217';
GoTo[11]= 'http://www.affiliate-cash.de/kunden.php?nummer=1036519189&progid=25105';
GoTo[12]= 'http://www.affiliate-cash.de/kunden.php?nummer=1036519189&progid=21947';
GoTo[13]= 'http://www.affiliate-cash.de/kunden.php?nummer=1036519189&progid=26158';




var anzahl = 14   //Hier die Anzahl der eingetragenen Links angeben

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

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

var esel = new Object();

esel.ad_url = escape(Link);

esel.small_path = 'http://www.model-18.com/esel_s.swf'; //Hier die URL angeben wo die esel_s.swf liegt
esel.small_image = escape(Image1);
esel.small_width = '100';
esel.small_height = '100';
esel.small_params = 'ico=' + esel.small_image;

esel.big_path = 'http://www.model-18.com/esel_b.swf'; //Hier die URL angeben wo die esel_b.swf liegt
esel.big_image = escape(Image2);
esel.big_width = '650';
esel.big_height = '650';
esel.big_params = 'big=' + esel.big_image + '&ad_url=' + esel.ad_url;

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

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

esel.putObjects = function () {
// <eselSmall>
document.write('<div id="eselSmall" style="position:absolute;width:'+ esel.small_width +'px;height:'+ esel.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="eselSmallObject" width="'+esel.small_width+'" height="'+esel.small_height+'">');
// object params
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ esel.small_path +'?'+ esel.small_params +'"/>');
document.write(' <param name="wmode" value="transparent" />');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+esel.small_params+'"/>');
// embed
document.write('<embed src="'+ esel.small_path + '?' + esel.small_params +'" name="eselSmallObject" wmode="transparent" quality="high" width="'+ esel.small_width +'" height="'+ esel.small_height +'" flashvars="'+ esel.small_params +'" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object></div>');
document.write('</script>');
// </eselSmall>
// <eselBig>
document.write('<div id="eselBig" style="position:absolute;width:'+ esel.big_width +'px;height:'+ esel.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="eselBigObject" width="'+ esel.big_width +'" height="'+ esel.big_height +'">');
// object params
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ esel.big_path +'?'+ esel.big_params +'"/>');
document.write(' <param name="wmode" value="transparent"/>');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+ esel.big_params +'"/>');
// embed
document.write('<embed src="'+ esel.big_path + '?' + esel.big_params +'" id="eselBigEmbed" name="eselBigObject" wmode="transparent" quality="high" width="'+ esel.big_width +'" height="'+ esel.big_height +'" flashvars="'+ esel.big_params +'" swliveconnect="true" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object></div>');
// </eselBig>
setTimeout('document.getElementById("eselBig").style.top = "-1000px";',1000);
}
esel.putObjects();
