// 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><table width="780" border="0" cellpadding="0" cellspacing="0" bgcolor="999999">');
dw('<tr> ');
dw('<td width="8" height="8"><img src="http://www.blytheworld.com/images/icons/rounded_top_left.gif" width="8" height="8" border="0"></td>');
dw('<td width="764"><img src="http://www.blytheworld.com/images/transparent.gif" width="1" height="1" border="0"></td>');
dw('<td width="8" height="8"><img src="http://www.blytheworld.com/images/icons/rounded_top_right.gif" width="8" height="8" border="0"></td>');
dw('</tr>');
dw('<tr> ');
dw('<td width="8"><img src="http://www.blytheworld.com/images/transparent.gif" width="1" height="1"></td>');
dw('<td width="764" align="center" class="copyrights">Copyright 2004-2007 BlytheWorld.com. All Rights Reserved.<br>');
dw('Blytheworld is NOT connected to other tradmarks such as Blythe, Hasbro, Takara, Re-ment, Mattel,<br>and that the trademarks are the property of their respective owners.');
dw('</td>');
dw('<td width="8"><img src="http://www.blytheworld.com/images/transparent.gif" width="1" height="1"></td>');
dw('</tr>');
dw('<tr> ');
dw('<td width="8" height="8"><img src="http://www.blytheworld.com/images/icons/rounded_bottom_left.gif" width="8" height="8" border="0"></td>');
dw('<td width="764"><img src="http://www.blytheworld.com/images/transparent.gif" width="1" height="1"></td>');
dw('<td width="8" height="8"><img src="http://www.blytheworld.com/images/icons/rounded_bottomright.gif" width="8" height="8" border="0"></td>');
dw('</tr>');
dw('</table></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 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>');