(function(){var a=function(f,d){var e=$("#map").width(),b=$("#map").height(),c="http://btileprint.access.mapquest.com/tileprint.php?type=map&size="+e+","+b+"&scale=36000&center="+f+","+d+"&mcenter="+f+","+d+",0,0&key=mjtd%7Clu6y2968nh%2Cbs%3Do5-0ubxd";$("#map").html('<img src="'+c+'"/>')};window.lm={brightkite:function(c){var b,d,f,e;if(!c&&!c.last_post&&!c.place){b={latitude:40.0378,longitude:-76.305801};d="Brightkite's API may be temporarily borked. I'm most likely somewhere near Lancaster."}else{if(c.place){b=c.place}else{b=c.last_post.object.place}}d="I was last at "+b.name+" "+c.last_checked_in_as_words+" ago.";$("#checkin").html(d);a(b.latitude,b.longitude)}}})();function jsonFlickrFeed(a){var e="",d=0,c,b;for(;d<a.items.length&&d<4;d++){c=a.items[d];b=c.media.m.replace("_m.jpg","_s.jpg");e+='<li><a href="'+c.link+'"><img src="'+b+'" alt="'+c.title+'"/></a></li>'}$("#photostream").html(e)};