<html>
<!--Generated by Angelfire: L00S00-->
<head>
<title></title>
</head>
<body text="#000000" link="#000000" alink="#000000" vlink="#000000">
<basefont size="3">

<!--Freetext--><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style type="text/css">
.textus { color:#777777; ;font-size:9;font-family:Arial;}

                </style>
<title>H a f e r h o f&nbsp;&nbsp; H e n g s t s t a t i o n</title>
<META HTTP-EQUIV="imagetoolbar" CONTENT="no">
<style>
<!--
BODY{
scrollbar-face-color: #BDB582;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #BDB582;
scrollbar-darkshadow-color: #BDB582;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #BDB582;
}
-->
    </style>
<style type="text/css">
A:link {color: black ; text-decoration:none;}
A:visited {color: black ; text-decoration:none;}
A:active {color: black ; text-decoration:none;}
A:hover{COLOR: #BDB582 ; text-decoration:none;}
DIV#Text2LYR { position:absolute; visibility:inherit; top:10; left:730; width:129; height:15; z-index:1 }
.postbody { font-size : 12px; line-height: 18px}
</style>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/JavaScript">
<!--


function MM_reloadPage(init) {  //reloads the window if Nav4 resized

  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {

    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}

  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();

}

MM_reloadPage(true);



function MM_openBrWindow(theURL,winName,features) { //v2.0

  window.open(theURL,winName,features);

}
//-->
</script>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_swapImgRestore() { //v3.0

  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;

}



function MM_preloadImages() { //v3.0

  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();

    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)

    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}

}



function MM_findObj(n, d) { //v4.01

  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {

    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}

  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];

  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);

  if(!x && d.getElementById) x=d.getElementById(n); return x;

}



function MM_swapImage() { //v3.0

  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)

   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}

}



function setHomePage(homepage,la_url_es) {

    var agt=navigator.userAgent.toLowerCase();

    var is_major = parseInt(navigator.appVersion);

    var is_minor = parseFloat(navigator.appVersion);

    var is_nav  = ((agt.indexOf('mozilla')!=-1) && (agt.indexOf('spoofer')==-1)

                && (agt.indexOf('compatible') == -1) && (agt.indexOf('opera')==-1)

                && (agt.indexOf('webtv')==-1) && (agt.indexOf('hotjava')==-1));

    var is_ie     = ((agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1));

    var is_ie3    = (is_ie && (is_major < 4));

    var is_ie4    = (is_ie && (is_major == 4) && (agt.indexOf("msie 5")==-1) );

    var is_ie4    = (is_ie && (is_major == 4) && (agt.indexOf("msie 5")==-1) && (agt.indexOf("msie 6")==-1));

    var is_ie5up  = (is_ie && !is_ie3 && !is_ie4);

    var is_win   = ( (agt.indexOf("win")!=-1) || (agt.indexOf("16bit")!=-1) );



 if (is_win && is_ie5up) {

		oHomePage.style.behavior='url(#default#homepage)';

		oHomePage.setHomePage(homepage);

	}

}

//-->

