// a function to simplify HTML authoring with Javascript
function dw(text)
{
  document.write(text);
}

dw('<a class="topmenutext" href="http://shop.blytheworld.com/" target="_blank">Blytheworld Shop</a> | <a class="topmenutext" href="/eng/contactme/">Contact Me</a> | <a class="topmenutext" href="/eng/links/">Link Exchange</a>');