$(function(){var link_img_pattern='<a href="http://www.flickr.com/photos/wenatcheeworld/%(id)s/in/photostream/"><img src="/static/img/area_photos/%(id)s.jpg" width="630" height="134" alt="%(alt_text)s"  /></a>';var d=[['5691829120',"Brent O'Connor"],['5706708281',"Brent O'Connor"],['5653776753',"Lance Stegemann"],['5559783324',"Lance Stegemann"],['5398256825',"George Casey"],['5365561476','Jim McPherson'],['5022761587','Linda Hightower']];var photo=d[Math.floor(Math.random()*d.length)];var photo_id=photo[0];var photo_caption="Area photo submitted by "+photo[1];var link_img=link_img_pattern.replace(/\%\(id\)s/g,photo_id);link_img=link_img.replace('%(alt_text)s',photo_caption);$('#area-photo .photo:first').html(link_img);$('#area-photo .caption:first').html(photo_caption);$('#area-photo').fadeIn(1000);});