</script>
<style type="text/css">
<!--
.style1 {font-size: 36px}
.style2 {color: #000000}
-->
</style>
<base target="_self">
</head>
<body topmargin="0" id="oHomePage" onLoad="MM_preloadImages('m_etu_over.gif','m_oriit_over.gif','m_tammat_over.gif','m_yksityiset_over.gif','m_kasvatus_over.gif','m_talli_over.gif','m_tapahtumat_over.gif','m_yhteystiedot_over.gif')" bgcolor="#BDB582" link="#000000" vlink="#000000" alink="#000000">
<script language=JavaScript>
<!--

//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var message="Ethän kopioi mitään ilman lupaa";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// --> 
</script>


<center>
  <table border="0" cellspacing="0" cellpadding="0" height="658">
    <tr> 
      <td height="658" valign="top" bgcolor="#BDB582"> 
        <table width="765" border="0" cellpadding="0" cellspacing="0" height="677" style="border-collapse: collapse" bordercolor="#111111" background="hgtabgrossR.gif">
          <tr> 
            <td width="238" height="31" bgcolor="#BDB582">
            <img src="logo_osoite.gif" width="238" height="29"></td>
            <td width="103" height="31" bgcolor="#BDB582">&nbsp;</td>
            <td width="434" valign="bottom" height="31" bgcolor="#BDB582"> <div align="right"><font size="1" face="Arial, Helvetica, sans-serif"><strong> 
                <body bgcolor="#BDB582" link="#000000" vlink="#000000" alink="#000000"><img border="0" src="top_pic.gif" width="259" height="12">
                </strong></font></div></td>
          </tr>
          <tr> 
            <td rowspan="2" valign="top" height="227" width="238" background="hgtabgross.gif">
            <img src="yla_LELLU.gif" width="238" height="241"></td>
            <td valign="top" height="175" width="103"><table width="73%" border="0" cellspacing="0" cellpadding="0">
               <tr> 
                  <td>
                  <a onFocus="if(this.blur)this.blur()" onMouseOver="MM_swapImage('Image5','','m_etu_over.gif',1)" onMouseOut="MM_swapImgRestore()" href="http://www.angelfire.com/art2/zirius/index.html"><img src="m_etu.gif" alt="Etusivulle" name="Image5" width="103" height="19" border="0"></a></td>
                </tr>
                <tr> 
                  <td>
                  <a onFocus="if(this.blur)this.blur()" onMouseOver="MM_swapImage('Image6','','m_oriit_over.gif',1)" onMouseOut="MM_swapImgRestore()" href="http://www.angelfire.com/art2/zirius/oriit"><img src="m_oriit.gif" alt="Oriit &amp; updates" name="Image6" width="103" height="18" border="0"></a></td>
                </tr>
                <tr> 
                  <td>
                  <a onFocus="if(this.blur)this.blur()" onMouseOver="MM_swapImage('Image7','','m_tammat_over.gif',1)" onMouseOut="MM_swapImgRestore()" href="http://www.angelfire.com/art2/zirius/tammat"><img src="m_tammat.gif" alt="Tammat" name="Image7" width="103" height="17" border="0"></a></td>
                </tr>
                <tr> 
                  <td>
                  <a onFocus="if(this.blur)this.blur()" onMouseOver="MM_swapImage('Image8','','m_yksityiset_over.gif',1)" onMouseOut="MM_swapImgRestore()" href="http://www.angelfire.com/art2/yksityiset"><img src="m_yksityiset.gif" alt="Yksityiset" name="Image8" width="103" height="16" border="0"></a></td>
                </tr>
                <tr> 
                  <td>
                  <a onFocus="if(this.blur)this.blur()" onMouseOver="MM_swapImage('Image9','','m_kasvatus_over.gif',1)" onMouseOut="MM_swapImgRestore()" href="http://www.angelfire.com/art2/astutuskalenteri"><img src="m_kasvatus.gif" alt="Kasvatus" name="Image9" width="103" height="17" border="0"></a></td>
                </tr>
                <tr> 
                  <td><a href="http://www.angelfire.com/art2/tallik"  onFocus="if(this.blur)this.blur()" onMouseOver="MM_swapImage('Image10','','m_talli_over.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="m_talli.gif" alt="Tietoa Tallista" name="Image10" width="103" height="17" border="0"></a></td>
                </tr>
                <tr> 
                  <td><a href="http://www.angelfire.com/art2/zirius/kisat2"  onFocus="if(this.blur)this.blur()" onMouseOver="MM_swapImage('Image11','','m_tapahtumat_over.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="m_tapahtumat.gif" alt="Tapahtumat" name="Image11" width="103" height="17" border="0"></a></td>
                </tr>
                <tr> 
                  <td><a href="http://www.angelfire.com/art2/zirius/yhteys"  onFocus="if(this.blur)this.blur()" onMouseOver="MM_swapImage('Image12','','m_yhteys_over.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="m_yhteys.gif" alt="Yhteystiedot" name="Image12" width="103" height="32" border="0"></a></td>
                </tr>
              </table></td>
            <td valign="top" height="175" width="434">
            <img src="top_logo_etu.gif" width="430" height="153"></td>
          </tr>
          <tr> 
            <td colspan="2" valign="top" height="52" width="537">
            <p style="margin-top: 0; margin-bottom: 0">
            <img border="0" src="lellu.gif" width="533" height="46"></td>
          </tr>
          <tr> 
            <td valign="top" height="361"  width="238" background="hgtabgross.gif"> &nbsp;<table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr> 
                  <td>
                  <a onFocus="if(this.blur)this.blur()" onMouseOver="MM_swapImage('Image14','','m_luonne_over.gif',1)" onMouseOut="MM_swapImgRestore()" href="#LUONNE"><img src="m_luonne.gif" name="Image14" width="238" height="25" border="0"></a></td>
                </tr>
                <tr> 
                  <td><a href="#SUKUTAULU" onFocus="if(this.blur)this.blur()" onMouseOver="MM_swapImage('Image15','','m_suku_over.gif',1)" onMouseOut="MM_swapImgRestore()">
                  <img src="m_suku.gif" name="Image15" width="238" height="25" border="0"></a></td>
                </tr>
                <tr> 
                  <td><a href="#JÄLKELÄISET" onFocus="if(this.blur)this.blur()" onMouseOver="MM_swapImage('Image16','','m_jalke_over.gif',1)" onMouseOut="MM_swapImgRestore()">
                  <img src="m_jalke.gif" name="Image16" width="238" height="25" border="0"></a></td>
                </tr>
                <tr> 
                  <td><a href="#KILPAILUTULOKSET" onFocus="if(this.blur)this.blur()" onMouseOver="MM_swapImage('Image17','','m_kilpailu_over.gif',1)" onMouseOut="MM_swapImgRestore()">
                  <img src="m_kilpailu.gif" name="Image17" width="238" height="25" border="0"></a></td>
                </tr>
                <tr> 
                  <td><a href="#KUVAGALLERIA" onFocus="if(this.blur)this.blur()" onMouseOver="MM_swapImage('Image18','','m_kuva_over.gif',1)" onMouseOut="MM_swapImgRestore()">
                  <img src="m_kuva.gif" name="Image18" width="238" height="25" border="0"></a></td>
                </tr>
                             <tr> 
                  <td><img src="VALI.gif" name="Image39" width="238" height="25" border="0"><p style="margin-top: 0; margin-bottom: 0"><img src="VALI.gif" name="Image39" width="238" height="25" border="0"></a></td>
                </tr>

              </table>
              <table width="235" border="0" cellspacing="0" cellpadding="0" height="122">
                <tr> 
                  <td height="15"></td>
                  <td height="15">
                  <hr align="left" width="210" size="1" noshade color="#000000"></td>
                </tr>
                <tr> 
                  <td height="19">
                  <p style="margin-top: 0; margin-bottom: 0">&nbsp;</td>
                  <td rowspan="2" valign="top" height="3"> 
                  <p align="center" style="margin-top: 5; margin-bottom: 0">
                  <img border="1" src="BANNER.jpg" align="left" width="200" height="70"><p align="center" style="margin-top: 0; margin-bottom: 0">
                  <p align="left" style="margin-top: 0; margin-bottom: 0">
                  <BR>
                  <BR>
                  <BR>
                  <BR>
                  <font face="Tahoma" size="1"></font></td>
                </tr>
                <tr> 
                  <td height="1">
                  <p style="margin-top: 0; margin-bottom: 0"></td>
                </tr>
                <tr>
                  <td height="24">
                  <p style="margin-top: 0; margin-bottom: 0">&nbsp;</td>
                  <td height="24">
                  <hr align="left" width="210" size="1" noshade color="#000000"></td>
                </tr>
                <tr> 
                  <td height="80">
                  <p style="margin-top: 0; margin-bottom: 0">&nbsp;</td>
                  <td height="80">
                  <p style="margin-top: 0; margin-bottom: 0">&nbsp;</td>
                </tr>
              </table></td>
            <td height="361" colspan="2" valign="top"  width="537">            
            <div align="center">
              <center>
              <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber9" width="496">
                <tr>
                  <td width="513" colspan="2"><b><font size="1" face="Tahoma"><font color=black>
                  TIEDOT</font></b></td>
                </tr>
                <tr>
                  <td width="434">
                  <p style="margin-top: 0; margin-bottom: 0"><font size="1">&nbsp;</font></p>
                  <p style="margin-top: 0; margin-bottom: 0">
                  <span style="letter-spacing: 1">
                  <font color="black" face="Tahoma" size="1"><b>Virallinen nimi:</b> 
                  Einin Lentoon Lähdössä <br>
                  <b>Lempinimi:</b> Lellu<br>
                  <b>Rotu:</b> suomenhevonen<br>
                  <b>Väri &amp; merkit: </b>Rautias <br>
                  <b>Säkä:</b> 153cm<br>
                  <b>Sukupuoli:</b> tamma <br>
                  <b>Syntynyt:</b> 12.4.-2003 <br>
                  <b>Ikä:</b> 15.v <br>
                  <b>Omistaja:</b>
                  <a href="http://www.angelfire.com/art2/zirius">Haferhof 
                  Hengstation</a><br>
                  <b>Kasvattaja:</b> <a href=http://www.angelfire.com/art2/zirius>Haferhof Hengststation</a><br>
                  <b>Koulutus:</b> Ko. He A, Re. 80-90cm<br>
                  <b>Painotus: </b>Koulu<br>
                  <br>
                  <b>Arvonimet:</b><br>
                  <br>KTK II<br>
                  <b>Sijoitukset:</b> <br>
                  Koulu: 4<br>
                  Este: 1</font></span></p>
                  <p style="margin-top: 0; margin-bottom: 0">
                  <span style="letter-spacing: 1"><font face="Tahoma" size="1"><font color=black>
                  Muut:</font></span></td>
                  <td width="79">&nbsp;</td>
                </tr>
                <tr>
                  <td width="513" colspan="2">
                <font face="Tahoma" size="1">
                <img border="0" src="dotted_line2.gif" width="517" height="7"></font></td>
                </tr>
                <tr>
                  <td width="513" colspan="2">&nbsp;</td>
                </tr>
              </table>
              </center>
            </div>
            <p style="margin-top: 0; margin-bottom: 0"><font size="1">&nbsp;
            </font></p>
            <div align="center">
              <center>
              <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber10" width="516" height="580">
                <tr>
                <td height="13" class="tdupdate" width="564" colspan="2"><b>
                <font size="1" face="Tahoma"><a name="LUONNE"><font color=black>LUONNE</a></font></b></td>
                </tr>
                <tr>
                <td height="228" align="center" valign="middle" class="tdupdate style1" width="771" background="hgtabgrossR.gif">
                <p align="justify" style="margin-top: 0; margin-bottom: 0">
                <font face="Tahoma" size="1"><br>
                </font>
                <font size="1" color="black" face="Tahoma"><b>Hoitaessa:</b> Lellu on erittäin kiltti. Se pitää lapsista ja se haluaa olla aina huomion keskipisteenä. Se rakastaa kun joku harjailee sitä tai pitää muuten sitä hyvänänsä ja ottaa sen aina huomioon. Sen voi laittaa karsinassa, käytävällä tai ulkona kuntoon. Voisi sanoa että se on hoitaessa pomminvarma eikä tee pahaa kärpäsellekkään. Lellu ehkä hieman pelkää vettä ja pesuhommissa kannattaa olla aina kaksi ihmistä sitä pesemässä, jotta vältytään ongelmitta. Satulan ja suitsien laitto onnistuu hyvin, paitsi joskus Lellun on pakko tehdä sen verran kiusaa, että se pullistaa mahaansa oikein todenteolla, ettei vyö menisi millään kiinni. Muuten tämä tamma on oikein sympaattinen :) 
