
var myvar = new Object();
// ---------------------------------------------------------      
myvar.ad_url = escape('http://www.1019online.com/count.php?id=49173011&sid=5d9ls9krp53gj6ggibepb7jfcqngsas8');              // click
// ---------------------------------------------------------      
myvar.small_path = '../peel/ad_s.swf';				
myvar.small_image = escape('../peel/image/beispiel_s.swf');	
myvar.big_path = '../peel/ad_b.swf';				
myvar.big_image = escape('../peel/image/beispiel_b.gif');		
// Ab hier nichts mehr ändern ------------------------------------------------------------------------------------------------------------------------------------------------------------
myvar.small_width = '100';
myvar.small_height = '100';
myvar.small_params = 'ico=' + myvar.small_image;
myvar.big_width = '650';
myvar.big_height = '650';
myvar.big_params = 'big=' + myvar.big_image + '&ad_url=' + myvar.ad_url;
function sizeup987(){
	document.getElementById('myvarcornerBig').style.top = '0px';
	document.getElementById('myvarcornerSmall').style.top = '-1000px';
}
function sizedown987(){
	document.getElementById("myvarcornerSmall").style.top = "0px";
	document.getElementById("myvarcornerBig").style.top = "-1000px";
}
myvar.putObjects = function () {
document.write('<div id="myvarcornerSmall" style="position:absolute;width:'+ myvar.small_width +'px;height:'+ myvar.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="myvarcornerSmallObject" width="'+myvar.small_width+'" height="'+myvar.small_height+'">');
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ myvar.small_path +'?'+ myvar.small_params +'"/>');
document.write(' <param name="wmode" value="transparent" />');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+myvar.small_params+'"/>');
document.write('<embed src="'+ myvar.small_path + '?' + myvar.small_params +'" name="myvarcornerSmallObject" wmode="transparent" quality="high" width="'+ myvar.small_width +'" height="'+ myvar.small_height +'" flashvars="'+ myvar.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="myvarcornerBig" style="position:absolute;width:'+ myvar.big_width +'px;height:'+ myvar.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="myvarcornerBigObject" width="'+ myvar.big_width +'" height="'+ myvar.big_height +'">');
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ myvar.big_path +'?'+ myvar.big_params +'"/>');
document.write(' <param name="wmode" value="transparent"/>');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+ myvar.big_params +'"/>');
document.write('<embed src="'+ myvar.big_path + '?' + myvar.big_params +'" id="myvarcornerBigEmbed" name="myvarcornerBigObject" wmode="transparent" quality="high" width="'+ myvar.big_width +'" height="'+ myvar.big_height +'" flashvars="'+ myvar.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("myvarcornerBig").style.top = "-1000px";',1000);
}
myvar.putObjects();