/*
	BreadCrumbs.js
	Errol Sayre
	esayre@olemiss.edu
	
	Provided by the Office of Research and Sponsored Programs
	The University of Mississippi
	
	This script is free to be used but provides no warranty of function or quality.
*/

// BreadCrumb configuration
// set up the site prefix
var sitePrefix = "www.hitsw.com/";
	// Please note that we don't use the whole prefix, just the important
	//	part that we need for the server so as to make this script easy for
	//	us to migrate between testing and live server. You can use whatever you
	//	like here.

// set up the bread crumb separator text
var breadCrumbSeparator = " > ";

// set up our list of crumb items
	// The bread crumb items refer to items on your site that require special
	//	labels. You can specify a label specifically using the URI of the
	//	file/folder or generically for all occurences of a file/folder.
var breadCrumbLabels = new Array();
// generic labels
//breadCrumbLabels["staff.html"] = "Staff List";
// specific labels
//general tags
//BOA/silverlining
breadCrumbLabels["www.hitsw.com/BOA/"] = "BOA";
breadCrumbLabels["www.hitsw.com/BOA/SilverLining/"] = "SilverLining";
breadCrumbLabels["www.hitsw.com/BOA/SilverLining/SetupSilverLining.html"] = "Setup";
breadCrumbLabels["www.hitsw.com/BOA/SilverLining/register_SilverLining_Setup.html"] = "Register";
breadCrumbLabels["www.hitsw.com/BOA/SilverLining/download_SilverLining.html"] = "Download";
//about HiT
breadCrumbLabels["www.hitsw.com/about_hit/"] = "About HiT";
breadCrumbLabels["www.hitsw.com/about_hit/case_studies.html"] = "Case Studies";
breadCrumbLabels["www.hitsw.com/about_hit/HiTsw-User_Group.html"] = "Overview";
breadCrumbLabels["www.hitsw.com/about_hit/HSUG/"] = "HiT Software User Group";
breadCrumbLabels["www.hitsw.com/about_hit/HSUG/HiTswUG-ObjectivesBenefits.html"] = "Objectives and Benefits";
breadCrumbLabels["www.hitsw.com/about_hit/HSUG/HiTswUG_RulesOfConduct.html"] = "Rules of Conduct";
breadCrumbLabels["www.hitsw.com/about_hit/HSUG/HiTswUG-Thanks.html"] = "Registration Confirmation";
breadCrumbLabels["www.hitsw.com/about_hit/HSUG/HSUG-MainPage.html"] = "Overview";
breadCrumbLabels["www.hitsw.com/about_hit/HSUG/"] = "HiT Software User Group";
breadCrumbLabels["www.hitsw.com/about_hit/HSUG/HSUG-ObjectivesBenefits.html"] = "Objectives and Benefits";
breadCrumbLabels["www.hitsw.com/about_hit/HSUG/HSUG-RulesOfConduct.html"] = "Rules of Conduct";
breadCrumbLabels["www.hitsw.com/about_hit/HSUG/HSUG-Thanks.html"] = "Registration Confirmation";

