/**
 * @author Kamil Szafranek
 */
function c(data){
    (data);
}
function a(data){
    alert(""+data);
}

$(document).ready(function(){

})

