// a function to simplify HTML authoring with Javascript
function dw(text)
{
  document.write(text);
}

dw('<span class="headernotice">All jewelry come with a jewelry box<br>');
dw('Receive a pair of Freshwater Pearl earrings for FREE with each complete order<br>');
dw('Ship Worldwide. Accept Paypal<br>');
dw('Special Sale: Sandawood Incenses US$10.00 per dozen');
dw('</span>');