ÿþ<html> <head> <title>Freggelpagevon Nici und Markus</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <SCRIPT language=JavaScript> dCol='#FFFFFF';//date colour. fCol='#FFFFFF';//face colour. sCol='#FFFFFF';//seconds colour. mCol='#FFFFFF';//minutes colour. hCol='#FFFFFF';//hours colour. ClockHeight=40; ClockWidth=40; ClockFromMouseY=0; ClockFromMouseX=100; //Alter nothing below! Alignments will be lost! d=new Array("SONNTAG","MONTAG","DIENSTAG","MITTWOCH","DONNERSTAG","FREITAG","SAMSTAG"); m=new Array("JANUAR","FEBRUAR","MAERZ","APRIL","MAI","JUNI","JULI","AUGUST","SEPTEMBER","OCTOBER","NOVEMBER","DEZEMBER"); date=new Date(); day=date.getDate(); year=date.getYear(); if (year < 2000) year=year+1900; TodaysDate=" "+d[date.getDay()]+" "+day+" "+m[date.getMonth()]+" "+year; D=TodaysDate.split(''); H='...'; H=H.split(''); M='....'; M=M.split(''); S='.....'; S=S.split(''); Face='1 2 3 4 5 6 7 8 9 10 11 12'; font='Arial'; size=1; speed=0.6; ns=(document.layers); ie=(document.all); Face=Face.split(' '); n=Face.length; a=size*10; ymouse=0; xmouse=0; scrll=0; props="<font face="+font+" size="+size+" color="+fCol+"><B>"; props2="<font face="+font+" size="+size+" color="+dCol+"><B>"; Split=360/n; Dsplit=360/D.length; HandHeight=ClockHeight/4.5 HandWidth=ClockWidth/4.5 HandY=-7; HandX=-2.5; scrll=0; step=0.06; currStep=0; y=new Array();x=new Array();Y=new Array();X=new Array(); for (i=0; i < n; i++){y[i]=0;x[i]=0;Y[i]=0;X[i]=0} Dy=new Array();Dx=new Array();DY=new Array();DX=new Array(); for (i=0; i < D.length; i++){Dy[i]=0;Dx[i]=0;DY[i]=0;DX[i]=0} if (ns){ for (i=0; i < D.length; i++) document.write('<layer name="nsDate'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props2+D[i]+'</font></center></layer>'); for (i=0; i < n; i++) document.write('<layer name="nsFace'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props+Face[i]+'</font></center></layer>'); for (i=0; i < S.length; i++) document.write('<layer name=nsSeconds'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+sCol+'><center><b>'+S[i]+'</b></center></font></layer>'); for (i=0; i < M.length; i++) document.write('<layer name=nsMinutes'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+mCol+'><center><b>'+M[i]+'</b></center></font></layer>'); for (i=0; i < H.length; i++) document.write('<layer name=nsHours'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+hCol+'><center><b>'+H[i]+'</b></center></font></layer>'); } if (ie){ document.write('<div id="Od" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < D.length; i++) document.write('<div id="ieDate" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props2+D[i]+'</B></font></div>'); document.write('</div></div>'); document.write('<div id="Of" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < n; i++) document.write('<div id="ieFace" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props+Face[i]+'</B></font></div>'); document.write('</div></div>'); document.write('<div id="Oh" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < H.length; i++) document.write('<div id="ieHours" style="position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+hCol+';text-align:center;font-weight:bold">'+H[i]+'</div>'); document.write('</div></div>'); document.write('<div id="Om" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < M.length; i++) document.write('<div id="ieMinutes" style="position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+mCol+';text-align:center;font-weight:bold">'+M[i]+'</div>'); document.write('</div></div>') document.write('<div id="Os" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < S.length; i++) document.write('<div id="ieSeconds" style="position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+sCol+';text-align:center;font-weight:bold">'+S[i]+'</div>'); document.write('</div></div>') } (ns)?window.captureEvents(Event.MOUSEMOVE):0; function Mouse(evnt){ ymouse = (ns)?evnt.pageY+ClockFromMouseY-(window.pageYOffset):event.y+ClockFromMouseY; xmouse = (ns)?evnt.pageX+ClockFromMouseX:event.x+ClockFromMouseX; } (ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse; function ClockAndAssign(){ time = new Date (); secs = time.getSeconds(); sec = -1.57 + Math.PI * secs/30; mins = time.getMinutes(); min = -1.57 + Math.PI * mins/30; hr = time.getHours(); hrs = -1.575 + Math.PI * hr/6+Math.PI*parseInt(time.getMinutes())/360; if (ie){ Od.style.top=window.document.body.scrollTop; Of.style.top=window.document.body.scrollTop; Oh.style.top=window.document.body.scrollTop; Om.style.top=window.document.body.scrollTop; Os.style.top=window.document.body.scrollTop; } for (i=0; i < n; i++){ var F=(ns)?document.layers['nsFace'+i]:ieFace[i].style; F.top=y[i] + ClockHeight*Math.sin(-1.0471 + i*Split*Math.PI/180)+scrll; F.left=x[i] + ClockWidth*Math.cos(-1.0471 + i*Split*Math.PI/180); } for (i=0; i < H.length; i++){ var HL=(ns)?document.layers['nsHours'+i]:ieHours[i].style; HL.top=y[i]+HandY+(i*HandHeight)*Math.sin(hrs)+scrll; HL.left=x[i]+HandX+(i*HandWidth)*Math.cos(hrs); } for (i=0; i < M.length; i++){ var ML=(ns)?document.layers['nsMinutes'+i]:ieMinutes[i].style; ML.top=y[i]+HandY+(i*HandHeight)*Math.sin(min)+scrll; ML.left=x[i]+HandX+(i*HandWidth)*Math.cos(min); } for (i=0; i < S.length; i++){ var SL=(ns)?document.layers['nsSeconds'+i]:ieSeconds[i].style; SL.top=y[i]+HandY+(i*HandHeight)*Math.sin(sec)+scrll; SL.left=x[i]+HandX+(i*HandWidth)*Math.cos(sec); } for (i=0; i < D.length; i++){ var DL=(ns)?document.layers['nsDate'+i]:ieDate[i].style; DL.top=Dy[i] + ClockHeight*2.0*Math.sin(currStep+i*Dsplit*Math.PI/280)+scrll; DL.left=Dx[i] + ClockWidth*2.0*Math.cos(currStep+i*Dsplit*Math.PI/280); } currStep-=step; } function Delay(){ scrll=(ns)?window.pageYOffset:0; Dy[0]=Math.round(DY[0]+=((ymouse)-DY[0])*speed); Dx[0]=Math.round(DX[0]+=((xmouse)-DX[0])*speed); for (i=1; i < D.length; i++){ Dy[i]=Math.round(DY[i]+=(Dy[i-1]-DY[i])*speed); Dx[i]=Math.round(DX[i]+=(Dx[i-1]-DX[i])*speed); } y[0]=Math.round(Y[0]+=((ymouse)-Y[1])*speed); x[0]=Math.round(X[0]+=((xmouse)-X[1])*speed); for (i=1; i < n; i++){ y[i]=Math.round(Y[i]+=(y[i-1]-Y[i])*speed); x[i]=Math.round(X[i]+=(x[i-1]-X[i])*speed); } ClockAndAssign(); setTimeout('Delay()',20); } if (ns||ie)window.onload=Delay; </SCRIPT> </head> <body background="backgrd.gif"> <div align="center"> <h1><embed width="800" height="125" bgcolor="#000000" quality="high" loop="false" align="middle" pluginspage="http://www.macromedia.com/de/shockwave/download/" src="frettchenwelt.swf"> </embed></h1> <p> <script language="JavaScript" src="http://www.instantcontent.de/freedeliver/panels/freenettickerline.php3?design=rot"></script> </p> <center> </center> <p><font color="#FFFF00"><a href="http://www.topsubmit.de/" target="_blank"> </a> <script language=""> document.write("<b><font color=#00ffff face='helvetica,arial'>" + ampmhour + "" + myminutes + ampm) document.write(" | " + day + month); document.write(myweekday + ", " + year + "</font>"); </script> </font></p> <p><img src="antiaol3.gif" width="88" height="31" border="0"><!--WEBBOT bot="HTMLMarkup" startspan ALT="Counted!de Safe-Code" --> <!-- Start of Counted!de Safe-Code - Do NOT change! --> <script language="JavaScript"> <!-- jsv=1; //--> </script> <script language="JavaScript1.1"> <!-- jsv=2; //--> </script> <script language="JavaScript1.2"> <!-- jsv=3; //--> </script> <script language="JavaScript1.3"> <!-- jsv=4; //--> </script> <script language="JavaScript"> <!-- if(jsv>0){r=document.referrer; nav=navigator.appCodeName; if(navigator.appName.substring(0,9)=="Microsoft"){nav="MSIE";} jae=0;sc=0;pix=0;sw=0;plug=0;d=new Date;h=d.getHours()+1;} if(jsv>1){jae=(navigator.javaEnabled() == true)?"1":"0"; if(nav=="Mozilla"){if(navigator.plugins.length>0){ plug=escape(navigator.plugins[0].name); for(i=1;i<navigator.plugins.length;i++){ plug=plug+"&"+escape(navigator.plugins[i].name);}}}} if(jsv>2){sw=screen.width;pix=sw*screen.height; sc=(nav=="MSIE")?screen.colorDepth:screen.pixelDepth;} document.write("<a href=\"http://tuerck.de.counted.com:80/7/2967/\""); document.write(" target=\"_top\">"); document.write("<img src=\"http://tuerck.de.counted.com:80/0/2967/"); document.write(h, "/", jsv,"/",jae,"/",sc,"/",pix,"/",sw,"/",plug,"/?",r); document.write("\" width=88 height=31 alt=\"Vote"); document.write(" for this Site!\" border=0>"); document.write("</a><br>"); //--> </script> <noscript> <a href="http://tuerck.de.counted.com:80/7/2967/" target="_top"><img src="http://tuerck.de.counted.com:80/0/2967/" width=88 height=31 alt="Vote for this Site!" border=0></a> </noscript> <!-- End of Counted!de Safe-Code --> <!--WEBBOT bot="HTMLMarkup" Endspan --> <font color="#FFFF00"><img src="fb1.gif" width="88" height="31"></font></p> <p><a href="mailto:biker@frettchenwelt.de"><img src="email05.gif" width="67" height="37" border="0"></a></p> <h1><img src="maus.gif" width="121" height="78"></h1> <h1><font size="5" face="Bloody" color="#00FFFF"><i>Herzlich Willkommen auf unserer Homepage!!!</i></font></h1> <hr> <h1><font size="5" color="#00FFFF">Wir sind 5 s&uuml;&szlig;e Freggels und m&ouml;chten Euch erst einmal erz&auml;hlen,</font></h1> <h1><font size="5" color="#00FFFF">wie wir zu dem Gl&uuml;ck kamen, bei Nicole und Markus einzuziehen!</font></h1> <h1><font size="5" color="#00FFFF">Angefangen hat alles damit, das unsere Herrchen sich Katzen anschaffen wollten.</font></h1> <h1><font size="5" color="#00FFFF">Unser Gl&uuml;ck war aber, das Markus eine Katzenallergie hat.</font></h1> <h1><font size="5" color="#00FFFF">Ganz verzweifelt &uuml;berlegten sie dann, </font></h1> <h1><font size="5" color="#00FFFF">was f&uuml;r ein Haustier sonst zu ihnen passen k&ouml;nnte,</font></h1> <h1><font size="5" color="#00FFFF">mit denen man auch seinen Spa&szlig; haben und knuddeln kann!</font></h1> <h1><font size="5" color="#00FFFF">Dann gab ihnen jemand den Tip, sich Frettchen anzuschaffen!</font></h1> <h1><font size="5" color="#00FFFF">Zuerst konnten sie sich unter einem Frettchen gar nichts vorstellen.</font></h1> <h1><font size="5" color="#00FFFF">Daraufhin informierten sie sich in Zeitungen und Zoofachgesch&auml;ften.</font></h1> <h1><font size="5" color="#00FFFF">Letztendlich bekamen sie dann eine Telefonnummer </font></h1> <h1><font size="5" color="#00FFFF">von einer Frettchenhilfe in K&ouml;ln.</font></h1> <h1><font size="5" color="#00FFFF">Als der Besichtigungstermin dann feststand und sie endlich ankamen,</font></h1> <h1><font size="5" color="#00FFFF">haben sie uns, &quot; Ricky &amp; Cindy &quot;</font></h1> <h1><font size="5" color="#00FFFF">sofort in ihr Herz geschlossen!</font></h1> <h1><a href="freg1.html" target="_blank"><img src="freg1kl.jpg" width="280" height="210" alt="Ricky" border="0"></a><a href="freg2.html" target="_blank"><img src="freg2kl.jpg" width="280" height="210" alt="Cindy" border="0"></a></h1> <h1><font size="5" color="#00FFFF">Wir zeigten uns nat&uuml;rlich von der besten Seite </font></h1> <h1><font size="5" color="#00FFFF">und sie nahmen uns sofort mit.</font></h1> <h1><font size="5" color="#00FFFF">In unserem neuen Heim staunten wir nicht schlecht,</font></h1> <h1><font size="5" color="#00FFFF">als wir den riesig gro&szlig;en K&auml;fig sichteten</font></h1> <h1><font size="5" color="#00FFFF">!<a href="freg3.html" target="_blank"><img src="freg3kl.jpg" width="280" height="210" alt="K&auml;fig" border="0"></a> </font></h1> <h1><font size="5" color="#00FFFF">Zuerst wurde nat&uuml;rlich alles beschnuppert</font></h1> <h1><font size="5" color="#00FFFF">und dann entschieden wir: &quot; hier wollen wir bleiben! &quot;</font></h1> <h1><font size="5" color="#00FFFF">Als Markus und Nicole sich nach ein paar Monaten entschieden,</font></h1> <h1><font size="5" color="#00FFFF">noch ein paar Freunde von uns zu adoptieren,</font></h1> <h1><font size="5" color="#00FFFF">waren wir total happy!</font></h1> <h1><font size="5" color="#00FFFF">Sie fuhren also ein weiteres mal nach K&ouml;ln</font></h1> <h1><font size="5" color="#00FFFF">und brachten ein kleines M&auml;dchen mit!</font></h1> <h1><font size="5" color="#00FFFF">Leider war ich , &quot; Ricky &quot; nicht so sehr davon begeistert,</font></h1> <h1><font size="5" color="#00FFFF">denn ich mag au&szlig;er meiner Cindy keine anderen &quot; Weiber! &quot;</font></h1> <h1><font size="5" color="#00FFFF">Ein bisschen traurig brachten die beiden das M&auml;dchen wieder zur&uuml;ck!</font></h1> <h1><font size="5" color="#00FFFF">Dann kamen sie mit Teddy wieder!</font></h1> <h1><a href="freg4.html" target="_blank"><img src="freg4kl.jpg" width="280" height="210" alt="Teddy" border="0"></a></h1> <h1><font size="5" color="#00FFFF">Also so richtig konnte Ricky sich mit ihm auch nicht anfreunden.</font></h1> <h1><font size="5" color="#00FFFF">Erst einmal ein bisschen bei&szlig;en war angesagt.</font></h1> <h1><font size="5" color="#00FFFF">Naja, zum guten Schlu&szlig; durfte er doch bleiben!</font></h1> <h1><font size="5" color="#00FFFF">Ungef&auml;hr 4 Wochen sp&auml;ter, kamen sie auf einmal mit Leon nach Hause.</font></h1> <h1><a href="freg5.html" target="_blank"><img src="freg5kl.jpg" width="280" height="210" alt="Leon" border="0"></a></h1> <h1><font size="5" color="#00FFFF">Mit ihm verstanden wir 3 uns auf anhieb gut!</font></h1> <h1><font size="5" color="#00FFFF">Es dauerte aber nicht lange, da stand auf einmal Sammy vor dem K&auml;fig!</font></h1> <h1><a href="freg6.html" target="_blank"><img src="freg6kl.jpg" width="280" height="210" alt="Sammy" border="0"></a></h1> <h1><font size="5" color="#00FFFF">Erst wurde nat&uuml;rlich alles an ihm beschuppert!</font></h1> <h1><font size="5" color="#00FFFF">Er hatte aber gerade die &quot; Klickerchen &quot; ab und wir 4 entschieden,</font></h1> <h1><font size="5" color="#00FFFF">er darf bleiben!</font></h1> <h1><font size="5" color="#00FFFF">So wurden wir dann eine richtig gro&szlig;e Frettchenfamilie!!!</font></h1> <h1><a href="freg7.html" target="_blank"><img src="freg7kl.jpg" width="280" height="210" alt="die Frettchenfamilie" border="0"></a></h1> <h1>&nbsp;</h1> <hr> <h1><!-- Anfang SuchmaschinenRegistrierung.de-Code --></h1> <p align="center"><a href="http://www.SuchmaschinenRegistrierung.de" target="_blank"><img src="http://www.SuchmaschinenRegistrierung.de/bilder/KostenloserEintrag.gif" width="112" height="35" alt="Diese Homepage wurde kostenlos durch SuchmaschinenRegistrierung.de in Suchmaschinen eingetragen" border="0"></a><br> <a href="http://www.SuchmaschinenRegistrierung.de" target="_blank"><small><small><small><font face="Arial,Helvetica,Verdana">SuchmaschinenRegistrierung.de</font></small></small></small></a></p> <!-- Ende SuchmaschinenRegistrierung.de-Code --> <h1>&nbsp;</h1> <h1><font face="Courier New, Courier, mono" size="4" color="#FFCCCC"><b></b></font></h1> </div> <script language="JavaScript" src="http://www.easyware.net/cgi-bin/smartjs.cgi?siteid=26275&img=1"> </script> <noscript><img src="http://www.easyware.net/cgi-bin/smartjs.cgi?siteid=26275&img=2" border="0" width="32"> <!-- Start of TheCounter.com Code --> <script type="text/javascript" language="javascript"> s="na";c="na";j="na";f=""+escape(document.referrer) </script> <script type="text/javascript" language="javascript1.2"> s=screen.width;v=navigator.appName if (v != "Netscape") {c=screen.colorDepth} else {c=screen.pixelDepth} j=navigator.javaEnabled() </script> <script type="text/javascript" language="javascript"> function pr(n) {document.write(n,"\n");} NS2Ch=0 if (navigator.appName == "Netscape" && navigator.appVersion.charAt(0) == "2") {NS2Ch=1} if (NS2Ch == 0) { r="&size="+s+"&colors="+c+"&referer="+f+"&java="+j+"" pr("<A HREF=\"http://www.TheCounter.com\" TARGET=\"_top\"><IMG"+ " BORDER=0 SRC=\"http://c3.thecounter.com/id=2361170"+r+"\"><\/A>")} </script> <noscript><a href="http://www.TheCounter.com" target="_top"><img src="http://c3.thecounter.com/id=2361170" alt="TC" border=0></a> </noscript> <!-- End of TheCounter.com Code --> </noscript> </body> </html>