$(function() { function htmlEncode(value){ return $('
').text(value).html(); } function htmlDecode(value){ return $('
').html(value).text(); } function img_load_fade(){ $("img.preload:not('.loaded')").imagesLoaded(function(){ $(this).addClass("loaded"); }); } });