﻿var theDomain='http://www.diablofc.org'

var strFooter = "<p class='footer1'>"

strFooter += "<a href='" +theDomain+ "' >Home</a> | "

strFooter += "<a href='" +theDomain+ "/news/' >News</a> | "

strFooter += "<a href='" +theDomain+ "/about/' >About</a> | "

strFooter += "<a href='" +theDomain+ "/staff/' >Staff</a> | "

strFooter += "<a href='" +theDomain+ "/teams/' >Teams</a> | "

strFooter += "<a href='" +theDomain+ "/academy/' >Academy</a> | "

strFooter += "<a href='" +theDomain+ "/PlayersParents/' >Players&frasl;Parents</a> | "

strFooter += "<a href='" +theDomain+ "/Alumni/' >Alumni</a> | "

strFooter += "<a href='" +theDomain+ "/College/' >College</a> | "

strFooter += "<a href='" +theDomain+ "/Referees/' >Referees</a> | "

strFooter += "<a href='" +theDomain+ "/Fields/' >Fields</a> | "

strFooter += "<a href='" +theDomain+ "/Tournaments/' >Tournaments</a> | "

strFooter += "<a href='" +theDomain+ "/Links/' >Links</a> | "

strFooter += "<a href='" +theDomain+ "/Forms/' >Forms</a> | "

strFooter += "<a href='" +theDomain+ "/Contacts/' >Contacts</a> | "

strFooter += "<a href='" +theDomain+ "/admin/login.asp' >Admin</a> | "

strFooter += "<a href='http://email.diablofc.org' >WebMail</a> | "

strFooter += "<a href='mailto:jbedecarre@diablofc.org' >WebSupport</a>"

strFooter += "</p>"

strFooter += "<br><p class='footer2'>2008-2012 &copy; Diablo Futbol Club :: All Rights Reserved :: <a href='mailto:info@diablofc.org' >info@diablofc.org</a><br><b>(925) 798-GOAL</b> :: P.O. Box 97, Clayton, CA 94517</p>"

document.write(strFooter);
