<!--
	var oLast = document.lastModified;
	if (navigator.appName == "Microsoft Internet Explorer") {
		oLast2 = oLast.split(" ");
		window.status = "Welcome to A&L! This document was last modified on " + oLast2[0];
	} else {
		window.status = "Welcome to A&L! This document was last modified on " + document.lastModified;
	}
	if (screen.width >= 640) {
		if (screen.width >= 1024) {
			if (navigator.appName == "Microsoft Internet Explorer") {
				document.write('<img src="/New Menu/1024/a&lbaner_1024.jpg" width="1002" height="53" usemap="#Banner" border="0px">'); 
			} else {
				document.write('<img src="/New Menu/1024/a&lbaner_1024.jpg" width="1002" height="53" usemap="#Banner" border="0px">');
			}
		} else if (screen.width >= 800) {
			if (navigator.appName == "Microsoft Internet Explorer") {
				document.write('<img src="/New Menu/800/a&lbaner_800.jpg" width="779" height="50" usemap="#Ban800" border="0px">');
			} else {
				document.write('<img src="/New Menu/800/a&lbaner_800.jpg" width="779" height="50" usemap="#Ban800" border="0px">');
			}
		} else {
			if (navigator.appName == "Microsoft Internet Explorer") {
				document.write('<img src="/New Menu/800/a&lbaner_800.jpg" width="779" height="50" usemap="#Ban800" border="0px">');
			} else {
				document.write('<img src="/New Menu/800/a&lbaner_800.jpg" width="779" height="50" usemap="#Ban800" border="0px">');
			}
		}
	}
//-->

