<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_oriit.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/zirius/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/zirius/kasvatus"><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/zirius/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="charisma.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">
                  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> 
                  H.T Charisma <br>
                  <b>Lempinimi:</b> Santtu<br>
                  <b>Rotu:</b> hannover<br>
                  <b>Väri &amp; merkit: </b>rautias <br>
                  <b>Säkä:</b> 168cm<br>
                  <b>Sukupuoli:</b> ori <br>
                  <b>Syntynyt:</b> 13.10.-2003 <br>
                  <b>Ikä:</b> 7.v <br>
                  <b>Omistaja:</b>
                  <a href="http://www.angelfire.com/art2/zirius">Haferhof 
                  Hengstation</a><br>
                  <b>Kasvattaja:</b> Haltian Kartano<br>
                  <b>Koulutus:</b> Ko. Va A - Grand Prix, Re. 140-150cm<br>
                  <b>Painotus: </b>Koulu/Esteet<br>
                  <br>
                  <b>Arvonimet:</b><br>
                  <br>
                  <b>Sijoitukset:</b> <br>
                  Koulu: 5<br>
                  Este: 2</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> Santtu on todella kiltti ja sen voi laittaa joko karsinassa tai käytävällä kuntoon. Kaviot se nostaa hyvin. Kun sille laittaa suojia tai pinteleitä etusiin, Santtu tahtoisi niin kovasti auttaa mutta siitä ei sitten tulekkaan yhtikäs mitään. Satulaa kun sille laittaa se näyttää myös kiukkuisen puolensa. Se vetää korvat visusti luimuun ja näyttelee hampaitaan. Satulavyötä kiristettäessä Santtu potkaisee kerran taakseen, eli sen takana ei kannata silloin seistä. Suitset sille saa hyvin päähän, mutta kaikki remmit on kuolassa ennenkuin suitset ovat edes päässä. 
