/**
  * 无忧源码留言本主程序
  * last updata: 2004-3-27
  * auther:xuke
  * ourHome:http://www.5ucode.com
  *         
  * supportQQ:18020500
  * (c)你可以任意修改此程序，但要声明原作者！谢谢合作！
  */
function showcontent(nickname,shijian,qq,email,homepage,huifu,faceurl,content,guestid){
document.write('<table width="760" border="0" cellpadding="0" cellspacing="0" >');
document.write('');
document.write('<tr> ');
document.write('<td width="81" height="22"><img src="image/top1.gif" width="81" height="22"></td>');
document.write('<td background="image/top2.gif" width="100%"><td>');
document.write('<td width="81"><img src="image/top3.gif" width="81" height="22"></td>');
document.write('</tr>');
document.write('');
document.write('</table>');
document.write('');
document.write('<table width="760" border="0" height="41" cellpadding="0" cellspacing="0" class=maintable >');
document.write('<tbody>');
document.write('<tr> ');
document.write('<td height="23" valign="top" id=facetd >');
document.write('<div><img src="'+faceurl +'"></div>');
document.write('<div id=namediv>');
document.write(nickname);
document.write('</div>');
document.write('</td>');
document.write('<td valign="top" id=contenttd >');
document.write('<div id=infodiv><a href="mailto:');
document.write(email);
document.write('" target="_blank"><img src="image/email.gif" border="0"></a><a href="http://friend.qq.com/cgi-bin/friend/user_show_info?ln='+qq+'"><img src="image/oicq.gif" title="'+qq+'" border=0></a><a href="'+homepage+'" target=_blank><img src="image/profile.gif" border="0" title="'+homepage+'"></a></div>');
document.write('<div id=contentdiv>');
document.write(content);
document.write('</div>');
document.write('<div id=hdiv>');
if (huifu!='') 
	huifu=' &nbsp;&nbsp;管理员回复:<br><br>'+huifu;
document.write(huifu);
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr >');
document.write('<td width="135" height="18" valign="middle"  class=tdtime >');
document.write(shijian);
document.write('</td>');
document.write('<td width="623" height="18" valign="top"  id=admintd><a title="管理员回复" href="reply.php?id='+guestid+'"><img id=replyimg src="image/reply_a.gif" border="0"></a><a id=dela title="删除此条留言" href="del.php?action=del&id='+guestid+'"><img src="image/delete.gif" border="0"></a></td>');
document.write('</tr>');
document.write('</tbody>');
document.write('</table>');
document.write('<table border="0" cellpadding="0" cellspacing="0" width="760">');
document.write('<tr><td><img src="image/end1.gif"></td>');
document.write('<td width=760 background="image/end2.gif"></td>');
document.write('<td><img src="image/end3.gif"></td></tr></table>');
document.write('');
}
