linkClass = "class=\"whitelink\"";
linkOne = "Templates";
oneHREF = "temp_templates.shtml";
linkTwo = "Styleguide";
twoHREF = "adv_styleguide.shtml";
linkThree = "Resources home";
threeHREF= "index.shtml";
divider = "&nbsp;&#8226;&nbsp;";
document.write('<a '+ linkClass +' href="' + oneHREF +'">'+ linkOne +'</a>'+ divider +'<a '+ linkClass +' href="' + twoHREF + '">' + linkTwo + '</a>'+ divider +'<a '+ linkClass +' href="'+ threeHREF +'">'+ linkThree +'</a>');
document.close();