// 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">½Ð¤ä«ù 8Gems</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('<form action="https://www.paypal.com/cgi-bin/webscr" method="post" class="donateform">');
dw('<td align="center" class="adContents">');
dw('<input type="hidden" name="cmd" value="_xclick">');
dw('<input type="hidden" name="business" value="sears@8gems.com">');
dw('<input type="hidden" name="item_name" value="8Gems.com">');
dw('<input type="hidden" name="item_number" value="Donate to 8Gems.com">');
dw('<input type="hidden" name="no_shipping" value="1">');
dw('Give a one-time donation:<p>');
dw('US$<input type="text" name="amount" size="6"><p>');
dw('<input type="image" src="http://images.paypal.com/images/x-click-but04.gif" border="0" name="submit2" alt="Make payments with PayPal - it\'s fast, free and secure!"> ');
dw('<p>THANK YOU!</p>');
dw('</td>');
dw('</form>');
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>');