<br>
<br><b>Taluttaminen:</b> Lellu on myös kiltti ja kävelee sinne minne taluttaja sen vain vie. Joskus se kyllä saattaa olla oikukkaalla tuulella ja säpsähtelee pieniä ääniä ja sitten se muka kuulee kaikennäköistä ja näkee mitä sattuu :) Kisapaikallakin Lellu on rauhallinen eikä koohella sinne tänne. Silloin kun sillä on kiima se on vähän kärttyinen ja laiska. Kuljetusautoon lastaaminen onnistuu aina välillä hyvin ja joskus taas huonosti. Koska Lellulla vaihtelee tämä mieliala kuljetusautoon menemiseen. Tähän hommaan kannattaa varata tarpeeksi aikaa :) 
<br>
<br><b>Ratsastettaessa:</b> Lellu on aivan käsittämättömän ihana! Se on innokas oppimaan kaikkea uutta ja sen mahtavat liikkeet se on perinyt isältänsä. Jotenka Lellun vahvempi puoli on koulu. Tällä hetkellä Lellu menee koulua He A:n tasolla, mutta yritämme viedä sen vaativiin luokkiin asti. Aika näyttää mitä tästä tammasta vielä tuleekaan! 
Ravissa sen liikkeet ovat tasaiset, tarmokkaat ja matkaavoittavat. Laukka taas on pyörivää ja ihanteellinen. Esteitäkin Lellu tykkää hypätä. Irtohypytyksessä se on hypännyt 120cm, mutta kuitenkin ratsastajan kanssa sen kanssa hypätään tällä hetkellä 80-90cm. Kapasiteettia kyllä varmasti löytyy 100cm luokkiin asti. Lellu on esteillä varma ja innokas. Välillä saattaa tuntua että se karkaa käsistä. Riemupukkejakin saattaa radalla näkyä :) Vesieste saattaapi joskus olla radalla se kohtalokas este, mutta josks taas Lellu menee siitäkin yli komeasti. 
Maastossa Lellu tietenkiin päästää ylimääräisiä höyryjään pois. Sen kanssa voi lähteä maastoon yksinkin, eli se ei välttämättä tarvitse siellä kaveria. Se menee kyllä ihan minne vain. Joskus pensaissa saattaa olla Lellun mielestä "pieni vihreä mies", jota täytyy pelätä. Muuten se on maastossa varma ratsu

