< /TITLE> < /HEAD> < BODY> <script language= "JavaScript"> CoLoUrS=newArray('ff0000','0000ff','ff00ff');//FarbedesZifferblattes.sCol='ff00ff';//sekundenFarbe.mCol='ff0000';//minutenFarbe.hCol='0000ff';//stundenFarbe.//Alternothingbelow!H='Stunde..';H=H.split('');H=H.reverse();M='Minute..';M=M.split('');M=M.reverse();S='Sekunde..';S=S.split('');S=S.reverse();dots=12;varYpos=0,Xpos=0,Ybase=0,Xbase=0;varay=0,ax=0,Ay=0,Ax=0,by=0,bx=0,By=0,Bx=0,cy=0,cx=0,Cy=0,Cx=0,dy=0,dx=0,Dy=0,Dx=0; count=0; count_a=0; move=1; ns=(document.layers)?1:0; viz=(document.layers)?'hide':'hidden'; if (ns){ for (i=0; i < dots; i++) document.write('<LAYER name="nface'+i+'" top="0" bgcolor="#ffffff" clip="0,0,3,3" left="0"></LAYER>'); for (i= 0;i < S.length; i++) document.write('<LAYER left="0" name="nx'+i+'" top="0" width="36" height="36"><font face=Verdana size=2 color='#00c000'><center>'+S[i]+'</center></font></LAYER>'); for (i= 0;i < M.length; i++) document.write('<LAYER left="0" name="ny'+i+'" top="0" width="36" height="36"><font face=Verdana size=2 color='#00c000'><center>'+M[i]+'</center></font></LAYER>'); for (i= 0;i < H.length; i++) document.write('<LAYER left="0" name="nz'+i+'" top="0" width="36" height="36"><font face=Verdana size=2 color='#00c000'><center>'+H[i]+'</center></font></LAYER>'); } else{ document.write('<div id="W" style="LEFT: 0px; POSITION: absolute; TOP: 0px"><div style="POSITION: relative">'); for (i= 0;i < dots; i++){ document.write('<div id="face" style="FONT-SIZE: 3px; BACKGROUND: #ffffff; LEFT: 0px; WIDTH: 3px; POSITION: absolute; TOP: 0px; HEIGHT: 3px"></div>'); } document.write('</div></div>'); document.write('<div id="X" style="LEFT: 0px; POSITION: absolute; TOP: 0px"><div style="POSITION: relative">'); for (i= 0;i < S.length; i++){ document.write('<div id="x" style="FONT-SIZE: 12px; WIDTH: 36px; PADDING-TOP: 10px; FONT-FAMILY: Verdana; POSITION: absolute; HEIGHT: 36px; TEXT-ALIGN: center">'+S[i]+'</div>'); } document.write('</div></div>') document.write('<div id="Y" style="LEFT: 0px; POSITION: absolute; TOP: 0px"><div style="POSITION: relative">'); for (i= 0;i < M.length; i++){ document.write('<div id="y" style="FONT-SIZE: 12px; WIDTH: 36px; PADDING-TOP: 10px; FONT-FAMILY: Verdana; POSITION: absolute; HEIGHT: 36px; TEXT-ALIGN: center">'+M[i]+'</div>'); } document.write('</div></div>') document.write('<div id="Z" style="LEFT: 0px; POSITION: absolute; TOP: 0px"><div style="POSITION: relative">'); for (i= 0;i < H.length; i++){ document.write('<div id="z" style="FONT-SIZE: 12px; WIDTH: 36px; PADDING-TOP: 10px; FONT-FAMILY: Verdana; POSITION: absolute; HEIGHT: 36px; TEXT-ALIGN: center">'+H[i]+'</div>'); } document.write('</div></div>'); } if (ns){ window.captureEvents(Event.MOUSEMOVE); function nsMouse(evnt){ Ypos = evnt.pageY+100; Xpos = evnt.pageX+100; } window.onMouseMove = nsMouse; } else{ function ieMouse(){ Ypos=event.y+100; Xpos=event.x+100; } document.onmousemove=ieMouse; } function clock(){ 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; Ybase=15; Xbase=15; if (ns){ document.layers["nx"+0].visibility=viz; document.layers["ny"+0].visibility=viz; document.layers["nz"+0].visibility=viz; for (i=0; i < S.length; i++){ document.layers["nx"+i].top=ay-12+(i*Ybase)*Math.sin(sec); document.layers["nx"+i].left=ax-12+(i*Xbase)*Math.cos(sec); } for (i=0; i < M.length; i++){ document.layers["ny"+i].top=by-12+(i*Ybase)*Math.sin(min); document.layers["ny"+i].left=bx-12+(i*Xbase)*Math.cos(min); } for (i=0; i < H.length; i++){ document.layers["nz"+i].top=cy-12+(i*Ybase)*Math.sin(hrs); document.layers["nz"+i].left=cx-12+(i*Xbase)*Math.cos(hrs); } for (i=0; i < dots; ++i){ document.layers["nface"+i].top=dy-2+(70*Math.sin(-0.49+dots+i/1.9)); document.layers["nface"+i].left=dx+4+(70*Math.cos(-0.49+dots+i/1.9)); } } else{ var scrll=document.body.scrollTop; W.style.pixelTop=scrll; X.style.pixelTop=scrll; Y.style.pixelTop=scrll; Z.style.pixelTop=scrll; x[0].style.visibility=viz; y[0].style.visibility=viz; z[0].style.visibility=viz; for (i=0; i < S.length; i++){ x[i].style.pixelTop=ay-12+(i*Ybase)*Math.sin(sec); x[i].style.pixelLeft=ax-12+(i*Xbase)*Math.cos(sec); } for (i=0; i < M.length; i++){ y[i].style.pixelTop=by-12+(i*Ybase)*Math.sin(min); y[i].style.pixelLeft=bx-12+(i*Xbase)*Math.cos(min); } for (i=0; i < H.length; i++){ z[i].style.pixelTop=cy-12+(i*Ybase)*Math.sin(hrs); z[i].style.pixelLeft=cx-12+(i*Xbase)*Math.cos(hrs); } for (i=0; i < dots; ++i){ face[i].style.pixelTop=dy+6+(70*Math.sin(-0.49+dots+i/1.9)); face[i].style.pixelLeft= dx+4+(70*Math.cos(-0.49+dots+i/1.9)); } } } function MouseFollow(){ay=Math.round(Ay+= ((Ypos)-Ay)*4/15);ax=Math.round(Ax+=((Xpos)-Ax)*4/15); by = Math.round(By+=(ay-By)*4/15); bx = Math.round(Bx+=(ax-Bx)*4/15); cy = Math.round(Cy+=(by-Cy)*4/15); cx = Math.round(Cx+=(bx-Cx)*4/15); dy = Math.round(Dy+=(cy-Dy)*4/15); dx = Math.round(Dx+=(cx-Dx)*4/15); clock(); setTimeout('MouseFollow()',10); } function colourStep(){ count+=move; if (count >= dots){count=0;count_a+=move} if (count_a == CoLoUrS.length) count_a=0; if (ns) document.layers["nface"+count].bgColor=CoLoUrS[count_a]; else face[count].style.background=CoLoUrS[count_a]; setTimeout('colourStep()',100) } function StartAll(){ MouseFollow(); colourStep(); } if (document.layers || document.all) window.onload=StartAll; </SCRIPT> <STRONG><FONT color=midnightblue>Qualität hat ihren Preis .</FONT></STRONG><STRONG><FONT color=midnightblue><FONT face=Arial><FONT lang=2 size="2" FAMILY ="SANSSERIF" PTSIZE="10" BACK="#ffffff" > Ein <FONT color=#000000 size=4> Rassewelpe kostet Geld! Je nach Rasse zwischen 400 und 2200 Euro. Das mag vielleicht im ersten Moment nach sehr viel Geld klingen, wenn man aber bedenkt, wie viel Geld man ein Hundeleben lang investieren muss ist es schon gar nicht mehr soviel. Und wenn man dann noch bedenkt, wie viel Geld, Zeit, Arbeit & Liebe ein guter Züchter in seine Zucht steckt, ist es wirklich nicht mehr viel. Der Züchter muss Zuchttiere anschaffen (um den gleichen Preis, wie Ihr Welpe), er muss Mitgliedsbeiträge im Zuchtclub zahlen, einen Zwingernamen schützen lassen, an Ausstellungen teilnehmen, Zuchttiere & Welpen tierärztlich versorgen lassen, Werbung machen, Decktaxen zahlen usw. Bei einem guten Züchter bleibt da unter dem Strich nicht mehr viel übrige. Und meiner Meinung nach kann man das Engagement eines guten Züchters ruhig unterstützen!<BR><BR>Ein hoher Preis ist natürlich noch lange keine Garantie für Qualität! Aber ein Welpe der deutlich billiger ist, sollte schon Verdacht wecken.<BR><BR><BR><BR><BR></FONT></FONT><FONT lang=2 size="4" color =#000000 FAMILY="SANSSERIF" PTSIZE="10" BACK="#ffffff" >Ein Züchter mag Hunde .</FONT></FONT></FONT></STRONG><FONT lang=2 FAMILY="SANSSERIF" PTSIZE ="10" BACK="#ffffff" > <FONT face=Arial><FONT size=4><FONT color=#000000><STRONG><FONT >Das sollte natürlich klar sein. Beobachten Sie, wie der Züchter mit seinen Hunden & den Welpen umgeht. Geht er sachkundig und liebevoll mit ihnen um? Sind sie für ihn mehr als bloß Zuchttiere? Und wie verhalten sich die Hunde ihm gegenüber? Mögen sie ihn? Freuen sie sich, wenn sie ihn sehen? Oder haben sie Angst vor ihm?<BR><BR>Sollte das der Fall sein stimmt natürlich auch etwas nicht, denn für einen guten Züchter sollten die Hunde im Vordergrund stehen und nicht der Zuchterfolg!<BR><BR>Schauen Sie sich auch genau an, wie die Hunde untergebracht sind. Wo werden die Welpen aufgezogen? Wo schlafen die Hunde usw.?<BR><BR>Ein Züchter sollte auch nur so viele Hunde haben, wie er maximal pflegen kann. Wenn bei ihm so viele Tiere leben, dass er gar nicht mehr die Namen aller Hunde weiß, ist das natürlich zu viel. Es gibt zwar auch Ausnahmefälle, in denen ein Züchter auch viele Hunde optimal pflegt, aber trotzdem sollte man sich eher einen Hund aus einer überschaubaren Zucht holen!</FONT></STRONG><BR></FONT></FONT></FONT></FONT> <script language="JavaScript"> function click() {if (event.button==2) {alert('Hände weg')}} document.onmousedown=click </script> </BODY> </HTML> </div> <center> <script type="text/javascript"><!-- var bw_referer=escape(document.referrer); if (typeof(top.document)=='object'){eval('try{bw_referer=escape(top.document.referrer);}catch(e){bw_referer="";}'); } document.write("<img style='border:0px;' alt='' src='https://www.beepworld.de/cgi-bin/hp/apps/visitortracker.pl?wid=1&userid=79774&pagename=1723200&application_name=page&application_subident=1723200&mobile=0&referer="+bw_referer+"&cache="+new Date().getTime()+"' />"); //--></script> <noscript> <img style='border:0px;' alt='' src='https://www.beepworld.de/cgi-bin/hp/apps/visitortracker.pl?wid=1&userid=79774&pagename=1723200&application_name=page&application_subident=1723200&mobile=0' /> </noscript> <div style="line-height: 20px; font-family: Arial, Helvetica, sans-serif; font-size: 14px;"><a href="/apps/privacy">Datenschutzerklärung</a></div><div style="line-height: 20px; font-family: Arial, Helvetica, sans-serif; font-size: 14px;"><a href="https://www.beepworld.de" target="_blank">powered by Beepworld</a></div><br /><br /> </center> </div></div> </body> </html>