<br>
<br><b>Taluttaessa:</b> No sitten kun päästään tähän asiaan niin Santtu on kuin toinen hevonen. Sille täytyy ottaa taluttaessa raippa mukaan, laittaa ketju suuhun ja aikuinen ihminen sitä taluttamaan. Tammoille se esittelee itseään ja jos mennään sellaisten tarhojen ohitse, jossa on muita oreja niin niille täytyy näyttää vähän herran komeita ja kovia puolia. Santun kanssa täytyy olla päättäväinen ja näyttää sille ketä on pomo. Kisapaikalla se on hieman rauhallisempi, mutta osaa keksiä kaikenlaista. Se jännittää vielä vähän ihan vieraita paikkoja, se puhisee ja katselee ympärilleen silmät suurina. Tämä ei kuitenkaan ole enää pahemmin vaikuttanut sen kisasuoritukseen.
<br>
<br><b>Autoon lastaaminen:</b> Santun saa kuljetusautoon aika helposti. Mutta välillä kun sille sattuu oikein, oikein huono päivä kannattaa ottaa aikaa sen lastaamiseen ja olla erittäin kärsivällinen ;) 
Sitten kun se autoon pääsee ja lähdetään matkaan se on rauhallinen matkakaveri ja siellä se rouskuttelee vain heiniä. Mutta jos matka on todella pitkä Santtu käy levottomaksi ja sitä on syytä käydä välillä moikkaamassa.
<br>
<br><b>Ratsastettaessa:</b> Santtu on aika kuuma pakkaus. Sillä ei varsinaisesti ole sitä päälajia, kun se menee koulua ja esteitä molempia todella hyvin. Mutta ehkä kuitenkin Santtu on hitusen verran parempi esteillä. Koulussa Santtu kulkee kauniisti muodossa ja sillä on suuret kauniit liikkeet niin ravissa- että laukassa. On herkkä avuille ja painolle. Kuuntelee hyvin ratsastajaa ja se oppii nopeasti kaikkea uutta. 
Esteillä se onkin sitten tulta ja tappuraa. Välillä tuntuu siltä, että sillä mitään rajaa ole, kuinka korkeita  esteitä se hyppää. Se hyppää aivan mielettömän korkeita esteitä ja sillä on halua ja innokkuutta. Sillä on hyvä hyppytekniikka ja se vaihtaa hyvin laukan esteellä. Santtu ei katsele mitään estettä sillä silmällä että se kieltäisi, vaan se menee oikeastaan mistä tahansa yli, kunhan ratsastaja on mukana ja tietää mitä tehdä :) Se kääntyy myös tarvittaessa nopeasti. <br>
Maastossa sen mielestä on aina niin jännittävää ja kivaa. Se ei ole ihan niitä varmempia ratsuja maastossa, mutta kokeneen ja päättäväisen ratsastajan alla se menee minne vain. Tottakai se näkee aina niitä näitä ja puhisee ja tanssahtelee. Muuten oikein mukava 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"><font color=black>Isä:</a>
                      <a name="suku" href="http://www.geocities.com/hann_domiro/">
                      VIR MVA Ch Domiro</a></font></p>
                      <p style="margin-top: 0; margin-bottom: 0">
                      <font face="Tahoma" size="1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                      (KTK I)</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"><font color=black>ii: 
                   Akira    </a></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"><font color=black>iii: 
                      Dominatos</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"><font color=black>iie:
                      
                      Helleene</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"><font color=black>ie: 
                      Holleman´s Adel</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"><font color=black>iei: 
                      With the Big Jump </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"><font color=black>iee: 
                      Ariel</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>
                      <a name="suku" href="http://www.geocities.com/haltiankartano/jasmin.htm">
                      R.M Jasmin</a>(KTK II)</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"><font color=black>ei:
                      
                      VIR MVA Ch Rembrant</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"><font color=black>eii: 
                      Schenkfelt </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"><font color=black>eie: 
                      Ramina II </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"><font color=black>ee:</a>
                      <a name="suku" href="http://www.itsme.fi/liinunvirtuaalitalli/iines2.htm">
                      Reseda Ines</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"><font color=black>eei:
                     
                      Chale</a> </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"><font color=black>eee:</a>
                      
                      Drina Edita</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">&nbsp;Varsa</font></b></td>
                        <td width="154" height="14"><b>
                        <font size="1" face="Tahoma">&nbsp;Skp.</font></b></td>
                        <td width="154" height="14"><b>
                        <font size="1" face="Tahoma">&nbsp;Omistaja</font></b></td>
                      </tr>
                      <tr>
                        <td width="153" height="14"><font color=black><font size="1"><font face="Tahoma"><a href="http://www.geocities.com/kinshipwb/takku.html">KWB Photogenic</a></td>
                        <td width="154" height="14"><font face="Tahoma"><font color=black><font size="1">tamma</td>
                        <td width="154" height="14"><font size="1"<font color=black><font face="Tahoma"><a href="http://www.geocities.com/kinshipwb/">Kinship Warmbloods</a></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 face="Tahoma"><font size="1"><font color=black> 3.1.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font face="Tahoma"><font size="1"><font color=black>Wirtual W</td>
                        <td width="109" height="15"><font face="Tahoma"><font size="1"><font color=black>hannover-oriit</td>
                        <td width="109" height="15"><font face="Tahoma"><font size="1"><font color=black><b>LKV3/15 irtoSERT, JS</td>
                        </font>
                      </tr>
                      <tr>
                        <font size="1" face="Tahoma" color="black">
                        <td width="83" height="15"><font face="Tahoma"><font size="1"><font color=black>5.1.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font face="Tahoma"><font size="1"><font color=black>Lumotus</td>
                        <td width="109" height="15"><font face="Tahoma"><font size="1"><font color=black>puoliverioriit</td>
                        <td width="109" height="15"><font face="Tahoma"><font size="1"><font color=black><b>LKV2/15 (irtoSERT) korvattiin KUMA, JS</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" face="Tahoma" color="black">
                        <td width="83" height="15"><font face="Tahoma"><font size="1"><font color=black>23.1.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font face="Tahoma"><font size="1"><font color=black>S.N.A.W & Siittola Suhina</td>
                        <td width="109" height="15"><font face="Tahoma"><font size="1"><font color=black>hevosoriit</td>
                        <td width="109" height="15"><font face="Tahoma"><font size="1"><font color=black><b>LKV2/10 (irtoSERT) korvattiin KUMA, JS</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" face="Tahoma" color="black">
                        <td width="83" height="15"><font face="Tahoma"><font size="1"><font color=black>22.2.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font face="Tahoma"><font size="1"><font color=black>Siittola Yön Säde</td>
                        <td width="109" height="15"><font face="Tahoma"><font size="1"><font color=black>hannover-oriit</td>
                        <td width="109" height="15"><font face="Tahoma"><font size="1"><font color=black><b>LKV2/13 irtoSERT, JS</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" face="Tahoma" color="black">
                        <td width="83" height="15"><font face="Tahoma"><font size="1"><font color=black>1.4.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font face="Tahoma"><font size="1"><font color=black>Eine Kleine Holstein</td>
                        <td width="109" height="15"><font face="Tahoma"><font size="1"><font color=black>puoliverioriit</td>
                        <td width="109" height="15"><font face="Tahoma"><font size="1"><font color=black><b>LKV3/15 KUMA, JS</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" face="Tahoma" color="black">
                        <td width="83" height="15"><font face="Tahoma"><font size="1"><font color=black>10.4.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font face="Tahoma"><font size="1"><font color=black>S.N.A.W Stud</td>
                        <td width="109" height="15"><font face="Tahoma"><font size="1"><font color=black>puoliverioriit</td>
                        <td width="109" height="15"><font face="Tahoma"><font size="1"><font color=black>9/14 <b>KUMA, JS</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" face="Tahoma" color="black">
                        <td width="83" height="15"><font face="Tahoma"><font size="1"><font color=black>9.6.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font face="Tahoma"><font size="1"><font color=black>Yt Geramind</td>
                        <td width="109" height="15"><font face="Tahoma"><font size="1"><font color=black>hannover-oriit</td>
                        <td width="109" height="15"><font face="Tahoma"><font size="1"><font color=black>/</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">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">24.1.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font size="1"><font face="Tahoma">Dollar's Farm</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">120cm</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">17/25</td>
                        </font>
                      </tr>
                      <tr>
                        <font size="1" color="black"><font face="Tahoma">
                        <td width="83" height="15"><font size="1"><font face="Tahoma">25.1.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font size="1"><font face="Tahoma">Dollar's Farm</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">120-130cm</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">31/35</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" color="black"><font face="Tahoma">
                        <td width="83" height="15"><font size="1"><font face="Tahoma">26.1.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font size="1"><font face="Tahoma">Kilpatalli Nectar</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">140cm</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">17/30</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" color="black"><font face="Tahoma">
                        <td width="83" height="15"><font size="1"><font face="Tahoma">29.1.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font size="1"><font face="Tahoma">Siittola Ajanto</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">110-130cm</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma"><b>2/35</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" color="black"><font face="Tahoma">
                        <td width="83" height="15"><font size="1"><font face="Tahoma">1.2.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font size="1"><font face="Tahoma">Berkhoutt</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">110-130cm</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma"><b>1/20</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" color="black"><font face="Tahoma">
                        <td width="83" height="15"><font size="1"><font face="Tahoma">5.2.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font size="1"><font face="Tahoma">Kisakeskus Kaiku</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">140-150cm</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">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">17.2.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font size="1"><font face="Tahoma">Virtuaalitalli Khand</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">140-150cm</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">16/24</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" color="black"><font face="Tahoma">
                        <td width="83" height="15"><font size="1"><font face="Tahoma">18.2.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font size="1"><font face="Tahoma">S.N.A.W Stud</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">130-140cm</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">16/40</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" color="black"><font face="Tahoma">
                        <td width="83" height="15"><font size="1"><font face="Tahoma">24.2.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font size="1"><font face="Tahoma">Qantamoon</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">110-120cm</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">9/30</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" color="black"><font face="Tahoma">
                        <td width="83" height="15"><font size="1"><font face="Tahoma">15.5.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font size="1"><font face="Tahoma">Talli Fre & Cullamore's Thoroughbreds</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">110-130cm</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma"><b>13/95 vihreä ruusuke, kunniamaininta</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" color="black"><font face="Tahoma">
                        <td width="83" height="15"><font size="1"><font face="Tahoma">15.5.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font size="1"><font face="Tahoma">Talli Fre & Thoroughbreds</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">130-150cm</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">40/46</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" color="black"><font face="Tahoma">
                        <td width="83" height="15"><font size="1"><font face="Tahoma">15.5.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font size="1"><font face="Tahoma">Kisakeskus Element</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">130-140cm</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">16/19</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" color="black"><font face="Tahoma">
                        <td width="83" height="15"><font size="1"><font face="Tahoma">4.6.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font size="1"><font face="Tahoma">Yt Lehmuskuja & Simbelmynë</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">110-140cm</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">8/25</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" color="black"><font face="Tahoma">
                        <td width="83" height="15"><font size="1"><font face="Tahoma">16.6.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font size="1"><font face="Tahoma">Hattara</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">140cm</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">/</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" color="black"><font face="Tahoma">
                        <td width="83" height="15"><font size="1"><font face="Tahoma">23.6.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font size="1"><font face="Tahoma">Clover</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">120-130cm</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">/</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" color="black"><font face="Tahoma">
                        <td width="83" height="15"><font size="1"><font face="Tahoma">23.6.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font size="1"><font face="Tahoma">Clover</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">130-140cm</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">/</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" color="black"><font face="Tahoma">
                        <td width="83" height="15"><font size="1"><font face="Tahoma">27.6.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font size="1"><font face="Tahoma">Kilpatalli Golden Willow</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">130-140cm</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">/</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" color="black"><font face="Tahoma">
                        <td width="83" height="15"><font size="1"><font face="Tahoma">29.6.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font size="1"><font face="Tahoma">Startalli & Cee-talli</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">130-140cm</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">/</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" color="black"><font face="Tahoma">
                        <td width="83" height="15"><font size="1"><font face="Tahoma">1.7.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font size="1"><font face="Tahoma">Elegant Equus</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">110-130cm</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">/</td>
