This content is hosted by a third party. By showing the external content you accept the terms and conditions of Flickr.
function showpics(){var a=$("#box").val();$.getJSON("http://api.flickr.com/services/feeds/photos_public.gne?tags="+a+"&tagmode=any&format=json&jsoncallback=?",function(a){$("#images").hide().html(a).fadeIn("fast"),$.each(a.items,function(a,e){$("").attr("src",e.media.m).appendTo("#images")})})}