function ByCommentator(cid)
{
location.href = 'http://www.syuf-fyq.com/Comments/Commentator/' + cid + '/';
}
function goByArchive()
{
var Month = document.getElementById('Month').value;
var Year = document.getElementById('Year').value;
if(Month == '' || Year == '') return;
location.href = 'http://www.syuf-fyq.com/Comments/' + Year + '/' + Month + '/';
}