var vHtml="";
var vDB = "/silva/home.nsf";
var vHtml = '
';
var headerColorLookup = "contact|#3333ff|distaccess|#a20099|events|#3333ff|faq|#999900|news/|#006600|pages/aboutus|#3333ff|pages/newhome|#000000|pages/products|#999900|press|#674116|recipes|#cc3333|safetytip|#999900|shop|#339999|wheretobuy|#999900|/our|#3333ff|/prodnum/|#999900";
var headerColorArray = headerColorLookup.split("|");
//var urlParts = location.pathname.split("/");
//var currentPageName = urlParts[urlParts.length-1];
var currentPageName = location.pathname.toLowerCase();
//window.status = "current page= " + currentPageName;
var vHeaderColor = "#000000";
//pick up the page header color
for(var i=0; i=0) vHeaderColor = headerColorArray[i+1];
}
var reg = /\[HEADER_COLOR\]/gi;
vHtml = vHtml.replace(reg, vHeaderColor);
document.open();
document.write(vHtml);
document.close();