<!-- hide script from non-javascript capable browers
// define functions to use later
	
function whatistoday() {
	var now=Date(); // get today's date and time
	var m="";
	document.write(m + now.substring(0,11) + now.substring(now.length-4,now.length+4) + "<BR>");
}

function lastUpdated() {
	document.write("Last updated: Saturday, January 11, 2003 9:49:33 PM");
}

function callUs() {
	document.write("<h3>Call (210) 661-5102 Texas<br>or (415) 468-4399 California<br>to order today!</h3>");
}
// hides script from non-javascript capable browers -->
