/*
Source: ISL Consulting, Co.
(http://www.islco.com)
Author: Jefferson Turner
Author Email: jturner@islco.com

2001 Copyright, ISL. The right to include this code in HTML is granted to Chevron Corporation for purposes of the Intranet Project.
It cannot be copied or modified without express permission of ISL (415) 981-5000.
*/

var cookie = "";
	last_link = cookie_crumb.length - 1;
	for(var i=last_link;i>0;i--) {
		var cookie_path = "";
		if (cookie_crumb[last_link-i].substring(0,1) != "/") {
			for (var j=1;j<=(i/2);j++) {
				cookie_path = cookie_path + "../";
				}
			}
		cookie_num = last_link - i--;
		if (cookie_crumb[cookie_num].indexOf("http://")== -1) {
			cookie = cookie + "<a href=\"" + cookie_path + cookie_crumb[cookie_num];
		} else {
			cookie = cookie + "<a href=\"" + cookie_crumb[cookie_num];
		}
		cookie = cookie + "\" CLASS=\"cookiecrumb\">" + cookie_crumb[++cookie_num];
		cookie = cookie + "</a> <img src=\"/common_graphics/arrow_blue.gif\" width=\"4\" height=\"7\" border=\"0\" alt=''> ";
		}
cookie = cookie + "<b>" + cookie_crumb[cookie_crumb.length-1] + "</b>"
