<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_kisat.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="talli2.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>
                                 </tr>
                             <tr> 
                  <td><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>
                  &nbsp;</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 height="205" width="564">
                <div align="center">
                  <center>
                  <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber15" width="420">
                    <tr>
                      <td width="53" align="center"><b>
                      <font size="1" face="Tahoma">Laji</font></b></td>
                      <td width="149" align="center"><font size="1"><font face="Tahoma"><b>Päivämäärä</td>
                      <td width="51" align="center"><b>
                      <font size="1" face="Tahoma"><center>Avoinna</font></b></td>
                      <td width="162" align="center"><font size="1"><font face="Tahoma"><center><b>Tulokset</td>
                    </tr>
                    <tr>
                      <td width="53" align="center">
                      <font size="1" face="Tahoma"><center><a href=http://www.angelfire.com/art2/zirius/nayttelyt2>NJ-Näyttelyt</font></b></td>
                      <td width="149" align="center"><font size="1"><font face="Tahoma"><center>3.7.-2003</td>
                      <td width="51" align="center">
                      <font size="1" face="Tahoma">Oripäivät</font></b></td>
                      <td width="162" align="center"><font size="1"><font face="Tahoma"><a href=http://www.angelfire.com/art2/zirius/tulokset2>Tulokset</a></td>
                    </tr>
                    <tr>
                      <td width="53" align="center">
                      <font size="1" face="Tahoma"><center><a href=http://www.angelfire.com/art2/zirius/koulu03>KRJ:n kisat</a></font></b></td>
                      <td width="149" align="center"><font size="1"><font face="Tahoma">9.7.-2003</td>
                      <td width="51" align="center">
                      <font size="1" face="Tahoma">Kaikille</font></b></td>
                      <td width="162" align="center"><font size="1"><font face="Tahoma"><a href=http://www.angelfire.com/art2/zirius/koulutulokset03>Tulokset</a></td>
                    </tr>
                    <tr>
                      <td width="53" align="center">
                      <font size="1" face="Tahoma"><center><a href=http://www.angelfire.com/art2/shviikonloppu03>Sh-viikonloppu</a></font></b></td>
                      <td width="149" align="center"><font size="1"><font face="Tahoma">26.-28.9.-2003</td>
                      <td width="51" align="center">
                      <font size="1" face="Tahoma">S(p)h</font></b></td>
                      <td width="162" align="center"><font size="1"><font face="Tahoma"><a href=http://www.angelfire.com/art2/shviikonloppu03/tuloksia>Tulokset</a></td>
                    </tr>
                    <tr>
                      <td width="53" align="center">
                      <font size="1" face="Tahoma"><center><a href=http://www.geocities.com/siittolasuhina/njnayttelyt.html>NJ-Näyttelyt</a></font></b></td>
                      <td width="149" align="center"><font size="1"><font face="Tahoma">23.1.-2004</td>
                      <td width="51" align="center">
                      <font size="1" face="Tahoma">s(p)h, fwb, welsh (kaikki), hevosoriit, hevostammat, </font></b></td>
                      <td width="162" align="center"><font size="1"><font face="Tahoma"><a href=http://www.geocities.com/siittolasuhina/njtu.htm>Tulokset</a></td>
                    </tr>
                    <tr>
                      <td width="53" align="center">
                      <font size="1" face="Tahoma"><center><a href=http://www.angelfire.com/art2/fasu/krj2004>KRJ:n kisat</a></font></b></td>
                      <td width="149" align="center"><font size="1"><font face="Tahoma">17.2.-2004</td>
                      <td width="51" align="center">
                      <font size="1" face="Tahoma">Kaikille</font></b></td>
                      <td width="162" align="center"><font size="1"><font face="Tahoma"><a href=http://www.angelfire.com/art2/fasu/krj2004>Tulokset</a></td>
                    </tr>
                    <tr>
                      <td width="53" align="center">
                      <font size="1" face="Tahoma"><center><a href=http://www.angelfire.com/art2/fasu/erj2004>ERJ:n kisat</a></font></b></td>
                      <td width="149" align="center"><font size="1"><font face="Tahoma">18.2.-2004</td>
                      <td width="51" align="center">
                      <font size="1" face="Tahoma">Kaikille</font></b></td>
                      <td width="162" align="center"><font size="1"><font face="Tahoma"><a href=http://www.angelfire.com/art2/fasu/erj2004>Tulokset</a></td>
                    </tr>
                    <tr>
                      <td width="53" align="center">
                      <font size="1" face="Tahoma"><center><a href=http://www.angelfire.com/art2/fasu/nj2004>NJ-Näyttelyt</a></font></b></td>
                      <td width="149" align="center"><font size="1"><font face="Tahoma">10.4.-2004</td>
                      <td width="51" align="center">
                      <font size="1" face="Tahoma">pv, s(p)h, ponit</font></b></td>
                      <td width="162" align="center"><font size="1"><font face="Tahoma"><a href=http://www.angelfire.com/art2/fasu/nj2004>Tulokset</a></td>
                    </tr>
                    <tr>
                      <td width="53" align<="center">
                      <font size="1" face="Tahoma"><center><a href=http://www.angelfire.com/art2/zirius/nj2004>NJ-Näyttelyt</a></font></b></td>
                      <td width="149" align="center"><font size="1"><font face="Tahoma">1.8.-2004</td>
                      <td width="51" align="center">
                      <font size="1" face="Tahoma">s(p)h-oriit, pv-oriit, welshoriit, muut hevosoriit, muut ponioriit</font></b></td>
                      <td width="162" align="center"><font size="1"><font face="Tahoma"><a href=http://www.angelfire.com/art2/zirius/nj2004>Tuloksia</a> (Ei vielä viralliset)</td>
                    </tr>
                  </table>
                  </center>
                </div>
                  </td>
                </tr>
                <tr>
                  <td width="516" height="7">
                <font face="Tahoma" size="1">
                <img border="0" src="dotted_line2.gif" width="517" height="7"></font></td>
                 <br>
&nbsp;</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>