anguage="JavaScript">
function breadCrumbs(base,delStr,defp,cStyle,tStyle,dStyle,nl) { // by Paul Davis - http://www.kaosweaver.com
loc=window.location.toString();subs=loc.substr(loc.indexOf(base)+base.length+1).split("/");
document.write('Home '+''+delStr+' ');
a=(loc.indexOf(defp)==-1)?1:2;for (i=0;i<(subs.length-a);i++) { subs[i]=makeCaps(unescape(subs[i]));
document.write(''+subs[i]+' '+''+delStr+' ');}
if (nl==1) document.write("
");document.write(''+document.title+'');
}
function makeCaps(a) {
g=a.split(' ');for (l=0;l