﻿

<!--

function edit(id){
//  location.href = "/mt/mt.cgi?__mode=view&_type=entry&blog_id=2&id=" + id;
  window.open("/mt/mt.cgi?__mode=view&_type=entry&blog_id=2&id=" + id, "edit");
}

function comment(id){
//  cWin = window.open("/webclip/comment.html?" + id, "CommentWin");
  location.href = "/webclip/comment.html?" + id;
}

function search(){
 document.getElementById("blog_search").submit();
}

//-->



