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