// *********************************************************************************************************************
// name:		bop.js
// version:	v1.0
// author:		Albert William Demello, III
// created:	20051111.15:30
// purpose:	To Automat the writing of the bottom of the page block.
// *********************************************************************************************************************

// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// Variables.
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
var bopLinks = new String("<h4 style=\"text-align: center; \" lang=\"us-en\" dir=\"ltr\">");
bopLinks += new String("<a href=\"../index.html\" target=\"_self\" lang=\"en-us\" dir=\"ltr\">");
bopLinks += new String("Home Page");
bopLinks += new String("</a>");
bopLinks += new String("<span style=\" color: white; \">/</span>");
bopLinks += new String("<a href=\"../contactus/contactPage.html\" target=\"_self\" lang=\"en-us\" dir=\"ltr\">");
bopLinks += new String("Contact Us");
bopLinks += new String("</a>");
bopLinks += new String("<span style=\" color: white; \">/</span>");
bopLinks += new String("<a href=\"mailto:sitemanager@nhaohpadband.com\" lang=\"en-us\" dir=\"ltr\">");
bopLinks += new String("WebMaster");
bopLinks += new String("</a>");
bopLinks += new String("</h4>");


/* *************** UnREM the next line for debuging/troubleshooting *************** */
//		alert(bopValidations);

// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// Here we write out the links.
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
document.write(bopLinks);

// End of Script
