		jQuery.noConflict();
			jQuery(function (){
				jQuery(".fbslide_box").hover(function(){
				jQuery(".fbslide_box").stop(true, false).animate({right:"0"},"medium");
				},function(){
					jQuery(".fbslide_box").stop(true, false).animate({right:"-244"},"medium");
					},500);
			return false;
		});
		
		  function addsmiley(code)  {
    var pretext = document.forms['comment'].comment.value;
      this.code = code;
      document.forms['comment'].comment.value = pretext + code;
  }
  

