(function(){if(!($=window.jQuery)){script=document.createElement('script');script.src='http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js';script.onload=getCaptions;document.body.appendChild(script)}else{getCaptions()}function getCaptions(){m=$("img[typeof='foaf:Image']");$(m).hover(showCaption,hideCaption)}function showCaption(){var b=$(this).parent();var c=b.attr("href");console.log(c);b.append($("

retrieving caption...

"));lastH=c;$.get(lastH,function(a){parseAndPrint(b,a)})}function hideCaption(){$(this).parent().find("p:last").remove()}function parseAndPrint(a,b){var h=$(b).find("#block-system-main p");sp=a.find("p:last");sp.text(h.text());sp.css("margin-top","-"+sp.height()+"px");sp.css(":hover","text-decoration:none !important")}}());