YAHOO.namespace('bravo.blog');
YAHOO.bravo.blog= function () {
  return {
init: function() {
  	if ($('comment_text'))
	  YAHOO.bravo.attachCounter($('comment_text'), "right", 160);
	if ($('post_id')){
	  url='/services/rest/int/?method=newsComments_getByPostId&post_id=' 
	    + $('post_id').value; 
	  YAHOO.bravo.comments.displayComments(url);
	}
      },
     }
}();