breadCrumbLabels["www.hitsw.com/about_hit/whitepapers.html"] = "Technical White Papers";
//products
breadCrumbLabels["www.hitsw.com/netezza/"] = "DBMoto® for Netezza®";
breadCrumbLabels["http://www.hitsw.com/products_services/dbmoto/DBMoto-Netezza_dsheet.html"] = "Data Sheet";
breadCrumbLabels["www.hitsw.com/datagarage/"] = "DBMoto® for DataGarage®";
breadCrumbLabels["www.hitsw.com/products_services/"] = "Products";
breadCrumbLabels["www.hitsw.com/products_services/index.html"] = "Overview";
breadCrumbLabels["www.hitsw.com/products_services/register/"] = "Evaluation Registration";
breadCrumbLabels["www.hitsw.com/products_services/downloads/"] = "Evaluation Downloads";
breadCrumbLabels["www.hitsw.com/products_services/downloads.html"] = "Evaluation Downloads";
breadCrumbLabels["www.hitsw.com/products_services/downloads_nu.html"] = "DB2 Connectivity Evaluation Downloads";
breadCrumbLabels["www.hitsw.com/products_services/jdbc.html"] = "JDBC Drivers";
breadCrumbLabels["www.hitsw.com/products_services/jdbc/"] = "JDBC Drivers";
breadCrumbLabels["www.hitsw.com/products_services/jdbc/jdbc_connectivity.html"] = "100% Pure Java Type 4 Middleware for DB2 SQL Access";
breadCrumbLabels["www.hitsw.com/products_services/license_agreement.html"] = "License Agreement";
breadCrumbLabels["www.hitsw.com/products_services/dbmoto.html"] = "DBMoto";
breadCrumbLabels["www.hitsw.com/products_services/dbmoto_7.html"] = "DBMoto v7";
breadCrumbLabels["www.hitsw.com/products_services/odbc.html"] = "ODBC Drivers";
breadCrumbLabels["www.hitsw.com/products_services/oledb.html"] = "OLE DB Provider";
breadCrumbLabels["www.hitsw.com/products_services/odbc/"] = "ODBC Drivers";
breadCrumbLabels["www.hitsw.com/products_services/oledb/"] = "OLE DB Providers";
breadCrumbLabels["www.hitsw.com/products_services/odbc/odbc_for_i/"] = "ODBC for i";
breadCrumbLabels["www.hitsw.com/products_services/odbc/odbc_for_db2_luw/"] = "ODBC for DB2";
breadCrumbLabels["www.hitsw.com/products_services/odbc/odbc_for_i/odbc400.html"] = "ODBC for IBM i, iSeries, AS/400";
breadCrumbLabels["www.hitsw.com/products_services/odbc/odbc_for_db2_luw/odbcdb2.html"] = "ODBC for IBM DB2 LUW and z/OS";
breadCrumbLabels["www.hitsw.com/products_services/oledb/oledb_for_i/"] = "OLE DB for i";
breadCrumbLabels["www.hitsw.com/products_services/oledb/oledb_for_db2_luw/"] = "OLEDB for DB2";
breadCrumbLabels["www.hitsw.com/products_services/oledb/oledb_for_i/oledb400.html"] = "OLEDB for IBM i, iSeries, AS/400";
breadCrumbLabels["www.hitsw.com/products_services/oledb/oledb_for_db2_luw/oledbdb2.html"] = "OLEDB for IBM DB2 LUW and z/OS";
breadCrumbLabels["www.hitsw.com/products_services/ritmo_net.html"] = ".NET Provider";
breadCrumbLabels["www.hitsw.com/products_services/ritmo/"] = ".NET Provider";
breadCrumbLabels["www.hitsw.com/products_services/ritmo/ritmo_for_i/"] = "Ritmo for i";
breadCrumbLabels["www.hitsw.com/products_services/ritmo/ritmo_for_i/ritmo_i.html"] = "Overview";
breadCrumbLabels["www.hitsw.com/products_services/ritmo/ritmo_for_db2/"] = "Ritmo for DB2";
breadCrumbLabels["www.hitsw.com/products_services/ritmo/ritmo_for_db2/ritmo_db2.html"] = "Overview";
breadCrumbLabels["www.hitsw.com/products_services/sqlmiddleware.html"] = "Database Connectivity";
breadCrumbLabels["www.hitsw.com/products_services/db2_connectivity.html"] = "DB2 Connectivity";
breadCrumbLabels["www.hitsw.com/products_services/client.html"] = "DB2 Connectivity Client";
breadCrumbLabels["www.hitsw.com/products_services/server.html"] = "DB2 Connectivity Server";
breadCrumbLabels["www.hitsw.com/products_services/testim_cstudy.html"] = "Case Studies and Testimonials";
breadCrumbLabels["www.hitsw.com/products_services/whitepapers.html"] = "White Papers";
//registration tags
breadCrumbLabels["www.hitsw.com/products_services/register/register_allora.html"] = "Allora";
breadCrumbLabels["www.hitsw.com/products_services/register/register_allora.html?utm_campaign=DBMoAlloDB2&utm_medium=email&utm_source=LAB400&utm_content=AD1"] = "Allora";
breadCrumbLabels["http://www.hitsw.com/products_services/register/register_allora.html?utm_campaign=DBMoAlloDB2&utm_medium=email&utm_source=LAB400&utm_content=AD1"] = "Allora";
breadCrumbLabels["www.hitsw.com/products_services/register/register_xml_utilites.html"] = "XML Utilities";
breadCrumbLabels["www.hitsw.com/products_services/register/register_dbmoto.html"] = "DBMoto";
breadCrumbLabels["www.hitsw.com/products_services/register/register_dbmoto_datagarage.html"] = "DBMoto™ for DataGarage®";
breadCrumbLabels["www.hitsw.com/products_services/register/register_dbmoto_v7RC1.html"] = "DBMoto v7 RC1";
breadCrumbLabels["www.hitsw.com/products_services/register/register_dbmoto.html?utm_campaign=Lab400nov152011&utm_medium=email&utm_source=inhousemktg&utm_content=DBMotoReg"] = "DBMoto";
breadCrumbLabels["www.hitsw.com/products_services/register/register_dbmoto.html?utm_campaign=Lab400oct252011&utm_medium=email&utm_source=inhousemktg&utm_content=DBMotoReg"] = "DBMoto";
breadCrumbLabels["www.hitsw.com/products_services/register/register_dbmoto.html?utm_campaign=DBMoAlloDB2&utm_medium=email&utm_source=LAB400&utm_content=DD1"] = "DBMoto";
breadCrumbLabels["www.hitsw.com/products_services/register/register_dbmoto.html?utm_campaign=DBMoAlloDB2&utm_medium=email&utm_source=LAB400&utm_content=DD1"] = "DBMoto";
breadCrumbLabels["www.hitsw.com/products_services/sqlmiddleware.html?utm_campaign=DBMoAlloDB2&utm_medium=email&utm_source=LAB400&utm_content=SD1"] = "Database Connectivity";
breadCrumbLabels["www.hitsw.com/products_services/sqlmiddleware.html?utm_campaign=DBMoAlloDB2&utm_medium=email&utm_source=LAB400&utm_content=SD1"] = "Database Connectivity";
breadCrumbLabels["www.hitsw.com/products_services/register/register_allora.html?utm_campaign=DBMoAlloDB2&utm_medium=email&utm_source=LAB400_2&utm_content=AD1"] = "Allora";
breadCrumbLabels["www.hitsw.com/products_services/register/register_allora.html?utm_campaign=DBMoAlloDB2&utm_medium=email&utm_source=LAB400_2&utm_content=AD1"] = "Allora";
breadCrumbLabels["www.hitsw.com/products_services/register/register_dbmoto.html?utm_campaign=DBMoAlloDB2&utm_medium=email&utm_source=LAB400_2&utm_content=DD1"] = "DBMoto";
breadCrumbLabels["www.hitsw.com/products_services/register/register_dbmoto.html?utm_campaign=DBMoAlloDB2&utm_medium=email&utm_source=LAB400_2&utm_content=DD1"] = "DBMoto";
breadCrumbLabels["www.hitsw.com/products_services/sqlmiddleware.html?utm_campaign=DBMoAlloDB2&utm_medium=email&utm_source=LAB400_2&utm_content=SD1"] = "Database Connectivity";
breadCrumbLabels["www.hitsw.com/products_services/sqlmiddleware.html?utm_campaign=DBMoAlloDB2&utm_medium=email&utm_source=LAB400_2&utm_content=SD1"] = "Database Connectivity";
breadCrumbLabels["www.hitsw.com/products_services/register/register_allora.html?utm_campaign=DBMoAlloDB2&utm_medium=email&utm_source=LatAm0909&utm_content=AD1"] = "Allora";
breadCrumbLabels["www.hitsw.com/products_services/register/register_allora.html?utm_campaign=DBMoAlloDB2&utm_medium=email&utm_source=LatAm0909&utm_content=AD1"] = "Allora";
breadCrumbLabels["www.hitsw.com/products_services/register/register_dbmoto.html?utm_campaign=DBMoAlloDB2&utm_medium=email&utm_source=LatAm0909&utm_content=DD1"] = "DBMoto";
breadCrumbLabels["www.hitsw.com/products_services/register/register_dbmoto.html?utm_campaign=DBMoAlloDB2&utm_medium=email&utm_source=LatAm0909&utm_content=DD1"] = "DBMoto";
breadCrumbLabels["www.hitsw.com/products_services/sqlmiddleware.html?utm_campaign=DBMoAlloDB2&utm_medium=email&utm_source=LatAm0909&utm_content=SD1"] = "Database Connectivity";
breadCrumbLabels["www.hitsw.com/products_services/sqlmiddleware.html?utm_campaign=DBMoAlloDB2&utm_medium=email&utm_source=LatAm0909&utm_content=SD1"] = "Database Connectivity";
breadCrumbLabels["www.hitsw.com/products_services/register/register_allora.html?utm_campaign=DBMoAlloDB2&utm_medium=email&utm_source=DBTA-Intl&utm_content=AD1"] = "Allora";
breadCrumbLabels["www.hitsw.com/products_services/register/register_allora.html?utm_campaign=DBMoAlloDB2&utm_medium=email&utm_source=DBTA-Intl&utm_content=AD1"] = "Allora";
breadCrumbLabels["www.hitsw.com/products_services/register/register_dbmoto.html?utm_campaign=DBMoAlloDB2&utm_medium=email&utm_source=DBTA-Intl&utm_content=DD1"] = "DBMoto";
breadCrumbLabels["www.hitsw.com/products_services/register/register_dbmoto.html?utm_campaign=DBMoAlloDB2&utm_medium=email&utm_source=DBTA-Intl&utm_content=DD1"] = "DBMoto";
breadCrumbLabels["www.hitsw.com/products_services/sqlmiddleware.html?utm_campaign=DBMoAlloDB2&utm_medium=email&utm_source=DBTA-Intl&utm_content=SD1"] = "Database Connectivity";
breadCrumbLabels["www.hitsw.com/products_services/sqlmiddleware.html?utm_campaign=DBMoAlloDB2&utm_medium=email&utm_source=DBTA-Intl&utm_content=SD1"] = "Database Connectivity";
breadCrumbLabels["www.hitsw.com/products_services/register/register_dbmoto.html?utm_campaign=ITJ24Jan12&utm_medium=banner&utm_source=online&utm_content=DL25A"] = "DBMoto";
breadCrumbLabels["www.hitsw.com/products_services/register/register_dbmoto.html?utm_campaign=TDWIFeb2012&utm_medium=banner&utm_source=TDWI&utm_content=DL28A"] = "DBMoto";

