function Archor(id)
{
document.getElementById('subject').value=id;
document.getElementById('message').value+=id;
var i;
i=window.location.href.indexOf("#forms");
if(i==-1)
{
window.location = window.location + "#forms";
}
else
{
window.location=window.location;
}
document.getElementById('message').focus();
}
var commentList = '';
commentList += '
';
commentList += '
';
commentList += '
共有 2 条评论 查看全部评论';
commentList += '
'; commentList += '

2009-6-25 12:30
娃娃脸';
commentList += '
';
commentList += '2 楼:哇,真的是够帅的啊.
';
commentList += '
';
commentList += '

2009-6-25 12:29
空中楼阁';
commentList += '
';
commentList += '1 楼:不错哦~~:)
';
commentList += '
';
commentList += '
';
commentList += '
';
commentList += '
';
document.getElementById("autoCityComment").innerHTML=commentList;