this.imagePreview=function(){xOffset=50;yOffset=20;$("a.preview").hover(function(e){this.t=this.title;this.title="";var _array1=$(this).attr("rel").
split("/");var id=(_array1[_array1.length-1]).replace(".JPG","").replace("K000","");if(this.rel.indexOf(id)>0){var c=(this.t!="")?"<br/>"+this.t:"";$("body").append("<p id='preview'><img src='"+this.rel+"' alt='Image preview' />"+"</p>");$("#preview")
.css("top",(e.pageY-xOffset)+"px")
.css("left",(e.pageX+yOffset)+"px")
.fadeIn("fast");}   $(this).click(function () { $("#preview").remove(); })},function(){this.title=this.t;$("#preview").remove();});$("a.preview").mousemove(function(e){$("#preview")
.css("top",(e.pageY-xOffset)+"px")
.css("left",(e.pageX+yOffset)+"px");});};$(document).ready(function(){imagePreview();});