breadCrumbLabels["www.hitsw.com/products_services/register/register_jdbc_400v1.html"] = "HiT JDBC/400 v1";
breadCrumbLabels["www.hitsw.com/products_services/register/register_jdbc_400v3.html"] = "HiT JDBC/400 v3";
breadCrumbLabels["www.hitsw.com/products_services/register/register_jdbc_db2v1.html"] = "HiT JDBC/DB2 v1";
breadCrumbLabels["www.hitsw.com/products_services/register/register_jdbc_db2v3.html"] = "HiT JDBC/DB2 v3";
breadCrumbLabels["www.hitsw.com/products_services/register/register_jdbc_db2v4.html"] = "HiT JDBC/DB2";
breadCrumbLabels["www.hitsw.com/products_services/register/register_odbc_400.html"] = "HiT ODBC/400";
breadCrumbLabels["www.hitsw.com/products_services/register/register_odbc_400_de.html"] = "HiT ODBC/400 Developer Edition";
breadCrumbLabels["www.hitsw.com/products_services/register/register_odbc_db2.html"] = "HiT ODBC/DB2";
breadCrumbLabels["www.hitsw.com/products_services/register/register_odbc_db2_de.html"] = "HiT ODBC/DB2 Developer Edition";
breadCrumbLabels["www.hitsw.com/products_services/register/register_odbc_svr_400.html"] = "HiT ODBC Server/400";
breadCrumbLabels["www.hitsw.com/products_services/register/register_odbc_svr_400_de.html"] = "HiT ODBC Server/400 Developer Edition";
breadCrumbLabels["www.hitsw.com/products_services/register/register_odbc_svr_db2.html"] = "HiT ODBC Server/DB2";
breadCrumbLabels["www.hitsw.com/products_services/register/register_odbc_svr_db2_de.html"] = "HiT ODBC Server/DB2 Developer Edition";
breadCrumbLabels["www.hitsw.com/products_services/register/register_oledb_400.html"] = "HiT OLEDB/400";
breadCrumbLabels["www.hitsw.com/products_services/register/register_oledb_400_de.html"] = "HiT OLEDB/400 Developer Edition";
breadCrumbLabels["www.hitsw.com/products_services/register/register_oledb_db2.html"] = "HiT OLEDB/DB2";
breadCrumbLabels["www.hitsw.com/products_services/register/register_oledb_db2_de.html"] = "HiT OLEDB/DB2 Developer Edition";
breadCrumbLabels["www.hitsw.com/products_services/register/register_oledb_svr_400.html"] = "HiT OLEDB Server/400";
breadCrumbLabels["www.hitsw.com/products_services/register/register_oledb_svr_400_de.html"] = "HiT OLEDB Server/400 Developer Edition";
breadCrumbLabels["www.hitsw.com/products_services/register/register_oledb_svr_db2.html"] = "HiT OLEDB Server/DB2";
breadCrumbLabels["www.hitsw.com/products_services/register/register_oledb_svr_db2_de.html"] = "HiT OLEDB Server/DB2 Developer Edition";
breadCrumbLabels["www.hitsw.com/products_services/register/register_ritmo_db2_client.html"] = "Ritmo/DB2 Client";
breadCrumbLabels["www.hitsw.com/products_services/register/register_ritmo_db2_client_v3.html"] = "Ritmo/DB2 Client";
breadCrumbLabels["www.hitsw.com/products_services/register/register_ritmo_db2_client_de.html"] = "Ritmo/DB2 Client Developer Edition";
breadCrumbLabels["www.hitsw.com/products_services/register/register_ritmo_db2_client_de_v3.html"] = "Ritmo/DB2 Client Developer Edition";
breadCrumbLabels["www.hitsw.com/products_services/register/register_ritmo_i_mobile.html"] = "Ritmo/i Mobile";
breadCrumbLabels["www.hitsw.com/products_services/register/register_ritmo_i_client.html"] = "Ritmo/i Client";
breadCrumbLabels["www.hitsw.com/products_services/register/register_ritmo_i_client_v3.html"] = "Ritmo/i Client";
breadCrumbLabels["www.hitsw.com/products_services/register/register_ritmo_i_client_de.html"] = "Ritmo/i Client Developer Edition";
breadCrumbLabels["www.hitsw.com/products_services/register/register_ritmo_i_client_de_v3.html"] = "Ritmo/i Client Developer Edition";
breadCrumbLabels["www.hitsw.com/products_services/register/register_ritmo_db2_mobile.html"] = "Ritmo/DB2 Mobile";
breadCrumbLabels["www.hitsw.com/products_services/register/register_ritmo_db2_server.html"] = "Ritmo/DB2 (Server)";
breadCrumbLabels["www.hitsw.com/products_services/register/register_ritmo_db2_server_v3.html"] = "Ritmo/DB2 (Server)";
breadCrumbLabels["www.hitsw.com/products_services/register/register_ritmo_db2_server_de.html"] = "Ritmo/DB2 (Server) Developer Edition";
breadCrumbLabels["www.hitsw.com/products_services/register/register_ritmo_db2_server_de_v3.html"] = "Ritmo/DB2 (Server) Developer Edition";
breadCrumbLabels["www.hitsw.com/products_services/register/register_ritmo_i_server.html"] = "Ritmo/i Server";
breadCrumbLabels["www.hitsw.com/products_services/register/register_ritmo_i_server_v3.html"] = "Ritmo/i Server";
breadCrumbLabels["www.hitsw.com/products_services/register/register_ritmo_i_server_de.html"] = "Ritmo/i Server Developer Edition";
breadCrumbLabels["www.hitsw.com/products_services/register/register_ritmo_i_server_de_v3.html"] = "Ritmo/i Server Developer Edition";
breadCrumbLabels["www.hitsw.com/products_services/register/register_safeConduct.html"] = "SafeConduct";
breadCrumbLabels["www.hitsw.com/products_services/register/register_ssl_server.html"] = "HiT SSL Server";
//download tags
breadCrumbLabels["www.hitsw.com/products_services/downloads/"] = "Evaluation Downloads";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlallora.html"] = "Allora";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlallora_jp.html"] = "Allora";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlwinallora.html"] = "Allora";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dldbmoto.html"] = "DBMoto";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dldbmoto_jp.html"] = "DBMoto";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dldbmoto_datagarage.html"] = "DBMoto® for DataGarage®";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dldbmoto-Netezza_dsheet.html"] = "DBMoto® for Netezza";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dldbmotoBOA_dlKey.html"] = "DBMoto : BackOffice Associates";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dldbmoto_v7RC1.html"] = "DBMoto v7 Release Candidate 1";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dldbmotoMySQL.html"] = "DBMoto for MySQL";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dldbmotoMySQL_dlKey.html"] = "DBMoto for MySQL";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dljdbc400.html"] = "HiT JDBC/400";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dljdbc400v1.html"] = "HiT JDBC/400 v1";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dljdbc400v3.html"] = "HiT JDBC/400 v3";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dljdbcdb2.html"] = "HiT JDBC/DB2";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dljdbcdb2v1.html"] = "HiT JDBC/DB2 v1";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dljdbcdb2v3.html"] = "HiT JDBC/DB2 v3";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlmdac.html"] = "Microsoft Data Access Components";

