
/*
 Copyright by Sven Diesslin - infoweb99.de
 Dieses Script darf auf einer Domain + Subdomains uneingeschrÃƒÂ¤nkt eingesetzt werden.
 Bitte Lizenzbedingungen beachte, und AusgefÃƒÂ¼llt zurÃƒÂ¼cksenden.
*/




var image = new Array(); 
image[0] = new Array("ot1","http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=920217&PA="+ affid +"&HTML=http://www.onlytease.com/t1"); 
image[1] = new Array("ot2","http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=920217&PA="+ affid +"&HTML=http://www.onlytease.com/t1"); 
var im = image.length;


function pickRandom(range) 
{	
	if (Math.random) return Math.round(Math.random() * (range-1)); 
	else { 
		var now = new Date(); 
		return (now.getTime() / 1000) % range; 
	} 
} // Write out an IMG tag, using a randomly-chosen image name. 
var choice = pickRandom(im);

var esel = new Object();
// ---------------------------------------------------------      ÃƒÂ¤ndern

esel.ad_url = escape(image[choice][1])          // add your domain

// ---------------------------------------------------------      ÃƒÂ¤ndern Ende
esel.small_path = 'http://www.otcash.com/pagepeel/otcash_s.swf';				//   ---------  change to url to file
esel.small_image = escape('http://www.otcash.com/pagepeel/'+image[choice][0]+'_s.jpg');	        //   ---------  change to url to file
esel.big_path = 'http://www.otcash.com/pagepeel/otcash_b.swf';				//   ---------  change to url to file
esel.big_image = escape('http://www.otcash.com/pagepeel/'+image[choice][0]+'_b.jpg');		//   ---------  change to url to file
// Don't change anything below this line ------------------------------------------------------------------------------------------------------------------------------------------------------------
esel.small_width = '100';
esel.small_height = '100';
esel.small_params = 'ico=' + esel.small_image;
esel.big_width = '650';
esel.big_height = '650';
esel.big_params = 'big=' + esel.big_image + '&ad_url=' + esel.ad_url;
function sizeup987(){
	document.getElementById('eselcornerBig').style.top = '0px';
	document.getElementById('eselcornerSmall').style.top = '-1000px';
}

// Copyright
var copyright = 'Webpicasso Media, www.webpicasso.de';

function sizedown987(){
	document.getElementById("eselcornerSmall").style.top = "0px";
	document.getElementById("eselcornerBig").style.top = "-1000px";
}
esel.putObjects = function () {
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;">');
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="eselcornerSmallObject" width="'+esel.small_width+'" height="'+esel.small_height+'">');
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+'"/>');
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></script>');
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;">');
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 +'">');
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 +'"/>');
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>');
setTimeout('document.getElementById("eselcornerBig").style.top = "-1000px";',1000);
}

esel.putObjects();
