function go_home()
{
  parent.location = '/main_new.htm'
}

var dd = new Date()

document.write("</CENTER>")
document.write("<HR size=2>")

document.write("<DIV align=center>")
document.write("<FONT face=Tahoma size=5>")
document.write("<STRONG>Annual Fund Drive ")
document.write(dd.getFullYear())
document.write("</STRONG>")
document.write("</FONT>")
document.write("<BR>")
document.write("<FONT face=Tahoma size=3>")
document.write("<STRONG>Now Accepting Donations Online !</STRONG>")
document.write("</FONT>")
document.write("</DIV>")

document.write("<DIV align=center>")
document.write("<A HREF='/donate.htm'>")
document.write("<IMG height=61 alt='Click here to Donate Online !' src='/donate.jpg' width=199 border=0><\/A>")
document.write("</DIV>")

document.write("<HR size=2>")
document.write("<BR>")

document.write("<DIV align=center>")
document.write("<FONT size='2' face='Tahoma'>")
document.write("<a href='http://deluxe-menu.com/'>Javascript Menu by Deluxe-Menu.com</a>")
document.write("<BR>")
document.write("<a href='/legal.htm' class='hcursor'>Important Legal Information/Disclaimers</A>")
document.write("<BR>")
document.write("If you have any questions, or need more information, e-mail us at")
document.write("<BR>")
document.write("<a href='mailto:chief@leoniaambulance.org'>Chief@leoniaambulance.org</a>")
document.write("<BR>")
document.write("<I>")
document.write("Copyright &copy; ")
document.write(dd.getFullYear())
document.write(" Leonia Volunteer Ambulance Corps - All Rights Reserved")
document.write("</I>")
document.write("</FONT>")
document.write("<BR>")
document.write("<FONT size='1' face='Tahoma' color=red>(Todays Date: ")
document.write(Date())
document.write(")")
document.write("</FONT>")
document.write("</DIV>")

document.write("</CENTER>")

