// a function to simplify HTML authoring with Javascript
function dw(text)
{
document.write(text);
}


dw('<table width="120" border="0" cellpadding="0" cellspacing="0" bgcolor="#ff9900">');
dw('<tr> ');
dw('<td width="10" height="23" align="left" valign="top"><img src="/images/icons/rounded_top_left.gif" width="8" height="8" border="0"></td>');
dw('<td height="23" valign="bottom" align="center" class="adbox">Ä_¥Û¹CÀ¸</td>');
dw('<td width="10" height="23" align="right" valign="top"><img src="/images/icons/rounded_top_right.gif" width="8" height="8" border="0"></td>');
dw('</tr>');
dw('<tr> ');
dw('<td width="10"><img src="/images/transparent.gif" width="10" height="5"></td>');
dw('<td height="5" align="center" valign="top" class="addash">~~~~~~~~~~~~~~~~~');
dw('</td>');
dw('<td width="10"><img src="/images/transparent.gif" width="1" height="1"></td>');
dw('</tr>');
dw('<tr> ');
dw('<td width="10"><img src="/images/transparent.gif" width="10" height="10"></td>');
dw('<td align="center" class="adContents">');
dw('<a class="black11" href="/chi/games" target="_blank">Diamond Mine<br>');
dw('<img src="/images/diamondmine.gif" width="100" height="95" border="0"></a>');
dw('</td>');
dw('<td width="10"><img src="/images/transparent.gif" width="1" height="1"></td>');
dw('</tr>');
dw('<tr> ');
dw('<td width="10" height="10" align="left" valign="bottom"><img src="/images/icons/rounded_bottom_left.gif" width="8" height="8" border="0"></td>');
dw('<td><img src="/images/transparent.gif" width="1" height="1"></td>');
dw('<td width="10" height="10" align="right" valign="bottom"><img src="/images/icons/rounded_bottomright.gif" width="8" height="8" border="0"></td>');
dw('</tr></table>');
dw('<img src="/images/transparent.gif" width="10" height="10" border="0"><br>');