image_small = new Array();
image_big = new Array();
GoTo = new Array();
var anzahl = 0 //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.toolbarn.com/corner/cornersmall.swf';
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.toolbarn.com/corner/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 () {
//
document.write('