</font>
                      </tr>
                      <tr>
                        <font size="1" color="black"><font face="Tahoma">
                        <td width="83" height="15"><font size="1"><font face="Tahoma">17.7.-2004</td>
                        </font><font face="Tahoma" size="2" color="black">
                        <td width="108" height="15"><font size="1"><font face="Tahoma">Gestüet Haradwaith</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">130-140cm</td>
                        <td width="109" height="15"><font size="1"><font face="Tahoma">/</td>
                        </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">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 face="Tahoma" size="1" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">6.1.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Fuldganon Virtuaalitalli</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Grand Prix</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma">6/11</td>
                        </font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">14.1.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Flash Stables</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Grand Prix</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma">9/23</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">25.1.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Vuelo Lipizzar</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Intermediaire I</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma">12/18</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">26.1.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Simbelmynë</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Grand Prix</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma">24/26</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">27.1.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Virtuaalisiittola Saniainen</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Grand Prix</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma">18/23</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">31.1.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Kisakeskus Kaiku</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Va A</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma">12/18</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">1.2.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Lunavalle</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Va A</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma">17/25</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">5.2.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Laitakujan KK</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Va A</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma"><b>1/25 sinivalkoinen ruusuke, 100 ve</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">17.2.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">S.N.A.W Stud</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Intermediaire I</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma">13/35</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">8.3.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Jester</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Va A</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma">9/25</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">13.3.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Onnela</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Grand Prix</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma"><b>5/25</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">20.3.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Dollar's Farm</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Va A</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma">6/19</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">21.3.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Dollar's Farm</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Grand Prix</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma">10/11</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">25.3.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Leya Warmbloods</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Grand Prix</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma"><b>3/27</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">10.4.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Lunavalle</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Va A</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma">12/25</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">10.4.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Kisakeskus Element</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Grand Prix</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma">39/50</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">13.4.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Fanononé</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Va A</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma"><b>1/25 sinivalkoinen ruusuke, 100ve</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">13.4.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Fanononé</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Vaikea B</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma">6/24</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">10.5.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Cullamore's Thorouhbreds</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Intermediaire I</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma">27/44</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">10.5.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Cullamore's Thorouhgbreds</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Grand Prix</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma">39/46</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">16.5.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Limona</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Va A</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma">37/40</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">9.6.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Rautakoura</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Va A</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma">30/30</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">9.6.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Rautakoura</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Grand Prix</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma">19/30</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">14.6.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Aeawatar</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Va A</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma"><b>5/25</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">17.6.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">KK Delta</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Intermediaire I</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma">/</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">17.6.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">KK Delta</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Grand Prix</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma">/</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">17.6.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Confugium</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Intermediaire I</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma">26/40</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">17.6.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Confugium</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Grand Prix</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma">/</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">18.6.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Dollar's Farm</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Intermediaire I</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma">/</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">18.6.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Dollar's Farm</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Grand Prix</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma">/</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">20.6.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Ikiajan</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Grand Prix</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma">14/30</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">1.7.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Siittola Stickypaw</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Prix St. Georges</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma">/</td>
