var scrlStr="Enjoy your day and good luck, where ever you need it!!!!!"var vs_sp = 100;                                //Geschwindigkeit 25-500var vs_warte = 1;                        //Wartezeit zwischen den aufrufen 1-50var strLen=scrlStr.length;var width=strLen+vs_warte;var pos=1-width;//vs_ltx2();function vs_ltx2(){var type = ""; pos++;if(pos==strLen) pos=1-width;if(pos<0){ for(var i=1; i<=Math.abs(pos); i++)type=type+"";type=type+scrlStr.substring(0,width-i+1);}else type=type+scrlStr.substring(pos,pos+width);window.status=type;setTimeout("vs_ltx2()",vs_sp);}function top_picture(){if(top!=self) top.location=self.location;if(document.images) {navpic = new Array();navpic[0] = new Image();navpic[0].src = "graphics/may.ico";navpic[1] = new Image();navpic[1].src = "graphics/may.ico";}function nav_hilo(num,imgname) {if(document.images) {imgname.src = navpic[num].src;}}}