function trackView(c,b,a){$.ajax({type:"POST",url:a,data:"{'itemType': '"+c+"', 'itemId':'"+b+"'}",contentType:"application/json; charset=utf-8"})};
