﻿//输出首页推荐会员

function CommendUsersList(){
var content = "";
content += "<table>";
content += "<tr>";
content += "<td width='25%'><a href='userinfo/uesrinfodetail.aspx?id=10266' target='_blank'><img src='userinfo/userphoto/2009/5/22/10266_angel.jpg' width='100' height='123' class='imgthinline'></a></td>";
content += "<td width='25%'><a href='userinfo/uesrinfodetail.aspx?id=10334' target='_blank'><img src='userinfo/userphoto/2009/5/24/10334_angel.jpg' width='100' height='123' class='imgthinline'></a></td>";
content += "<td width='25%'><a href='userinfo/uesrinfodetail.aspx?id=10702' target='_blank'><img src='userinfo/userphoto/2009/5/26/10702_angel.jpg' width='100' height='123' class='imgthinline'></a></td>";
content += "<td width='25%'><a href='userinfo/uesrinfodetail.aspx?id=10788' target='_blank'><img src='userinfo/userphoto/2009/5/27/10788_angel.jpg' width='100' height='123' class='imgthinline'></a></td>";
content += "</tr>";
content += "<tr>";
content += "<td width='25%'><a href='userinfo/uesrinfodetail.aspx?id=10266' target='_blank'>24岁&nbsp;山东</a></td>";
content += "<td width='25%'><a href='userinfo/uesrinfodetail.aspx?id=10334' target='_blank'>27岁&nbsp;山东</a></td>";
content += "<td width='25%'><a href='userinfo/uesrinfodetail.aspx?id=10702' target='_blank'>29岁&nbsp;山东</a></td>";
content += "<td width='25%'><a href='userinfo/uesrinfodetail.aspx?id=10788' target='_blank'>24岁&nbsp;山东</a></td>";
content += "</tr>";
content += "</table>";
content += "<table>";
content += "<tr>";
content += "<td width='25%'><a href='userinfo/uesrinfodetail.aspx?id=10112' target='_blank'><img src='userinfo/userphoto/2008/11/19/10112_angel.jpg' width='100' height='123' class='imgthinline'></a></td>";
content += "<td width='25%'><a href='userinfo/uesrinfodetail.aspx?id=10179' target='_blank'><img src='userinfo/userphoto/2009/3/5/10179_angel.jpg' width='100' height='123' class='imgthinline'></a></td>";
content += "<td width='25%'><a href='userinfo/uesrinfodetail.aspx?id=10295' target='_blank'><img src='userinfo/userphoto/2009/5/23/10295_angel.jpg' width='100' height='123' class='imgthinline'></a></td>";
content += "<td width='25%'><a href='userinfo/uesrinfodetail.aspx?id=10317' target='_blank'><img src='userinfo/userphoto/2009/5/24/10317_angel.jpg' width='100' height='123' class='imgthinline'></a></td>";
content += "</tr>";
content += "<tr>";
content += "<td width='25%'><a href='userinfo/uesrinfodetail.aspx?id=10112' target='_blank'>27岁&nbsp;山东</a></td>";
content += "<td width='25%'><a href='userinfo/uesrinfodetail.aspx?id=10179' target='_blank'>23岁&nbsp;江苏</a></td>";
content += "<td width='25%'><a href='userinfo/uesrinfodetail.aspx?id=10295' target='_blank'>25岁&nbsp;山东</a></td>";
content += "<td width='25%'><a href='userinfo/uesrinfodetail.aspx?id=10317' target='_blank'>24岁&nbsp;山东</a></td>";
content += "</tr>";
content += "</table>";
document.write(content);}




