/*
 Das Copyright dieses Scriptes liegt beim Autor.
 Bitte die Lizenzbedingungen beachten, und ausgefüllt zurücksenden.
*/

image_small = new Array();
image_small[0]= 'http://www.amateurafricans.com/africanporn/peel/images/small1.gif';  //This is the URL where the small1.gif image is located
image_small[1]= 'http://www.amateurafricans.com/africanporn/peel/images/small2.gif';  //This is the URL where the small2.gif image is located
image_small[2]= 'http://www.amateurafricans.com/africanporn/peel/images/small3.gif';  //This is the URL where the small2.gif image is located
image_small[3]= 'http://www.amateurafricans.com/africanporn/peel/images/small4.gif';
image_small[4]= 'http://www.amateurafricans.com/africanporn/peel/images/small5.gif';
image_small[5]= 'http://www.amateurafricans.com/africanporn/peel/images/small6.gif';
image_small[6]= 'http://www.amateurafricans.com/africanporn/peel/images/small7.gif';
image_small[7]= 'http://www.amateurafricans.com/africanporn/peel/images/small8.gif';

          // If you want to add more images just continue with the numbering small4.gif, etc.

image_big = new Array();
image_big[0]= 'http://www.amateurafricans.com/africanporn/peel/images/big1.jpg';  //This is the URL where the Big Image big1.gif  is located
image_big[1]= 'http://www.amateurafricans.com/africanporn/peel/images/big2.jpg';  //This is the URL where the Big Image big1.gif  is located
image_big[2]= 'http://www.amateurafricans.com/africanporn/peel/images/big3.jpg';  //This is the URL where the Big Image big1.gif  is located
image_big[3]= 'http://www.amateurafricans.com/africanporn/peel/images/big4.jpg';
image_big[4]= 'http://www.amateurafricans.com/africanporn/peel/images/big5.jpg';
image_big[5]= 'http://www.amateurafricans.com/africanporn/peel/images/big6.jpg';
image_big[6]= 'http://www.amateurafricans.com/africanporn/peel/images/big7.jpg';
image_big[7]= 'http://www.amateurafricans.com/africanporn/peel/images/big8.jpg';





           // If you want to add more images just continue with the numbering big4.gif, etc.

GoTo = new Array();
GoTo[0]= 'http://blacksensations.themoviehost.com/afp06/free_pics.html?partid=5977'; 		//This is the landing page where the user should be taken when clicking on the Peel Ad
GoTo[1]= 'http://blacksensations.themoviehost.com/afp05/free_pics.html?partid=5977';  	//This is the landing page where the user should be taken when clicking on the Peel Ad
GoTo[2]= 'http://blacksensations.themoviehost.com/afp04/free_pics.html?partid=5977';  	//This is the landing page where the user should be taken when clicking on the Peel Ad
GoTo[3]= 'http://blacksensations.themoviehost.com/afp03/free_pics.html?partid=5977';
GoTo[4]= 'http://blacksensations.themoviehost.com/afp02/free_pics.html?partid=5977';
GoTo[5]= 'http://blacksensations.themoviehost.com/afp01/free_pics.html?partid=5977';
GoTo[6]= 'http://www.deluxepass.com/trackPart.php?partid=5977&webid=215696&siteid=1251';
GoTo[7]= 'http://www.deluxepass.com/trackPart.php?partid=5977&webid=215696&siteid=1251';




				// If you want to add more URLS just continue with the numbering GoTo[4]= etc.

var anzahl = 8   //Here you should specify How Many ads you have

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.amateurafricans.com/peel/cornersmall.swf'; //Enter the URL of the Peel Away Corner Flash
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.amateurafricans.com/peel/cornerbig.swf'; //   Enter the URL of the Large Peel Away Corner
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;

// Do not Change anything under this line-----------------------------------------------------------------------------------------

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

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

esel.putObjects = function () {
// <eselSmall>
document.write('<div id="eselcornerSmall" 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="eselSmallcornerObject" 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="eselcornerSmallObject" 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="eselcornerBig" 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="eselcornerBigObject" 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="eselcornerBigEmbed" name="eselcornerBigObject" 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("eselcornerBig").style.top = "-1000px";',1000);
}
esel.putObjects();