</font></p>
                <p align="justify" style="margin-top: 0; margin-bottom: 0">
                <font face="Tahoma" size="1">&nbsp;</font></p>
                </td>
                <td height="228" align="center" valign="middle" class="tdupdate style1" width="110" background="hgtabgrossR.gif">
                &nbsp;</td>
                </tr>
                <tr>
                  <td width="516" height="7" colspan="2">
                <font face="Tahoma" size="1">
                <img border="0" src="dotted_line2.gif" width="517" height="7"></font></td>
                </tr>
                <tr>
                  <td width="516" height="38" colspan="2">
                  <p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
                  <p style="margin-top: 0; margin-bottom: 0"><font size="1">&nbsp;</font></td>
                </tr>
                <tr>
                <td height="16" width="564" colspan="2"><b>
                <font face="Tahoma" size="1"><a name="SUKUTAULU"><font color=black>SUKUTAULU</a></font></b></td>
                </tr>
                <tr>
                <td height="205" width="564" colspan="2">
                <div align="center">
                  <center>
                  <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber15" width="463" height="159">
                    <tr>
                      <td width="194" align="left" rowspan="4" height="78">
                      <p style="margin-top: 0; margin-bottom: 0">
                      <font color="black" face="Tahoma" size="1">&nbsp;<a name="suku">Isä:</a>
                      <a name="suku" href="http://www.tanjan.net/lunavalle/kalle.htm">
                      VIR MVA Ch Kuujärven Lentävä Lähtö</a></font></p>
                      <p style="margin-top: 0; margin-bottom: 0">
                      <font face="Tahoma" size="1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                      <font color=black>(KTK III)</font></td>
                      <td width="124" align="left" rowspan="2" height="38">
                      <font size="2" face="Verdana&lt;b" color="black">
                      <font color="black" face="Tahoma" size="1">&nbsp;<a name="suku">ii: 
                     <a name="suku" href=http://www.rauma.tut.fi/staff/anna/virtuaali/hepat/lenni.htm>Kuujärven Lennokas</a> KTK III</font></font></td>
                      <td width="143" align="left" height="19">
                      <font size="1" face="Verdana&lt;b" color="black">
                      <font color="black" face="Tahoma">&nbsp;<a name="suku">iii: 
                      <a name="suku" href=http://www.geocities.com/talli_fiola/mikki.html>Kuujärven Mikälie</a></font></font></td>
                    </tr>
                    <tr>
                      <td width="143" align="left" height="20">
                      <font size="2" face="Verdana&lt;b" color="black">
                      <font color="black" face="Tahoma" size="1">&nbsp;<a name="suku">iie:
                      Kuujärven Aamunkoitto</a> </a></font></font></td>
                    </tr>
                    <tr>
                      <td width="124" align="left" rowspan="2" height="39">
                      <font size="2" face="Verdana&lt;b" color="black">
                      <font color="black" face="Tahoma" size="1">&nbsp;<a name="suku">ie: 
                      VIR MVA Ch RHS Suomineito</a> KTK III</font></font></td>
                      <td width="143" align="left" height="20">
                      <font size="2" face="Verdana&lt;b" color="black">
                      <font color="black" face="Tahoma" size="1">&nbsp;<a name="suku">iei: 
                      Ruskomäen Loisto Aika</a></font></font></td>
                    </tr>
                    <tr>
                      <td width="143" align="left" height="20">
                      <font size="2" face="Verdana&lt;b" color="black">
                      <font color="black" face="Tahoma" size="1">&nbsp;<a name="suku">iee: 
                      Ch R.R. Kesä-Muisto</a></font></font></td>
                    </tr>
                    <tr>
                      <td width="194" align="left" rowspan="4" height="80">
                      <font color="black" face="Tahoma" size="1">&nbsp;<a name="suku">Emä:</a>
                      
                      Ch Einin Kaunis Tähti</a><br>KTK III</font><a name="suku"><font size="1" face="Tahoma" color="black">
                      </font></a></td>
                      <td width="124" align="left" rowspan="2" height="39">
                      <font size="2" face="Verdana&lt;b" color="black">
                      <font color="black" face="Tahoma" size="1">&nbsp;<a name="suku">ei:
                      <a name="suku" href="http://www.sunpoint.net/%7Eroyalhorsestud/jaba.htm">
                     
                      VIR MVA Ch Jännän Poju</a> </a>KTK II</font></font></td>
                      <td width="143" align="left" height="20">
                      <font size="2" face="Verdana&lt;b" color="black">
                      <font color="black" face="Tahoma" size="1">&nbsp;<a name="suku">eii: 
                      Jännä Poika </a></font></font></td>
                    </tr>
                    <tr>
                      <td width="143" align="left" height="20">
                      <font size="2" face="Verdana&lt;b" color="black">
                      <font color="black" face="Tahoma" size="1">&nbsp;<a name="suku">eie: 
                      Ihme-Tyttö </a></font></font></td>
                    </tr>
                    <tr>
                      <td width="124" align="left" rowspan="2" height="40">
                      <font size="2" face="Verdana&lt;b" color="black">
                      <font color="black" face="Tahoma" size="1">&nbsp;<a name="suku">ee:</a>
                 
                      Tähti-Tyttö</a></font></font></td>
                      <td width="143" align="left" height="20">
                      <font size="2" face="Verdana&lt;b" color="black">
                      <font color="black" face="Tahoma" size="1">&nbsp;<a name="suku">eei:</a>
                      <a name="suku">
                      Kotkan-Lento </a></font></font></td>
                    </tr>
                    <tr>
                      <td width="143" align="left" height="20">
                      <font size="2" face="Verdana&lt;b" color="black">
                      <font color="black" face="Tahoma" size="1">&nbsp;<a name="suku">eee:</a>
                      
                      Lotan-Tyttö</a></font></font></td>
                    </tr>
                    </table>
                  </center>
                </div>
                  </td>
                </tr>
                <tr>
                  <td width="516" height="7" colspan="2">
                <font face="Tahoma" size="1">
                <img border="0" src="dotted_line2.gif" width="517" height="7"></font></td>
                </tr>
                <tr>
                  <td width="516" height="19" colspan="2">
                  <p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
                  <p style="margin-top: 0; margin-bottom: 0"><font size="1">&nbsp;</font></td>
                </tr>
                <tr>
                  <td width="516" height="19" colspan="2"><b>
                  <font face="Tahoma" size="1"><a name="JÄLKELÄISET"><font color=black>JÄLKELÄISET</a></font></b></td>
                </tr>
                <tr>
                  <td width="516" height="83" colspan="2">
                  <div align="center">
                    <center>
                    <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber20" width="463" height="43">
                      <tr>
                        <td width="153" height="14"><b>
                        <font size="1" face="Tahoma"><font color=black>&nbsp;Varsa</font></b></td>
                        <td width="154" height="14"><b>
                        <font size="1" face="Tahoma"><font color=black>&nbsp;Skp.</font></b></td>
                        <td width="154" height="14"><b>
                        <font size="1" face="Tahoma"><font color=black>&nbsp;Omistaja</font></b></td>
                      </tr>
                      <tr>
                        <td width="153" height="14"><font size="1"><font color=black><font face="Tahoma"><center><a href=http://www.angelfire.com/art2/zirius/liina>Einin Valo-Liina</a></td>
                        <td width="154" height="14"><font size="1"><font color=black><font face="Tahoma"><center>tamma</td>
                        <td width="154" height="14"><font size="1"><font color=black><font face="Tahoma"><center>Haferhof Hengststation</td>
                      </tr>
                      <tr>
                        <td width="153" height="15"></td>
                        <td width="154" height="15"></td>
                        <td width="154" height="15"></td>
                      </tr>
                    </table>
                    </center>
                  </div>
                  </td>
                </tr>
                <tr>
                  <td width="516" height="2" colspan="2">
                <font face="Tahoma" size="1">
                <img border="0" src="dotted_line2.gif" width="517" height="7"></font></td>
                </tr>
              </table>
              </center>
            </div>
            <p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
            <div align="center">
              <center>
              <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber3" width="516" height="326">
                <font size="1">&nbsp;</font><BR>
                <tr>
                <td height="1" class="tdcontent" width="476" background="hgtabgrossR.gif">                  
                <b><font face="Tahoma" size="1"><a name="KILPAILUTULOKSET">
                <font color=black>KILPAILUTULOKSET</a></font></b></td>
                </tr>
                <tr>
                <td height="279" class="tdcontent" width="476" background="hgtabgrossR.gif">                  
                <div align="left">
                  <b><font size="1" face="Tahoma"><font color=black>NJ</font></b></div>
                <div align="center">
                  <div align="center">
                    <center>
                    <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber19">
                      <tr>
                        <font size="1" face="Tahoma" color="black">
                        <td width="83" height="15"><center>
                        <p><b><font size="1" face="Tahoma" color="black">
