function footer()
{
    var html_str = '';

    html_str+= '<table border = 0 cellpadding = 0 cellspacing = 0 width = "100%">'

+' <tr>'
+'  <td valign = bottom align = left height = 22 bgcolor = #6A89D5>'
+'		<table border = 0 cellpadding = 3 cellspacing = 0 width = "100%">'
+'		 <tr>'
+'		  <td valign = top align = center HEIGHT=20>'
+'		  <font face = "Verdana,Arial, Helvetica, sans-serif" size = 1 style="FONT: 8pt/11pt" color = #ffffff>'
+'			<a href = "index.asp"><font color = #ffffff>Home</font></a> |'
+'			<a href = "welcome.asp"><font color = #ffffff>Welcome</font></a> |'
+'			<a href = "pastor.asp"><font color = #ffffff>Pastor</font></a> |'
+'			<a href = "beliefs.asp"><font color = #ffffff>Beliefs</font></a> |'
+'			<a href = "departments.asp"><font color = #ffffff>Departments</font></a> |'
+'			<a href = "calendar.asp"><font color = #ffffff>Calendar</font></a> |'
+'			<a href = "gallery.asp"><font color = #ffffff>Photo Gallery</font></a> |'
+'			<a href = "aboutcontact.asp"><font color = #ffffff>Contact Us</font></a> |'
+'			<a href = "links.asp"><font color = #ffffff>Links</font></a>'
+'			</font>'
+'		  </td>'
+'		 </tr>'
+'		</table>'
+'  </td>'
+' </tr>'
+'</table>'
+'<table border="0" cellspacing="0" cellpadding="5" width = "100%" align = center >'
+'	 <tr>'
+'	  <td valign = center align = center height = 20 >'
+'		<font face = "Arial,Verdana,Helvetica, sans-serif" size = 1 style="FONT: 8pt/11pt" color = "#6A89D5">Copyright &#169; 2010 Flatbush Seventh-day Adventist Church | Designed + Powered by Leslie Williams </font><br><a href = "adminlogin.asp"><font face = "Verdana,Arial, Helvetica, sans-serif" size = 1 style="FONT: 8pt/11pt" color = #6A89D5><b>Admin Login</b></font></a></td>'
+'	 </tr>'
+'	</table>';


document.write(html_str);
}