//PeelAdPro v1.0 - visit www.peeladpro.com for more information
//Edit in inaccordance with Install.txt

var peeladpro = new Object();

peeladpro.ad_url = escape('http://www.malau.net/formula.php'); // URL link 

peeladpro.small_image = escape('./peeladpro/images/small.jpg'); // small image location

peeladpro.big_image = escape('./peeladpro/images/large.jpg'); // large image location

peeladpro.small_path = './peeladpro/small.swf'; peeladpro.big_path = './peeladpro/big.swf';peeladpro.small_width='100';peeladpro.small_height='100';peeladpro.small_params='ico='+peeladpro.small_image;peeladpro.big_width='650';peeladpro.big_height='650';peeladpro.big_params='big='+peeladpro.big_image+'&ad_url='+peeladpro.ad_url;function sizeup987(){document.getElementById('PagePeelBig').style.top='0px';document.getElementById('PagePeelSmall').style.top='-1000px'};function sizedown987(){document.getElementById("PagePeelSmall").style.top="0px";document.getElementById("PagePeelBig").style.top="-1000px"};peeladpro.putObjects=function(){document.write('<div id="PagePeelSmall" style="position:absolute;width:'+ peeladpro.small_width +'px;height:'+ peeladpro.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="PagePeelSmallObject" width="'+peeladpro.small_width+'" height="'+peeladpro.small_height+'">');document.write(' <param name="allowScriptAccess" value="always"/> ');document.write(' <param name="movie" value="'+ peeladpro.small_path +'?'+ peeladpro.small_params +'"/>');document.write(' <param name="wmode" value="transparent" />');document.write(' <param name="quality" value="high" /> ');document.write(' <param name="FlashVars" value="'+peeladpro.small_params+'"/>');document.write('<embed src="'+ peeladpro.small_path + '?' + peeladpro.small_params +'" name="PagePeelSmallObject" wmode="transparent" quality="high" width="'+ peeladpro.small_width +'" height="'+ peeladpro.small_height +'" flashvars="'+ peeladpro.small_params +'" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');document.write('</object></div>');document.write('</script>');document.write('<div id="PagePeelBig" style="position:absolute;width:'+ peeladpro.big_width +'px;height:'+ peeladpro.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="PagePeelBigObject" width="'+ peeladpro.big_width +'" height="'+ peeladpro.big_height +'">');document.write(' <param name="allowScriptAccess" value="always"/> ');document.write(' <param name="movie" value="'+ peeladpro.big_path +'?'+ peeladpro.big_params +'"/>');document.write(' <param name="wmode" value="transparent"/>');document.write(' <param name="quality" value="high" /> ');document.write(' <param name="FlashVars" value="'+ peeladpro.big_params +'"/>');document.write('<embed src="'+ peeladpro.big_path + '?' + peeladpro.big_params +'" id="PagePeelBigEmbed" name="PagePeelBigObject" wmode="transparent" quality="high" width="'+ peeladpro.big_width +'" height="'+ peeladpro.big_height +'" flashvars="'+ peeladpro.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("PagePeelBig").style.top="-1000px";',1000)};peeladpro.putObjects()