Pvm.</b></p>
                        </center></td>
                        <td width="108" height="15"><center>
                        <p><b><font size="1" face="Tahoma" color="black">
Missä?</b></p>
                        </center></td>
                        <td width="109" height="15"><center>
                        <p><b><font size="1" face="Tahoma" color="black">
Luokka / Tuom.</b></p>
                        </center></td>
                        <td width="109" height="15"><center>
                        <p><b><font size="1" face="Tahoma" color="black">
Tulos</b></p>
                        </center></td>
                                               </font>
                      </tr>
                      <tr>
                        <font size="1" face="Tahoma" color="black">
                        <td width="83" height="15"><font size="1"><font color=black><center><font face="Tahoma">20.1.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font size="1"><font color=black><font face="Tahoma"><center>For Encatadora Stud</td>
                        <td width="109" height="15"><font size="1"><font color=black><font face="Tahoma"><center>suomenhevostammat</td>
                        <td width="109" height="15"><font size="1"><font color=black><font face="Tahoma"><center><b>LKV1/10 BIS 5, MVA-Sert, JS</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" face="Tahoma" color="black">
                        <td width="83" height="15"><font size="1"><font color=black><font face="Tahoma"><center>23.1.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font size="1"><font color=black><font face="Tahoma"><center>S.N.A.W & Siittola Suhina</td>
                        <td width="109" height="15"><font size="1"><font color=black><font face="Tahoma"><center>suomen(pien)hevostammat</td>
                        <td width="109" height="15"><font size="1"><font color=black><font face="Tahoma"><center><b>LKV1/10 irtoSERT, JS</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" face="Tahoma" color="black">
                        <td width="83" height="15"><font size="1"><font color=black><font face="Tahoma"><center>18.2.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font size="1"><font color=black><font face="Tahoma"><center>Eroketo & Lunavalle</td>
                        <td width="109" height="15"><font size="1"><font color=black><font face="Tahoma"><center>suomenhevostammat</td>
                        <td width="109" height="15"><font size="1"><font color=black><font face="Tahoma"><center>6/12 <b>KUMA, JS</b></td>