</font>
                      </tr>
                      <tr>
                        <font face="Tahoma" size="2" color="black">
                        <td width="83" height="18"><font size="1"><font face="Tahoma">1.7.-2004</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Siittola Stickypaw</td>
                        <td width="109" height="18"><font size="1"><font face="Tahoma">Intermediaire II</td>
                        <td width="110" height="18"><font size="1"><font face="Tahoma">/</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','','walztman0_1.jpg',1)" onMouseOut="MM_swapImgRestore()" href="walztman0_1.jpg"><img src="/art2/zirius/walztman0_1.jpg" name="Image44" width="93" height="70" border="1"></a>
                  <a onFocus="if(this.blur)this.blur()" onMouseOver="MM_swapImage('Image45','','walztman0_2.jpg',1)" onMouseOut="MM_swapImgRestore()" href="walztman0_2.jpg"><img src="/art2/zirius/walztman0_2.jpg" name="Image45" width="93" height="70" border="1"></a>
                 
                                    <a href="walztman0_3.jpg">
                  <img border="1" src="walztman0_3.jpg" xthumbnail-orig-image="/art2/zirius/walztman0_3.jpg" width="93" height="70"></a>&nbsp;
                  <a href="walztman0_4.jpg">
                  <img border="1" src="walztman0_4.jpg" xthumbnail-orig-image="/art2/zirius/walztman0_4.jpg" width="93" height="70"></a>&nbsp;
                  <a href="walztman0_5.jpg">
                  <img border="1" src="walztman0_5.jpg" xthumbnail-orig-image="/art2/zirius/walztman0_5.jpg" width="93" height="70"></a></font><p align="left" style="margin-top: 0; margin-bottom: 0">
                  &nbsp;<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('Image43','','walztman0_6.jpg',1)" onMouseOut="MM_swapImgRestore()" href="walztman0_6.jpg"><img src="/art2/zirius/walztman0_6.jpg" name="Image43" width="100" height="75" border="1"></a>
             
                  <a href="walztman0_7.jpg">
                  <img border="1" src="walztman0_7.jpg" xthumbnail-orig-image="/art2/zirius/walztman0_7.jpg" width="100" height="75"></a>&nbsp;
                  <a href="walztman0_8.jpg">
                  <img border="1" src="walztman0_8.jpg" xthumbnail-orig-image="/art2/zirius/walztman0_8.jpg" width="80" height="75"></a>&nbsp;
                  <a href="walztman0_9.jpg">
                  <img border="1" src="walztman0_9.jpg" xthumbnail-orig-image="/art2/zirius/walztman0_9.jpg" width="80" height="75"></a></font><p align="left" style="margin-top: 0; margin-bottom: 0">
                  &nbsp;</td>
                </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/" 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>