<!--
function formCheck() {
    if (document.enquiries.Name.value == "") {
	   alert("Please enter your name");
	   document.enquiries.Name.focus();
	   return false;
	}
    if (document.enquiries.Email.value == "") {
	   alert("Please enter the email address");
	   document.enquiries.Email.focus();
	   return false;
	}
    if (document.enquiries.Comments.value == "") {
	   alert("Please enter your comments");
	   document.enquiries.Comments.focus();
	   return false;
	}
}
//-->


<!--
function YY_ns4refresh() { //v1.2 copyright (c)1998 Yaro von Flocken
	if (document.layers) // dhtml ns4
	{	if ((YY_oldX != window.innerWidth) || (YY_oldY !=window.innerHeight)) 
			window.location.reload();
		YY_oldX = window.innerWidth; YY_oldY = window.innerHeight;
	}
}

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];}}
}



//-->



  
<!-- Hide from old browsers

  // All you have to do is put another text in the variable message.
  // Don't forget to break all lines with a ^
  // When you do not place a ^ at the end of all the message, the
  // message will not repeat

 message     = "Welcome to St Albans Bed and Breakfast^" +
              " Quality Affordable Accommodation in the White Cliffs Country.^" +
                                                              "^"

  scrollSpeed = 25
  lineDelay   = 1500

  // Do not change the text below //

  txt         = ""

  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++
    setTimeout("scrollText('"+pos+"')",pauze)
  }

  // Unhide -->
scrollText(0)


  