breadCrumbLabels["www.hitsw.com/products_services/downloads/dlodbc400.html"] = "HiT ODBC/400";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlodbc400_32.html"] = "HiT ODBC/400 32-bit";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlodbc400_64.html"] = "HiT ODBC/400 64 bit";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlodbc400_de.html"] = "HiT ODBC/400 Developer Edition";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlodbc400_de_32.html"] = "HiT ODBC/400 Developer Edition 32-bit";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlodbc400_de_64.html"] = "HiT ODBC/400 Developer Edition 64-bit";

breadCrumbLabels["www.hitsw.com/products_services/downloads/dlodbcdb2.html"] = "HiT ODBC/DB2";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlodbcdb2_32.html"] = "HiT ODBC/DB2 32-bit";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlodbcdb2_64.html"] = "HiT ODBC/DB2 64-bit";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlodbcdb2_de.html"] = "HiT ODBC/DB2 Developer Edition";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlodbcdb2_de_32.html"] = "HiT ODBC/DB2 Developer Edition 32-bit";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlodbcdb2_de_64.html"] = "HiT ODBC/DB2 Developer Edition 64-bit";

breadCrumbLabels["www.hitsw.com/products_services/downloads/dloledb400.html"] = "HiT OLEDB/400";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dloledb400_32.html"] = "HiT OLEDB/400 32-bit";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dloledb400_64.html"] = "HiT OLEDB/400 64-bit";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dloledb400_de.html"] = "HiT OLEDB/400 Developer Edition";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dloledb400_de_32.html"] = "HiT OLEDB/400 Developer Edition 32-bit";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dloledb400_de_64.html"] = "HiT OLEDB/400 Developer Edition 64-bit";

