function increaseOutCounter(partnerId) {
    new Ajax.Request('/wp-content/plugins/wp-partner-organizer/out.php',
    {
        method:'get',
        parameters: {partnerId: partnerId}
    });
}