//this.imagePreview=function(){$j("img.preview").hover(function(e){this.t=this.title;this.title="";var c=(this.t!="")?"<br/>"+this.t:"";$j("body").append("<p id='preview'><img src='"+ this.src +"' alt='Image preview' />"+c+"</p>");$j("#preview").css("top",Math.floor($j("body").scrollTop()+50)+"px").css("left",Math.floor($j("html").width()/2-$j("#preview").width()/2)+"px").fadeIn("fast");},function(){this.title=this.t;$j("#preview").remove();});};$j(document).ready(function(){imagePreview();});
