//No Head, Body tags here because this is an INCLUDE file. 
//ALWAYS USE ABSOLUTE PATH, NOT relative so that the file can be used in any sub-folder of the the website.

var strFooter = ''
var dateLM = window.document.lastModified

strFooter += '<table border="0" width="100%">'
strFooter += '<tr>'
strFooter += '<td width="100%" align="center" valign="top" colspan="2">'
strFooter += '<hr width="100%" size="1">'
strFooter += '<img src="http://www.ashanet.org/arizona/images/horizontal_bar.gif">'
strFooter += '</td>'
strFooter += '</tr>'
strFooter += '<tr>'
strFooter += '<tr>'
strFooter += '<td width="100%" align="center" valign="top" colspan="2">'
strFooter += '<b>Thank you for visiting our website and also for your continuous support to a great cause.</b>'
strFooter += '</td>'
strFooter += '</tr>'
strFooter += '<td width="50%" align="center" valign="top" colspan="2">'
strFooter += 'Asha Arizona, #17 Student Development Office, Box 873001, '
strFooter += 'ASU, Tempe, AZ 85287-3001'
strFooter += '</td>'
strFooter += '</tr>'
strFooter += '</table>'

document.write(strFooter)

/*
strFooter += '<td width="50%" align="center" valign="top">'
strFooter += 'Last Updated: ' + dateLM + '<br>'
strFooter += 'Asha-AZ Website Comments/Queries: <a href="mailto:nsharma@asu.edu">Nitin</a>, ' 
strFooter += '<a href="mailto:hitendra@cox.net">Hiten</a>'
*/
