<!--
	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('<a href="../index.html"><img src="new-anl-logo5.gif" border="0px" alt="Developers of of Paperless Document Imaging solutions and OHIP Electronic Medical Records Billing applications"></a>'); 
			} else {
				document.write('<a href="../index.html"><img src="new-anl-logo5.gif" border="0px" alt="Developers of of Paperless Document Imaging solutions and OHIP Electronic Medical Records Billing applications"></a>');
			}
		} else if (screen.width >= 800) {
			if (navigator.appName == "Microsoft Internet Explorer") {
				document.write('<a href="../index.html"><img src="new-anl-logo5.gif" border="0px" alt="Developers of of Paperless Document Imaging solutions and OHIP Electronic Medical Records Billing applications"></a>');
			} else {
				document.write('<a href="../index.html"><img src="new-anl-logo5.gif" border="0px" alt="Developers of of Paperless Document Imaging solutions and OHIP Electronic Medical Records Billing applications"></a>');
			}
		} else {
			if (navigator.appName == "Microsoft Internet Explorer") {
				document.write('<a href="../index.html"><img src="new-anl-logo5.gif" border="0px" alt="Developers of of Paperless Document Imaging solutions and OHIP Electronic Medical Records Billing applications"></a>');
			} else {
				document.write('<a href="../index.html"><img src="new-anl-logo5.gif" border="0px" alt="Developers of of Paperless Document Imaging solutions and OHIP Electronic Medical Records Billing applications"></a>');
			}
		}
	}
//-->