</font>
                      </tr>
                      <tr>
 <font size="1" face="Tahoma" color="black">
                        <td width="83" height="15"><font size="1"><font color=black><font face="Tahoma"><center>9.4.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font size="1"><font color=black><font face="Tahoma"><center>Kallen Talli</td>
                        <td width="109" height="15"><font size="1"><font color=black><font face="Tahoma"><center>suomenhevostammat</td>
                        <td width="109" height="15"><font size="1"><font color=black><font face="Tahoma"><center><b>LKV1/15 irtoSERT, JS</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" face="Tahoma" color="black">
                        <td width="83" height="15"><font size="1"><font color=black><font face="Tahoma"><center>10.4.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font size="1"><font color=black><font face="Tahoma"><center>S.N.A.W & Siittola Suhina</td>
                        <td width="109" height="15"><font size="1"><font color=black><font face="Tahoma"><center>suomen(pien)hevostammat</td>
                        <td width="109" height="15"><font size="1"><font color=black><font face="Tahoma"><center><b>LKV1/15 BIS 4, MVA-Sert, JS</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" face="Tahoma" color="black">
                        <td width="83" height="15"><font size="1"><font color=black><font face="Tahoma"><center>10.5.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font size="1"><font color=black><font face="Tahoma"><center>Hubertus</td>
                        <td width="109" height="15"><font size="1"><font color=black><font face="Tahoma"><center>suomen(pien)hevostammat</td>
                        <td width="109" height="15"><font size="1"><font color=black><font face="Tahoma"><center>9/15 <b>JS</b></td>
                        </font>
                      </tr>
                    </table>
                    </center>
                  </div>
                </div>
                <div align="left">
                  &nbsp;</div>
                <div align="left">
                  &nbsp;</div>
                <div align="left">
                  <b><font size="1" face="Tahoma"><font color=black>ERJ</font></b></div>
                <div align="center">
                  <div align="center">
                    <center>
                    <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber17">
                      <tr>
                        <font size="1" face="Tahoma" color="black">
                        <td width="83" height="15"><center>
                        <p><b><font size="1" face="Tahoma" color="black">
Pvm.</b></p>
                        </center></td>
                        <td width="108" height="15"><center>
                        <p><b><font size="1" face="Tahoma" color="black">
Missä?</b></p>
                        </center></td>
                        <td width="109" height="15"><center>
                        <p><b><font size="1" face="Tahoma" color="black">
Luokka / Arv.</b></p>
                        </center></td>
                        <td width="109" height="15"><center>
                        <p><b><font size="1" face="Tahoma" color="black">
Tulos</b></p>
                        </center></td>
                        </font>
                      </tr>
                      <tr>
                        <font size="1" color="black"><font face="Tahoma">
                        <td width="83" height="15"><font size="1"><font face="Tahoma"><font color=black><center>27.8.-2003</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td 
width="108" height="15"><font size="1"><font face="Tahoma"><font color=black><center>FNR</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma"><font color=black><center>70-80cm</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma"><font color=black><center>18/25</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" color="black"><font face="Tahoma">
                        <td width="83" height="15"><font size="1"><font face="Tahoma"><font color=black><center>28.9.-2003</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td 
