<!-- hide from old browsers
  function GetDay(intDay){
    var DayArray = new Array("Sunday", "Monday", "Tuesday", "Wednesday", 
                         "Thursday", "Friday", "Saturday")
    return DayArray[intDay]
    }

  function GetMonth(intMonth){
    var MonthArray = new Array("January", "February", "March",
                               "April", "May", "June",
                               "July", "August", "September",
                               "October", "November", "December") 
    return MonthArray[intMonth] 	  	 
    }
  function getDateStrWithDOW(){
    var today = new Date()
    var year = today.getYear()
    if(year<1000) year+=1900
    var todayStr = GetDay(today.getDay()) + ", "
    todayStr += GetMonth(today.getMonth()) + " " + today.getDate()
    todayStr += ", " + year
    return todayStr
    }
//-->


/***********************************************
* Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

/* Modified to support Opera */
function bookmarksite(title,url){
if (window.sidebar) // firefox
	window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){ // opera
	var elem = document.createElement('a');
	elem.setAttribute('href',url);
	elem.setAttribute('title',title);
	elem.setAttribute('rel','sidebar');
	elem.click();
} 
else if(document.all)// ie
	window.external.AddFavorite(url, title);
}
function noError(){return true;} window.onerror = noError;

	<!-- Script courtesy of http://www.web-source.net - Your Guide to Professional Web Site Design and Development
function load1() {
var load1 = window.open('contactform.html','','left=20,top=20,scrollbars=no,menubar=no,height=400,width=550,resizable=yes,toolbar=no,location=no,status=no');
}
// -->
	<!-- Script courtesy of http://www.web-source.net - Your Guide to Professional Web Site Design and Development
function load2() {
var load2 = window.open('aohmailing.html','','left=20,top=20,scrollbars=no,menubar=no,height=650,width=750,resizable=yes,toolbar=no,location=no,status=no');
}
// -->
// -->
	<!-- Script courtesy of http://www.web-source.net - Your Guide to Professional Web Site Design and Development
function load3() {
var load3 = window.open('aohmenulunch.pdf','','left=20,top=20,scrollbars=no,menubar=no,height=650,width=750,resizable=yes,toolbar=no,location=no,status=no');
}
// -->
// -->
	<!-- Script courtesy of http://www.web-source.net - Your Guide to Professional Web Site Design and Development
function load4() {
var load4 = window.open('aohmenulunch.pdf','','left=20,top=20,scrollbars=no,menubar=no,height=650,width=750,resizable=yes,toolbar=no,location=no,status=no');
}
// -->
// -->
	<!-- Script courtesy of http://www.web-source.net - Your Guide to Professional Web Site Design and Development
function load5() {
var load5 = window.open('aohmenudrinks.pdf','','left=20,top=20,scrollbars=no,menubar=no,height=650,width=750,resizable=yes,toolbar=no,location=no,status=no');
}
// -->
// -->
	<!-- Script courtesy of http://www.web-source.net - Your Guide to Professional Web Site Design and Development
function load6() {
var load5 = window.open('aohjazzbar.html','','left=20,top=20,scrollbars=yes,menubar=no,height=650,width=750,resizable=yes,toolbar=no,location=no,status=no');
}
// -->
// -->
	<!-- Script courtesy of http://www.web-source.net - Your Guide to Professional Web Site Design and Development
function load7() {
var load7 = window.open('ChristmasSelection2009.pdf','','left=20,top=20,scrollbars=no,menubar=no,height=650,width=750,resizable=yes,toolbar=no,location=no,status=no');
}
// -->
// -->
	<!-- Script courtesy of http://www.web-source.net - Your Guide to Professional Web Site Design and Development
function load8() {
var load8 = window.open('taket.jpg','','left=20,top=20,scrollbars=yes,menubar=no,height=650,width=750,resizable=yes,toolbar=no,location=no,status=no');
}
// -->