function mybreadcrumb (){
	var bc = new Array();
	bc[0] = new Array("environmental-services", "Environmental Services Department Home");
	bc[1] = new Array("feature", "Photo Feature Archive");
	bc[2] = new Array("miramar", "Miramar Landfill");
	bc[3] = new Array("recycling", "Recycling Programs");
	bc[4] = new Array("ro", "Recycling Ordinance");
	bc[5] = new Array("residential", "Residential");
	bc[6] = new Array("commercial", "Commercial");
	bc[7] = new Array("ro/events", "Special Events");
	bc[8] = new Array("resources", "Resources");
	bc[9] = new Array("toolkit", "Educational Toolkit");
	bc[10] = new Array("whyrecycle", "Why Recycle?");
	bc[11] = new Array("sustainable", "Sustainable Community Program");
	bc[12] = new Array("collection", "Collection Services");
	bc[13] = new Array("ep", "Environmental Protection");
	bc[14] = new Array("illegal", "Illegal Dumping, Litter, and Scavenging");
	bc[15] = new Array("geninfo", "General Information");
	bc[16] = new Array("faq", "Frequently Asked Questions");
	bc[17] = new Array("geninfo/news", "Media Releases");
	bc[18] = new Array("ridgehaven", "The Greenhaven at Ridgehaven");
	bc[19] = new Array("videos", "General Information");
	bc[20] = new Array("energy", "Energy Conservation &amp; Management");
	bc[21] = new Array("about", "About Us");
	bc[22] = new Array("programsprojects", "Programs &amp; Projects");
	bc[23] = new Array("saving", "Energy Saving Projects");
	bc[24] = new Array("accomplishments", "City Energy Accomplishments");
	bc[25] = new Array("conservation", "Conservation Resources");
	bc[26] = new Array("ro/residential", "Residential Resources");
	bc[27] = new Array("tips", "Energy Tips");
	bc[28] = new Array("energy/news", "News, Information &amp; Documents");
	bc[29] = new Array("kids", "Kids&rsquo; Corner");
	bc[30] = new Array("ep3", "Environmentally Preferable Purchasing Program (EP&sup3;)");
	bc[31] = new Array("whyep3", "Why EP3?");
	bc[32] = new Array("howto", "How to Comply");
	bc[33] = new Array("products", "Products &amp; Services Guides");
	bc[34] = new Array("resources", "Resources &amp; Links");
	bc[35] = new Array("documents", "Documents");
	bc[36] = new Array("contact", "Contact Information");
	bc[37] = new Array("hazardous", "Household Hazardous Waste");
	bc[38] = new Array("leadsafety", "Lead Safety and Healthy Homes Program");
	bc[39] = new Array("hazteam", "Hazardous Substances Enforcement Team");
	bc[40] = new Array("schedule", "Collection Schedules");
	bc[41] = new Array("general", "General Refuse Collection Information and Rules");
	bc[42] = new Array("geninfo/events", "Calendar of Events");
	bc[43] = new Array("cleanup", "Community Cleanup/Recycling Events");
	bc[44] = new Array("greenery", "Miramar Greenery");
	bc[45] = new Array("fees", "Refuse Disposal Fees");
	bc[46] = new Array("recycling/residential", "Residential Recycling");
	bc[47] = new Array("cd", "Construction &amp; Demolition (C&amp;D) Recycling");
	bc[48] = new Array("business", "Business Recycling");
	bc[49] = new Array("recycling/events", "Recycling Events");
	bc[50] = new Array("centers", "Recycling Centers");
	bc[51] = new Array("school", "School Recycling");
	bc[52] = new Array("curbside", "Curbside Recycling");
	return bc;
}
buildbreadcrumb();
