
stLight.options({publisher:'47d202b9-05f9-478a-b70c-06c90423fa79'});
$.noConflict();
jQuery(function(){
jQuery("#JqVoteForm_1991").submit(function(){
dataString = jQuery("#JqVoteForm_1991").serialize();
jQuery.ajax({
type: "POST",
url: "http://imherry.blogdetik.com/index.php?ak_action=ratepost",
data: dataString,
dataType: "html",
success: function(msg) {
jQuery("#like_1991").html(msg);
//$("#like_1991").style="visibility:hidden";
...