
function mybreadcrumb (){
	var bc = new Array();
	// bc[0] must be the root folder for the site
	// Array (parent/this, description)
	// example bc[0] = new Array ("citycouncil/cd7", "Council District 7 Home");
	// example bc[1] = new Array ("gallery/video/2010", "2010 Videos");
    	bc[0] = new Array("police", "Police Department Home");
    	bc[1] = new Array("about", "About SDPD");
		bc[2] = new Array("units", "SDPD Units");
		bc[3] = new Array("coldcase", "Cold Case Homicide Team");
		bc[4] = new Array("elderabuse", "Elder and Dependent Abuse Unit");
		bc[5] = new Array("financialcrimes", "Financial Crimes");
		bc[6] = new Array("forensicscience", "Forensic Science");
		bc[7] = new Array("juvenileservices", "Juvenile Services");
		bc[8] = new Array("sexcrimes", "Sex Crimes");
		bc[9] = new Array("traffic", "Traffic");
		bc[10] = new Array("divisions", "Neighborhood Divisions");
		bc[11] = new Array("northern", "Northern Division");
		bc[12] = new Array("northeastern", "Northeastern Division");
		bc[13] = new Array("northwestern", "Northwestern Division");
		bc[14] = new Array("eastern", "Eastern Division");
		bc[15] = new Array("southeastern", "Southeastern Division");
		bc[16] = new Array("central", "Central Division");
		bc[17] = new Array("western", "Western Division");
		bc[18] = new Array("southern", "Southern Division");
		bc[19] = new Array("midcity", "Mid City Division");
		bc[20] = new Array("forms", "Forms and Permits");
		bc[21] = new Array("recruiting", "Join Us");
		bc[22] = new Array("join", "How to Join SDPD");
		bc[23] = new Array("recmedical", "Medical Examination");
		bc[24] = new Array("opportunities", "Career Opportunities");
		bc[25] = new Array("policeofficer", "Police Officer");
		bc[26] = new Array("lateral", "Lateral Transfer");
		bc[27] = new Array("cadet", "Cadet");
		bc[28] = new Array("dispatcher", "Police Dispatcher");
		bc[29] = new Array("meet", "Meet a Recruiter");
		bc[30] = new Array("services", "Services and Support");
		bc[31] = new Array("statistics", "Crime Statistics");
		bc[32] = new Array("prevention", "Crime Prevention and Education");
		bc[33] = new Array("tips", "Prevention Tips");
		bc[34] = new Array("fraud", "Preventing Fraud and Identity Theft");
		bc[35] = new Array("general", "General Tips");
		bc[36] = new Array("programs", "Programs and Activities");
		bc[37] = new Array("safetysam", "Safety Sam");
		bc[38] = new Array("victimresources", "Victim Resources");
		bc[39] = new Array("sexualassault", "Sexual Assault");
		bc[40] = new Array("community", "Community Resources and Responsibilities");
		bc[41] = new Array("parental", "Exercising Parental Authority");
		bc[42] = new Array("news", "News Center");	
		bc[43] = new Array("flash", "News Flash");
		bc[44] = new Array("releases", "News Releases");
		bc[45] = new Array("homicide", "Homicide News Releases");
		bc[46] = new Array("crimestoppers", "Crime Stoppers News Releases");
		bc[47] = new Array("trafficlogs", "Traffic Logs");
		bc[48] = new Array("contact", "Contact");
		bc[49] = new Array("recruiting/contact", "Contact");
		bc[50] = new Array("videos", "Videos");
		bc[51] = new Array("childsafety", "Child Safety and Security");
		bc[52] = new Array("services/faqs", "Frequently Asked Questions");
		bc[53] = new Array("cyber", "Cyber Security");
		bc[54] = new Array("abandonedvehicle", "Abandoned Vehicle Abatement");
		bc[55] = new Array("permits", "Permits");
		

	return bc;
}

	buildbreadcrumb();