breadCrumbLabels["www.hitsw.com/products_services/downloads/dloledbsvr400.html"] = "HiT OLEDB Server/400";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dloledbsvr400_32.html"] = "HiT OLEDB Server/400 32-bit";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dloledbsvr400_64.html"] = "HiT OLEDB Server/400 64-bit";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dloledbsvr400_de.html"] = "HiT OLEDB Server/400 Developer Edition";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dloledbsvr400_de_32.html"] = "HiT OLEDB Server/400 Developer Edition 32-bit";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dloledbsvr400_de_64.html"] = "HiT OLEDB Server/400 Developer Edition 64-bit";

breadCrumbLabels["www.hitsw.com/products_services/downloads/dloledbdb2.html"] = "HiT OLEDB/DB2";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dloledbdb2_32.html"] = "HiT OLEDB/DB2 32-bit";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dloledbdb2_64.html"] = "HiT OLEDB/DB2 64-bit";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dloledbdb2_de.html"] = "HiT OLEDB/DB2 Developer Edition";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dloledbdb2_de_32.html"] = "HiT OLEDB/DB2 Developer Edition 32-bit";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dloledbdb2_de_64.html"] = "HiT OLEDB/DB2 Developer Edition 64-bit";

breadCrumbLabels["www.hitsw.com/products_services/downloads/dlodbcsvr400.html"] = "HiT ODBC Server/400";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlodbcsvr400_32.html"] = "HiT ODBC Server/400 32-bit";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlodbcsvr400_64.html"] = "HiT ODBC Server/400 64-bit";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlodbcsvr400_de.html"] = "HiT ODBC Server/400 Developer Edition";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlodbcsvr400_de_32.html"] = "HiT ODBC Server/400 Developer Edition 32-bit";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlodbcsvr400_de_64.html"] = "HiT ODBC Server/400 Developer Edition 64-bit";

breadCrumbLabels["www.hitsw.com/products_services/downloads/dlodbcsvrdb2.html"] = "HiT ODBC Server/DB2";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlodbcsvrdb2_32.html"] = "HiT ODBC Server/DB2 32-bit";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlodbcsvrdb2_64.html"] = "HiT ODBC Server/DB2 64-bit";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlodbcsvrdb2_de.html"] = "HiT ODBC Server/DB2 Developer Edition";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlodbcsvrdb2_de_32.html"] = "HiT ODBC Server/DB2 Developer Edition 32-bit";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlodbcsvrdb2_de_64.html"] = "HiT ODBC Server/DB2 Developer Edition 64-bit";

breadCrumbLabels["www.hitsw.com/products_services/downloads/dloledbsvrdb2.html"] = "HiT OLEDB Server/DB2";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dloledbsvrdb2_32.html"] = "HiT OLEDB Server/DB2 32-bit";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dloledbsvrdb2_64.html"] = "HiT OLEDB Server/DB2 64-bit";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlolesvrdbdb2_de.html"] = "HiT OLEDB Server/DB2 Developer Edition";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dloledsvrbdb2_de_32.html"] = "HiT OLEDB Server/DB2 Developer Edition 32-bit";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dloledbsvrdb2_de_64.html"] = "HiT OLEDB Server/DB2 Developer Edition 64-bit";

breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmo_i5.html"] = "Ritmo/i (Server)";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmo_i_50.html"] = "Ritmo/i (Server) v5.0";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmo_i41.html"] = "Ritmo/i (Server) v4.1";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmo_i530.html"] = "Ritmo/i (Server) v3.0";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmo_i5_de.html"] = "Ritmo/i (Server) Developer Edition";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmo_i_de41.html"] = "Ritmo/i (Server) Developer Edition v4.1";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmo_i5_de30.html"] = "Ritmo/i (Server) Developer Edition v3.0";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmo_i_client41.html"] = "Ritmo/i Client";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmo_i_client_de41.html"] = "Ritmo/i Client Developer Edition";

breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmo_i_mobile.html"] = "Ritmo/i Mobile";

breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmo_i41.html"] = "Ritmo/i (Server) v4.1";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmo_i_de41.html"] = "Ritmo/i (Server) Developer Edition v4.1";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmo_i_client41.html"] = "Ritmo/i Client";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmo_i_client_de41.html"] = "Ritmo/i Client Developer Edition";

breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmodb2.html"] = "Ritmo/DB2 (Server)";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmodb2_3.html"] = "Ritmo/DB2 (Server) v3.0";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmodb2_4.html"] = "Ritmo/DB2 (Server) v4.1";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmodb2_5.html"] = "Ritmo/DB2 (Server) v5.0";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmodb2_de.html"] = "Ritmo/DB2 (Server) Developer Edition";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmodb2_de_3.html"] = "Ritmo/DB2 (Server) Developer Edition v3.0";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmodb2_de_4.html"] = "Ritmo/DB2 (Server) Developer Edition v4.1";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmodb2_de_5.html"] = "Ritmo/DB2 (Server) Developer Edition v5.0";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmoDB2_mobile.html"] = "Ritmo/DB2 Mobile";

breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmodb2_client.html"] = "Ritmo/DB2 Client";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmodb2_client_3.html"] = "Ritmo/DB2 Client v3.0";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmodb2_client_4.html"] = "Ritmo/DB2 Client v4.1";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmodb2_client_5.html"] = "Ritmo/DB2 Client v5.0";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmodb2_client_de.html"] = "Ritmo/DB2 Client Developer Edition";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmodb2_client_de_3.html"] = "Ritmo/DB2 Client Developer Edition v3.0";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmodb2_client_de_4.html"] = "Ritmo/DB2 Client Developer Edition v4.1";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlritmodb2_client_de_5.html"] = "Ritmo/DB2 Client Developer Edition v5.0";

