///////////////////////////////////////////////////////////

LC_OtherOnloads=(window.onload)?window.onload:new Function;
function getcommentinfo2(){
  if(userList.length<=0||conList.length<=0){
    return ;
  }
  var str="";
  for(i=0;i<userList.length;i++){
    str+="<div class=\"comm_js_title\"><strong>Name:</strong> "+userList[i]+"</div><div class=\"comm_js_content\">"+conList[i]+"</div>";
  }
  document.getElementById("commentinfoDiv2").innerHTML=str;
}

/*bluring*/
 
function bluring(){
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus();
}
document.onfocusin=bluring;