setInterval("doScroll()",1);
doScroll=function(){if(typeof doScroll.currentScrollPosition=="undefined"){doScroll.currentScrollPosition=0;}if(doScroll.currentScrollPosition==scrollTop){return;}var scrollTop=0;var imTop=0;var whtp_fixed=document.getElementById("whtp_popupSTATIC");if(!whtp_fixed){return;}if(document.compatMode=="BackCompat"){scrollTop=document.body.scrollTop;imTop=scrollTop+(document.body.clientHeight-parseInt(whtp_fixed.style.height));}else{scrollTop=document.documentElement.scrollTop;imTop=scrollTop+(document.documentElement.clientHeight-parseInt(whtp_fixed.style.height));}doScroll.currentScrollPosition=scrollTop;whtp_fixed.style.top=imTop;};
if (document.compatMode == 'BackCompat') {
document.write('');
}
else {
document.write('');
}
var wht_popup = {};
wht_popup.images = ["http://host.fms.mine.nu/vhostimg/webhostingtotal.jpg",
"http://host.fms.mine.nu/vhostimg/whtboard.jpg",
"http://host.fms.mine.nu/vhostimg/kplaylist.jpg",
"http://host.fms.mine.nu/vhostimg/webmailer.jpg",
"http://host.fms.mine.nu/vhostimg/whtcover.jpg",
"http://host.fms.mine.nu/vhostimg/whticecast.jpg",
"http://host.fms.mine.nu/vhostimg/webhostingtotal.jpg"];
wht_popup.names = ["Eigener Server Dank DSL und Flat",
"Forum mit WebHosting-Total",
"WebHosting-Total mit kPlaylist",
"Der WebMailer im Wohnzimmer",
"Kaufversion bringt Vorteile",
"Eigenes Internet - Radio"];
wht_popup.messages = ["DSL und Flat machen es möglich! Jetzt ist auch Ihr Weg zum eigenen Server...",
"Einfacher geht's aber wirklich nicht! WebHosting-Total mit phpBB Board...",
"Mit kPlaylist und dem Server-Paket WebHosting-Total streamen Sie...",
"Mit WebMail Server auf dem neuesten Stand bleiben...",
"Mit einer Kauf Version keine Poups mehr. Mit der Kaufversion des Server-Paketes ...",
"Eröffnen Sie auch noch ein eigenes Internet Radio mit dem Icecast2..."];
wht_popup.total_thumbs = 7;
wht_popup.start_delay = 5000;
wht_popup.duration = 9000;
wht_popup.expires = 0;
wht_popup.url = '';
wht_popup.popup_html = '';
wht_popup.createPopup = function() {
this.popup_html+='
';
this.popup_html+='
';
this.popup_html+='
';
this.popup_html+=' ';
this.popup_html+='
';
this.popup_html+='
';
this.popup_html+='
';
this.popup_html+='
';
this.popup_html+='
';
this.popup_html+='
Richten Sie jetzt Ihren eigenen WebServer ein. Mit WebH...
';
this.popup_html+='
';
this.popup_html+='
Willste mehr erfahren? Klick »»';
this.popup_html+='
';};
function Delegate(){}
Delegate.create=function(o,f)
{
var a=new Array();
var l=arguments.length;for(var i=2;ithis.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();}}};
wht_t.getTime=function(){return this._time;};
wht_t.setDuration=function(d){this._duration=(d==null||d<=0)?100000:d;};
wht_t.getDuration=function(){return this._duration;};
wht_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"});};
wht_t.getPosition=function(t){if(t==undefined){t=this._time;}return this.func(t,this.begin,this.change,this._duration);};
wht_t.setFinish=function(f){this.change=f-this.begin;};
wht_t.geFinish=function(){return this.begin+this.change;};
wht_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);};
wht_t.start=function(){this.rewind();this.startEnterFrame();this.broadcastMessage("onMotionStarted",{target:this,type:"onMotionStarted"});};
wht_t.rewind=function(t){this.stop();this._time=(t==undefined)?0:t;this.fixTime();this.update();};
wht_t.fforward=function(){this._time=this._duration;this.fixTime();this.update();};
wht_t.update=function(){this.setPosition(this.getPosition(this._time));};
wht_t.startEnterFrame=function(){this.stopEnterFrame();this.isPlaying=true;this.onEnterFrame();};
wht_t.onEnterFrame=function(){if(this.isPlaying){this.nextFrame();setTimeout(Delegate.create(this,this.onEnterFrame),0);}};
wht_t.nextFrame=function(){this.setTime((this.getTimer()-this._startTime)/1000);};
wht_t.stop=function(){this.stopEnterFrame();this.broadcastMessage("onMotionStopped",{target:this,type:"onMotionStopped"});};
wht_t.stopEnterFrame=function(){this.isPlaying=false;};
wht_t.continueTo=function(finish,duration){this.begin=this._pos;this.setFinish(finish);if(this._duration!=undefined){this.setDuration(duration);}this.start();};
wht_t.resume=function(){this.fixTime();this.startEnterFrame();this.broadcastMessage("onMotionResumed",{target:this,type:"onMotionResumed"});};
wht_t.yoyo=function(){this.continueTo(this.begin,this._time);};
wht_t.addListener=function(o){this.removeListener(o);return this._listeners.push(o);};
wht_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;};
wht_t.broadcastMessage=function(){var arr=new Array();for(var i=0;i=(this.total_thumbs-1))
{
this.current_thumb=0;
}
var thumb=document.getElementById("whtp_image");
if(this.messages===undefined)
{
var name=document.getElementById("whtp_name");
name.innerHTML=this.names[this.current_thumb];
} else {
var header=document.getElementById("whtp_header");
var msg=document.getElementById("whtp_info");
msg.innerHTML=this.messages[this.current_thumb];
header.innerHTML=""+this.names[this.current_thumb]+":";
}
thumb.src=this.preloaded_images[this.current_thumb].src;this.current_thumb+=1;};(function()
{
if(!wht_popup.cookies.readCookie("flc_1"))
{
wht_popup.createPopup();
var popup=document.createElement("div");
popup.id="whtp_popupDiv";
popup.name="popupDiv";
popup.style.height="115";
popup.style.display="none";
var neueMLDG=document.createElement("div");
neueMLDG.id="whtp_popupSTATIC";
neueMLDG.style.height="115";
neueMLDG.appendChild(popup);
popup.innerHTML=wht_popup.popup_html;
var scr=document.getElementById("WHTJS");
scr.parentNode.insertBefore(neueMLDG,scr);
wht_popup.preloaded_images=new Array(wht_popup.images.length);
for(var i=0;i