function aio_plug_your_own_stuff_here(){
if(location.href.match(/\/topic\//)){
var _donates = [];var _d=0;
$("dl.user_info").each(function(){
var ident = $(this).parent().parent().prev().children("td.c_username").attr("class").split("c_username ")[1];
if(!aio_in_array(ident,_donates)){
_donates[_d++] = ident;
aio_add_post_details(ident,"Donate:",'
Send');
}
});
}
}