﻿$(document).ready(function () {
    // add markup to container and apply click handlers to anchors
    $(".reklam").click(function (e) {
        // send request
        $.post("/tik/" + $(this).attr("rid"), {}, function () {});
    });
});
