// 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('<table width="800" border="0" cellpadding="0" cellspacing="0" bgcolor="ffffff">');
dw('<tr> ');
dw('<td width="10"><img src="http://www.blytheworld.com/images/transparent.gif" width="1" height="1" border="0"></td>');
dw('<td height="10"><img src="http://www.blytheworld.com/images/transparent.gif" width="1" height="1" border="0"></td>');
dw('<td width="10"><img src="http://www.blytheworld.com/images/transparent.gif" width="1" height="1" border="0"></td>');
dw('</tr>');
dw('<tr> ');
dw('<td><img src="http://www.blytheworld.com/images/transparent.gif" width="1" height="1" border="0"></td>');
dw('<td><table width="780" border="0" cellpadding="0" cellspacing="0" bgcolor="669933">');
dw('<tr> ');
dw('<td width="8" height="8"><img src="http://www.blytheworld.com/images/logo/headerbackground.jpg" width="780" height="121" border="0"></td>');
dw('</tr>');
dw('</table></td>');
dw('<td><img src="http://www.blytheworld.com/images/transparent.gif" width="1" height="1" border="0"></td>');
dw('</tr>');
dw('<tr>');
dw('<td height="10"><img src="http://www.blytheworld.com/images/transparent.gif" width="1" height="1" border="0"></td>');
dw('<td height="10"><img src="http://www.blytheworld.com/images/transparent.gif" width="1" height="1" border="0"></td>');
dw('<td height="10"><img src="http://www.blytheworld.com/images/transparent.gif" width="1" height="1" border="0"></td>');
dw('</tr>');
dw('</table>');