var maxolutionpeel = new Object();
maxolutionpeel.ad_url = escape('http://promotion.partnercash.com/rotads/xview.php?data=YToxMzp7czoyOiJzYyI7czoyOiI0NiI7czoyOiJkbyI7TjtzOjI6ImRzIjtOO3M6MjoicGciO2k6MjtzOjI6InBjIjtzOjE6IjIiO3M6MToicCI7TjtzOjM6InVybCI7czo4OToiaHR0cDovL3d3dy5kb21pbmFkYXRlbmJhbmsuY29tP2FnPTQxNCZ3bT00NzcxJnByPTAzJnRzPXBhZ2VwZWVsYWQmc2M9NDYmdHNkPW1mMjIyMDE5JnByZD0iO3M6NToibWZfaWQiO3M6NjoiMjIyMDIwIjtzOjI6InByIjtzOjI6IjAzIjtzOjI6IndtIjtzOjQ6IjQ3NzEiO3M6MjoiYWIiO3M6MToiMiI7czozOiJ0c2QiO3M6ODoibWYyMjIwMTkiO3M6MzoicHJkIjtOO30=');
maxolutionpeel.ad_target = escape('_blank');
maxolutionpeel.small_path = 'http://promotion.partnercash.de/rotads/pagepeel/small.swf';
maxolutionpeel.small_image = escape('http://promotion.partnercash.de/pagepeelad/2/d414/100x100/small.jpg');
maxolutionpeel.small_width = '100';
maxolutionpeel.small_height = '100';
maxolutionpeel.small_params = 'small=' + maxolutionpeel.small_image;
maxolutionpeel.big_path = 'http://promotion.partnercash.de/rotads/pagepeel/big.swf';
maxolutionpeel.big_image = escape('http://promotion.partnercash.com/pagepeelad/2/d414/500x500/big.jpg');
maxolutionpeel.big_width = '650';
maxolutionpeel.big_height = '650';
maxolutionpeel.big_params = 'big=' + maxolutionpeel.big_image;
maxolutionpeel.url_params = '&' + escape('ad_url') + '=' + maxolutionpeel.ad_url + '&' + escape('ad_target') + '=' + maxolutionpeel.ad_target;
function sizeup_maxolutionpeel(){
document.getElementById('Big').style.top = '0px';
document.getElementById('Small').style.top = '-1000px';
}
function sizedown_maxolutionpeel(){
document.getElementById("Small").style.top = "0px";
document.getElementById("Big").style.top = "-1000px";
}
function embed_maxolutionpeel() {
document.write('
');
document.write('
');
document.write('');
document.write('');
document.write('
');
setTimeout('document.getElementById("Big").style.top = "-1000px";',100);
}
embed_maxolutionpeel();/**
* SWFObject v1.4.4: Flash Player detection and embed - http://blog.deconcept.com/swfobject/
*
* SWFObject is (c) 2006 Geoff Stearns and is released under the MIT License:
* http://www.opensource.org/licenses/mit-license.php
*
* **SWFObject is the SWF embed script formerly known as FlashObject. The name was changed for
* legal reasons.
*/
if(typeof deconcept == "undefined") var deconcept = new Object();
if(typeof deconcept.util == "undefined") deconcept.util = new Object();
if(typeof deconcept.SWFObjectUtil == "undefined") deconcept.SWFObjectUtil = new Object();
deconcept.SWFObject = function(swf, id, w, h, ver, c, useExpressInstall, quality, xiRedirectUrl, redirectUrl, detectKey){
if (!document.getElementById) { return; }
this.DETECT_KEY = detectKey ? detectKey : 'detectflash';
this.skipDetect = deconcept.util.getRequestParameter(this.DETECT_KEY);
this.params = new Object();
this.variables = new Object();
this.attributes = new Array();
if(swf) { this.setAttribute('swf', swf); }
if(id) { this.setAttribute('id', id); }
if(w) { this.setAttribute('width', w); }
if(h) { this.setAttribute('height', h); }
if(ver) { this.setAttribute('version', new deconcept.PlayerVersion(ver.toString().split("."))); }
this.installedVer = deconcept.SWFObjectUtil.getPlayerVersion();
if(c) { this.addParam('bgcolor', c); }
var q = quality ? quality : 'high';
this.addParam('quality', q);
this.setAttribute('useExpressInstall', useExpressInstall);
this.setAttribute('doExpressInstall', false);
var xir = (xiRedirectUrl) ? xiRedirectUrl : window.location;
this.setAttribute('xiRedirectUrl', xir);
this.setAttribute('redirectUrl', '');
if(redirectUrl) { this.setAttribute('redirectUrl', redirectUrl); }
}
deconcept.SWFObject.prototype = {
setAttribute: function(name, value){
this.attributes[name] = value;
},
getAttribute: function(name){
return this.attributes[name];
},
addParam: function(name, value){
this.params[name] = value;
},
getParams: function(){
return this.params;
},
addVariable: function(name, value){
this.variables[name] = value;
},
getVariable: function(name){
return this.variables[name];
},
getVariables: function(){
return this.variables;
},
getVariablePairs: function(){
var variablePairs = new Array();
var key;
var variables = this.getVariables();
for(key in variables){
variablePairs.push(key +"="+ variables[key]);
}
return variablePairs;
},
getSWFHTML: function() {
var swfNode = "";
if (navigator.plugins && navigator.mimeTypes && navigator.mimeTypes.length) { // netscape plugin architecture
if (this.getAttribute("doExpressInstall")) { this.addVariable("MMplayerType", "PlugIn"); }
swfNode = '