var $=jQuery;
$(function(){
$("a.sentget-entry").click(function(){
console.log("++++++++++++++++++++++");
var section=$(this).data("section");
var $section=$("."+section);
$("#sentget-main-section").html($section);
});
});
var $=jQuery;
$(function(){
$("a.sentget-entry").click(function(){
console.log("++++++++++++++++++++++");
var section=$(this).data("section");
var $section=$("."+section);
$("#sentget-main-section").html($section);
});
});