breadCrumbLabels["www.hitsw.com/products_services/downloads/dlsafeConduct.html"] = "SafeConduct";
breadCrumbLabels["www.hitsw.com/products_services/downloads/dlsslsvr.html"] = "HiT SSL Server";
//allora tags
breadCrumbLabels["www.hitsw.com/products_services/xmlplatform.html"] = "Allora Database XML Mapping";
breadCrumbLabels["www.hitsw.com/products_services/xml_platform/"] = "Allora";
breadCrumbLabels["www.hitsw.com/products_services/xml_platform/allora.html"] = "Overview";
breadCrumbLabels["www.hitsw.com/products_services/xml_platform/allora_dsheet.html"] = "Data Sheet";
breadCrumbLabels["www.hitsw.com/products_services/xml_platform/allora_int_modules.html"] = "Integration Modules";
breadCrumbLabels["www.hitsw.com/products_services/xml_platform/supported_xml_schemas.html"] = "Supported XML Schemas";
breadCrumbLabels["www.hitsw.com/products_services/xml_platform/allora_wfm.html"] = "Allora Workflow Manager";
breadCrumbLabels["www.hitsw.com/products_services/xml_platform/allora_websvcs_demo/"] = "Web Services";
breadCrumbLabels["www.hitsw.com/products_services/xml_platform/allora_websvcs_demo/web_services.html"] = "Allora Web Services";
breadCrumbLabels["www.hitsw.com/products_services/xml_platform/allora_websvcs_demo/index.html"] = "Allora Web Services Demo";
breadCrumbLabels["www.hitsw.com/products_services/xml_platform/integration_modules/"] = "Integration Modules";
breadCrumbLabels["www.hitsw.com/products_services/xml_platform/integration_modules/altova_xmlspy_integration.html"] = "XMLSPY Integration Module";
breadCrumbLabels["www.hitsw.com/products_services/xml_platform/integration_modules/borland_jbuilder_integration.html"] = "Borland JBuilder™ Integration Module";
breadCrumbLabels["www.hitsw.com/products_services/xml_platform/integration_modules/ibm_Eclipse_integration.html"] = "IBM Eclipse™ Integration Module";
breadCrumbLabels["www.hitsw.com/products_services/xml_platform/integration_modules/ibm_WebSphere_integration.html"] = "IBM WebSphere™ Integration Module";
breadCrumbLabels["www.hitsw.com/products_services/xml_platform/integration_modules/oracle_jdeveloper_integration.html"] = "Oracle jDeveloper™ Integration Module";
breadCrumbLabels["www.hitsw.com/products_services/xml_platform/integration_modules/sun_one_integration_nuTest.html"] = "Sun™ Java Studio Integration Module";
//dbmoto tags
breadCrumbLabels["www.hitsw.com/products_services/dbmoto/"] = "DBMoto";
breadCrumbLabels["www.hitsw.com/products_services/dbmoto/dbmoto.html"] = "Overview";
breadCrumbLabels["www.hitsw.com/products_services/dbmoto/dbmoto_v7.html"] = "DBMoto v7";
breadCrumbLabels["www.hitsw.com/products_services/dbmoto/dbmoto_IBM_i.html"] = "DBMoto® for IBM® i";
breadCrumbLabels["www.hitsw.com/products_services/dbmoto/dbmoto_for_Informix.html"] = "DBMoto® for Informix® ";
breadCrumbLabels["www.hitsw.com/products_services/dbmoto/dbmoto_ITJ.html"] = "Overview";
breadCrumbLabels["www.hitsw.com/products_services/dbmoto/dbmoto_dsheet.html"] = "Data Sheet";
breadCrumbLabels["www.hitsw.com/products_services/dbmoto/DBMoto-Netezza_dsheet.html"] = "DBMoto® for Netezza®";
breadCrumbLabels["www.hitsw.com/products_services/dbmoto/dbmoto_requirements.html"] = "DBMoto Requirements";
breadCrumbLabels["www.hitsw.com/products_services/dbmoto/users_guide/DBMotoUsersGuide.html"] = "DBMoto User's Guide";
//safeConduct tags
breadCrumbLabels["www.hitsw.com/products_services/data_security/"] = "SafeConduct";
breadCrumbLabels["www.hitsw.com/products_services/data_security/safeConduct.html"] = "Overview";
breadCrumbLabels["www.hitsw.com/products_services/data_security/safeConduct_nu.html"] = "Data Security and SSL Data Encryption";
breadCrumbLabels["www.hitsw.com/products_services/data_security/safeConduct_dsheet.html"] = "Data Sheet";
//databaseConnectivity tags odbc
breadCrumbLabels["www.hitsw.com/products_services/sql400/sql400.html"] = "Products";
breadCrumbLabels["www.hitsw.com/products_services/sql400/sql400_client.html"] = "Client Operating Systems";
breadCrumbLabels["www.hitsw.com/products_services/sql400/sql400_server.html"] = "Server Operating Systems";
//databaseConnectivity tags 400
breadCrumbLabels["www.hitsw.com/products_services/sql400/"] = "Database Connectivity for IBM i";
breadCrumbLabels["www.hitsw.com/products_services/sql400/sql400.html"] = "Products";
breadCrumbLabels["www.hitsw.com/products_services/sql400/sql400_client.html"] = "Client Operating Systems";
breadCrumbLabels["www.hitsw.com/products_services/sql400/sql400_server.html"] = "Server Operating Systems";
breadCrumbLabels["www.hitsw.com/products_services/sql400/jdbc400/"] = "HiT JDBC/400";
breadCrumbLabels["www.hitsw.com/products_services/sql400/jdbc400/jdbc400.html"] = "Overview";
breadCrumbLabels["www.hitsw.com/products_services/sql400/jdbc400/jdbc400_dsheet.html"] = "Data Sheet";
breadCrumbLabels["www.hitsw.com/products_services/sql400/odbc400/vb_toolkit.html"] = "VB Toolkit";
breadCrumbLabels["www.hitsw.com/products_services/sql400/odbc400/"] = "HiT ODBC/400";
breadCrumbLabels["www.hitsw.com/products_services/sql400/odbc400/odbc400.html"] = "Overview";
breadCrumbLabels["www.hitsw.com/products_services/sql400/odbc400/odbc400_dsheet.html"] = "Data Sheet";
breadCrumbLabels["www.hitsw.com/products_services/sql400/odbc400/odbc400_de.html"] = "Developer Edition Overview";
breadCrumbLabels["www.hitsw.com/products_services/sql400/odbc400/odbc400svr.html"] = "Server Overview";
breadCrumbLabels["www.hitsw.com/products_services/sql400/odbc400/odbc400svr_dsheet.html"] = "Server Data Sheet";
breadCrumbLabels["www.hitsw.com/products_services/sql400/odbc400/odbc400svr_de.html"] = "Server Developer Edition Overview";
breadCrumbLabels["www.hitsw.com/products_services/sql400/oledb400/"] = "HiT OLEDB/400";
breadCrumbLabels["www.hitsw.com/products_services/sql400/oledb400/oledb400.html"] = "Overview";
breadCrumbLabels["www.hitsw.com/products_services/sql400/oledb400/oledb400_dsheet.html"] = "Data Sheet";
breadCrumbLabels["www.hitsw.com/products_services/sql400/oledb400/oledb400_de.html"] = "Developer Edition Overview";
breadCrumbLabels["www.hitsw.com/products_services/sql400/oledb400/oledb400svr.html"] = "Server Overview";
breadCrumbLabels["www.hitsw.com/products_services/sql400/oledb400/oledb400svr_dsheet.html"] = "Server Data Sheet";
breadCrumbLabels["www.hitsw.com/products_services/sql400/oledb400/oledb400svr_de.html"] = "Server Developer Edition Overview";
breadCrumbLabels["www.hitsw.com/products_services/sql400/ritmo_i/"] = "Ritmo/i";
breadCrumbLabels["www.hitsw.com/products_services/sql400/ritmo_i/ritmo_i.html"] = "Overview";
breadCrumbLabels["www.hitsw.com/products_services/sql400/ritmo_i/ritmo_i_dsheet.html"] = "Data Sheet";
breadCrumbLabels["www.hitsw.com/products_services/sql400/ritmo_i/ritmo_i_de.html"] = "Developer Edition Overview";
breadCrumbLabels["www.hitsw.com/products_services/sql400/ritmo_i/ritmo_iclient.html"] = "Client Overview";
breadCrumbLabels["www.hitsw.com/products_services/sql400/ritmo_i/ritmo_iclient_de.html"] = "Client Developer Edition Overview";
breadCrumbLabels["www.hitsw.com/products_services/sql400/ritmo_i/ritmo_iUsersGuide.html"] = "Users Guide";
//databaseConnectivity tags db2
breadCrumbLabels["www.hitsw.com/products_services/sqldb2/"] = "Database Connectivity for DB2 LUW";
breadCrumbLabels["www.hitsw.com/products_services/sqldb2/sqldb2.html"] = "Products";
breadCrumbLabels["www.hitsw.com/products_services/sqldb2/sqldb2_client.html"] = "Client Operating Systems";
breadCrumbLabels["www.hitsw.com/products_services/sqldb2/sqldb2_server.html"] = "Server Operating Systems";
breadCrumbLabels["www.hitsw.com/products_services/sqldb2/jdbcdb2/"] = "HiT JDBC/DB2";
breadCrumbLabels["www.hitsw.com/products_services/sqldb2/jdbcdb2/jdbcdb2.html"] = "Overview";
breadCrumbLabels["www.hitsw.com/products_services/sqldb2/jdbcdb2/jdbcdb2_dsheet.html"] = "Data Sheet";
breadCrumbLabels["www.hitsw.com/products_services/sqldb2/odbcdb2/vb_toolkit.html"] = "VB Toolkit";
breadCrumbLabels["www.hitsw.com/products_services/sqldb2/odbcdb2/"] = "HiT ODBC/DB2";
breadCrumbLabels["www.hitsw.com/products_services/sqldb2/odbcdb2/odbcdb2.html"] = "Overview";
breadCrumbLabels["www.hitsw.com/products_services/sqldb2/odbcdb2/odbcdb2_dsheet.html"] = "Data Sheet";
breadCrumbLabels["www.hitsw.com/products_services/sqldb2/odbcdb2/odbcdb2_de.html"] = "Developer Edition Overview";
breadCrumbLabels["www.hitsw.com/products_services/sqldb2/odbcdb2/odbcdb2svr.html"] = "Server Overview";
breadCrumbLabels["www.hitsw.com/products_services/sqldb2/odbcdb2/odbcdb2svr_dsheet.html"] = "Server Data Sheet";
breadCrumbLabels["www.hitsw.com/products_services/sqldb2/odbcdb2/odbcdb2svr_de.html"] = "Server Developer Edition Overview";
breadCrumbLabels["www.hitsw.com/products_services/sqldb2/oledbdb2/"] = "HiT OLEDB/DB2";
breadCrumbLabels["www.hitsw.com/products_services/sqldb2/oledbdb2/oledbdb2.html"] = "Overview";
breadCrumbLabels["www.hitsw.com/products_services/sqldb2/oledbdb2/oledbdb2_dsheet.html"] = "Data Sheet";
breadCrumbLabels["www.hitsw.com/products_services/sqldb2/oledbdb2/oledbdb2_de.html"] = "Developer Edition Overview";
breadCrumbLabels["www.hitsw.com/products_services/sqldb2/oledbdb2/oledbdb2svr.html"] = "Server Overview";
breadCrumbLabels["www.hitsw.com/products_services/sqldb2/oledbdb2/oledbdb2svr_dsheet.html"] = "Server Data Sheet";
breadCrumbLabels["www.hitsw.com/products_services/sqldb2/oledbdb2/oledbsvrdb2_dsheet.html"] = "Server Data Sheet";
breadCrumbLabels["www.hitsw.com/products_services/sqldb2/oledbdb2/oledbdb2svr_de.html"] = "Server Developer Edition Overview";
breadCrumbLabels["www.hitsw.com/products_services/sqldb2/ritmodb2/"] = "Ritmo/DB2";
breadCrumbLabels["www.hitsw.com/products_services/sqldb2/ritmodb2/ritmodb2.html"] = "Overview";
breadCrumbLabels["www.hitsw.com/products_services/sqldb2/ritmodb2/ritmodb2_dsheet.html"] = "Data Sheet";
breadCrumbLabels["www.hitsw.com/products_services/sqldb2/ritmodb2/ritmodb2UsersGuide.html"] = "Users Guide";
//databaseConnectivity tags sslserver
breadCrumbLabels["www.hitsw.com/products_services/sslserver/"] = "HiT SSL Server";
breadCrumbLabels["www.hitsw.com/products_services/sslserver/sslserver.html"] = "Overview";
breadCrumbLabels["www.hitsw.com/products_services/sslserver/sslserver_dsheet.html"] = "Data Sheet";
//support
breadCrumbLabels["www.hitsw.com/support/"] = "Support";
breadCrumbLabels["www.hitsw.com/support/dbmoto_7_tutorials.html"] = "DBMoto 7 Tutorials";

