// JavaScript Document

function writeFooter()  {
	document.write(" <table width='90%' align='center'><tr><td>");
	document.write("<br><center><a href='cimap.html'  onClick='parent.thetitle.location=\"hdrcimap.html\" ' target='main'>Click here to see a map of Christmas Island</a></center>");

	document.write("<hr noShade>");
    document.write("  <div align='center' class='footer'> <a href='cidiversassoc.html' onClick='parent.thetitle.location=\"hdrcidiversassoc.html\"' target='main'>About CI Divers Assoc</font></a> |<a href='itinerary.html' onClick='parent.thetitle.location=\"hdritinerary.html\"' target='main'>Itinerary</font></a> | <a href='accomodations.html' onClick='parent.thetitle.location=\"hdraccomodations.html\"' target='main'>Accomodations</font></a>  | <a href='scubadiving.html'  onClick='parent.thetitle.location=\"hdrscubadiving.html\"' target='main'>Scuba");
    document.write("   Diving</a> | <a href='fishing.html'  onClick='parent.thetitle.location=\"hdrfishing.html\"' target='main'>Fishing</a> | <a href='skindiving.html'  onClick='parent.thetitle.location=\"hdrSkindiving.html\"' target='main'>Spear Fishing</a> |<a href='birdwatching.html'  onClick='parent.thetitle.location=\"hdrbirdwatching.html\"' target='main'>Bird Watching</a> |<a href='about.html' onClick='parent.thetitle.location=\"hdrabout.html\"' target='main'>About Christmas Island</font></a> | <a href='travel.html' onClick='parent.thetitle.location=\"hdrtravel.html\"' target='main'>Travel to Christmas Is</a> |<a href='contact.html' onClick='parent.thetitle.location=\"hdrcontact.html\"' target='main'>Contact");
    document.write("    Us</a> | <a href='reservations.html' onClick='parent.thetitle.location=\"hdrreservations.html\"' target='main'>Reservations</a> | <a href='prices.html' onClick='parent.thetitle.location=\"hdrPrices.html\"' target='main'>Prices</a> | <a href='traveltips.html' onClick='parent.thetitle.location=\"hdrtraveltips.html\"' target='main'>Travel Tips</a> | <a href='staff.html' onClick='parent.thetitle.location=\"hdrStaff.html\"' target='main'>Staff</a>");
    document.write("<br><br>Mailing Address: Christmas Island Divers Association &#8226 London, Kiritimati &#8226; Republic of Kiribati ");
	document.write("<br>Phone Numbers: (686) 81364 &#8226; Hawaii number:(808)351-0206");
	document.write("<br>Email Us: <a href='mailto:robert@cidiving.com'>robert@cidiving.com</a>");
	document.write("  </div>");
   	document.write(" </td></tr></table>");	
		
}