var clipBoardContent = document.URL
function copyUserHomeToClipBoard()  {
    window.clipboardData.setData("Text",clipBoardContent)
    alert("复制成功，请粘贴到你的QQ/MSN上推荐给你的好友！\r\n\r\n内容如下：\r\n" + clipBoardContent)
}
function document.onkeydown()
{
   if ( event.keyCode=='39' ) {
     var o=document.getElementById("anextpage")
     if(o!=null){ window.location.href=o.href}
     else{alert("没有文章了")}
   }
   if ( event.keyCode=='37' ) {
     var o=document.getElementById("aprepage")
     if(o!=null){window.location.href=o.href}
     else{alert("没有文章了")}
   }
}
function Check(){
    var o =document.getElementById("reply")
    if(o.value==""){alert("评论的内容部能为空");return false }
}
