if(embedStylesPrinted != true) {document.write('');}var embedStylesPrinted = true;var content = '
jQuery optimized page load ajax call
javascript
    $.getJSON("/catalog/items/77", function (items) {
$(document).ready(function () {
$("#itemsList").empty();
$("#itemTemplate").tmpl(items).appendTo("#itemsList");
$(".rightcolumn").height($(".centercolumn").height());
});
});
 
';document.write(content);