width="108" height="15"><font size="1"><font face="Tahoma"><font color=black><center>S.N.A.W & For Encatadora Stud</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma"><font color=black><center>70-80cm</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma"><font color=black><center>13/16</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" color="black"><font face="Tahoma">
                        <td width="83" height="15"><font size="1"><font face="Tahoma"><font color=black><center>25.11.-2003</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td 
width="108" height="15"><font size="1"><font face="Tahoma"><font color=black><center>Mesimarja</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma"><font color=black><center>60-90cm</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma"><font color=black><center>18/20</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" color="black"><font face="Tahoma">
                        <td width="83" height="15"><font size="1"><font face="Tahoma"><font color=black><center>25.8.-2004 (Ei ERJ)</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font size="1"><font face="Tahoma"><font color=black><center>Confugium</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma"><font color=black><center>90-100cm</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma"><font color=black><center><b>5/29</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" color="black"><font face="Tahoma">
                        <td width="83" height="15"><font size="1"><font face="Tahoma"><font color=black><center>22.6.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font size="1"><font face="Tahoma"><font color=black><center>Clover</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma"><font color=black><center>90-100cm</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma"><font color=black><center>12/25</td>
                        </font>
                      </tr>
                      <tr>
                        <font size="1" color="black"><font face="Tahoma">
                        <td width="83" height="15"><font size="1"><font face="Tahoma"><font color=black><center>4.9.-2004 (Ei ERJ)</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font size="1"><font face="Tahoma"><font color=black><center>Confugium</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma"><font color=black><center>90-100cm</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma"><font color=black><center><b>1/24</td>

</font>
                    
                        </font>
                      </tr>
                      </table>
                    </center>
                  </div>
                </div>
                <div align="left">
                  &nbsp;</div>
                <div align="left">
                  &nbsp;</div>
                <div align="left">
                  <b><font face="Tahoma" size="1"><font color=black>KRJ</font></b></div>
                <div align="left">
                  <div align="center">
                    <center>
                    <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber18">
                      <tr>
                        <font size="1" face="Tahoma" color="black">
                        <td width="83" height="15"><center>
                        <p><b><font size="1" face="Tahoma" color="black">
Pvm.</b></p>
                        </center></td>
                        <td width="108" height="15"><center>
                        <p><b><font size="1" face="Tahoma" color="black">
Missä?</b></p>
                        </center></td>
                        <td width="109" height="15"><center>
                        <p><b><font size="1" face="Tahoma" color="black">
Luokka / Arv.</b></p>
                        </center></td>
                        <td width="109" height="15"><center>
                        <p><b><font size="1" face="Tahoma" color="black">
Tulos</b></p>
                        </center></td>
</font>
                      </tr>
                      <tr>
                        <font size="1" color="black"><font face="Tahoma">
                        <td width="83" height="15"><font size="1"><font face="Tahoma"><font color=black><center>26.9.-2003 (Ei KRJ)</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td 
width="108" height="15"><font size="1"><font face="Tahoma"><font color=black><center>S.N.A.W & For Encatadora Stud</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma"><font color=black><center>He B</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma"><font color=black><center>5/8</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" color="black"><font face="Tahoma">
                        <td width="83" height="15"><font size="1"><font face="Tahoma"><font color=black><center>15.11.-2003</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td 
width="108" height="15"><font size="1"><font face="Tahoma"><font color=black><center>Laitakujan KK</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma"><font color=black><center>He A</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma"><font color=black><center>12/25</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="1" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma"><font color=black><center>1.12.-2003 (Ei KRJ)</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>Lunavalle</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>He B</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma"><font color=black><center>5/25</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="1" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma"><font color=black><center>22.12.-2003</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>Björkhagen</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>He A</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma"><font color=black><center>19/19</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="1" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma"><font color=black><center>14.1.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>Flash Stables</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>He A</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma"><font color=black><center>9/45</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="1" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma"><font color=black><center>14.1.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>Cutter</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>He A</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma"><font color=black><center>12/25</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="1" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma"><font color=black><center>16.1.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>Saeta Equina</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>He A</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma"><font color=black><center><b>3/20</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" color="black"><font face="Tahoma">
                        <td width="83" height="15"><font size="1"><font face="Tahoma"><font color=black><center>1.2.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td 
