

this.siteshotPreview=function(){xOffset=5;yOffset=15;$("a.siteshot").hover(function(e){this.t=this.title;this.title="";var c=(this.t!="")?"<br/>"+this.t:"";$("body").append("<div id='siteshot'><img src='"+this.rel+"' alt='url preview' />"+c+"</div>");$("#siteshot").css("top",(e.pageY-xOffset)+"px").css("left",(e.pageX+yOffset)+"px").fadeIn("slow")},function(){this.title=this.t;$("#siteshot").remove()});$("a.siteshot").mousemove(function(e){$("#siteshot").css("top",(e.pageY-xOffset)+"px").css("left",(e.pageX+yOffset)+"px")})};$(document).ready(function(){siteshotPreview()});
