var dTitle = document.title
		function gmsBreadcrumbs(o,m,n,r,f,q,v)
		{ 
			doc = document;
			loc = window.location.toString();
			sLoc = loc.split("/");
			de1im = " " + m + " "
			if (f!=-1)
				if (loc.indexOf(f)!=-1)
				{
					sNew = new Array();
					for (i=0;i<sLoc.length-1;i++)
					{
						sNew[i] = sLoc[i]};
						sLoc = sNew;
					};
					i = q;
					h = "<p><a href='" + sPath(loc,i) + f + "'>" + o + "</a>";
					t = "" + dTitle + "";
					if (sLoc.length==q)
					{
						h = t;
						de1im = ""
					}
					w = (r==1)?h+de1im:t;
					doc.write(w); //Home path plus delimeter
					if (n&&!r)
						doc.write("<br>");
					if (r==1)
						for (i=v;i<sLoc.length;i++)
						{
							doc.write("<a href='");
							doc.write(sPath(loc,i) + f + "'>" + tName(sLoc[i-1]) + "</a>")
							if (retVal=="")
								m="";
							doc.write(" " + m + " ");
							loc = window.location.toString();
						} else for (i=sLoc.length;i>v;i--){
							doc.write(" " + m)
							doc.write(" <a href='" + sPath(loc,i-1) + f + "'>" + tName(sLoc[i-2]) + "</a>")
							loc = window.location.toString();
						}
					if (n && r)
						doc.write("<br />");
						w = (r==1)?t:de1im+h;
					if (sLoc.length!=q)
						doc.write(w)
				}
			function sPath(loc,i)
			{
				p=0;
				for (z=0;z<i;z++)
					p = loc.indexOf("/",p) + 1;
					return loc.substring(0,p)
			}
			function tName(a)
			{
				a = unescape(a);
				g = a.split(' ');
				for (loc=0;loc<g.length;loc++)
					g[loc] = g[loc].toUpperCase().slice(0,1) + g[loc].slice(1);
					retVal = g.join(" ");
				nList = new Array("about","About SPA","employees","Employees","sccp","Charitable Contributions","time_leave","Time &amp; Leave","rules","Personnel Board Rules","agencyservices","Agency Services","retention","","training","","recruitment","","development","","jobs","","jobredesign","Redesign Home")
				for (var x=0;x<nList.length;x=x+2)
					if (a==nList[x])
					{
						retVal = nList[x+1];
						if (retVal == "")
							retVal = ""
						break;
					}
					return retVal;
			}
