$(document).ready(function() {
//   prefLabel = $("dd[property='skos:prefLabel']").attr('content')
//   flickrcall = "http://api.flickr.com/services/feeds/photos_public.gne?tags=" + prefLabel + "&tagmode=any&format=json&jsoncallback=?"
//   $.getJSON(flickrcall,
//         function(data){
//           $.each(data.items, function(i,item){
// //            $("<img/>").attr("src", item.media.m).appendTo("#right");
//             $("#right").append(item.description);
//             if ( i == 5 ) return false;
//           });
//           $("#right img").wrap("<p></p>");
//   });
});


