<!-- Hide from old browsers
/*Generated via dreamwaever by default*/
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);
/*Spam spider e-mail protection*/
/*The parameter can include text and/or images to be seen along with image size etc*/
/* e.g. send_mail('<img ALT="[email]" src="images/email_clap1_rev.gif" width="70" height="70" hspace=70 vspace=0 Border = 0><BR>e-mail'); */
/*If screen text is not required, pass " " as the parameter or else deault "e-mail' will show */
function send_mail(screen_text){
	if (screen_text == null){screen_text = "e-mail";}
	var emailfirst = "uncle-pete";
	var emailthird = ".co.uk";
	var emailsecond = "horse-care-and-hoof-lameness";
	var title="\?subject=Horse%20care%20enquiry";
	document.write("<a href=" + "mail" + "to:" + emailfirst + "@" + emailsecond+ emailthird + title + ">"+ screen_text + "</a>")
}
function send_mail_sales(screen_text){
	if (screen_text == null){screen_text = "e-mail";}
	var emailfirst = "sales";
	var emailthird = ".co.uk";
	var emailsecond = "horse-care-and-hoof-lameness";
	var title="\?subject=Horse%20care%20enquiry";
	document.write("<a href=" + "mail" + "to:" + emailfirst + "@" + emailsecond+ emailthird + title + ">"+ screen_text + "</a>")
}
/*End of spam spider e-mail protection*/
/*Message in viewer information area*/
  message     ="^"+
		"Caring for horses, preventative measures, and dealing with problems.^" +
                "Good care through balanced feeding, wise management and hoof care.^" +
                "Find out what's what in the Farrier world of Uncle Pete.^" +
                "Learn about the latest developments.^" +
                "Above all, enjoy healthy horses.^" +
                "^"
  scrollSpeed = 25
  lineDelay   = 1500
  // Do not change the text below //
  txt         = ""
  var tim;
  function scrollText(pos) {
    if (message.charAt(pos) != '^') {
      txt    = txt + message.charAt(pos)
      status = txt
      pauze  = scrollSpeed
    }
    else {
      pauze = lineDelay
      txt   = ""
      if (pos == message.length-1) pos = -1
    }
    pos++
    tim=setTimeout("scrollText('"+pos+"')",pauze)
  }
scrollText(0)
/*End of Message in viewer information area*/
// Unhide -->

