var post_thanks_handleSuccess=function(a){if(a.responseText!==undefined){if(post_thanks_callback.object_name[a.tId]!==undefined){fetch_object(post_thanks_callback.object_name[a.tId]).innerHTML=a.responseText}}};var post_thanks_handleFailure=function(a){if(a.responseText!==undefined){alert(a.responseText)}};var post_thanks_callback={success:post_thanks_handleSuccess,failure:post_thanks_handleFailure,timeout:vB_Default_Timeout,cache:false,object_name:new Array()};function post_thanks_give(e,b){fetch_object("post_thanks_button_"+e).style.display="none";if(b==true){fetch_object("post_groan_button_"+e).style.display="none"}var d="post_thanks.php";var a="do=post_thanks_add&using_ajax=1&p="+e+"&securitytoken="+SECURITYTOKEN;var c=YAHOO.util.Connect.asyncRequest("POST",d,post_thanks_callback,a);post_thanks_callback.object_name[c.tId]="post_thanks_box_"+e;return false}function post_thanks_remove_all(e,b){var d="post_thanks.php";var a="do=post_thanks_remove_all&using_ajax=1&p="+e+"&securitytoken="+SECURITYTOKEN;var c=YAHOO.util.Connect.asyncRequest("POST",d,post_thanks_callback,a);post_thanks_callback.object_name[c.tId]="post_thanks_box_"+e;fetch_object("post_thanks_button_"+e).style.display="";if(b==true){fetch_object("post_groan_button_"+e).style.display=""}return false}function post_thanks_remove_user(e,b){var d="post_thanks.php";var a="do=post_thanks_remove_user&using_ajax=1&p="+e+"&securitytoken="+SECURITYTOKEN;var c=YAHOO.util.Connect.asyncRequest("POST",d,post_thanks_callback,a);post_thanks_callback.object_name[c.tId]="post_thanks_box_"+e;fetch_object("post_thanks_button_"+e).style.display="";if(b==true){fetch_object("post_groan_button_"+e).style.display=""}return false};