/* inc v5 A super-tiny client-side include JavaScript jQuery plugin MIT license. Johann Burkard */ jQuery.fn.inc = function(url, transform, post) { return this.each(function() { var t = $(this); var transfer = function(txt) { t.html($.isFunction(transform) ? transform(txt) : txt); if (post) { post(); } }; if ($.browser.msie) { do { var f = 'inc' + (Math.round(Math.random() * 999)); } while ($('#' + f).length); $('