width="108" height="15"><font size="1"><font face="Tahoma"><font color=black><center>Lunavalle</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma"><font color=black><center>He B</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma"><font color=black><center>5/25</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="1" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma"><font color=black><center>17.2.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>S.N.A.W Stud</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>He A a)suomenhevoset</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma"><font color=black><center>37/45</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="1" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma"><font color=black><center>19.3.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>Dollar's Farm</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>He B II</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma"><font color=black><center>25/25</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="1" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma"><font color=black><center>20.3.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>Virtuaalitalli Khand</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>He B</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma"><font color=black><center>25/35</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="1" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma"><font color=black><center>11.3.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>Dollar's Farm</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>He B</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma"><font color=black><center>20/38</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="1" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma"><font color=black><center>13.4.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>FNR</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>He B</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma"><font color=black><center><b>1/25 sinivalk. ruusuke, 100 ve</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="1" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma"><font color=black><center>20.4.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>FNR</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>He B</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma"><font color=black><center>21/25</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="1" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma"><font color=black><center>9.6.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>Rautakoura</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>He B</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma"><font color=black><center>14/30</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="1" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma"><font color=black><center>14.6.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>Aewatar</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>He B</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma"><font color=black><center><b>2/25</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="1" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma"><font color=black><center>17.6.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>Confugium</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>He B</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma"><font color=black><center>20/40</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="1" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma"><font color=black><center>30.6.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>Seura DEW</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>He B</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma"><font color=black><center>39/50</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="1" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma"><font color=black><center>30.6.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>Wadelma</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>He A</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma"><font color=black><center>12/25</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="1" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma"><font color=black><center>1.7.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>Siittola Stickypaw</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>He B</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma"><font color=black><center>58/110</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="1" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma"><font color=black><center>18.7.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>Laura.P</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>He B</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma"><font color=black><center>14/40</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="1" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma"><font color=black><center>22.7.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>Kisakeskus Gollum</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>He B</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma"><font color=black><center>9/25</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="1" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma"><font color=black><center>30.7.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>Kisakeskus Element</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>He B</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma"><font color=black><center>14/50</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="1" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma"><font color=black><center>15.8.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>Confugium</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>He B</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma"><font color=black><center>44/50</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="1" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma"><font color=black><center>15.8.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>Confugium</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>He A</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma"><font color=black><center>38/56</td>  
              </font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="1" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma"><font color=black><center>20.8.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>Kisakeskus Element</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>He B</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma"><font color=black><center>9/45</td>   
    </font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="1" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma"><font color=black><center>9.9.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>Haferhof Hengststation</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma"><font color=black><center>He B</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma"><font color=black><center><b>3/16</td>
                        </font>
                      </tr>
                      </table>
                    </center>
                  </div>
                </div>
                </td>
                </tr>
                <BR>
                <tr>
                <td height="19" class="tdcontent" width="476" background="hgtabgrossR.gif">                  
                <font face="Tahoma" size="1">
                <img border="0" src="dotted_line2.gif" width="517" height="7"></font></td>
                </tr>
                </table>
              </center>
            </div>
            <p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
            <p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
            <div align="center">
              <center>
              <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber8" width="532">
                <tr>
                  <td width="532"><a name="TALLI JA YMPÄRISTÖ"><b>
                  <font face="Tahoma" size="1"><font color=black>KUVAGALLERIA</font></b></a></td>
                </tr>
                <tr>
                  <td width="532">
                  <p align="justify" style="margin-top: 0; margin-bottom: 0">
                  <font size="1">&nbsp;</font></p>
                  <p align="left" style="margin-top: 0; margin-bottom: 0">
                  <font color="black" face="Tahoma" size="1">
                  <a onFocus="if(this.blur)this.blur()" onMouseOver="MM_swapImage('Image44','','visassi.JPG',1)" onMouseOut="MM_swapImgRestore()" href="visassi.JPG"><img src="/art2/zirius/visassi.JPG" name="Image44" width="80" height="70" border="1"></a>
                  <a onFocus="if(this.blur)this.blur()" onMouseOver="MM_swapImage('Image45','','visassi02.JPG',1)" onMouseOut="MM_swapImgRestore()" href="visassi02.JPG"><img src="/art2/zirius/visassi02.JPG" name="Image45" width="100" height="70" border="1"></a>                 
                </tr>
                <tr>
                  <td width="532">
                <font face="Tahoma" size="1">
                <img border="0" src="dotted_line2.gif" width="517" height="7"></font></td>
                </tr>
                </table>
              </center>
            </div>
            <p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
            </td>
          </tr>
          <tr> 
            <td colspan="3" valign="top" height="58" width="775" rowspan="2" background="hgtabgross.gif"><img src="bottom.gif" width="771" height="60" border="0" usemap="#Map" href="javascript:"><body bgcolor="#BDB582" link="#000000" vlink="#000000" alink="#000000"></body></td>
          </tr>
          <tr> 
                <body bgcolor="#BDB582" link="#000000" vlink="#000000" alink="#000000">
          </tr>
        </table>
          <p>&nbsp;</td>

    </tr>

  </table>



</center>

<map name="Map">

  <area shape="rect" coords="3, 31, 18, 69" href="#top" alt="back to top" onClick="if(this.blur)this.blur()">

  <area shape="rect" coords="25, 38, 49, 62" href="javascript:history.back()" alt="back" onClick="if(this.blur)this.blur()">

  <area shape="rect" coords="450, 41, 570, 56" href="http://www.angelfire.com/art2/zirius/copyright" onFocus="if(this.blur)this.blur()" onClick="setHomePage('http://http://www.angelfire.com/art2/zirius/')">

  <area shape="rect" coords="598, 39, 671, 59" href="javascript:addbookmark()" onClick="if(this.blur)this.blur()">

  <area shape="rect" coords="688, 40, 754, 57" href="mailto:haferhof@jippii.fi" onClick="if(this.blur)this.blur()">

  <area shape="rect" coords="349, 42, 424, 55" href="javascript:" onClick="MM_openBrWindow('http://www.angelfire.com/art2/zirius/copyt.html','dislaimer','scrollbars=yes,width=430,height=430')">

</map>

</body>

</html><!--EndFreetext-->
<p>

</body>
</html>