function LoadPage(obj) { $.get($(obj).attr('data-url') + "?n=" + Math.random()).done(function (html) { $("#main_container").html(html); $("#nav2").text(" > " + $(obj).find('span').text()); $("#nav1").text($(obj).parent().parent().prev().find('span').text()); }); return false;}