
/////////////////////////////////////////////////////////////////////
//            Helper functions                                     //
/////////////////////////////////////////////////////////////////////

function doCount() {
    if (arguments.length > 2){
        var counterAd       = arguments[0];
        var counterObjectId = arguments[1];
        var counterId       = arguments[2];

        $.get("/finn/counter", { counterType : counterAd ,cId : counterObjectId ,counterId : counterId } );
    }
}
