// a function to simplify HTML authoring with Javascript
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function dw(text)
{
  document.write(text);
}

dw('<b>Welcome!<BR>');
dw('FREE handmade Blythe jewelry for every orders! ');
dw('<br>Flat Rate Standard Shipping: North America US$3.00, Worldwide US$3.50</b>');

