var wmid = 705;
var pid = 2;
var timeout = 2;
function Delegate() {}
Delegate.create = function (o, f) {
var a = new Array() ;
var l = arguments.length ;
for(var i = 2 ; i < l ; i++) a[i - 2] = arguments[i] ;
return function() {
var aP = [].concat(arguments, a) ;
f.apply(o, aP);
}
}
Tween = function(obj, prop, func, begin, finish, duration, suffixe){
this.init(obj, prop, func, begin, finish, duration, suffixe)
}
var t = Tween.prototype;
t.obj = new Object();
t.prop='';
t.func = function (t, b, c, d) { return c*t/d + b; };
t.begin = 0;
t.change = 0;
t.prevTime = 0;
t.prevPos = 0;
t.looping = false;
t._duration = 0;
t._time = 0;
t._pos = 0;
t._position = 0;
t._startTime = 0;
t._finish = 0;
t.name = '';
t.suffixe = '';
t._listeners = new Array();
t.setTime = function(t){
this.prevTime = this._time;
if (t > this.getDuration()) {
if (this.looping) {
this.rewind (t - this._duration);
this.update();
this.broadcastMessage('onMotionLooped',{target:this,type:'onMotionLooped'});
} else {
this._time = this._duration;
this.update();
this.stop();
this.broadcastMessage('onMotionFinished',{target:this,type:'onMotionFinished'});
}
} else if (t < 0) {
this.rewind();
this.update();
} else {
this._time = t;
this.update();
}
}
t.getTime = function(){
return this._time;
}
t.setDuration = function(d){
this._duration = (d == null || d <= 0) ? 100000 : d;
}
t.getDuration = function(){
return this._duration;
}
t.setPosition = function(p){
this.prevPos = this._pos;
var a = this.suffixe != '' ? this.suffixe : '';
this.obj[this.prop] = Math.round(p) + a;
this._pos = p;
this.broadcastMessage('onMotionChanged',{target:this,type:'onMotionChanged'});
}
t.getPosition = function(t){
if (t == undefined) t = this._time;
return this.func(t, this.begin, this.change, this._duration);
};
t.setFinish = function(f){
this.change = f - this.begin;
};
t.geFinish = function(){
return this.begin + this.change;
};
t.init = function(obj, prop, func, begin, finish, duration, suffixe){
if (!arguments.length) return;
this._listeners = new Array();
this.addListener(this);
if(suffixe) this.suffixe = suffixe;
this.obj = obj;
this.prop = prop;
this.begin = begin;
this._pos = begin;
this.setDuration(duration);
if (func!=null && func!='') {
this.func = func;
}
this.setFinish(finish);
}
t.start = function(){
this.rewind();
this.startEnterFrame();
this.broadcastMessage('onMotionStarted',{target:this,type:'onMotionStarted'});
//alert('in');
}
t.rewind = function(t){
this.stop();
this._time = (t == undefined) ? 0 : t;
this.fixTime();
this.update();
}
t.fforward = function(){
this._time = this._duration;
this.fixTime();
this.update();
}
t.update = function(){
this.setPosition(this.getPosition(this._time));
}
t.startEnterFrame = function(){
this.stopEnterFrame();
this.isPlaying = true;
this.onEnterFrame();
}
t.onEnterFrame = function(){
if(this.isPlaying) {
this.nextFrame();
setTimeout(Delegate.create(this, this.onEnterFrame), 0);
}
}
t.nextFrame = function(){
this.setTime((this.getTimer() - this._startTime) / 1000);
}
t.stop = function(){
this.stopEnterFrame();
this.broadcastMessage('onMotionStopped',{target:this,type:'onMotionStopped'});
}
t.stopEnterFrame = function(){
this.isPlaying = false;
}
t.continueTo = function(finish, duration){
this.begin = this._pos;
this.setFinish(finish);
if (this._duration != undefined)
this.setDuration(duration);
this.start();
}
t.resume = function(){
this.fixTime();
this.startEnterFrame();
this.broadcastMessage('onMotionResumed',{target:this,type:'onMotionResumed'});
}
t.yoyo = function (){
this.continueTo(this.begin,this._time);
}
t.addListener = function(o){
this.removeListener (o);
return this._listeners.push(o);
}
t.removeListener = function(o){
var a = this._listeners;
var i = a.length;
while (i--) {
if (a[i] == o) {
a.splice (i, 1);
return true;
}
}
return false;
}
t.broadcastMessage = function(){
var arr = new Array();
for(var i = 0; i < arguments.length; i++){
arr.push(arguments[i])
}
var e = arr.shift();
var a = this._listeners;
var l = a.length;
for (var i=0; i0)
{
c_start=document.cookie.indexOf(c_name + " =");="" (c_start!="-1)" c_start="c_start" c_name.length+1;="" c_end="document.cookie.indexOf(";",c_start);" (c_end="=-1)" unescape(document.cookie.substring(c_start,c_end));="" "";="" pp_size="function()" w="0;" h="0;" ie="" if(!window.innerwidth)="" strict="" mode="" if(!(document.documentelement.clientwidth="=" 0))="" quirks="" w3c="" {width:w,height:h};="" create_dom_from_obj(obj,t)="" (="" typeof(obj)!="object" false;="" target="t" t="" document.body;="" for="" (var="" i="" in="" obj)="" (typeof(obj[i])="='object')" if(i="='style')" j="" obj[i])="" target.style[j]="obj[i][j];" create_dom_from_obj(obj[i],el);="" target.appendchild(el);="" target.setattribute(i,="" obj[i]);="" pp_registerevent(="" obj,="" type,="" fn="" (obj.addeventlistener)="" obj.addeventlistener(="" fn,="" false="" );="" (obj.attachevent)="" obj["e"+type+fn]="fn;" obj[type+fn]="function()" obj["e"+type+fn](="" window.event="" obj.attachevent(="" "on"+type,="" pp_getbrowser()="" (navigator.appname.indexof('microsoft')!="-1)" (navigator.appversion.indexof('msie="" 7')!="-1)" "ie7";="" "ie6";="" "ff";="" pp_create_layer()="" (timeout=""> 0)
{
var last_launched = Number(pp_getCookie('pp_layer_' + '705' + '_launched'));
var next_possible_launch = last_launched + timeout*60000;
if (new Date().getTime() < next_possible_launch)
{
return false;
}
}
var layer_json = {
link: {
rel:'stylesheet',
type:'text/css',
href:'http://www.privatmuschis.com/promo/layer1/style1.css'
},
div: {
id: 'layer-container',
style: {display:'none'},
div: {
id: 'layer-titlebar',
label: {id: 'layer-title'},
button: {id: 'layer-closebutton', type: 'button'},
div: {id:'layer-titlebar-clear', style: {clear:'both'}}
},
iframe: {
id: 'layer-content',
scrolling: 'no',
frameborder: '0'
}
}
}
create_dom_from_obj(layer_json);
pp_$('layer-container').style.position = 'fixed';
pp_$('layer-container').style.zIndex = 999999;
pp_$('layer-title').innerHTML = 'Privatmuschis.com - Private Erotik und Amateur Sex!';
pp_$('layer-content').src = 'http://www.privatmuschis.com/promo/layer1/content.php' + '?wmid=705&pid=2';
pp_$('layer-closebutton').onclick = pp_close_layer;
setTimeout("pp_launch_layer()", '2000')
}
function pp_close_layer()
{
pp_$('layer-container').parentNode.removeChild(pp_$('layer-container'));
}
function pp_launch_layer()
{
var lwidth = 555;
var lheight = 415;
pp_$('layer-container').style.display = 'block';
pp_$('layer-container').style.top = ( pp_size().height - lheight ) / 2 +'px';
var tw = pp_$('layer-container').tween("left", ( pp_size().width - lwidth) / 2 );
if(pp_getBrowser() == 'IE6')
{
pp_$('layer-container').style.position = 'absolute';
var updatePosition = function()
{
pp_$('layer-container').style.top = 50 + (document.documentElement.scrollTop || document.documentElement.scrollTop === 0 ? document.documentElement.scrollTop : document.body.scrollTop) + 'px';
}
pp_registerEvent(window, 'scroll', updatePosition)
updatePosition();
}
pp_setCookie('pp_layer_' + '705' + '_launched', new Date().getTime());
}
pp_registerEvent(window, 'load', pp_create_layer);