//breadCrumbLabels["/"] = "My Website";
//breadCrumbLabels["images/"] = "Images Folder";

function displayBreadCrumbs(attempts)
{
	// locate the breadcrumb container
	var theBreadCrumbBar = null;
	if (document.all)
	{
		theBreadCrumbBar = document.all.BreadCrumbBar;
	}
	else
	{
		theBreadCrumbBar = document.getElementById("BreadCrumbBar");
	}
	
	// check to make sure that we have our breadcrumb bar
	if (theBreadCrumbBar != null)
	{
		// get the current url
		// we'll want to ensure that we get the start of our site so, we'll
		//	ignore everything up to and including our site prefix
		var thePath = location.href;
		var theProtocol = "";
		var theSite = "";
		
		// strip out the protocol from the path
		theProtocol = thePath.substring(0, thePath.indexOf("://") + 3);
		thePath = thePath.substring(thePath.indexOf("://") + 3);
		
		// strip out the site name
		theSite = thePath.substring(0, thePath.indexOf(sitePrefix));
		thePath = thePath.substring(thePath.indexOf(sitePrefix));
		
		// strip out the site prefix
		thePath = thePath.substring(thePath.indexOf(sitePrefix) + sitePrefix.length);
		
		// remove hash links
		var theHash = "";
		if (thePath.indexOf("#") > -1)
		{
			theHash = thePath.substring(thePath.indexOf("#"));
			thePath = thePath.substring(0, thePath.indexOf("#"));
		}
		
		// break out the individual pieces of the location
		var crumbs = thePath.split("/");
		var currentPath = sitePrefix;
		var crumbCount = 0;
		
		// add a "home" link
		// create a bread crumb container
		var breadCrumb = document.createElement("span");
		breadCrumb.setAttribute("class", "breadCrumb");
		
		// determine the crumb label
		// first use the default
		var crumbLabel = "Home";
		
		// second look for a generic label
		if ((breadCrumbLabels[sitePrefix] != null))
		{
			crumbLabel = breadCrumbLabels[sitePrefix];
		}
		
		// third look for a specific label
		if ((breadCrumbLabels[currentPath] != null))
		{
			crumbLabel = breadCrumbLabels[currentPath];
		}
		
		// add the text
		// check to see if there are any crumbs after this one
		if ((0 < crumbs.length) &&
			(crumbs[0] != "index.html") &&
			(crumbs[0] != ""))
		{
			// create a new link
			var linkTag = document.createElement("a");
			linkTag.href = theProtocol + theSite + currentPath;
			linkTag.appendChild(document.createTextNode(crumbLabel));
			breadCrumb.appendChild(linkTag);
		}
		else
		{
			// add the text together
			breadCrumb.appendChild(document.createTextNode(crumbLabel));
		}
		theBreadCrumbBar.appendChild(breadCrumb);
		
		// increment our count of crumbs
		crumbCount++;
		
		// loop through the crumbs
		for (var crumbIndex = 0; crumbIndex < crumbs.length; crumbIndex++)
		{
			// setup the current path
			currentPath += crumbs[crumbIndex];
			if (crumbIndex + 1 < crumbs.length)
			{
				currentPath += "/";
			}
			
			if ((crumbs[crumbIndex] != "") &&
				(crumbs[crumbIndex].indexOf("index.html") == -1))
			{
				// add this crumb to the list
				// create a bread crumb container
				var breadCrumb = document.createElement("span");
				breadCrumb.setAttribute("class", "breadCrumb");
				
				// add a greater than to the left hand side
				if (crumbCount > 0)
				{
					breadCrumb.appendChild(document.createTextNode(breadCrumbSeparator));
				}
				
				// determine the crumb label
				// first use the crumb itself
				var crumbLabel = crumbs[crumbIndex].replace(/_/g, " ").replace(".html", "").capitalize();
				
				// second look for a generic label
				if ((breadCrumbLabels[crumbs[crumbIndex]] != null))
				{
					crumbLabel = breadCrumbLabels[crumbs[crumbIndex]];
				}
				
				// third look for a specific label
				if ((breadCrumbLabels[currentPath] != null))
				{
					crumbLabel = breadCrumbLabels[currentPath];
				}
				
				// add the text
				// check to see if there are any crumbs after this one
				if ((crumbIndex + 1 < crumbs.length) &&
					(crumbs[crumbIndex + 1] != "index.html") &&
					(crumbs[crumbIndex + 1] != ""))
				{
					// create a new link
					var linkTag = document.createElement("a");
					linkTag.href = theProtocol + theSite + currentPath;
					linkTag.appendChild(document.createTextNode(crumbLabel));
					breadCrumb.appendChild(linkTag);
				}
				else
				{
					// add the text together
					breadCrumb.appendChild(document.createTextNode(crumbLabel));
				}
				theBreadCrumbBar.appendChild(breadCrumb);
				
				// increment our count of crumbs
				crumbCount++;
			}
		}
	}
	else if (attempts < 5)
	{
		// try again in a few seconds
		attempts++;
		setTimeout("displayBreadCrumbs(" + attempts + ");", 1000);
	}
}

// add a handy function to the string class
String.prototype.capitalize = function()
{
	return this.replace(/\w+/g, function(a)
	{
		return a.charAt(0).toUpperCase() + a.substr(1).toLowerCase();
	});
};

// set us up to display bread crumbs
displayBreadCrumbs(1);
