CINXE.COM
Team Tinfoil | Flickr - Photo Sharing!
<!DOCTYPE html> <html xmlns:dc="http://purl.org/dc/terms/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:cc="http://creativecommons.org/ns#" lang="en-us"> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://www.flickr.com/photos/wafer/8121133637/","20130507055856","https://web.archive.org/","web","/_static/", "1367906336"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>Team Tinfoil | Flickr - Photo Sharing!</title> <script data-script-purpose="page_timing"> var farm_timing = {}; farm_timing.page_start = new Date().getTime(); </script> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="keywords" content="people, flickrhq"> <meta name="description" content="Safety first!"> <meta http-equiv="imagetoolbar" content="no"> <link href="/web/20130507055856im_/http://www.flickr.com/apple-touch-icon.png" rel="apple-touch-icon-precomposed"> <meta name="title" content="Team Tinfoil"> <meta http-equiv="X-UA-Compatible" content="IE=9"> <meta name="medium" content="image"> <link rel="image_src" href="https://web.archive.org/web/20130507055856im_/http://farm9.staticflickr.com/8326/8121133637_6d5c8c2f3f_m.jpg" id="image-src"> <link id="canonicalurl" rel="canonical" href="https://web.archive.org/web/20130507055856/http://www.flickr.com/photos/wafer/8121133637/"> <link rel="alternate" type="application/json+oembed" href="https://web.archive.org/web/20130507055856/http://www.flickr.com/services/oembed?url=http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fwafer%2F8121133637%2F&format=json" title="Team Tinfoil"/> <link rel="alternate" type="text/xml+oembed" href="https://web.archive.org/web/20130507055856/http://www.flickr.com/services/oembed?url=http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fwafer%2F8121133637%2F&format=xml" title="Team Tinfoil"/> <link id="shorturl" rev="canonical" type="text/html" href="http://flic.kr/p/dnCW6t"> <meta property="fb:app_id" content="137206539707334"/> <meta property="og:title" content="Team Tinfoil"/> <meta property="og:type" content="flickr_photos:photo"/> <meta property="og:url" content="https://web.archive.org/web/20130507055856/http://www.flickr.com/photos/wafer/8121133637/"/> <meta property="og:site_name" content="Flickr"/> <meta property="twitter:card" content="photo"/> <meta property="twitter:site" content="@flickr"/> <meta property="twitter:app:name:iphone" content="Flickr"/> <meta property="twitter:app:id:iphone" content="328407587"/> <meta property="og:description" content="Safety first!"/> <meta property="og:image" content="https://web.archive.org/web/20130507055856im_/http://farm9.staticflickr.com/8326/8121133637_6d5c8c2f3f_z.jpg"/> <meta property="og:image:width" content="640"/> <meta property="og:image:height" content="425"/> <meta property="flickr_photos:by" content="https://web.archive.org/web/20130507055856/http://www.flickr.com/people/wafer/"/> <meta property="flickr_photos:camera" content="https://web.archive.org/web/20130507055856/http://www.flickr.com/cameras/nikon/d5000/"/> <meta property="flickr_photos:sets" content="http://www.flickr.com/photos/wafer/sets/72157604022135901"/> <meta property="flickr_photos:sets" content="http://www.flickr.com/photos/wafer/sets/72157623794198155"/> <meta property="twitter:description" content="Safety first!"/> <meta property="twitter:app:url:iphone" content="flickr://flickr.com/photos/wafer/8121133637/"/> <meta property="twitter:creator" content="@waferbaby"/> <meta name="viewport" content="width=1036"> <meta name="application-name" content="Team Tinfoil | Flickr - Photo Sharing!"/> <meta name="msapplication-TileColor" content="#ffffff"/> <meta name="msapplication-TileImage" content="http://l.yimg.com/g/images/favicon-msapplication-tileimage.png"/> <script> F = window.F || {}; (function(F){var TIMEOUT=10000;var pollers={},pollerCount=0,cachedEls={},testDiv=document.createElement('div'),support={nativeTrim:typeof String.prototype.trim==='function',classList:'classList'in testDiv};F.util={clone:function(o){if(o===null||typeof o!=='object'){return o;} var c=new o.constructor();for(var k in o){c[k]=F.util.clone(o[k]);} return c;},trim:function(str){if(support.nativeTrim){return str.trim();} else{return str.replace(/^\s+|\s+$/g,'');}},getElementById:function(id){if(!cachedEls[id]){cachedEls[id]=document.getElementById(id);} return cachedEls[id];},hasClass:function(el,className){if(!el){return false;} if(support.classList){return el.classList.contains(className);} else{var re=new RegExp('(?:^|\\s+)'+className+'(?:\\s+|$)');return re.test(el.className);}},addClass:function(el,className){if(!el){return;} if(support.classList){el.classList.add(className);} else if(!F.util.hasClass(el,className)){el.className=F.util.trim([el.className,className].join(' '));}},removeClass:function(el,className){if(support.classList){el.classList.remove(className);} else if(className&&F.util.hasClass(el,className)){el.className=F.util.trim(el.className.replace(new RegExp('(?:^|\\s+)'+className+'(?:\\s+|$)'),' '));if(F.util.hasClass(el,className)){F.util.removeClass(el,className);}}},whenElementExists:function(id,callback,interval){var iterations=0,pollerId=id+pollerCount++;interval=interval||10;var checkElementAndCallback=function(){var el=(id==='body')?document.body:F.util.getElementById(id);if(el){clearInterval(pollers[pollerId]);callback(el);return true;} else if(++iterations*interval>=TIMEOUT){clearInterval(pollers[pollerId]);return false;}};if(!checkElementAndCallback()){pollers[pollerId]=setInterval(checkElementAndCallback,interval);}},addListener:function(el,type,fn,capture){if(el.addEventListener){el.addEventListener(type,fn,capture);} else if(el.attachEvent){el.attachEvent('on'+type,fn);}},setCookie:function(name,value,days,path){var date,expires='',path=path||'/';if(days){date=new Date();date.setTime(date.getTime()+(days*24*60*60*1000));expires='; expires='+date.toGMTString();} document.cookie=name+'='+value+expires+'; path='+path;},getCookie:function(name){var i,cookies=' '+document.cookie+';';name=' '+name+'=';if((i=cookies.indexOf(name))>=0){i+=name.length;cookies=cookies.substring(i,cookies.indexOf(';',i));return cookies;}},removeCookie:function(name){return F.util.setCookie(name,'',0);}};testDiv=null;}(F)); (function(wipe_msg, root_url, bust_image_search, is_debug) { var w=window,d=document,top_loc=top.location,self_loc=self.location,referrer=d.referrer,flickr_regex=/^[A-Za-z]+:\/{2,3}(?:[0-9\-A-Za-z]+\.)*flickr\.(?:(?:com)|(?:net))(?::\d+)?(?:\/[^?#]*)?(?:\?[^#]*)?(?:#.*)?$/i,self_is_offline=(self_loc.protocol&&self_loc.protocol.indexOf('http')<0),self_is_flickr=flickr_regex.test(self_loc),self_url=self_is_flickr?self_loc.href:root_url+'/',photo_page_re_result=self_is_flickr&&/\/photos\/[^\/]+\/(\d+)/i.exec(self_loc.pathname),photo_id=photo_page_re_result&&parseInt(photo_page_re_result[1],10),frame_whitelist_regex=/^[A-Za-z]+:\/{2,3}(?:[0-9\-A-Za-z]+\.)*(?:(?:flickr\.(?:(?:com)|(?:net)))|(?:yahoo\.(?:(?:com)|(?:net)|(?:(?:com?\.)?[A-Za-z]{2})))|(?:creativecommons\.org)|(?:eyewonderlabs\.com)|(?:stumbleupon\.com)|(?:screenqueri\.es)|(?:su\.pr)|(?:bing\.com)|(?:google\.(?:(?:com)|(?:(?:com?\.)?[A-Za-z]{2}))))(?::\d+)?(?:\/[^?#]*)?(?:\?[^#]*)?(?:#.*)?$/i,self_whitelist_regex=/^[A-Za-z]+:\/{2,3}(?:[0-9\-A-Za-z]+\.)*(?:(?:flickr\.(?:(?:com)|(?:net)))|(?:yahoo\.(?:(?:com)|(?:net)|(?:(?:com?\.)?[A-Za-z]{2})))|(?:translate\.google\.com)|(?:translate\.googleusercontent\.com)|(?:web\.archive\.org))(?::\d+)?(?:\/[^?#]*)?(?:\?[^#]*)?(?:#.*)?$/i,image_search_regex=/^[A-Za-z]+:\/{2,3}(?:[0-9\-A-Za-z]+\.)*(?:(?:(?:google)|(?:bing))\.(?:(?:com)|(?:(?:com?\.)?[A-Za-z]{2})))(?::\d+)?(?:\/[^?#]*)?(?:\?[^#]*)?(?:#.*)?$/i,referrer_is_flickr=flickr_regex.test(referrer),referrer_is_whitelisted=frame_whitelist_regex.test(referrer),referrer_is_image_search=image_search_regex.test(referrer),faq_url=root_url+'/frame_redir.gne?source='+encodeURIComponent(referrer)+'&dest='+encodeURIComponent(root_url+'/help/blogging/#1392237'),redir_url=root_url+'/frame_redir.gne?source='+encodeURIComponent(referrer)+'&dest='+encodeURIComponent(self_url),should_bust,should_wipe,base;function redirect(){w.onerror=function(){return true;};if(typeof top_loc.replace==='function'){top_loc.replace(redir_url);}else{top_loc.href=redir_url;}} function wipe(){var logo_w,font_size,win_width,html,msg;w.onerror=function(){return true;};logo_w=162;font_size='12px';setInterval(function(){if(d&&d.body){if(d.body.lastChild&&d.body.lastChild.className&&d.body.lastChild.className==='wipe-msg'){}else{msg=wipe_msg.replace('{url}',redir_url).replace('{faq}',faq_url);if(typeof w.innerWidth==='number'){win_width=w.innerWidth;}else if(d.body.clientWidth){win_width=d.body.clientWidth;} if(win_width&&win_width<162){logo_w=win_width;font_size='10px';} html='<div class="wipe-msg" style="font-size:'+font_size+';text-align:left;"><div style="margin-bottom:3px;"><img alt="Flickr" width="'+logo_w+'" src="https://web.archive.org/web/20130507055856/http://l.yimg.com/g/images/logo_home.png"></div><div style="padding-left:5px;line-height:1.2em;">'+msg+'</div></div>';d.body.style.margin='0';d.body.innerHTML=html;}}},200);} function get_frame_depth(){var win=self,frame_depth=0;while(win!==win.parent){frame_depth+=1;win=win.parent;} return frame_depth;} function debug(){if(is_debug){console.log(arguments);}} if(self_is_flickr&&self_loc===top_loc){}else if(self_is_offline){}else if(!self_is_flickr&&!self_whitelist_regex.test(self_loc)){should_wipe=true;}else if(bust_image_search&&photo_id&&referrer_is_image_search){should_bust=true;}else if(referrer&&!referrer_is_whitelisted&&get_frame_depth()>0){should_wipe=true;}else if(!referrer_is_flickr&&get_frame_depth()>1){should_wipe=true;} if(is_debug){debug({self_is_flickr:self_is_flickr,top_loc:top_loc,self_loc:self_loc,referrer:referrer,self_is_offline:self_is_offline,self_is_flickr:self_is_flickr,self_url:self_url,photo_page_re_result:photo_page_re_result,photo_id:photo_id,referrer_is_flickr:referrer_is_flickr,referrer_is_whitelisted:referrer_is_whitelisted,referrer_is_image_search:referrer_is_image_search,self_is_whitelisted:self_whitelist_regex.test(self_loc),frame_depth:get_frame_depth(),faq_url:faq_url,redir_url:redir_url,should_bust:should_bust,should_wipe:should_wipe,base:base});}else{if(should_bust){setTimeout(function(){w.onbeforeunload=w.onunload=null;redirect();},1000);setTimeout(wipe,2000);redirect();}else if(should_wipe){wipe();}else if(referrer_is_whitelisted&&!referrer_is_flickr){base=document.createElement('base');base.target='_top';document.getElementsByTagName('head')[0].appendChild(base);}} }('We\'re sorry, Flickr <a href="{faq}" target="_top">doesn\'t allow embedding within frames</a>.<br><br>If you\'d like to view this content, <a href="{url}" target="_top">please click here</a>.', 'https://web.archive.org/web/20130507055856/http://www.flickr.com', true, false)); (function(F){var el,w,d,n,ua,ae,is_away_from_tab,de,disabled=false,assigned_events=false;w=window;d=w.document;n=w.navigator;ua=n&&n.userAgent;var supportsActiveElt=false;if('activeElement'in document){supportsActiveElt=true;} function doF(e,me){if(is_away_from_tab&&e.target===w){is_away_from_tab=false;}else{el=e.target||me;}} function doB(e){if(el!==w&&e.target===w){is_away_from_tab=true;}else{el=undefined;}} function get(){var nt,in_doc;if(supportsActiveElt){el=document.activeElement;}else if(el&&(nt=el.nodeType)){if(d.contains){if((ua&&ua.match(/Opera[\s\/]([^\s]*)/))||nt===1){in_doc=d.contains(el);}else{while(el){if(d===el){in_doc=true;} el=el.parentNode;}}}else if(d.compareDocumentPosition){if(d===el||!!(d.compareDocumentPosition(el)&16)){in_doc=true;}}else{var myEl=el;while(myEl){if(d===myEl){in_doc=true;} myEl=myEl.parentNode;}}} return in_doc?el:undefined;} function isInput(){var n=get(),nn;if(!n){return false;} nn=n.nodeName.toLowerCase();return(nn==='input'||nn==='textarea');} function instrumentInputs(){if(!assigned_events){var i,me,inputs=document.getElementsByTagName('input'),tas=document.getElementsByTagName('textarea'),nInputs=inputs.length,nTextAreas=tas.length;if(nInputs||nTextAreas){for(i=0;i<nTextAreas;i++){me=tas[i];tas[i].attachEvent('onfocusin',function(e){if(!disabled){doF(e,me);}});} for(i=0;i<nInputs;i++){me=inputs[i];inputs[i].attachEvent('onfocusin',function(e){if(!disabled){doF(e,me);}});} assigned_events=true;}}} function destroy(){disabled=true;if(de=w.removeEventListener){de('focus',doF,true);de('blur',doB,true);}else if(de=d.removeEvent){de('blur',doB);}} function dom_onready(onready_handler){if(typeof onready_handler==='undefined'){return false;} if(document.readyState==='complete'){onready_handler();}else{if(document.addEventListener){DOMContentLoaded=function(){document.removeEventListener('DOMContentLoaded',DOMContentLoaded,false);onready_handler();};}else if(document.attachEvent){DOMContentLoaded=function(){if(document.readyState==='complete'){document.detachEvent('onreadystatechange',DOMContentLoaded);onready_handler();}};} if(document.addEventListener){document.addEventListener('DOMContentLoaded',onready_handler,false);}else if(document.attachEvent){document.attachEvent('onreadystatechange',onready_handler);}}} if(ae=w.addEventListener){ae('focus',doF,true);ae('blur',doB,true);}else if(ae=d.attachEvent){dom_onready(instrumentInputs);ae('onfocusout',doB);} F.focus_tracker={get:get,isInput:isInput,destroy:destroy};}(F)); (function(){var mod='imageChecker',imgs={},i=0;function stamp(node){return node.id||(node.id=mod+'-'+new Date().getTime()+i++);} F[mod]={load:function(node){imgs[stamp(node)]=true;},error:function(node){imgs[stamp(node)]=false;},check:function(node){return imgs[stamp(node)];}};}()); (function(F){var listeners=[],old_func,enabled=false,graylist=false;var okB=[/AppleWebKit\/([^\s]*)/,/MSIE\s(([^0-7]{1}\.|[0-9]{2})[^;]*)/,/Gecko\/([^\s]*)/,/Opera/];function sniff(){var nav=window.navigator,ua=nav&&nav.userAgent,len=okB.length;if(ua.match(/Mobile/)){return false;} if(ua.match(okB[1])){if(document.documentMode==7){return false;} graylist=true;} if(ua.match(/Version\/[1234][0-9\.\s]+Safari/i)){return false;} for(var i=0;i<len;i++){if(ua.match(okB[i])){return true;}};return false;} enabled=sniff();if(typeof document.onkeydown==='function'){old_func=document.onkeydown;document.onkeydown=combine_funcs(old_func,handle_keydown);} else{document.onkeydown=handle_keydown;} function handle_keydown(e){if(enabled&&!F.focus_tracker.isInput()&&!graylist){var evt=(e)?e:window.event;if(listeners[evt.keyCode]){listeners[evt.keyCode](evt);evt.returnValue=false;return false;}}} function combine_funcs(old_func,new_func){return function(e){old_func(e);new_func(e);};} F.keyListener={on:function(key_code_string,func){if(enabled){var key_codes=key_code_string.split(',');for(var n=0,len=key_codes.length;n<len;n++){if(typeof listeners[key_codes[n]]==='function'){func=combine_funcs(listeners[key_codes[n]],func);} listeners[key_codes[n]]=func;}}},detach_all:function(){enabled=false;},detach:function(key_codes){for(var n=0,len=key_codes.length;n<len;n++){if(typeof listeners[key_codes[n]]==='function'){listeners[key_codes[n]]=false;}}},enabled:enabled};}(F)); F.keyListener.on('37,39,74,75', function(e) { if (F.focus_tracker.isInput() || e.altKey || e.ctrlKey || e.metaKey || e.shiftKey) return; if (e.keyCode === 37 || e.keyCode === 75) window.location = '/photos/wafer/8125515188/in/photostream/'; if (e.keyCode === 39 || e.keyCode === 74) window.location = '/photos/wafer/8121148382/in/photostream/'; }); (function(){var w,d,c,smarty_timestamp,decode,nameEq,i,len,cookies,cookie,dv_cookie,subs,sub,c_time,photo_id,dv_id;w=window;d=document;c=d.cookie;smarty_timestamp='1367906336';photo_id='8121133637';dv_id='dnCW6t';nameEq='dvz=';decode=decodeURIComponent;if(!smarty_timestamp||!dv_id||c.indexOf(nameEq)===-1){return false;} cookies=c.split(';');for(i=0,len=cookies.length;i<len;i+=1){cookie=cookies[i];while(cookie.charAt(0)===' '){cookie=cookie.substring(1,cookie.length);} if(cookie.indexOf(nameEq)===0){dv_cookie=decode(cookie.substring(nameEq.length,cookie.length));break;}} if(dv_cookie){nameEq=decode(dv_id)+'=';if(dv_cookie.indexOf(nameEq)===-1){return false;} subs=dv_cookie.split('&');for(i=0,len=subs.length;i<len;i+=1){sub=subs[i];if(sub.indexOf(nameEq)===0){c_time=decode(sub.substring(nameEq.length,sub.length));break;}} if(c_time&&c_time>=smarty_timestamp){if(photo_id){document.cookie='flignoreview='+photo_id+'; expires='+(new Date((new Date()).getTime()+1000*60*5)).toUTCString()+'; path=/; domain=.flickr.com';} w.setTimeout(function(){d.body.style.visibility='hidden';w.location.reload();},0);}}}()); (function(){var l,hash_pos,photo_page_regex,path_parts,hash_path_parts,old_id,new_id,url_values,hash_values,new_location,i,len,states,state;l=window.location;hash_pos=l.href.indexOf('#');if(hash_pos===-1){return;} photo_page_regex=/^\/photos\/([^\/]+)\/(\d+)(?:\/in\/([^\/]+))?(?:(?:\/page(\d+))|(?:\/(lightbox))|(?:\/(tour)))?/;path_parts=photo_page_regex.exec(l.pathname);if(!path_parts||!path_parts instanceof Array||!path_parts[1]||!path_parts[2]){return;} old_id=path_parts[2];new_location={hash:l.href.substr(hash_pos),host:l.host,pathname:l.pathname,protocol:l.protocol,search:l.search};if(new_location.hash.substr(1,1)==='/'){new_location.pathname=new_location.hash.substr(1);new_location.search='';new_location.hash='';hash_path_parts=photo_page_regex.exec(new_location.pathname);if(!hash_path_parts||!hash_path_parts instanceof Array||!hash_path_parts[1]||!hash_path_parts[2]){return;} new_id=hash_path_parts[2];} new_location.href=new_location.protocol+'//'+new_location.host+new_location.pathname+new_location.search+new_location.hash;if(new_location.pathname!==l.pathname){if(old_id===new_id){document.cookie='flignoreview='+new_id+'; expires='+(new Date((new Date()).getTime()+1000*60*5)).toUTCString()+'; path=/; domain=.flickr.com';}else{} if(typeof l.replace==='function'){l.replace(new_location.href);}else{l.href=new_location.href;}}}()); (function(F){var registered_ids={},id_to_module_map={},interim_actions={},cleanup_actions={},clicked_ids={},queueing=true;function jsFailBeacon(){var key='flickr.jsfail.fail',title='flickr_js_fail',endpoint='/flanal_event.gne?target='+key+'&title='+title+'&rand='+Math.random();F.jsFail=true;window.setTimeout(function(){if(F.jsFail&&(Math.floor(Math.random()*100)==1)){(new Image()).src=endpoint;}},10000);} F.jsFailBeacon=jsFailBeacon;function register_id(id,callbacks,required_module){id=id.replace('*','.*');registered_ids[id]=true;id_to_module_map[id]=required_module;interim_actions[id]=callbacks.interim;cleanup_actions[id]=callbacks.cleanup;} function rectify_id(actual_id){for(var key_id in registered_ids){if(registered_ids.hasOwnProperty(key_id)&&actual_id.search(key_id)!==-1){return key_id;}} return actual_id;} F.actionQueue={register:function(id,callbacks,required_module){if(id instanceof Array){for(var n=0,len=id.length;n<len;n++){register_id(id[n],callbacks,required_module);}} else{register_id(id,callbacks,required_module);}},queue_click:function(id){var id_key=rectify_id(id);if(queueing&&id&&id_key&®istered_ids[id_key]){clicked_ids[id_key]=true;if(typeof interim_actions[id_key]==='function'){interim_actions[id_key].apply(this,arguments);} return false;} else if(queueing){return false;} return true;},module_loaded:function(module_name,id_to_restrict_to){queueing=false;for(var id in id_to_module_map){if(id_to_module_map.hasOwnProperty(id)&&clicked_ids[id]&&id_to_module_map[id]===module_name){cleanup_actions[id](id_to_restrict_to?id_to_restrict_to:id);}}},get_viewport_dimensions:function(){var doc=window.document,win=doc.defaultView||doc.parentWindow,mode=doc['compatMode'],h=win.innerHeight,w=win.innerWidth,root=doc['documentElement'];if(mode&&navigator.userAgent.search(/Opera[\s\/]([^\s]*)/)===-1){if(mode!='CSS1Compat'){root=doc.body;} h=root.clientHeight;w=root.clientWidth;} return{height:h,width:w};}};}(F)); (function(F){var geoOverlay1,geoOverlay2,last_context_clicked;F.actionQueue.register('button-bar-fave',{interim:function(id){var fave_button=document.getElementById(id);if(fave_button.className.search(/fave/)===-1){fave_button.className='Butt ywa-track fave-button fave';} else{fave_button.className='Butt ywa-track fave-button';}},cleanup:function(id){F.actionQueue['photo-button-bar'].toggle_fave();}},'photo-button-bar');F.actionQueue.register('context-link-*',{interim:function(id){last_context_clicked=id;},cleanup:function(id){if(last_context_clicked===id){F.actionQueue['photo-filmstrips'][last_context_clicked].display();}}},'photo-filmstrips');F.actionQueue.register('add-a-tag',{interim:function(id){},cleanup:function(id){}},'photo-tags');F.actionQueue.register('add-a-person',{interim:function(id){},cleanup:function(id){}},'photo-people');F.actionQueue.register('photoGeolocationEdit-addbutton',{interim:function(id){},cleanup:function(id){}},'mapr');F.actionQueue.register(['edit-privacy','edit-viewgeo','edit-comment-perm','edit-addmeta','edit-nipsa','edit-safety-level','edit-content-type'],{interim:function(id){},cleanup:function(id){}},'photo-sidebar-owner');F.actionQueue.register('photoGeopanel-*',{interim:function(id){photoGeopanel=document.createElement('div');photoGeopanel.className="interim-spinner-transparent";document.body.appendChild(photoGeopanel);},cleanup:function(id){if(typeof F.actionQueue.photoGeopanel.display==='function'){F.actionQueue.photoGeopanel.display();} if(photoGeopanel){photoGeopanel.parentNode.removeChild(photoGeopanel);}}},'photoGeopanel');F.actionQueue.register('photoGeolocation-*',{interim:function(id){geoOverlay1=document.createElement('div');geoOverlay1.className="interim-spinner-transparent";document.body.appendChild(geoOverlay1);},cleanup:function(id){if(F.actionQueue.photoGeolocation&&typeof F.actionQueue.photoGeolocation.display==='function'){F.actionQueue.photoGeolocation.display();} if(geoOverlay1&&geoOverlay1.parentNode){geoOverlay1.parentNode.removeChild(geoOverlay1);}}},'photoGeolocation');F.actionQueue.register('photoGeolocationEdit-*',{interim:function(id){geoOverlay2=document.createElement('div');geoOverlay2.className="interim-spinner-transparent";document.body.appendChild(geoOverlay2);},cleanup:function(id){if(F.actionQueue.photoGeolocationEdit&&typeof F.actionQueue.photoGeolocationEdit.display==='function'){F.actionQueue.photoGeolocationEdit.display();} if(geoOverlay2){geoOverlay2.parentNode.removeChild(geoOverlay2);}}},'photoGeolocationEdit');}(F)); (function(F){F.actionQueue.register('button-bar-options',{interim:function(id){var button=document.getElementById(id);if(button.className.search(/ActiveButt/)===-1){button.className=button.className+' ActiveButt';} button.blur();if(!document.getElementById('interim-menu-action')){var fake_menu=document.createElement('div');fake_menu.id='interim-menu-action';fake_menu.className=(document.getElementById('button-bar-fave'))?((document.getElementById('button-bar-fave').className.replace(/fave-button/,'').search(/fave/)!==-1)?'interim-menu interim-menu-fave':'interim-menu'):'interim-menu interim-menu-owner';fake_menu.innerHTML='<div class="yui3-popover-arrow yui3-popover-arrow-t interim-menu-arrow">◣</div>'+'<div class="interim-menu-arrow-mask"></div>';document.getElementById('nav').appendChild(fake_menu);} if(document.getElementById('interim-menu-share')){var fake_share_menu=document.getElementById('interim-menu-share');fake_share_menu.parentNode.removeChild(fake_share_menu);if(document.getElementById('button-bar-share')){document.getElementById('button-bar-share').className=document.getElementById('button-bar-share').className.replace(/ActiveButt/,'');}}},cleanup:function(id){var fake_menu=document.getElementById('interim-menu-action');if(fake_menu){fake_menu.parentNode.removeChild(fake_menu);} F.actionQueue['photo-button-bar'].display_action();}},'photo-button-bar');}(F)); (function(F){F.actionQueue.register('share-this-v3-more-button',{interim:function(id){var button=document.getElementById(id);if(button.className.search(/ActiveButt/)===-1){button.className=button.className+' ActiveButt';} button.blur();if(!document.getElementById('interim-menu-share')){var fake_menu=document.createElement('div');fake_menu.id='interim-menu-share';fake_menu.className=(document.getElementById('button-bar-fave'))?((document.getElementById('button-bar-fave').className.replace(/fave-button/,'').search(/fave/)!==-1)?'interim-menu interim-menu-fave':'interim-menu'):'interim-menu interim-menu-owner';fake_menu.innerHTML='<div class="yui3-popover-arrow yui3-popover-arrow-t interim-menu-arrow">◣</div>'+'<div class="interim-menu-arrow-mask"></div>';document.getElementById('nav').appendChild(fake_menu);} if(document.getElementById('interim-menu-action')){var fake_action_menu=document.getElementById('interim-menu-action');fake_action_menu.parentNode.removeChild(fake_action_menu);if(document.getElementById('button-bar-options')){document.getElementById('button-bar-options').className=document.getElementById('button-bar-options').className.replace(/ActiveButt/,'');}}},cleanup:function(id){var fake_menu=document.getElementById('interim-menu-share');if(fake_menu){fake_menu.parentNode.removeChild(fake_menu);} F.actionQueue['share-this-v3-more-button'].display_share();}},'share-this-v3-more-button');}(F)); (function(F){var nav;function hasClass(o,cStr){return(o?new RegExp('(^|\\s)'+cStr+'(\\s|$)').test(o.className):false);};function addClass(o,cStr){if(!o||!cStr||hasClass(o,cStr)){return false;} o.className=(o.className?o.className+' ':'')+cStr;};function removeClass(o,cStr){if(!o||!cStr||!hasClass(o,cStr)){return false;} o.className=o.className.replace(new RegExp('( '+cStr+')|('+cStr+')','g'),'');};function toggleClass(o,sClass){if(hasClass(o,sClass)){removeClass(o,sClass);}else{addClass(o,sClass);}} function getParentByNodeName(oChild,sParentNodeName){if(!oChild||!sParentNodeName){return false;} sParentNodeName=sParentNodeName.toLowerCase();while(oChild.parentNode&&sParentNodeName!==oChild.parentNode.nodeName.toLowerCase()){oChild=oChild.parentNode;} return(oChild.parentNode&&sParentNodeName===oChild.parentNode.nodeName.toLowerCase()?oChild.parentNode:null);};F.actionQueue.register('flickr-nav',{interim:function(id,e){var oClicked=(e?(e.target?e.target:e.srcElement):null),oLI;if(!oClicked){return false;} oLI=getParentByNodeName(oClicked,'li');},cleanup:function(id){}},'flickr-nav');}(F)); (function(F){var overlay;F.actionQueue.register('lightbox',{interim:function(id){var viewport_dimensions=F.actionQueue.get_viewport_dimensions();overlay=document.createElement('div');overlay.className='interim-overlay';overlay.style.width=viewport_dimensions.width+'px';overlay.style.height=viewport_dimensions.height+'px';overlay.innerHTML='<img src="https://web.archive.org/web/20130507055856/http://l.yimg.com/g/images/progress/balls-24x12-black.gif" class="interim-spinner">';document.body.appendChild(overlay);},cleanup:function(id){if(F.actionQueue['lightbox']&&typeof F.actionQueue['lightbox'].open==='function'){F.actionQueue['lightbox'].open();} if(overlay){overlay.parentNode.removeChild(overlay);}}},'lightbox');}(F)); </script> <script src="https://web.archive.org/web/20130507055856js_/http://l.yimg.com/g/combo/1/3.7.3?j/yui/3.7.3/yui/yui-.E.A.v25Pmi&j/yui/3.7.3/.FN/.FN-.E.A.v25Pmi"></script> <link rel="stylesheet" href="https://web.archive.org/web/20130507055856cs_/http://l.yimg.com/g/combo/1/3.7.3?c/c_.X_nav.BC.v28UiB&c/c_.J_.D.BC.v28QWM&c/c_.B_.D.BC.v27D9v&c/c_.B-.D-.F.BC.v27yEa&c/c_.IS-.BB.BC.v27yEa&c/c_.T-bar.BC.v27yEa&c/c_.N.BC.v27JDt&c/c_.B-.Ms.BC.v27D4k&c/c_.CX-.CY.BC.v27yEa&c/c_box-.DG.BC.v27yEa&c/c_.B-.BE-.D.BC.v27yEa&c/c_.EC-.L-.D.BC.v27yEa&c/c_.B-.O.BC.v27yEa&c/c_.B-.KD.BC.v27yEa&c/c_social_upsell.BC.v27yEa&c/c_.HG.BC.v27yEa&c/c_.FW-.HN.BC.v2593Z&c/c_.B-.BBs-v3.BC.v27yEa&c/c_.CN-.DD.BC.v27yEa&c/c_.EG-.D.BC.v27yEa&c/c_.EM_.D.BC.v28KjV&" type="text/css"> <link rel="shortcut icon" type="image/ico" href="https://web.archive.org/web/20130507055856im_/http://l.yimg.com/g/favicon.ico"> <link rel="search" type="application/opensearchdescription+xml" href="/web/20130507055856/http://www.flickr.com/opensearch.xml" title="Flickr"> </head> <body class="zeus en-us new-footer new-header signed-out new-footer-tight-ass"> <script>(function(){var b=document.body,ua=typeof YUI==='function'&&YUI()&&YUI().UA,os=ua&&(ua.os?ua.os.replace(/\s/g,''):'')||(ua.ios?'ios':'')||(ua.android?'android':'');function make_class(browser){return(os&&ua[browser])?'ua-'+os+'-'+browser+' '+'ua-'+os+'-'+browser+'-'+Math.floor(ua[browser]):'';} b.className=[b.className,'js',make_class('webkit')||make_class('ie')||make_class('gecko')].join(' ');}());</script> <script> /*jslint white: false, undef: false, browser: true, eqeqeq: true, regexp: false, newcap: true, immed: true, onevar: false, plusplus: false */ /*global F: false, YUI: false, window: false */ (function(F){function alignToAnchor(anchor,preventDelay){var delay=(!preventDelay&&document.documentMode)?800:50;var elt=document.getElementById(anchor)||document.getElementsByName(anchor)[0];if(elt){setTimeout(function(){var destination=elt.offsetTop,origPosition=elt.style.position;if(!origPosition){elt.style.position='relative';destination=Math.max(destination,elt.offsetTop-destination);elt.style.position=origPosition;} window.scrollTo(0,destination);},delay);}} function normalizeAnchor(){var anchor=document.location.hash;if(anchor[0]==='#'){anchor=anchor.replace('#','');} return anchor;} function handleEvent(elt,eventName,handler,useCapture){useCapture=useCapture||false;if(elt.addEventListener){elt.addEventListener(eventName,handler,useCapture);} else if(elt.attachEvent){elt.attachEvent('on'+eventName,handler);}} F.anchorRepositioner={init:function(){var pageLoadAnchor=normalizeAnchor();if(pageLoadAnchor){handleEvent(document,'DOMContentLoaded',function(){alignToAnchor(pageLoadAnchor);});} handleEvent(window,'hashchange',function(e){if(e.preventDefault){e.preventDefault();} else{e.returnValue=false;} var anchor=normalizeAnchor();alignToAnchor(anchor);},true);}};}(F)); F.anchorRepositioner.init(); </script> <script> /*jslint white: false, undef: false, browser: true, eqeqeq: true, regexp: false, newcap: true, immed: true, onevar: false, plusplus: false */ /*global F: false, YUI: false, window: false */ (function(F) { var useNativeOnly = false, // Set this to true to only use detent widths. useNativeOnlyUnder1024 = true, // Set this to true to only use detent widths for 1024 and below. useGlobalNav = true, useEyebrow = false, HEIGHT_TO_PHOTO_TOP = 103, HEADER_WIDTH_ADJUSTMENT_ZEUS = 0, HEADER_WIDTH_ADJUSTMENT_NON_ZEUS = 0, newExplore = false; var SCROLLBAR_WIDTH=15,MIN_PAGE_WIDTH=1024,MIN_PAGE_HEIGHT=768,SECONDARY_PAGE_CONTENT_WIDTH=335,SIDE_GUTTER_WIDTH=49,HEIGHT_OF_TITLE=45,DETENTS=[640,800,1024,1600,2048],DETENT_TOLERENCE=100,LARGEST_PHOTO_WIDTH=2048;var bodyInitialized=false,cachedPhotoWidth,cachedWorkableHeight;function verifyDimension(n){return(typeof n==='number'&&n>0);} F.liquid={getDimensions:function(){var doc=window.document,win=doc.defaultView||doc.parentWindow,mode=doc.compatMode,h=win.innerHeight,w=win.innerWidth,root=doc.documentElement;if(mode){if(mode!=='CSS1Compat'){root=doc.body;} h=root.clientHeight;w=root.clientWidth;} w=w-SCROLLBAR_WIDTH;if(verifyDimension(w)&&verifyDimension(h)){return{height:h,width:w};} return false;},getAvailableSpaceForPhoto:function(invalidateCache){var dimensions,bestWidth=MIN_PAGE_WIDTH-SECONDARY_PAGE_CONTENT_WIDTH-SIDE_GUTTER_WIDTH,workableWidth,workableHeight,n,len;if(invalidateCache){cachedPhotoWidth=cachedWorkableHeight=null;} if(cachedPhotoWidth&&cachedWorkableHeight){return{w:cachedPhotoWidth,h:cachedWorkableHeight};} dimensions=F.liquid.getDimensions()||{width:MIN_PAGE_WIDTH,height:MIN_PAGE_HEIGHT};workableWidth=dimensions.width-SECONDARY_PAGE_CONTENT_WIDTH-SIDE_GUTTER_WIDTH;workableHeight=dimensions.height-HEIGHT_TO_PHOTO_TOP-HEIGHT_OF_TITLE;if(useNativeOnly&&dimensions.width>MIN_PAGE_WIDTH){if(workableWidth*3/4>workableHeight){workableWidth=Math.max(Math.floor(workableHeight*4/3),MIN_PAGE_WIDTH-SECONDARY_PAGE_CONTENT_WIDTH-SIDE_GUTTER_WIDTH);} for(n=0,len=DETENTS.length;n<len;n++){if(workableWidth>DETENTS[n]||n===0){bestWidth=DETENTS[n];}}} else if(dimensions.width>MIN_PAGE_WIDTH){if(workableWidth*3/4>workableHeight){bestWidth=Math.max(Math.floor(workableHeight*4/3),MIN_PAGE_WIDTH-SECONDARY_PAGE_CONTENT_WIDTH-SIDE_GUTTER_WIDTH);} else{bestWidth=workableWidth;} if(bestWidth>LARGEST_PHOTO_WIDTH){bestWidth=LARGEST_PHOTO_WIDTH;} else{for(n=0,len=DETENTS.length;n<len;n++){if(bestWidth>DETENTS[n]&&((bestWidth<DETENTS[n]+DETENT_TOLERENCE)||(useNativeOnlyUnder1024&&bestWidth<1024&&n+1<len&&bestWidth<DETENTS[n+1]))){bestWidth=DETENTS[n];break;}}}} cachedPhotoWidth=bestWidth;cachedWorkableHeight=workableHeight;return{w:bestWidth,h:workableHeight};},getBestPageWidth:function(invalidateCache){return F.liquid.getAvailableSpaceForPhoto(invalidateCache).w+SECONDARY_PAGE_CONTENT_WIDTH;},scaleDownPhotoToViewable:function(photoDimensions,scalingFactor){var dimensions=F.liquid.getDimensions()||{width:MIN_PAGE_WIDTH,height:MIN_PAGE_HEIGHT},workableHeight=dimensions.height-HEIGHT_TO_PHOTO_TOP-HEIGHT_OF_TITLE,biggestDimension=Math.max(photoDimensions.w,photoDimensions.h),n,len,scaledBiggestDimension;if(photoDimensions.h*scalingFactor>workableHeight){scalingFactor=workableHeight/photoDimensions.h;if(biggestDimension*scalingFactor<MIN_PAGE_WIDTH-SECONDARY_PAGE_CONTENT_WIDTH-SIDE_GUTTER_WIDTH){scalingFactor=1;}} if(useNativeOnlyUnder1024&&photoDimensions.w<=1024&&photoDimensions.h<=1024){scalingFactor=1;} else{scaledBiggestDimension=Math.floor(biggestDimension*scalingFactor);for(n=0,len=DETENTS.length;n<len;n++){if(scaledBiggestDimension>DETENTS[n]&&scaledBiggestDimension<DETENTS[n]+DETENT_TOLERENCE){scalingFactor=DETENTS[n]/biggestDimension;break;}}} return scalingFactor;},resizePage:function(invalidateCache){var totalPageWidth=F.liquid.getBestPageWidth(invalidateCache);F.util.setCookie('liqpw',totalPageWidth,365);if(!bodyInitialized){F.util.whenElementExists('body',function(body){F.util.addClass(body,'liquid');bodyInitialized=true;});} F.util.whenElementExists('main',function(main){if(!F.util.hasClass(document.body,'breakout')&&F.util.hasClass(main,'allow-liquid-width')){main.style.width=totalPageWidth+'px';}});if(useGlobalNav){if(useEyebrow){F.util.whenElementExists('eyebrow-wrap',function(wrap){wrap.style.width=totalPageWidth+'px';});} F.util.whenElementExists('gn-wrap',function(wrap){wrap.style.width=totalPageWidth+'px';});} else{F.util.whenElementExists('head-nav-bar',function(headNavBar){var headTop=F.util.getElementById('head-top'),headerWidthAdjustment=(headTop.tagName==='TABLE')?HEADER_WIDTH_ADJUSTMENT_NON_ZEUS:HEADER_WIDTH_ADJUSTMENT_ZEUS;headTop.style.width=(totalPageWidth+headerWidthAdjustment)+'px';headNavBar.style.width=(totalPageWidth+headerWidthAdjustment)+'px';});} F.util.whenElementExists('foot',function(foot){foot.style.width=totalPageWidth+'px';});if(newExplore&&!F.searchify){F.util.whenElementExists('searchified-header',function(wrap){wrap=document.getElementById('searchified-header');var headTop=F.util.getElementById('head-top'),headerWidthAdjustment=HEADER_WIDTH_ADJUSTMENT_ZEUS;wrap.style.width=(totalPageWidth+headerWidthAdjustment)+'px';});F.util.whenElementExists('searchified-options',function(wrap){wrap=document.getElementById('searchified-options');var headTop=F.util.getElementById('head-top'),headerWidthAdjustment=HEADER_WIDTH_ADJUSTMENT_ZEUS;wrap.style.width=(totalPageWidth+headerWidthAdjustment)+'px';});} return totalPageWidth;}};}(F)); F.liquid.resizePage(); /*jslint white: false, undef: false, browser: true, eqeqeq: true, regexp: false, newcap: true, immed: true, onevar: false, plusplus: false */ /*global F: false, YUI: false, window: false */ (function(F) { var photo = { id: 8121133637, baseURL: 'https://web.archive.org/web/20130507055856/http://farm9.staticflickr.com/8326/8121133637_6d5c8c2f3f.jpg', baseWidth: 640, baseHeight: 425, ratioWidthBasis: 500, isVideo: 0, sizeMap: [{"name":"Thumbnail","shortName":"t","maxDimension":100,"minDimension":66,"fileExtension":"_t"},{"name":"Small","shortName":"s","maxDimension":240,"minDimension":159,"fileExtension":"_m"},{"name":"Small 320","shortName":"n","maxDimension":320,"minDimension":213,"fileExtension":"_n"},{"name":"Medium 500","shortName":"m","maxDimension":500,"minDimension":332,"fileExtension":""},{"name":"Medium 640","shortName":"z","maxDimension":640,"minDimension":425,"fileExtension":"_z"},{"name":"Medium 800","shortName":"c","maxDimension":800,"minDimension":531,"fileExtension":"_c"},{"name":"Large","shortName":"l","maxDimension":1024,"minDimension":680,"fileExtension":"_b"},{"name":"Large 1600","shortName":"h","maxDimension":1600,"minDimension":1063,"fileExtension":"_h","secret":"2b3eb2caeb"},{"name":"Large 2048","shortName":"k","maxDimension":2048,"minDimension":1360,"fileExtension":"_k","secret":"38d1c97ffd"}] }, enableFarmTimingSampling = true, enablePageTimingSampling = false, allowDownsampledPhotos = true, // Set this to false to never downsample photos. useNativeOnlyUnder1024 = true; // Set this to true to only use detent widths for 1024 and below. var MIN_PRIMARY_COLUMN_WIDTH=562,DESCRIPTION_COLUMN_PADDING=44,DETENT_TOLERENCE=100,ELEMENT_EXISTS_TIMEOUT=10000,BUFFER_PERIOD=2000,RETRY_LIMIT=3,RETRY_DELAY=500;var overlaysHaveBeenMoved=false,changingPhoto=false,currentlyUsedSize={name:''},currentlyFetchingSize={name:''},loadedSizes={},bufferImg,bufferShowingTimeout,imageRetryTimeout,errorRetries=0;function getBestSizeForAvailableSpace(targetWidth,targetHeight){var bestSize,n,len=photo.sizeMap.length,viewportRatio,photoRatio,isPhotoLandscape=(photo.baseWidth>=photo.baseHeight),dimensionToCompare=targetWidth,dimensionToCompareLabel=isPhotoLandscape?'maxDimension':'minDimension';if(photo.isVideo){bestSize={maxDimension:targetWidth,minDimension:targetWidth*((photo.baseWidth>photo.baseHeight)?photo.baseHeight/photo.baseWidth:photo.baseWidth/photo.baseHeight)};} else{viewportRatio=targetWidth/targetHeight;photoRatio=photo.baseWidth/photo.baseHeight;if(viewportRatio>photoRatio){dimensionToCompare=targetHeight;dimensionToCompareLabel=isPhotoLandscape?'minDimension':'maxDimension';} for(n=0;n<len;n++){if((photo.sizeMap[n].shortName==='m'||photo.sizeMap[n].shortName==='n'||photo.sizeMap[n].shortName==='s'||photo.sizeMap[n].shortName==='t')&&n<len-1){continue;} if(dimensionToCompare===photo.sizeMap[n][dimensionToCompareLabel]){bestSize=photo.sizeMap[n];break;} else if(dimensionToCompare>photo.sizeMap[n][dimensionToCompareLabel]){bestSize=photo.sizeMap[n];} else if(allowDownsampledPhotos&&(!useNativeOnlyUnder1024||((photo.sizeMap[n].shortName==='h'||photo.sizeMap[n].shortName==='k')&&(isPhotoLandscape?targetWidth:targetHeight)>=1024+DETENT_TOLERENCE))){bestSize=photo.sizeMap[n];break;}}} if(!bestSize){for(n=len-1;n>=0;n--){if(photo.sizeMap[n].shortName==='z'||photo.sizeMap[n].shortName==='m'||photo.sizeMap[n].shortName==='n'||photo.sizeMap[n].shortName==='s'||photo.sizeMap[n].shortName==='t'){bestSize=photo.sizeMap[n];break;}}} return bestSize;} function fetchAndSizePhoto(bestSize){if(photo.isVideo){return;} if(!F.photoFetcher.img){if(!F.util.getElementById('liquid-photo')){F.photoFetcher.img=new Image();F.photoFetcher.img.id='liquid-photo';F.photoFetcher.img.alt='photo';F.photoFetcher.img.setAttribute('aria-describedby','title_div');} else{F.photoFetcher.img=F.util.getElementById('liquid-photo');} bufferImg=new Image();bufferImg.id='liquid-photo-buffer';bufferImg.alt='';bufferImg.setAttribute('role','presentation');bufferImg.onload=function(e){if(enablePageTimingSampling&&page_timing&&!page_timing.photo_end){page_timing.photo_end=new Date().getTime();} if(enableFarmTimingSampling&&farm_timing&&!farm_timing.photo_end){farm_timing.photo_end=new Date().getTime();} bufferImg.style.visibility='visible';clearTimeout(bufferShowingTimeout);bufferShowingTimeout=setTimeout(function(){F.photoFetcher.img.src=bufferImg.src;F.photoFetcher.img.style.visibility='visible';bufferImg.style.visibility='hidden';},BUFFER_PERIOD);currentlyUsedSize=currentlyFetchingSize;errorRetries=0;};bufferImg.onerror=function(e){if(errorRetries++<RETRY_LIMIT){imageRetryTimeout=setTimeout(function(){bufferImg.src=createPhotoURL(currentlyFetchingSize);},RETRY_DELAY*errorRetries);}};} if(bestSize.name!==currentlyUsedSize.name&&bestSize.name!==currentlyFetchingSize.name){if(enablePageTimingSampling&&page_timing&&!page_timing.photo_start){page_timing.photo_start=new Date().getTime();} if(enableFarmTimingSampling&&farm_timing&&!farm_timing.photo_start){farm_timing.photo_start=new Date().getTime();} if(changingPhoto){F.photoFetcher.img.style.visibility=bufferImg.style.visibility='hidden';changingPhoto=false;} bufferImg.src=createPhotoURL(bestSize);if(enableFarmTimingSampling&&farm_timing){farm_timing.src=bufferImg.src;} currentlyFetchingSize=bestSize;} F.photoFetcher.img.width=bufferImg.width=F.liquid.photoWidth;F.photoFetcher.img.height=bufferImg.height=F.liquid.photoHeight;} function createPhotoURL(size){var url;if(size.secret){url=photo.baseURL.replace(/_.*\.jpg$/,'_'+size.secret+size.fileExtension+'.jpg');} else{url=photo.baseURL.replace(/\.jpg$/,size.fileExtension+'.jpg');} if(size.queryString){url+=size.queryString;} return url;} function resizePhotoPage(photoWidth,photoHeight,notesRatio,primaryColumnWidth){var photoNotesInterval;photoWidth=Math.round(photoWidth);photoHeight=Math.round(photoHeight);primaryColumnWidth=Math.round(primaryColumnWidth);if(photoWidth<primaryColumnWidth||overlaysHaveBeenMoved){if(bufferImg){bufferImg.style.left=((primaryColumnWidth-photoWidth)/2)+'px';overlaysHaveBeenMoved=true;} F.util.addClass(F.photoFetcher.img,'centered');} if(!photo.isVideo){if(F.photoNotes){F.photoNotes.setRatio(notesRatio,photoWidth,photoHeight);} else{photoNotesInterval=setInterval(function(){if(F.photoNotes){F.photoNotes.setRatio(notesRatio,photoWidth,photoHeight);clearInterval(photoNotesInterval);}},10);}} F.util.whenElementExists('primary-column',function(primaryColumn){primaryColumn.style.width=primaryColumnWidth+'px';if(primaryColumnWidth>MIN_PRIMARY_COLUMN_WIDTH*2+DESCRIPTION_COLUMN_PADDING){F.util.addClass(primaryColumn,'columnify');} else{F.util.removeClass(primaryColumn,'columnify');}});if(!photo.isVideo){F.util.whenElementExists('photo-drag-proxy',function(photoDragProxy){photoDragProxy.style.width=photoWidth+'px';photoDragProxy.style.height=photoHeight+'px';if(photoWidth<primaryColumnWidth||overlaysHaveBeenMoved){photoDragProxy.style.left=((primaryColumnWidth-photoWidth)/2)+'px';overlaysHaveBeenMoved=true;}});} if(photo.isVideo){F.util.whenElementExists('stewart_swf'+photo.id,function(videoElement){videoElement.width=photoWidth;videoElement.height=photoHeight;videoElement.parentNode.style.width=photoWidth+'px';videoElement.parentNode.style.height=photoHeight+'px';});F.util.whenElementExists('stewart_swf'+photo.id+'_loading_el',function(loadingElement){loadingElement.style.top=Math.floor((photoHeight-22)/2)+'px';loadingElement.style.left=Math.floor((photoWidth-66)/2)+'px';});}} F.photoFetcher={fetch:function(){var dimensions,availableSpace,bestSize,ratio=photo.baseWidth/photo.baseHeight,isPhotoLandscape=(photo.baseWidth>=photo.baseHeight),isPhotoSquare=(ratio>0.95&&ratio<1.05),scalingFactor=1,primaryColumnWidth;availableSpace=F.liquid.getAvailableSpaceForPhoto();bestSize=getBestSizeForAvailableSpace(availableSpace.w,availableSpace.h);if(allowDownsampledPhotos&&availableSpace.w<bestSize.maxDimension){scalingFactor=availableSpace.w/bestSize.maxDimension;} if(allowDownsampledPhotos){scalingFactor=F.liquid.scaleDownPhotoToViewable({w:(isPhotoLandscape?bestSize.maxDimension:bestSize.minDimension),h:(isPhotoLandscape?bestSize.minDimension:bestSize.maxDimension)},scalingFactor);} F.liquid.photoWidth=(isPhotoLandscape?bestSize.maxDimension:bestSize.minDimension)*scalingFactor;F.liquid.photoHeight=(isPhotoLandscape?bestSize.minDimension:bestSize.maxDimension)*scalingFactor;F.liquid.notesRatio=F.liquid.photoWidth/photo.ratioWidthBasis;F.liquid.bestSize=bestSize;fetchAndSizePhoto(bestSize);primaryColumnWidth=Math.max(MIN_PRIMARY_COLUMN_WIDTH,availableSpace.w);resizePhotoPage(F.liquid.photoWidth,F.liquid.photoHeight,F.liquid.notesRatio,primaryColumnWidth);},loadPhoto:function(){F.util.getElementById('main-photo-container').appendChild(F.photoFetcher.img);F.util.getElementById('main-photo-container').appendChild(bufferImg);},loadVideoContainer:function(content){var videoContainer=document.createElement('div');videoContainer.id='stewart_swf'+photo.id+'_div';videoContainer.className='video-wrapper';videoContainer.style.width=F.liquid.photoWidth+'px';videoContainer.style.height=F.liquid.photoHeight+'px';videoContainer.innerHTML=content;F.util.getElementById('main-photo-container').appendChild(videoContainer);},reInit:function(obj){for(var key in obj){if(obj.hasOwnProperty(key)){photo[key]=obj[key];}} overlaysHaveBeenMoved=true;changingPhoto=true;currentlyUsedSize={name:''};currentlyFetchingSize={name:''};loadedSizes={};if(bufferShowingTimeout){clearTimeout(bufferShowingTimeout);bufferShowingTimeout=undefined;} if(imageRetryTimeout){clearTimeout(imageRetryTimeout);imageRetryTimeout=undefined;} errorRetries=0;}};F.photoFetcher.fetch(); }(F)); </script> <noscript><div id="beacon"><img src="https://web.archive.org/web/20130507055856im_/http://geo.yahoo.com/f?s=792600415&t=9b17114ed66bae8b5cbbca86e557a69c&fl_ev=0&lang=en&intl=us" width="0" height="0" alt=""/></div></noscript> <a name="top"></a> <div id="global-nav" class="no-js"> <div id="gn-wrap" class="gn-wrap"> <div class="logo" style="width: 144px;"> <a href="/web/20130507055856/http://www.flickr.com/" data-track="Logo-main" title="Flickr logo. If you click it, you'll go home"> <img alt="Flickr logo. If you click it, you'll go home" src="https://web.archive.org/web/20130507055856im_/http://l.yimg.com/g/images/en-us/flickr-logo-2012.png.v1" height="22" width="144"> </a> </div> <div class="nav"> <ul class="top-nav"> <li class="toplink"> <a data-track="Tour-main" href="/web/20130507055856/http://www.flickr.com/tour" class="gn-link gn-tour"><span>The Tour</span></a> </li> <li class="toplink"> <a data-track="Signup-main" href="/web/20130507055856/http://www.flickr.com/signup" class="gn-link gn-signup signin-popup"><span>Sign Up</span></a> </li> <li class="gn-menu-parent toplink" data-context="explore"> <a data-track="Explore-main" class="gn-link explore" href="/web/20130507055856/http://www.flickr.com/explore"><span>Explore</span></a> <div class="panel" id="explore-panel"> <div class="hd pointer"></div> <div class="bd"> <ul> <li class="gn-subnav-item"><a data-track="Explore-recent_photos" href="/web/20130507055856/http://www.flickr.com/explore">Recent Photos</a></li> <li class="gn-subnav-item"><a data-track="Explore-the_commons" href="/web/20130507055856/http://www.flickr.com/commons">The Commons</a></li> <li class="gn-subnav-item"><a data-track="Explore-getty_collection" href="/web/20130507055856/http://www.flickr.com/gettyimages">Getty Collection</a></li> <li class="gn-subnav-item"><a data-track="Explore-galleries" href="/web/20130507055856/http://www.flickr.com/galleries">Galleries</a></li> <li class="gn-subnav-item"><a data-track="Explore-world_map" href="/web/20130507055856/http://www.flickr.com/map">World Map</a></li> <li class="gn-subnav-item"><a data-track="Explore-app_garden" href="/web/20130507055856/http://www.flickr.com/services">App Garden</a></li> <li class="gn-subnav-item"><a data-track="Explore-camera_finder" href="/web/20130507055856/http://www.flickr.com/cameras">Camera Finder</a></li> <li class="gn-subnav-item"><a data-track="Explore-flickr_blog" href="https://web.archive.org/web/20130507055856/http://blog.flickr.net/">Flickr Blog</a></li> </ul> </div> </div> </li> <li class="toplink right gn-upload"> <a data-track="Upload-main" class="gn-link" href="/web/20130507055856/http://www.flickr.com/upload"> <span class="icon"></span> <span>Upload</span> </a> </li> </ul> </div> <div class="tools"> <form action="/web/20130507055856/http://www.flickr.com/search/" method="get" role="search" class="nav-selecta bo-selecta-3"> <input type="search" name="q" value="" id="gn-search-field" class="gn-search" placeholder="Find photos, people, or groups" autocomplete="off" aria-label="Search"> <input type="submit" data-track="Search-search_icon" class="search-icon icon" tabindex="-1" value="Search"> </form> <ul class="top-nav"> <li class="toplink gn-signin"> <a data-track="Account-sign_in" href="/web/20130507055856/http://www.flickr.com/signin/" class="gn-link signin-popup secondary"><span>Sign In</span></a> </li> </ul> </div> </div> </div> <div id="main" class="clearfix allow-liquid-width" role="main"> <script>if (F && F.actionQueue) { F.jsFailBeacon(); }</script> <img src="https://web.archive.org/web/20130507055856im_/http://geo.yahoo.com/p?s=792600184&t=1213478734&position=top" class="ad_beacon"> <noscript> <div class="info"> <span class="msg-icon"></span> <p> To take full advantage of Flickr, you should use a JavaScript-enabled browser and <a href="https://web.archive.org/web/20130507055856/http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">install the latest version of the Adobe Flash Player</a>. </p> </div> </noscript> <div id="primary-column"> <div id="nav"> <ul id="button-bar" class="button-list share-options-list"><li class="first first-if-can-fave visible-if-can-fave"><a title="Save this to your favorites" href="#" class="Butt ywa-track fave-button visible-if-can-fave" id="button-bar-fave" data-ywa-name="Favorites star" onclick="return F.actionQueue.queue_click(this.id);" tabindex="4"><span class="ie-hack"> </span><span class="star">☆</span> Favorite</a></li><li class="divider visible-if-can-fave"><span> <span></span></span></li><li class=" first-if-cannot-fave"><a href="#" class="Butt ywa-track" id="button-bar-options" data-ywa-name="Actions" onclick="return F.actionQueue.queue_click(this.id);" tabindex="4"><span>Actions</span><span class="caret">▾</span></a></li><li class="divider"><span> <span></span></span></li><li class="share-this-v3 share-service-first"><span class="share-service-options"><span class="Butt"><a href="#" title="Share via email" data-service-type-id="130" data-service-needs-setup="false" data-service-always-use-popup="false" class="share-dialog-action share-icon share-via-email share-via-service-130">Share via email</a></span></span></li><li class="share-this-v3 share-service"><span class="share-service-options"><span class="Butt"><a href="#" title="Share on Facebook" data-service-type-id="128" data-service-needs-setup="false" data-service-always-use-popup="false" class="share-dialog-action share-icon share-via-service-128">Share on Facebook</a></span></span></li><li class="share-this-v3 share-service share-service-last"><span class="share-service-options"><span class="Butt"><a href="#" title="Share on Twitter" data-service-type-id="9" data-service-needs-setup="false" data-service-always-use-popup="false" class="share-dialog-action share-icon share-via-service-9">Share on Twitter</a></span></span></li><li class="share-this-v3 divider"><span><span> </span></span></li><li class="share-this-v3 share-this-more last"><a href="#" tabindex="4" id="share-this-v3-more-button" class="Butt share-dropdown-arrow" title="More ways to share" onclick="return F.actionQueue && F.actionQueue.queue_click(this.id);">Share<span class="caret">▾</span></a></li></ul> <ul id="nav-bar" class="button-list"><li class="first"><a id="nav-bar-prev" data-track="prev_button" class="Butt ywa-track" data-ywa-name="Next, previous" href="/web/20130507055856/http://www.flickr.com/photos/wafer/8125515188/in/photostream/" tabindex="4"><span class="arrow"></span><span class="text">Newer</span></a></li><li class="divider"><span> <span></span></span></li><li><a id="nav-bar-lightbox" data-track="lightbox" class="Butt ywa-track rapidnofollow" data-ywa-name="Lightbox Icon" href="/web/20130507055856/http://www.flickr.com/photos/wafer/8121133637/sizes/l/" title="View in light box" onclick="return F.actionQueue.queue_click(this.id);" tabindex="4"><span></span></a></li><li class="divider"><span> <span></span></span></li><li class="last"><a data-track="next_button" id="nav-bar-next" class="Butt ywa-track" data-ywa-name="Next, previous" href="/web/20130507055856/http://www.flickr.com/photos/wafer/8121148382/in/photostream/" tabindex="4"><span class="text">Older</span><span class="arrow"></span></a></li> </ul> </div> <div id="photo"> <div id="photo-drag-proxy" class="zoom-trigger" style="width: 640px; height:425px;"><ul id="notes" class="boxes"><li class="box note person-note" data-person-added_by="51035718466@N01" data-person-nsid="36521981547@N01" style="left:413px; top:148px;width:45px; height:50px;"><span class="box-stroke box-stroke-outer"></span><span class="box-stroke box-stroke-inner"></span><span class="box-stroke box-stroke-main"></span><span class="note-content"><span class="note-text"><span class="note-wrap"><span class="person"><a href="/web/20130507055856/http://www.flickr.com/photos/wafer/people/dokas/"><img src="https://web.archive.org/web/20130507055856im_/http://farm9.staticflickr.com/8081/buddyicons/36521981547@N01.jpg?1356132954#36521981547@N01" width="24" height="24"><strong class="username">phil dokas</strong><span class="realname">Phil Dokas</span></a></span></span></span></span></li><li class="box note person-note" data-person-added_by="51035718466@N01" data-person-nsid="81183458@N00" style="left:319px; top:104px;width:40px; height:45px;"><span class="box-stroke box-stroke-outer"></span><span class="box-stroke box-stroke-inner"></span><span class="box-stroke box-stroke-main"></span><span class="note-content"><span class="note-text"><span class="note-wrap"><span class="person"><a href="/web/20130507055856/http://www.flickr.com/photos/wafer/people/rossharmes/"><img src="https://web.archive.org/web/20130507055856im_/http://farm9.staticflickr.com/8550/buddyicons/81183458@N00.jpg?1367604446#81183458@N00" width="24" height="24"><strong class="username">Ross</strong><span class="realname">Ross Harmes</span></a></span></span></span></span></li><li class="box note person-note" data-person-added_by="51035718466@N01" data-person-nsid="12289718@N00" style="left:190px; top:98px;width:35px; height:40px;"><span class="box-stroke box-stroke-outer"></span><span class="box-stroke box-stroke-inner"></span><span class="box-stroke box-stroke-main"></span><span class="note-content"><span class="note-text"><span class="note-wrap"><span class="person"><a href="/web/20130507055856/http://www.flickr.com/photos/wafer/people/schill/"><img src="https://web.archive.org/web/20130507055856im_/http://farm1.staticflickr.com/4/buddyicons/12289718@N00.jpg?1273007700#12289718@N00" width="24" height="24"><strong class="username">Schill</strong><span class="realname">Scott Schiller</span></a></span></span></span></span></li><li class="box note person-note" data-person-added_by="51035718466@N01" data-person-nsid="34994084@N00" style="left:99px; top:77px;width:34px; height:39px;"><span class="box-stroke box-stroke-outer"></span><span class="box-stroke box-stroke-inner"></span><span class="box-stroke box-stroke-main"></span><span class="note-content"><span class="note-text"><span class="note-wrap"><span class="person"><a href="/web/20130507055856/http://www.flickr.com/photos/wafer/people/rubixdead/"><img src="https://web.archive.org/web/20130507055856im_/http://farm1.staticflickr.com/22/buddyicons/34994084@N00.jpg?1302455391#34994084@N00" width="24" height="24"><strong class="username">christopher.berry</strong><span class="realname">Christopher Berry</span></a></span></span></span></span></li><li class="box note person-note" data-person-added_by="51035718466@N01" data-person-nsid="67101477@N00" style="left:85px; top:160px;width:39px; height:49px;"><span class="box-stroke box-stroke-outer"></span><span class="box-stroke box-stroke-inner"></span><span class="box-stroke box-stroke-main"></span><span class="note-content"><span class="note-text"><span class="note-wrap"><span class="person"><a href="/web/20130507055856/http://www.flickr.com/photos/wafer/people/protohiro/"><img src="https://web.archive.org/web/20130507055856im_/http://farm1.staticflickr.com/35/buddyicons/67101477@N00.jpg?1333258989#67101477@N00" width="24" height="24"><strong class="username">protohiro</strong><span class="realname">Stephen Woods</span></a></span></span></span></span></li><li class="box note person-note" data-person-added_by="51035718466@N01" data-person-nsid="14646162@N03" style="left:496px; top:143px;width:21px; height:21px;"><span class="box-stroke box-stroke-outer"></span><span class="box-stroke box-stroke-inner"></span><span class="box-stroke box-stroke-main"></span><span class="note-content"><span class="note-text"><span class="note-wrap"><span class="person"><a href="/web/20130507055856/http://www.flickr.com/photos/wafer/people/standardpixel/"><img src="https://web.archive.org/web/20130507055856im_/http://farm9.staticflickr.com/8239/buddyicons/14646162@N03.jpg?1365454859#14646162@N03" width="24" height="24"><strong class="username">standardpixel</strong><span class="realname">Eric Gelinas</span></a></span></span></span></span></li><li class="box note person-note" data-person-added_by="51035718466@N01" data-person-nsid="42151838@N03" style="left:43px; top:0px;width:32px; height:11px;"><span class="box-stroke box-stroke-outer"></span><span class="box-stroke box-stroke-inner"></span><span class="box-stroke box-stroke-main"></span><span class="note-content"><span class="note-text"><span class="note-wrap"><span class="person"><a href="/web/20130507055856/http://www.flickr.com/photos/wafer/people/spierisf/"><img src="https://web.archive.org/web/20130507055856im_/http://farm9.staticflickr.com/8140/buddyicons/42151838@N03.jpg?1367633190#42151838@N03" width="24" height="24"><strong class="username">spieri_sf</strong><span class="realname">Markus Spiering</span></a></span></span></span></span></li></ul> </div><div class="photo-div" id="main-photo-container"> <script data-script-purpose="page_timing">farm_timing.photo_start = new Date().getTime();</script><noscript><img src="https://web.archive.org/web/20130507055856im_/http://farm9.staticflickr.com/8326/8121133637_6d5c8c2f3f_z.jpg" alt="photo" aria-describedby="title_div" width="640" height="425"></noscript><script data-script-purpose="liquid">F.photoFetcher.loadPhoto();</script> </div> </div> <div id="meta"> <h1 id="title_div" property="dc:title" class="photo-title">Team Tinfoil</h1> <div id="description_div" class="photo-desc"><p>Safety first!</p></div> </div> <div id="invites-and-comments"> <div id="invites" class="collapsed"> </div> <div id="comments"> <h3>Comments and faves</h3> <ol id="photo-activity" class="mixed rolleddown" data-comments-total="6"> <li id="comment72157631847966019" class="comment-block" data-comment-nsid="67101477@N00" data-comment-id="50055-8121133637-72157631847966019"> <div class="comment-icon"> <a href="/web/20130507055856/http://www.flickr.com/photos/protohiro/" class="comment-buddy-icon-link"><img src="https://web.archive.org/web/20130507055856im_/http://l.yimg.com/g/images/spaceout.gif" data-defer-src="https://web.archive.org/web/20130507055856/http://farm1.staticflickr.com/35/buddyicons/67101477@N00.jpg?1333258989#67101477@N00" alt="" width="48" height="48" class="comment-buddy-icon defer personmenu-trigger"></a> </div> <div class="comment-content"> <p class="comment-head"> <span class="comment-owner"> <span class="comment-author-container"><a href="/web/20130507055856/http://www.flickr.com/photos/protohiro/" class="comment-author ywa-track" data-ywa-name="Commenter names">protohiro</a> <a href="/web/20130507055856/http://www.flickr.com/upgrade/?cmp=d6" title="Find out about upgrading to Pro" class="pro-link"></a></span> </span> <small class="comment-meta"> (<span class="comment-date"><a href="/web/20130507055856/http://www.flickr.com/photos/wafer/8121133637/comment72157631847966019/" title="October 24, 2012">6 months ago</a></span><span class="comment-controls"> | <a href="#" class="comment-reply">reply</a></span>) </small> </p> <div class="comment-body"> <p>My hat sort of looks like an aluminum worm on my head.</p> </div> </div> </li> <li id="comment72157631847967689" class="comment-block photo-owner-comment" data-comment-nsid="51035718466@N01" data-comment-id="50055-8121133637-72157631847967689"> <div class="comment-icon"> <a href="/web/20130507055856/http://www.flickr.com/photos/wafer/" class="comment-buddy-icon-link"><img src="https://web.archive.org/web/20130507055856im_/http://l.yimg.com/g/images/spaceout.gif" data-defer-src="https://web.archive.org/web/20130507055856/http://farm9.staticflickr.com/8470/buddyicons/51035718466@N01.jpg?1357879363#51035718466@N01" alt="" width="48" height="48" class="comment-buddy-icon defer personmenu-trigger"></a> </div> <div class="comment-content"> <p class="comment-head"> <span class="comment-owner"> <span class="comment-author-container"><a href="/web/20130507055856/http://www.flickr.com/photos/wafer/" class="comment-author ywa-track" data-ywa-name="Commenter names">waferbaby</a> <a href="/web/20130507055856/http://www.flickr.com/upgrade/?cmp=d6" title="Find out about upgrading to Pro" class="pro-link"></a></span> </span> <small class="comment-meta"> (<span class="comment-date"><a href="/web/20130507055856/http://www.flickr.com/photos/wafer/8121133637/comment72157631847967689/" title="October 24, 2012">6 months ago</a></span><span class="comment-controls"> | <a href="#" class="comment-reply">reply</a></span>) </small> </p> <div class="comment-body"> <p>That's to keep the FBI's Space Worms away. They hide in contrails!</p> </div> </div> </li> <li id="comment72157631848420749" class="comment-block" data-comment-nsid="91417538@N00" data-comment-id="50055-8121133637-72157631848420749"> <div class="comment-icon"> <a href="/web/20130507055856/http://www.flickr.com/photos/traceface/" class="comment-buddy-icon-link"><img src="https://web.archive.org/web/20130507055856im_/http://l.yimg.com/g/images/spaceout.gif" data-defer-src="https://web.archive.org/web/20130507055856/http://farm9.staticflickr.com/8253/buddyicons/91417538@N00.jpg?1366489888#91417538@N00" alt="" width="48" height="48" class="comment-buddy-icon defer personmenu-trigger"></a> </div> <div class="comment-content"> <p class="comment-head"> <span class="comment-owner"> <span class="comment-author-container"><a href="/web/20130507055856/http://www.flickr.com/photos/traceface/" class="comment-author ywa-track" data-ywa-name="Commenter names">traciw</a> <a href="/web/20130507055856/http://www.flickr.com/upgrade/?cmp=d6" title="Find out about upgrading to Pro" class="pro-link"></a></span> </span> <small class="comment-meta"> (<span class="comment-date"><a href="/web/20130507055856/http://www.flickr.com/photos/wafer/8121133637/comment72157631848420749/" title="October 24, 2012">6 months ago</a></span><span class="comment-controls"> | <a href="#" class="comment-reply">reply</a></span>) </small> </p> <div class="comment-body"> <p>Aluminum headband?</p> </div> </div> </li> <li id="comment72157631850013924" class="comment-block" data-comment-nsid="12063269@N00" data-comment-id="50055-8121133637-72157631850013924"> <div class="comment-icon"> <a href="/web/20130507055856/http://www.flickr.com/photos/cateycate/" class="comment-buddy-icon-link"><img src="https://web.archive.org/web/20130507055856im_/http://l.yimg.com/g/images/spaceout.gif" data-defer-src="https://web.archive.org/web/20130507055856/http://farm1.staticflickr.com/42/buddyicons/12063269@N00.jpg?1287812871#12063269@N00" alt="" width="48" height="48" class="comment-buddy-icon defer personmenu-trigger"></a> </div> <div class="comment-content"> <p class="comment-head"> <span class="comment-owner"> <span class="comment-author-container"><a href="/web/20130507055856/http://www.flickr.com/photos/cateycate/" class="comment-author ywa-track" data-ywa-name="Commenter names">CateyCate</a> <a href="/web/20130507055856/http://www.flickr.com/upgrade/?cmp=d6" title="Find out about upgrading to Pro" class="pro-link"></a></span> </span> <small class="comment-meta"> (<span class="comment-date"><a href="/web/20130507055856/http://www.flickr.com/photos/wafer/8121133637/comment72157631850013924/" title="October 25, 2012">6 months ago</a></span><span class="comment-controls"> | <a href="#" class="comment-reply">reply</a></span>) </small> </p> <div class="comment-body"> <p>Um?</p> </div> </div> </li> <li class="fave-block"> <div class="fave-star"><span>★</span></div> <div class="fave-content"> <p> <a href="/web/20130507055856/http://www.flickr.com/photos/rossharmes/favorites/with/8121133637/">Ross added this photo to his favorites.</a> <small class="fave-meta">(<span class="fave-date">6 months ago</span>) </small> </p> </div> </li> <li id="comment72157631851222929" class="comment-block photo-owner-comment" data-comment-nsid="51035718466@N01" data-comment-id="50055-8121133637-72157631851222929"> <div class="comment-icon"> <a href="/web/20130507055856/http://www.flickr.com/photos/wafer/" class="comment-buddy-icon-link"><img src="https://web.archive.org/web/20130507055856im_/http://l.yimg.com/g/images/spaceout.gif" data-defer-src="https://web.archive.org/web/20130507055856/http://farm9.staticflickr.com/8470/buddyicons/51035718466@N01.jpg?1357879363#51035718466@N01" alt="" width="48" height="48" class="comment-buddy-icon defer personmenu-trigger"></a> </div> <div class="comment-content"> <p class="comment-head"> <span class="comment-owner"> <span class="comment-author-container"><a href="/web/20130507055856/http://www.flickr.com/photos/wafer/" class="comment-author ywa-track" data-ywa-name="Commenter names">waferbaby</a> <a href="/web/20130507055856/http://www.flickr.com/upgrade/?cmp=d6" title="Find out about upgrading to Pro" class="pro-link"></a></span> </span> <small class="comment-meta"> (<span class="comment-date"><a href="/web/20130507055856/http://www.flickr.com/photos/wafer/8121133637/comment72157631851222929/" title="October 25, 2012">6 months ago</a></span><span class="comment-controls"> | <a href="#" class="comment-reply">reply</a></span>) </small> </p> <div class="comment-body"> <p>Catherine is ONE OF THEM!</p> </div> </div> </li> <li class="fave-block"> <div class="fave-star"><span>★</span></div> <div class="fave-content"> <p> <a href="/web/20130507055856/http://www.flickr.com/photos/rubixdead/favorites/with/8121133637/">christopher.berry</a> and <a href="/web/20130507055856/http://www.flickr.com/photos/maggie1000/favorites/with/8121133637/">maggie1000</a> added this photo to their favorites. </p> </div> </li> <li id="comment72157631855536515" class="comment-block" data-comment-nsid="43082001@N00" data-comment-id="50055-8121133637-72157631855536515"> <div class="comment-icon"> <a href="/web/20130507055856/http://www.flickr.com/photos/cindyli/" class="comment-buddy-icon-link"><img src="https://web.archive.org/web/20130507055856im_/http://l.yimg.com/g/images/spaceout.gif" data-defer-src="https://web.archive.org/web/20130507055856/http://farm9.staticflickr.com/8524/buddyicons/43082001@N00.jpg?1362511453#43082001@N00" alt="" width="48" height="48" class="comment-buddy-icon defer personmenu-trigger"></a> </div> <div class="comment-content"> <p class="comment-head"> <span class="comment-owner"> <span class="comment-author-container"><a href="/web/20130507055856/http://www.flickr.com/photos/cindyli/" class="comment-author ywa-track" data-ywa-name="Commenter names">cindyli</a> <a href="/web/20130507055856/http://www.flickr.com/upgrade/?cmp=d6" title="Find out about upgrading to Pro" class="pro-link"></a></span> </span> <small class="comment-meta"> (<span class="comment-date"><a href="/web/20130507055856/http://www.flickr.com/photos/wafer/8121133637/comment72157631855536515/" title="October 26, 2012">6 months ago</a></span><span class="comment-controls"> | <a href="#" class="comment-reply">reply</a></span>) </small> </p> <div class="comment-body"> <p><a href="/web/20130507055856/http://www.flickr.com/photos/protohiro/"> <noscript><img class="notsowide" src="https://web.archive.org/web/20130507055856im_/http://farm1.staticflickr.com/35/buddyicons/67101477@N00.jpg?1333258989#67101477@N00" alt="" width="24" height="24" border="0" class="BuddyIconX"></noscript><img class="notsowide defer" data-defer-src="https://web.archive.org/web/20130507055856/http://farm1.staticflickr.com/35/buddyicons/67101477@N00.jpg?1333258989#67101477@N00" src="https://web.archive.org/web/20130507055856im_/http://l.yimg.com/g/images/spaceout.gif" src="https://web.archive.org/web/20130507055856im_/http://farm1.staticflickr.com/35/buddyicons/67101477@N00.jpg?1333258989#67101477@N00" alt="" width="24" height="24" border="0" class="BuddyIconX"></a> <br>It looks like a headband.</p> </div> </div> </li> <li class="fave-block"> <div class="fave-star"><span>★</span></div> <div class="fave-content"> <p> <a href="/web/20130507055856/http://www.flickr.com/photos/cindyli/favorites/with/8121133637/">cindyli</a>, <a href="/web/20130507055856/http://www.flickr.com/photos/sharynmorrow/favorites/with/8121133637/">massdistraction</a>, <a href="/web/20130507055856/http://www.flickr.com/photos/wcouch/favorites/with/8121133637/">william couch</a>, <a href="/web/20130507055856/http://www.flickr.com/photos/33952883@N08/favorites/with/8121133637/">Aqua Blue Metallic@North America</a>, and <a href="/web/20130507055856/http://www.flickr.com/photos/wafer/8121133637/favorites/">2 other people</a> added this photo to their favorites. </p> </div> </li> </ol> <div class="comment-block add-comment-form adding-comment" id="reply"> <div class="comment-icon"> <noscript><a href="/web/20130507055856/http://www.flickr.com/photos//" class="comment-buddy-icon-link" title="view profile"><img src="https://web.archive.org/web/20130507055856im_/http://l.yimg.com/g/images/buddyicon.gif" alt="" width="48" height="48" class="comment-buddy-icon"></a></noscript> <a href="/web/20130507055856/http://www.flickr.com/photos//" class="comment-buddy-icon-link" title="view profile"><img src="https://web.archive.org/web/20130507055856im_/http://l.yimg.com/g/images/spaceout.gif" data-defer-src="https://web.archive.org/web/20130507055856/http://l.yimg.com/g/images/buddyicon.gif" alt="" width="48" height="48" class="comment-buddy-icon personmenu-trigger defer"></a> </div> <div class="comment-content"> <p class="comment-head show-during-preview"> </p> <form action="/web/20130507055856/http://www.flickr.com/photos/wafer/8121133637/#preview" method="post" id="comment-form"> <input type="hidden" name="magic_cookie" value="ff4eb33701b92ac34d67e17e5e979fba"/> <input type="hidden" name="photo" value="8121133637"> <input type="hidden" name="addcomment" value="1"> <input type="hidden" name="flash_ver" id="flash_ver" value="unknown"> <div class="hide-during-preview"> <textarea id="message" name="message" rows="8" tabindex="2" placeholder="Add your comment here..." aria-label="Add your comment"></textarea> <div class="html-info-trigger"><a target="_blank" href="/web/20130507055856/http://www.flickr.com/html.gne?tighten=0&type=comment" id="html-info-link"><span id="html-info-caret" class="caret"></span> <span id="html-info-text">Want to format your comment?</span></a></div> </div> <div class="buttons"> </div> </form> </div> </div> </div> </div> </div> <div id="sidebar"> <div id="photo-story"> <div id="photo-story-attribution" class="clearfix"> <p class="flickr-user" nsid="51035718466@N01"> <span class="name"> <a href="/web/20130507055856/http://www.flickr.com/photos/wafer/"> <img src="https://web.archive.org/web/20130507055856im_/http://l.yimg.com/g/images/spaceout.gif" data-defer-src="https://web.archive.org/web/20130507055856/http://farm9.staticflickr.com/8470/buddyicons/51035718466@N01.jpg?1357879363#51035718466@N01" alt="" width="24" height="24" align="absmiddle" data-menu-id="photo-owner-icon" class="buddyicon defer personmenu-trigger"><noscript><img src="https://web.archive.org/web/20130507055856im_/http://farm9.staticflickr.com/8470/buddyicons/51035718466@N01.jpg?1357879363#51035718466@N01" alt="" width="24" height="24" align="absmiddle" class="buddyicon"></noscript> </a> <strong class="username">By <a href="/web/20130507055856/http://www.flickr.com/photos/wafer/">waferbaby</a> </strong> <span class="realname"> <span class="photo_navi_contact"><a href="/web/20130507055856/http://www.flickr.com/people/wafer/"> Daniel Bogan </a></span><a class="badge_add_contact badge_edit_contact contact-changer-trigger" href="/web/20130507055856/http://www.flickr.com/people/wafer/relationship/">+ Add Contact</a> </span> </span> </p> </div> <p id="photo-story-story"> This photo was taken on <a href="/web/20130507055856/http://www.flickr.com/photos/wafer/archives/date-taken/2012/10/24/" title="Uploaded October 24, 2012. " class="ywa-track" data-ywa-name="Date, Taken on">October 24, 2012</a> using a <a href="/web/20130507055856/http://www.flickr.com/cameras/nikon/d5000" class="ywa-track" data-ywa-name="Camera, Taken with">Nikon D5000</a>. </p> <div id="photo-story-addtomap" class="story-divider"></div> <div id="photo-story-stats"> <span id="view-count" class="stat-item"> <span class="stat-icon"></span> 27,949 <span class="full-text">views</span> </span> <a href="/web/20130507055856/http://www.flickr.com/photos/wafer/8121133637/favorites/" class="ywa-track stat-item" data-ywa-name="Favorites count" id="fave-count"> <span class="stat-icon"></span> 9 <span class="full-text">favorites</span> </a> <a href="#comments" id="comment-count" class="stat-item"> <span class="stat-icon"></span> 6 <span class="full-text">comments</span> </a> <a href="/web/20130507055856/http://www.flickr.com/photos/wafer/8121133637/galleries/" class="ywa-track stat-item zero" data-ywa-name="Gallery count" id="gallery-count" data-gallery-count="0"> <span class="stat-icon"></span> 0 <span class="full-text">galleries</span> </a> </div> </div> <div id="sidebar-contexts"> <h4 class="primary-context-label">This photo belongs to</h4> <ul id="primary-context"> <li id="context-stream-" data-context-id="photostream" data-context-type="stream" class="sidebar-context sidebar-context-open sidebar-context-first sidebar-context-first-only"> <div id="contextDiv_stream" class="ugly-temporary-hack" style="display:block;"></div> <div class="context-header"> <a href="/web/20130507055856/http://www.flickr.com/photos/wafer/with/8121133637/" class="context-link context-stream chunk ywa-track" data-ywa-name="Context Title" id="context-link-stream-" onclick="return F.actionQueue.queue_click(this.id);"> <span class="context-wrapper"> <span class="context-icon"></span> <span class="caret"></span> <span class="context-title" title="waferbaby's photostream">waferbaby's photostream</span> <small class="context-num" id="context-num-stream-"> (5,127) </small> </span> </a> </div> <div id="context-photos-stream" class="context-photos"> <ul id="context-photos-list-stream-" class="context-photos-list"> <li style="left:-122px" data-context-position="-2" class="loaded"> <a class="context-thumb-link ywa-track" href="/web/20130507055856/http://www.flickr.com/photos/wafer/8125496553/in/photostream/" title="Gesticulating" data-ywa-name="Current context prev"> <img id="nextprev_thumb_stream8125496553" class="nextprev_thumb" src="https://web.archive.org/web/20130507055856im_/http://farm9.staticflickr.com/8184/8125496553_4a6c2c84c5_s.jpg" width="56" height="56" alt="Gesticulating"> </a> </li> <li style="left:-61px" data-context-position="-1" class="loaded"> <a class="context-thumb-link ywa-track" href="/web/20130507055856/http://www.flickr.com/photos/wafer/8125515188/in/photostream/" title="Booth babe" data-ywa-name="Current context prev"> <img id="nextprev_thumb_stream8125515188" class="nextprev_thumb" src="https://web.archive.org/web/20130507055856im_/http://farm9.staticflickr.com/8045/8125515188_b663f45f56_s.jpg" width="56" height="56" alt="Booth babe"> </a> </li> <li style="left:0px" data-context-position="0" class="loaded"> <a class="context-thumb-link" href="/web/20130507055856/http://www.flickr.com/photos/wafer/8121133637/in/photostream/"> <img id="nextprev_thumb_stream8121133637" class="nextprev_thumb" src="https://web.archive.org/web/20130507055856im_/http://farm9.staticflickr.com/8326/8121133637_6d5c8c2f3f_s.jpg" width="58" height="58" alt="Team Tinfoil"> </a> </li> <li style="left:61px" data-context-position="1" class="loaded"> <a class="context-thumb-link ywa-track" href="/web/20130507055856/http://www.flickr.com/photos/wafer/8121148382/in/photostream/" title="Tinfoil Berry" data-ywa-name="Context Widget (any photo)"> <img id="nextprev_thumb_stream8121148382" class="nextprev_thumb" src="https://web.archive.org/web/20130507055856im_/http://farm9.staticflickr.com/8183/8121148382_8938f5309d_s.jpg" width="56" height="56" alt="Tinfoil Berry"> </a> </li> <li style="left:122px" data-context-position="2" class="loaded"> <a class="context-thumb-link ywa-track" href="/web/20130507055856/http://www.flickr.com/photos/wafer/8121147588/in/photostream/" title="Tinfoil Schiller" data-ywa-name="Context Widget (any photo)"> <img id="nextprev_thumb_stream8121147588" class="nextprev_thumb" src="https://web.archive.org/web/20130507055856im_/http://farm9.staticflickr.com/8191/8121147588_f114b76148_s.jpg" width="56" height="56" alt="Tinfoil Schiller"> </a> </li> </ul> </div> </li> </ul> <h4 class="secondary-contexts-label">This photo also appears in</h4> <ul id="secondary-contexts"> <li id="context-set-72157623794198155" data-context-id="set-72157623794198155" data-context-type="set" data-context-set_id="72157623794198155" class="sidebar-context sidebar-context-first-only"> <div id="contextDiv_set72157623794198155" class="ugly-temporary-hack" style="display:block;"></div> <div class="context-header"> <a href="/web/20130507055856/http://www.flickr.com/photos/wafer/sets/72157623794198155/with/8121133637/" class="context-link context-set chunk ywa-track" data-ywa-name="Context Title" id="context-link-set-72157623794198155" onclick="return F.actionQueue.queue_click(this.id);"> <span class="context-wrapper"> <span class="context-icon"></span> <span class="caret"></span> <span class="context-title" title="Flickr HQ">Flickr HQ</span> <small class="context-num" id="context-num-set-72157623794198155"> (Set) </small> </span> </a> </div> <div id="context-photos-set72157623794198155" class="context-photos"> <ul id="context-photos-list-set-72157623794198155" class="context-photos-list"> <li style="left:0px" data-context-position="0" class="loaded"> <a class="context-thumb-link" href="/web/20130507055856/http://www.flickr.com/photos/wafer/8121133637/in/set-72157623794198155/"> <img id="nextprev_thumb_set721576237941981558121133637" class="nextprev_thumb" src="https://web.archive.org/web/20130507055856im_/http://farm9.staticflickr.com/8326/8121133637_6d5c8c2f3f_s.jpg" width="58" height="58" alt=""> </a> </li> </ul> </div> </li> <li id="context-set-72157604022135901" data-context-id="set-72157604022135901" data-context-type="set" data-context-set_id="72157604022135901" class="sidebar-context sidebar-context-first-only"> <div id="contextDiv_set72157604022135901" class="ugly-temporary-hack" style="display:block;"></div> <div class="context-header"> <a href="/web/20130507055856/http://www.flickr.com/photos/wafer/sets/72157604022135901/with/8121133637/" class="context-link context-set chunk ywa-track" data-ywa-name="Context Title" id="context-link-set-72157604022135901" onclick="return F.actionQueue.queue_click(this.id);"> <span class="context-wrapper"> <span class="context-icon"></span> <span class="caret"></span> <span class="context-title" title="People">People</span> <small class="context-num" id="context-num-set-72157604022135901"> (Set) </small> </span> </a> </div> <div id="context-photos-set72157604022135901" class="context-photos"> <ul id="context-photos-list-set-72157604022135901" class="context-photos-list"> <li style="left:0px" data-context-position="0" class="loaded"> <a class="context-thumb-link" href="/web/20130507055856/http://www.flickr.com/photos/wafer/8121133637/in/set-72157604022135901/"> <img id="nextprev_thumb_set721576040221359018121133637" class="nextprev_thumb" src="https://web.archive.org/web/20130507055856im_/http://farm9.staticflickr.com/8326/8121133637_6d5c8c2f3f_s.jpg" width="58" height="58" alt=""> </a> </li> </ul> </div> </li> </ul> </div> <div id="lrec-ad-container" class="ad-lrec with-contexts"> <div class="ad-lrec-ad"> <iframe src="https://web.archive.org/web/20130507055856if_/http://y.flickr.yahoo.com/ad?photoid=8121133637&medianet_display=1&spaceid=792600415&position=LREC&ctopic_ids=2068500&cccs=" width="302" height="265" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" onload="if (window._ad_iframe_onload){window._ad_iframe_onload(this)}"></iframe> </div> </div> <script type="text/javascript"> var _mN={};(function(window){if(_mN&&_mN._mNVI&&typeof _mN._mNVI.init=='function'){return;} var document=window.document,dE=document.documentElement||false,dB=document.body||false,_mNVI={req:[]};_mNVI.eventLib={addEvent:function(elem,type,eventHandle){if(elem.addEventListener){elem.addEventListener(type,eventHandle,false);}else if(elem.attachEvent){elem.attachEvent("on"+type,eventHandle);} elem=null;},removeEvent:function(elem,type,eventHandle){if(elem.removeEventListener){elem.removeEventListener(type,eventHandle);}else if(elem.detachEvent){elem.detachEvent('on'+type,eventHandle);} elem=null;}};_mNVI.init=function(creative){var target={c:creative,p:{},rp:{},d:{}},vP={},stopInterval,handlers={},util={pos:function(){var obj=target.c;target.p.X=0;target.p.Y=0;if(obj.offsetParent){do{target.p.X+=obj.offsetLeft;target.p.Y+=obj.offsetTop;}while(obj=obj.offsetParent);}},scroll:function(){var pOffset=(window.pageYOffset&&{X:window.pageXOffset,Y:window.pageYOffset})||{},dEOffset=(dE&&{X:dE.scrollLeft,Y:dE.scrollTop})||{},dBOffset=(dB&&{X:dB.scrollLeft,Y:dB.scrollTop})||{};return{X:Math.max(pOffset.X||0,dEOffset.X||0,dBOffset.X||0),Y:Math.max(pOffset.Y||0,dEOffset.Y||0,dBOffset.Y||0)};},rpos:function(){var scroll=this.scroll();target.rp.X=target.p.X-scroll.X;target.rp.Y=target.p.Y-scroll.Y;},vpSize:function(){vP.X=window.innerWidth||dE&&dE.clientWidth||dB&&dB.clientWidth;vP.Y=window.innerHeight||dE&&dE.clientHeight||dB&&dB.clientHeight;},dim:function(){var obj=target.c;target.d.X=obj.clientWidth;target.d.Y=obj.clientHeight;},throttle:function(delay,callback){var previousCall=new Date().getTime();return function(){var time=new Date().getTime();if((time-previousCall)>=delay){previousCall=time;callback.apply(null,arguments);}};}},kill=function(){try{var isOpera=/(opera)(?:.*version)?[ \/]([\w.]+)/.test(navigator.userAgent.toLowerCase());if(target.c.src){if(!isOpera){(target.c.contentWindow||target.c.contentDocument).location.replace(target.c.src+'#done');}} _mNVI.eventLib.removeEvent(window,'scroll',handlers.scroll);_mNVI.eventLib.removeEvent(window,'resize',handlers.resize);}catch(e){}},isValidPosition=function(){if(target.rp.X+target.d.X>=0&&target.rp.Y+target.d.Y>=0&&target.rp.X<=vP.X&&target.rp.Y<=vP.Y){var s={"X":target.rp.X+target.d.X>vP.X?vP.X:(target.rp.X+target.d.X),"Y":target.rp.Y+target.d.Y>vP.Y?vP.Y:(target.rp.Y+target.d.Y)};var vRatio={x:target.rp.X>=0?((vP.X-target.rp.X)/target.d.X):(s.X/target.d.X),y:target.rp.Y>=0?((vP.Y-target.rp.Y)/target.d.Y):(s.Y/target.d.Y)};if(vRatio.x!==false&&vRatio.y!==false){vRatio.x=Math.floor(vRatio.x)!=0?100:Math.ceil(vRatio.x*100);vRatio.y=Math.floor(vRatio.y)!=0?100:Math.ceil(vRatio.y*100);if(vRatio.x>=50&&vRatio.y>=50){return true;}else{return false;}}}else{return false;}},detectVisibility=function(){if(percent=isValidPosition()){if(stopInterval==undefined){stopInterval=setTimeout(kill,500);}}else{if(stopInterval!==undefined){clearTimeout(stopInterval);stopInterval=undefined;}}},scrollHandle=function(){util.rpos();detectVisibility();},resizeHandle=function(){util.vpSize();util.pos();util.rpos();detectVisibility();};this.correlator=function(){util.pos();util.dim();util.vpSize();util.rpos();handlers.scroll=util.throttle(10,scrollHandle);handlers.resize=util.throttle(10,resizeHandle);_mNVI.eventLib.addEvent(window,'scroll',handlers.scroll);_mNVI.eventLib.addEvent(window,'resize',handlers.resize);detectVisibility();};};_mNVI.process=function(){_mNVI.eventLib.removeEvent(window,'load',_mNVI.process);var entry,i=0,j=_mNVI.req.length;for(;i<j;i++){entry=new _mNVI.init(_mNVI.req[i]);entry.correlator();}};_mNVI.isReady=function(){if(/interactive|complete|loaded/.test(document.readyState)){return true;} _mNVI.eventLib.addEvent(document,'DOMContentLoaded',_mNVI.process);_mNVI.eventLib.addEvent(window,'load',_mNVI.process);return false;};_mNVI.trigger=function(creative){if(_mNVI.isReady()){var entry=new _mNVI.init(creative);entry.correlator();}else{_mNVI.req.push(creative);}};_mNVI.triggerID=function(id){try{_mNVI.trigger(document.getElementById(id).getElementsByTagName('iframe')[0]);}catch(e){}};_mN._mNVI=_mNVI;})(window);window._ad_iframe_onload=function(scope){var ad_container=document.getElementById('lrec-ad-container');if(ad_container&&ad_container.offsetWidth&&ad_container.offsetHeight){if(_mN!==undefined&&_mN._mNVI&&_mN._mNVI.trigger){_mN._mNVI.trigger(scope);}}} </script> <div id="sidecar"> <div class="photos-people"> <h4>People in this photo </h4> <ul id="people-tags"> <li data-person-n="36521981547@N01"> <a href="/web/20130507055856/http://www.flickr.com/photos/wafer/people/dokas/" class="flickr-user ywa-track" data-ywa-name="Person, In photo" title="View waferbaby's photos of phil dokas. (waferbaby added phil dokas to this photo.)"> <span class="name"> <img src="https://web.archive.org/web/20130507055856im_/http://farm9.staticflickr.com/8081/buddyicons/36521981547@N01.jpg?1356132954#36521981547@N01" width="24" height="24"> <strong class="username">phil dokas</strong> <span class="realname">Phil Dokas</span> </span> <span class="controls"> <span class="face-icon face-icon-active" title="Face boundary marked"></span> </span> </a> </li> <li data-person-n="81183458@N00"> <a href="/web/20130507055856/http://www.flickr.com/photos/wafer/people/rossharmes/" class="flickr-user ywa-track" data-ywa-name="Person, In photo" title="View waferbaby's photos of Ross. (waferbaby added Ross to this photo.)"> <span class="name"> <img src="https://web.archive.org/web/20130507055856im_/http://farm9.staticflickr.com/8550/buddyicons/81183458@N00.jpg?1367604446#81183458@N00" width="24" height="24"> <strong class="username">Ross</strong> <span class="realname">Ross Harmes</span> </span> <span class="controls"> <span class="face-icon face-icon-active" title="Face boundary marked"></span> </span> </a> </li> <li data-person-n="12289718@N00"> <a href="/web/20130507055856/http://www.flickr.com/photos/wafer/people/schill/" class="flickr-user ywa-track" data-ywa-name="Person, In photo" title="View waferbaby's photos of Schill. (waferbaby added Schill to this photo.)"> <span class="name"> <img src="https://web.archive.org/web/20130507055856im_/http://farm1.staticflickr.com/4/buddyicons/12289718@N00.jpg?1273007700#12289718@N00" width="24" height="24"> <strong class="username">Schill</strong> <span class="realname">Scott Schiller</span> </span> <span class="controls"> <span class="face-icon face-icon-active" title="Face boundary marked"></span> </span> </a> </li> <li data-person-n="34994084@N00"> <a href="/web/20130507055856/http://www.flickr.com/photos/wafer/people/rubixdead/" class="flickr-user ywa-track" data-ywa-name="Person, In photo" title="View waferbaby's photos of christopher.berry. (waferbaby added christopher.berry to this photo.)"> <span class="name"> <img src="https://web.archive.org/web/20130507055856im_/http://farm1.staticflickr.com/22/buddyicons/34994084@N00.jpg?1302455391#34994084@N00" width="24" height="24"> <strong class="username">christopher.berry</strong> <span class="realname">Christopher Berry</span> </span> <span class="controls"> <span class="face-icon face-icon-active" title="Face boundary marked"></span> </span> </a> </li> <li data-person-n="67101477@N00"> <a href="/web/20130507055856/http://www.flickr.com/photos/wafer/people/protohiro/" class="flickr-user ywa-track" data-ywa-name="Person, In photo" title="View waferbaby's photos of protohiro. (waferbaby added protohiro to this photo.)"> <span class="name"> <img src="https://web.archive.org/web/20130507055856im_/http://farm1.staticflickr.com/35/buddyicons/67101477@N00.jpg?1333258989#67101477@N00" width="24" height="24"> <strong class="username">protohiro</strong> <span class="realname">Stephen Woods</span> </span> <span class="controls"> <span class="face-icon face-icon-active" title="Face boundary marked"></span> </span> </a> </li> <li data-person-n="14646162@N03"> <a href="/web/20130507055856/http://www.flickr.com/photos/wafer/people/standardpixel/" class="flickr-user ywa-track" data-ywa-name="Person, In photo" title="View waferbaby's photos of standardpixel. (waferbaby added standardpixel to this photo.)"> <span class="name"> <img src="https://web.archive.org/web/20130507055856im_/http://farm9.staticflickr.com/8239/buddyicons/14646162@N03.jpg?1365454859#14646162@N03" width="24" height="24"> <strong class="username">standardpixel</strong> <span class="realname">Eric Gelinas</span> </span> <span class="controls"> <span class="face-icon face-icon-active" title="Face boundary marked"></span> </span> </a> </li> <li data-person-n="42151838@N03"> <a href="/web/20130507055856/http://www.flickr.com/photos/wafer/people/spierisf/" class="flickr-user ywa-track" data-ywa-name="Person, In photo" title="View waferbaby's photos of spieri_sf. (waferbaby added spieri_sf to this photo.)"> <span class="name"> <img src="https://web.archive.org/web/20130507055856im_/http://farm9.staticflickr.com/8140/buddyicons/42151838@N03.jpg?1367633190#42151838@N03" width="24" height="24"> <strong class="username">spieri_sf</strong> <span class="realname">Markus Spiering</span> </span> <span class="controls"> <span class="face-icon face-icon-active" title="Face boundary marked"></span> </span> </a> </li> </ul> <p class="no-people" style="display:none;">Adding people will share who is in this photo</p> </div> <div id="photo-sidebar-tags" class="tag-list"> <h4>Tags</h4> <div id="thetags-wrapper"> <ul id="thetags" class="sidecar-list"><li id="tagdiv50055-8121133637-290" class="first tag-element"><span class="tag-wrapper"><a href="/web/20130507055856/http://www.flickr.com/photos/wafer/tags/people/" data-tag="people" data-photo-owner-screenname="waferbaby" class="tag-item ywa-track" data-ywa-name="Tag(s)">people</a></span></li><li id="tagdiv50055-8121133637-58323" class="last tag-element"><span class="tag-wrapper"><a href="/web/20130507055856/http://www.flickr.com/photos/wafer/tags/flickrhq/" data-tag="flickrhq" data-photo-owner-screenname="waferbaby" class="tag-item ywa-track" data-ywa-name="Tag(s)">flickrhq</a></span></li></ul><div class="clearfix"></div> </div> <div id="tag-global-search-template"> <!-- <div class="tag-global-search"> <div class="bd"> <div class="global-search-message"> <div class="added-by"></div> <div class="from-this-member">View photos <a href="%s" title="View photos tagged with %s from %s" class="user_tag_search">from this member</a> or <a href="%s" title="View photos tagged with %s from everyone" class="global_tag_search ywa-track" data-ywa-name="Tag(s), Global">from everyone</a></div> </div> <div class="wedge"></div> </div> </div> --> </div> <div id="machine_tag_toggle" class="empty"> <a href="#" id="machine_tag_toggle_show"><span class="caret"></span> Show machine tags (<span id="span_machine_tags_show_count">0</span>)</a> <a href="#" id="machine_tag_toggle_hide"><span class="caret caret-down"></span> Hide machine tags (<span id="span_machine_tags_hide_count">0</span>)</a> </div> <div id="themachinetags-wrapper"> <ul id="themachinetags" class="icon-left sidecar-list"> </ul> <div class="clear"> </div> </div> </div> <div style="clear:both"></div> <div id="photo-sidebar-additional-info"> <h4>Additional info</h4> <div id="camera-settings-wrapper"> <ul id="camera-settings" class="sidecar-list"> <li> <span class="camera-icon"></span><span>Settings: </span><a id="exif-details" href="/web/20130507055856/http://www.flickr.com/photos/wafer/8121133637/meta/" title="View EXIF information for this photo" data-track="exif-link"><span id="exif-exposure" class="exif-detail">1/160</span><span id="exif-aperture" class="exif-detail">ƒ/1.8</span><span id="exif-iso" class="exif-detail">ISO 3200</span><span id="exif-focal-length" class="exif-detail">35 mm</span></a> </li> </ul> </div> <ul class="sidecar-list"> <li><span class="list-dot"></span>Uploaded using <a href="/web/20130507055856/http://www.flickr.com/services/apps/72157625465591688/">FlickrExport 4 for Aperture</a></li> </ul> <ul class="icon-left machinetags-extras-list sidecar-list"> </ul> <ul class="icon-left machinetags-extras-list sidecar-list"> </ul> </div> <div id="photo-sidebar-can-use" class="sidecar"> <h4>License</h4> <ul class="icon-inline sidecar-list"> <li class="Stats license"> <span class="force-left"><span class="ccIcn ccIcnSmall"><a href="https://web.archive.org/web/20130507055856/http://creativecommons.org/licenses/by-nc-sa/2.0/"><img src="https://web.archive.org/web/20130507055856im_/http://l.yimg.com/g/images/spaceout.gif" border="0" alt="Attribution" title="Attribution" class="f-sprite fs-cc_icon_attribution_small"><img src="https://web.archive.org/web/20130507055856im_/http://l.yimg.com/g/images/spaceout.gif" border="0" alt="Noncommercial" title="Noncommercial" class="f-sprite fs-cc_icon_noncomm_small"><img src="https://web.archive.org/web/20130507055856im_/http://l.yimg.com/g/images/spaceout.gif" border="0" alt="Share Alike" title="Share Alike" class="f-sprite fs-cc_icon_sharealike_small"></a></span> </span> <a href="https://web.archive.org/web/20130507055856/http://creativecommons.org/licenses/by-nc-sa/2.0/deed.en" rel="license cc:license">Some rights reserved</a> </li> </ul> </div> <div id="photo-sidebar-privacy" class="sidecar"> <h4>Privacy</h4> <ul class="icon-left sidecar-list"> <li> <img src="https://web.archive.org/web/20130507055856im_/http://l.yimg.com/g/images/spaceout.gif" width="15" height="15" align="left" class="f-sprite fs-icon_public force-left"> This photo is visible to everyone </li> </ul> </div> </div> </div> <div id="shortcuts" class="enabled"> keyboard shortcuts: <kbd>←</kbd> previous photo <kbd>→</kbd> next photo <kbd>L</kbd> view in light box <kbd>F</kbd> favorite <kbd><</kbd> scroll film strip left <kbd>></kbd> scroll film strip right <span class="keyboard-shortcut-legend-trigger"> <kbd>?</kbd> show all shortcuts </span> </div> <div class="yui3-popover-content-hider share-this-v3-hider-fix"> <div id="options-menu"> <ul> <li><a href="/web/20130507055856/http://www.flickr.com/photos/wafer/8121133637/sizes/" class="option-all-sizes ywa-track" data-ywa-name="All Sizes" tabindex="10"><span></span>View all sizes</a></li> <li><a href="/web/20130507055856/http://www.flickr.com/photos/wafer/show/with/8121133637/" class="option-slideshow ywa-track" data-ywa-name="Slideshow" tabindex="10"><span></span>View slideshow</a></li> <li><a href="/web/20130507055856/http://www.flickr.com/photos/wafer/8121133637/meta/" class="option-meta ywa-track" data-ywa-name="Camera, More properties" tabindex="10"><span></span>View Exif info</a></li> </ul> </div> </div> <div class="yui3-popover-content-hider share-this-v3-hider-fix"> <div id="share-menu-v3" class=" share-menu-bs"> <ul class="share-panel-list"> <li id="share-options-grablink" data-panel-name="link" class="share-options share-options-open"> <div class="share-options-header"> <span class="caret"></span> Grab the link </div> <div class="share-options-inner"> <form id="grab-link"> <p> Here's a link to this photo. Just copy and paste! </p> <p><input type="text" value="http://www.flickr.com/photos/wafer/8121133637/" id="share-options-grablink-input"></p> <p id="short-url"> <input id="gp-short-url" name="gp-short-url" type="checkbox" data-url-short="http://flic.kr/p/dnCW6t" data-url-long="http://www.flickr.com/photos/wafer/8121133637/"> <label for="gp-short-url"> show short URL</label> </p> </form> </div> </li> <li id="share-options-embed" data-panel-name="embed" class="share-options"> <div class="share-options-header"><span class="caret"></span> Grab the HTML/BBCode</div> <div class="share-options-inner"> <p class="sharing_faded_text">Copy and paste the code below:</p> <p class="sharing_embed_cont"> <textarea name="SharingEmbedMarkup" id="share-options-embed-textarea" rows="4" wrap="virtual" class="embed-markup"><a href="http://www.flickr.com/photos/wafer/8121133637/" title="Team Tinfoil by waferbaby, on Flickr"><img src="http://farm9.staticflickr.com/8326/8121133637_6d5c8c2f3f.jpg" width="500" height="332" alt="Team Tinfoil"></a></textarea> <textarea name="SharingEmbedMarkupT" id="share-options-embed-textarea-t" rows="4" wrap="virtual" style="display:none" class="embed-markup"><a href="http://www.flickr.com/photos/wafer/8121133637/" title="Team Tinfoil by waferbaby, on Flickr"><img src="http://farm9.staticflickr.com/8326/8121133637_6d5c8c2f3f_t.jpg" width="100" height="66" alt="Team Tinfoil"></a></textarea> <textarea name="SharingEmbedMarkupTBBCode" id="share-options-embed-textarea-t-bbcode" rows="4" wrap="virtual" style="display:none" class="embed-markup">[url=http://www.flickr.com/photos/wafer/8121133637/][img]http://farm9.staticflickr.com/8326/8121133637_6d5c8c2f3f_t.jpg[/img][/url] [url=http://www.flickr.com/photos/wafer/8121133637/]Team Tinfoil[/url] by [url=http://www.flickr.com/people/wafer/]waferbaby[/url], on Flickr</textarea> <textarea name="SharingEmbedMarkupSQ" id="share-options-embed-textarea-sq" rows="4" wrap="virtual" style="display:none" class="embed-markup"><a href="http://www.flickr.com/photos/wafer/8121133637/" title="Team Tinfoil by waferbaby, on Flickr"><img src="http://farm9.staticflickr.com/8326/8121133637_6d5c8c2f3f_s.jpg" width="75" height="75" alt="Team Tinfoil"></a></textarea> <textarea name="SharingEmbedMarkupSQBBCode" id="share-options-embed-textarea-sq-bbcode" rows="4" wrap="virtual" style="display:none" class="embed-markup">[url=http://www.flickr.com/photos/wafer/8121133637/][img]http://farm9.staticflickr.com/8326/8121133637_6d5c8c2f3f_s.jpg[/img][/url] [url=http://www.flickr.com/photos/wafer/8121133637/]Team Tinfoil[/url] by [url=http://www.flickr.com/people/wafer/]waferbaby[/url], on Flickr</textarea> <textarea name="SharingEmbedMarkupQ" id="share-options-embed-textarea-q" rows="4" wrap="virtual" style="display:none" class="embed-markup"><a href="http://www.flickr.com/photos/wafer/8121133637/" title="Team Tinfoil by waferbaby, on Flickr"><img src="http://farm9.staticflickr.com/8326/8121133637_6d5c8c2f3f_q.jpg" width="150" height="150" alt="Team Tinfoil"></a></textarea> <textarea name="SharingEmbedMarkupQBBCode" id="share-options-embed-textarea-q-bbcode" rows="4" wrap="virtual" style="display:none" class="embed-markup">[url=http://www.flickr.com/photos/wafer/8121133637/][img]http://farm9.staticflickr.com/8326/8121133637_6d5c8c2f3f_q.jpg[/img][/url] [url=http://www.flickr.com/photos/wafer/8121133637/]Team Tinfoil[/url] by [url=http://www.flickr.com/people/wafer/]waferbaby[/url], on Flickr</textarea> <textarea name="SharingEmbedMarkupS" id="share-options-embed-textarea-s" rows="4" wrap="virtual" style="display:none" class="embed-markup"><a href="http://www.flickr.com/photos/wafer/8121133637/" title="Team Tinfoil by waferbaby, on Flickr"><img src="http://farm9.staticflickr.com/8326/8121133637_6d5c8c2f3f_m.jpg" width="240" height="159" alt="Team Tinfoil"></a></textarea> <textarea name="SharingEmbedMarkupSBBCode" id="share-options-embed-textarea-s-bbcode" rows="4" wrap="virtual" style="display:none" class="embed-markup">[url=http://www.flickr.com/photos/wafer/8121133637/][img]http://farm9.staticflickr.com/8326/8121133637_6d5c8c2f3f_m.jpg[/img][/url] [url=http://www.flickr.com/photos/wafer/8121133637/]Team Tinfoil[/url] by [url=http://www.flickr.com/people/wafer/]waferbaby[/url], on Flickr</textarea> <textarea name="SharingEmbedMarkupN" id="share-options-embed-textarea-n" rows="4" wrap="virtual" style="display:none" class="embed-markup"><a href="http://www.flickr.com/photos/wafer/8121133637/" title="Team Tinfoil by waferbaby, on Flickr"><img src="http://farm9.staticflickr.com/8326/8121133637_6d5c8c2f3f_n.jpg" width="320" height="213" alt="Team Tinfoil"></a></textarea> <textarea name="SharingEmbedMarkupNBBCode" id="share-options-embed-textarea-n-bbcode" rows="4" wrap="virtual" style="display:none" class="embed-markup">[url=http://www.flickr.com/photos/wafer/8121133637/][img]http://farm9.staticflickr.com/8326/8121133637_6d5c8c2f3f_n.jpg[/img][/url] [url=http://www.flickr.com/photos/wafer/8121133637/]Team Tinfoil[/url] by [url=http://www.flickr.com/people/wafer/]waferbaby[/url], on Flickr</textarea> <textarea name="SharingEmbedMarkupM" id="share-options-embed-textarea-m" rows="4" wrap="virtual" style="display:none" class="embed-markup"><a href="http://www.flickr.com/photos/wafer/8121133637/" title="Team Tinfoil by waferbaby, on Flickr"><img src="http://farm9.staticflickr.com/8326/8121133637_6d5c8c2f3f.jpg" width="500" height="332" alt="Team Tinfoil"></a></textarea> <textarea name="SharingEmbedMarkupMBBCode" id="share-options-embed-textarea-m-bbcode" rows="4" wrap="virtual" style="display:none" class="embed-markup">[url=http://www.flickr.com/photos/wafer/8121133637/][img]http://farm9.staticflickr.com/8326/8121133637_6d5c8c2f3f.jpg[/img][/url] [url=http://www.flickr.com/photos/wafer/8121133637/]Team Tinfoil[/url] by [url=http://www.flickr.com/people/wafer/]waferbaby[/url], on Flickr</textarea> <textarea name="SharingEmbedMarkupZ" id="share-options-embed-textarea-z" rows="4" wrap="virtual" style="display:none" class="embed-markup"><a href="http://www.flickr.com/photos/wafer/8121133637/" title="Team Tinfoil by waferbaby, on Flickr"><img src="http://farm9.staticflickr.com/8326/8121133637_6d5c8c2f3f_z.jpg" width="640" height="425" alt="Team Tinfoil"></a></textarea> <textarea name="SharingEmbedMarkupZBBCode" id="share-options-embed-textarea-z-bbcode" rows="4" wrap="virtual" style="display:none" class="embed-markup">[url=http://www.flickr.com/photos/wafer/8121133637/][img]http://farm9.staticflickr.com/8326/8121133637_6d5c8c2f3f_z.jpg[/img][/url] [url=http://www.flickr.com/photos/wafer/8121133637/]Team Tinfoil[/url] by [url=http://www.flickr.com/people/wafer/]waferbaby[/url], on Flickr</textarea> <textarea name="SharingEmbedMarkupC" id="share-options-embed-textarea-c" rows="4" wrap="virtual" style="display:none" class="embed-markup"><a href="http://www.flickr.com/photos/wafer/8121133637/" title="Team Tinfoil by waferbaby, on Flickr"><img src="http://farm9.staticflickr.com/8326/8121133637_6d5c8c2f3f_c.jpg" width="800" height="531" alt="Team Tinfoil"></a></textarea> <textarea name="SharingEmbedMarkupCBBCode" id="share-options-embed-textarea-c-bbcode" rows="4" wrap="virtual" style="display:none" class="embed-markup">[url=http://www.flickr.com/photos/wafer/8121133637/][img]http://farm9.staticflickr.com/8326/8121133637_6d5c8c2f3f_c.jpg[/img][/url] [url=http://www.flickr.com/photos/wafer/8121133637/]Team Tinfoil[/url] by [url=http://www.flickr.com/people/wafer/]waferbaby[/url], on Flickr</textarea> <textarea name="SharingEmbedMarkupL" id="share-options-embed-textarea-l" rows="4" wrap="virtual" style="display:none" class="embed-markup"><a href="http://www.flickr.com/photos/wafer/8121133637/" title="Team Tinfoil by waferbaby, on Flickr"><img src="http://farm9.staticflickr.com/8326/8121133637_6d5c8c2f3f_b.jpg" width="1024" height="680" alt="Team Tinfoil"></a></textarea> <textarea name="SharingEmbedMarkupLBBCode" id="share-options-embed-textarea-l-bbcode" rows="4" wrap="virtual" style="display:none" class="embed-markup">[url=http://www.flickr.com/photos/wafer/8121133637/][img]http://farm9.staticflickr.com/8326/8121133637_6d5c8c2f3f_b.jpg[/img][/url] [url=http://www.flickr.com/photos/wafer/8121133637/]Team Tinfoil[/url] by [url=http://www.flickr.com/people/wafer/]waferbaby[/url], on Flickr</textarea> <textarea name="SharingEmbedMarkupH" id="share-options-embed-textarea-h" rows="4" wrap="virtual" style="display:none" class="embed-markup"><a href="http://www.flickr.com/photos/wafer/8121133637/" title="Team Tinfoil by waferbaby, on Flickr"><img src="http://farm9.staticflickr.com/8326/8121133637_2b3eb2caeb_h.jpg" width="1600" height="1063" alt="Team Tinfoil"></a></textarea> <textarea name="SharingEmbedMarkupOBBCode" id="share-options-embed-textarea-o-bbcode" rows="4" wrap="virtual" style="display:none" class="embed-markup">[url=http://www.flickr.com/photos/wafer/8121133637/][img]http://farm9.staticflickr.com/8326/8121133637_3d0a7ca591_o.jpg[/img][/url] [url=http://www.flickr.com/photos/wafer/8121133637/]Team Tinfoil[/url] by [url=http://www.flickr.com/people/wafer/]waferbaby[/url], on Flickr</textarea> <textarea name="SharingEmbedMarkupO" id="share-options-embed-textarea-o" rows="4" wrap="virtual" style="display:none" class="embed-markup"><a href="http://www.flickr.com/photos/wafer/8121133637/" title="Team Tinfoil by waferbaby, on Flickr"><img src="http://farm9.staticflickr.com/8326/8121133637_3d0a7ca591_o.jpg" width="4288" height="2848" alt="Team Tinfoil"></a></textarea> </p> <form id="sharing-get-html-form" action="#"> <select id="sharing_size" name="sharing_size"> Size: <option value="Square"> Square 75 (75 x 75)</option>Size: <option value="Large Square"> Square 150 (150 x 150)</option>Size: <option value="Thumbnail"> Thumbnail (100 x 66)</option>Size: <option value="Small"> Small 240 (240 x 159)</option>Size: <option value="Small 320"> Small 320 (320 x 213)</option>Size: <option value="Medium" selected="selected"> Medium 500 (500 x 332)</option>Size: <option value="Medium 640"> Medium 640 (640 x 425)</option>Size: <option value="Medium 800"> Medium 800 (800 x 531)</option>Size: <option value="Large"> Large 1024 (1024 x 680)</option>Size: <option value="Original"> Original (4288 x 2848)</option> </select> <div id="code-types"> <input name="code-type" id="code-type-html" type="radio" value="html" checked="checked"> <label for="code-type-html">HTML</label> <input name="code-type" id="code-type-bbcode" type="radio" value="BBCode"> <label for="code-type-bbcode">BBCode</label> </div> <div class="clearfix"></div> </form> <p class="share-menu-v3-license-info"> Photo license: <span class="force-left"><span class="ccIcn ccIcnSmall"><a href="https://web.archive.org/web/20130507055856/http://creativecommons.org/licenses/by-nc-sa/2.0/"><img src="https://web.archive.org/web/20130507055856im_/http://l.yimg.com/g/images/spaceout.gif" border="0" alt="Attribution" title="Attribution" class="f-sprite fs-cc_icon_attribution_small"><img src="https://web.archive.org/web/20130507055856im_/http://l.yimg.com/g/images/spaceout.gif" border="0" alt="Noncommercial" title="Noncommercial" class="f-sprite fs-cc_icon_noncomm_small"><img src="https://web.archive.org/web/20130507055856im_/http://l.yimg.com/g/images/spaceout.gif" border="0" alt="Share Alike" title="Share Alike" class="f-sprite fs-cc_icon_sharealike_small"></a></span> </span> <a href="https://web.archive.org/web/20130507055856/http://creativecommons.org/licenses/by-nc-sa/2.0/deed.en" rel="license cc:license">Some rights reserved</a> </p> </div> </li> </ul> <div class="clearfix"></div> </div> </div> </div> <div id="foot" class="new-foot" role="contentinfo"> <div id="foot-wrap" class="clearfix"> <div id="foot-nav" class="clearfix"> <div class="foot-nav-col-new"> <dl> <dt>About Flickr</dt> <dd><a href="/web/20130507055856/http://www.flickr.com/about/">Who we are</a></dd> <dd><a href="/web/20130507055856/http://www.flickr.com/tour/">Take the tour</a></dd> <dd><a href="https://web.archive.org/web/20130507055856/http://blog.flickr.net/">Flickr blog</a></dd> <dd><a href="/web/20130507055856/http://www.flickr.com/jobs/">Jobs</a></dd> </dl> </div> <div class="foot-nav-col-new"> <dl> <dt>Community</dt> <dd><a href="/web/20130507055856/http://www.flickr.com/help/guidelines/">Community Guidelines</a></dd> <dd><a id="ft-report-abuse" href="/web/20130507055856/http://www.flickr.com/abuse/">Report abuse</a></dd> </dl> </div> <div class="foot-nav-col-new"> <dl> <dt>Help</dt> <dd><a href="/web/20130507055856/http://www.flickr.com/help/">Need help? Start here!</a></dd> <dd><a href="/web/20130507055856/http://www.flickr.com/help/forum/">Help forum</a></dd> <dd><a href="/web/20130507055856/http://www.flickr.com/help/faq/">FAQs</a></dd> <dd><a href="https://web.archive.org/web/20130507055856/http://info.yahoo.com/relevantads" target="_blank">About Our Ads</a></dd> </dl> </div> <div class="foot-nav-col-new"> <dl> <dt>Apps and the API</dt> <dd><a href="/web/20130507055856/http://www.flickr.com/mobile">Flickr for mobile</a></dd> <dd><a href="/web/20130507055856/http://www.flickr.com/services/">App Garden</a></dd> <dd><a href="/web/20130507055856/http://www.flickr.com/services/api/">API documentation</a></dd> <dd><a href="https://web.archive.org/web/20130507055856/http://code.flickr.com/">Developer blog</a></dd> <dd><a href="/web/20130507055856/http://www.flickr.com/services/developer/">Developer Guide</a></dd> </dl> </div> <div class="foot-nav-col-new last"> <dl> <dd><a class="ft-twitter" title="Twitter" href="https://web.archive.org/web/20130507055856/http://twitter.com/flickr"><span class="icon"></span><span class="link-text">Follow us</span></a></dd> <dd><a class="ft-facebook" title="Facebook" href="https://web.archive.org/web/20130507055856/http://facebook.com/flickr"><span class="icon"></span><span class="link-text">Like us</span></a></dd> </dl> </div> </div> <div id="foot-lang"> <ul> <li> <a href="/web/20130507055856/http://www.flickr.com/change_language.gne?lang=zh-hk&magic_cookie=ff4eb33701b92ac34d67e17e5e979fba" id="lang_zh-hk">繁體中文</a> </li> <li><a href="/web/20130507055856/http://www.flickr.com/change_language.gne?lang=de-de&magic_cookie=ff4eb33701b92ac34d67e17e5e979fba">Deutsch</a></li> <li><a href="/web/20130507055856/http://www.flickr.com/change_language.gne?lang=en-us&magic_cookie=ff4eb33701b92ac34d67e17e5e979fba" class="selected">English</a></li> <li><a href="/web/20130507055856/http://www.flickr.com/change_language.gne?lang=es-us&magic_cookie=ff4eb33701b92ac34d67e17e5e979fba">Español</a></li> <li><a href="/web/20130507055856/http://www.flickr.com/change_language.gne?lang=fr-fr&magic_cookie=ff4eb33701b92ac34d67e17e5e979fba">Français</a></li> <li> <a href="/web/20130507055856/http://www.flickr.com/change_language.gne?lang=ko-kr&magic_cookie=ff4eb33701b92ac34d67e17e5e979fba" id="lang_ko-kr">한글</a> </li> <li><a href="/web/20130507055856/http://www.flickr.com/change_language.gne?lang=it-it&magic_cookie=ff4eb33701b92ac34d67e17e5e979fba">Italiano</a></li> <li><a href="/web/20130507055856/http://www.flickr.com/change_language.gne?lang=pt-br&magic_cookie=ff4eb33701b92ac34d67e17e5e979fba">Português</a></li> <li><a href="/web/20130507055856/http://www.flickr.com/change_language.gne?lang=vn-vn&magic_cookie=ff4eb33701b92ac34d67e17e5e979fba">Tiếng Việt</a></li> <li class="last"><a href="/web/20130507055856/http://www.flickr.com/change_language.gne?lang=id-id&magic_cookie=ff4eb33701b92ac34d67e17e5e979fba">Bahasa Indonesia</a></li> </ul> </div> <div id="foot-legalsleeze"> <div> <a href="/web/20130507055856/http://www.flickr.com/help/terms/">Terms of Use</a> <span style="color: #eee;">|</span> <a href="/web/20130507055856/http://www.flickr.com/help/privacy-policy/">Your privacy</a> <span style="color: #eee;">|</span> <a href="https://web.archive.org/web/20130507055856/http://safely.yahoo.com/">Yahoo! Safely</a> <span style="color: #eee;">|</span> <a href="https://web.archive.org/web/20130507055856/http://info.yahoo.com/legal/us/yahoo/copyright/en-us/">Copyright/IP Policy</a> </div> <div> Copyright © 2013 Yahoo! Inc. All rights reserved.<br>Map images by Nokia, <a href="/web/20130507055856/http://www.flickr.com/map/attribution/" target="_blank">copyright info</a> </div> </div> </div> </div> <div id="global-dialog-background"></div> <div id="page-gen"><!-- page generated by www46 (in mud) at 22:58:56 05/06/13 in 370ms --></div> <!--beacons: 0 --> <script> (function() { F.intl = 'en-us'; var yconf = {"flickr":{"flags":{"enable_grease":true,"enable_advanced_gestures":true,"enable_advanced_gestures_lightbox":true,"enable_desktop_lightbox_retina_images":true,"enable_fave_keyboard_shortcut":true,"enable_sets_keyboard_shortcut":true,"enable_faves_manage":true,"enable_galleries_context":true,"enable_rapid_tracking":true,"enable_groups_keyboard_shortcut":true,"enable_gallery_keyboard_shortcut":true,"enable_addperson_keyboard_shortcut":true,"enable_tags_keyboard_shortcut":true,"enable_comments_keyboard_shortcut":true,"enable_sitekey_fetcher":true,"enable_keyboard_shortcut_legend":true,"enable_keyboard_shortcut_legend_keyboard_layouts":true,"enable_keyboard_shortcuts":true,"enable_faves_page_flanal":true,"enable_viewing_party_ie9_support_messages":true,"enable_facebook_2":true,"enable_touch_lightbox_searchified":true,"enable_tag_selecta_photogne":true,"enable_tag_selecta_uploadr":true,"enable_exif_thumbs":true,"enable_retina_justified":true,"aviary_photo_editing":true,"enable_jsfail_detection":true,"enable_farm_timing_sampling":true,"enable_high_res_pref":true,"enable_liquid_everything":true,"enable_justified_explore":true,"enable_account_order_redesign":true,"enable_global_nav":true,"enable_ywa_rapid":true,"enable_photopage_perf":true,"enable_homerun_navtiming_beacon":true},"farm_samples":{"f1":4,"f2":5,"f3":15,"f4":20,"f5":20,"f6":20,"f7":20,"f8":70,"f9":20,"f10":20},"is_zeus":true,"page_type":"photo","page_owner":"51035718466@N01","justified_row_height":210,"lang":"en-us","photo_root":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm.staticflickr.com\/","site_root":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/www.flickr.com","images_root":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/l.yimg.com\/g\/images","intl_images_root":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/l.yimg.com\/g\/images\/en-us","int2lang":{"1":"en-us","2":"fr-fr","3":"es-us","4":"de-de","5":"it-it","6":"pt-br","7":"ko-kr","9":"zh-hk","13":"vn-vn","14":"id-id"},"search":{"search_alias":"wafer","textsearch_enabled":true,"search_scope":"all","search_profile_nsid":"51035718466@N01"},"dejaview":{"id":"dnCW6t"},"photos":[],"contact_limit":3000,"server_timestamp":1367906336,"magic_cookie":"ff4eb33701b92ac34d67e17e5e979fba","filmstrips":{"preload_page_count":2,"photos_per_page":4,"container":"#sidebar"},"notes":{"can_add_note":false,"can_add_person":false,"photo_id":"8121133637","ratio":1.28,"count":0,"max_count":100},"photo":{"id":"8121133637"},"open_context_id":"photostream","video_player_version":"109786","lightbox":{"enable":true,"enable_faves":true,"enable_comments":true,"enable_favorites_count":true,"node_prune_threshold":50,"node_prune_amount":10,"position_preload_limit":10,"position_preload_threshold":5,"image_preload_limit":2,"hd_default":false,"video_autoplay":true,"enable_mobile_lightbox":true,"enable_mobile_lightbox_pinch_zoom":true,"enable_fullscreen":true},"max_photo_ids_per_api_call":20,"flickr_api_uri_direct":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/api.flickr.com\/services\/rest\/","host_ip":"68.142.214.24","user":{"user_ok":false,"useragent_fully_supported":true,"enable_alternate_map_type":4},"printing":{"use_printcart":true,"snapfish_cart_url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/www.snapfish.com\/flickrentry\/"},"sharing":{"use_share_this_v3":true,"object":{"owner_nsid":"51035718466@N01","type":"photo","id":"8121133637"}},"nav_selecta":{"additional_sections":[{"name":"Terms of Use","sectionType":"text","url":"\/help\/terms\/"},{"name":"Your Privacy","sectionType":"text","url":"\/help\/privacy-policy\/"},{"name":"Copyright\/IP Policy","sectionType":"text","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/info.yahoo.com\/legal\/us\/yahoo\/copyright\/en-us\/"}],"photostream_search_user":{"nsid":"51035718466@N01","owner_name_possessive":"waferbaby's"}},"people":{"api_url":"","can_only_add_self":false,"skip":{"36521981547@N01":{"n":"36521981547@N01"},"81183458@N00":{"n":"81183458@N00"},"12289718@N00":{"n":"12289718@N00"},"34994084@N00":{"n":"34994084@N00"},"67101477@N00":{"n":"67101477@N00"},"14646162@N03":{"n":"14646162@N03"},"42151838@N03":{"n":"42151838@N03"}}},"tags":{"api_url":""},"iphone_app_store_url":"https:\/\/web.archive.org\/web\/20130507055856\/https:\/\/itunes.apple.com\/app\/flickr\/id328407587"},"flickrAPI":{"flickr_api_uri":"\/services\/rest\/","api_key":"0ae5dea987b344e438b8c00e72500e48","auth_hash":"ff4eb33701b92ac34d67e17e5e979fba","auth_token":"","secret":"e0ea15909ad950d6"},"flickrMap":{"generatedInYconf":true,"enable_alternate_tiles_plugin":1},"yui2":"2.5.2","loadOptional":false,"combine":true,"root":"","base":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/l.yimg.com\/g\/combo\/1\/3.7.3?","comboBase":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/l.yimg.com\/g\/combo\/1\/3.7.3?","workerBase":"\/combo\/1\/3.7.3?","maxURLLength":1999,"dev":false,"debug":false,"modules":{"account-order-transjax":{"path":"j\/.IR-.JM-.C-.F.A.v24XRB","requires":["transjax-base","yui-base"],"ext":false},"account-order-ywa-tracking":{"path":"j\/.IR-.JM-ywa-.BW.A.v24uvp","requires":["event","datatype-date-format","yahoo-web-analytics","yui-base"],"ext":false},"account-order-manage-ywa-tracking":{"path":"j\/.IR-.JM-manage-ywa-.BW.A.v24M32","requires":["event","datatype-date-format","yahoo-web-analytics","yui-base"],"ext":false},"account-order-zeus":{"path":"j\/.IR-.JM-.D.A.v257qa","requires":["account-order-transjax","io-base","sprintf","yui-base"],"ext":false},"account-refund":{"path":"j\/.IR-refund.A.v28Q9e","requires":["flickr-dialog","io-base","sprintf","yui-base"],"ext":false},"account-rules":{"path":"j\/.IR-rules.A.vY7UZ","requires":["dd-constrain","dd-drop","dd-proxy","event","flickr-dialog-confirmation","gallery-flickr-api","node","yui-base"],"ext":false},"account-upgrade":{"path":"j\/.IR-upgrade.A.v28UQD","requires":["flickr-dialog","io-base","sprintf","yui-base"],"ext":false},"actions-menu-css":{"path":"c\/c_.IS-.BB.BC.v27yEa","type":"css","ext":false},"ad-masker":{"path":"j\/ad-masker.A.v23TBg","requires":["node","page-context","yui-base"],"ext":false},"add-to-dialog-css":{"path":"c\/c_.KQ.W-.D.BC.v27yEa","type":"css","ext":false},"addressbook":{"path":"j\/.HE.A.v22NwD","requires":["better-throttle","event","gallery-flickr-api","io","node","yui-base"],"ext":false},"autocomplete-2-5-1":{"path":"j\/.CM\/.BA_2.5.1-.D.A.vPzuv","requires":["yui2-datasource","yui2-dom","yui2-event","yui2-yahoo"],"ext":false},"aviary-editor-frame-css":{"path":"c\/c_aviary-.GZor-.JW.BC.v27yEa","type":"css","ext":false},"aviary-editor-frame-transjax":{"path":"j\/aviary-.GZor-.JW-.C-.F.A.v22w9D","requires":["transjax-base","yui-base"],"ext":false},"aviary-editor-frame":{"path":"j\/aviary-.GZor-.JW.A.v22YPc","requires":["base","aviary-editor-frame-css","aviary-editor-frame-transjax","event","flickr-dialog-frame","flickr-dialog-spinner","yui-base"],"ext":false},"batchr-photo-privacy":{"path":"j\/batchr-.B-privacy.A.v27wnp","requires":["batchr-photo-privacy-transjax","flickr-dialog","gallery-flickr-api","yui-base"],"ext":false},"batchr-photo-privacy-transjax":{"path":"j\/batchr-.B-privacy-.C-.F.A.v27ydi","requires":["transjax-base","yui-base"],"ext":false},"beehive-contact-suggestions":{"path":"j\/.IT-.FF-.IL.A.v22NwD","requires":["anim","beehive-contact-suggestions-transjax","contact-changer","gallery-flickr-api","node","yui-base"],"ext":false},"beehive-contact-suggestions-transjax":{"path":"j\/.IT-.FF-.IL-.C-.F.A.vR9sn","requires":["transjax-base","yui-base"],"ext":false},"better-throttle":{"path":"j\/.EH-.EB.A.vWJ4k","requires":["yui-base","yui-later"],"ext":false},"bitmap-text":{"path":"j\/.Z-.DK-.D.A.vLQEr","requires":["yui-base"],"ext":false},"bitmap-type-silkscreen":{"path":"j\/.Z-.DJ-.BJ.A.vLQEr","requires":["yui-base"],"ext":false},"boomerang":{"path":"j\/.JK.A.v235xX","requires":["yui-base"],"ext":false},"box-host":{"path":"j\/box-.DG.A.v23NMX","requires":["event-mousedrag","math","node","yui-base"],"ext":false},"bo-selecta":{"path":"j\/.HO-.D.A.v22NwD","requires":["anim","autocomplete-2-5-1","bo-selecta-css","bo-selecta-transjax","event","event-custom","gallery-flickr-api","io-base","node","string-filters","yui-base"],"ext":false},"bo-selecta-3":{"path":"j\/.HO-3.A.v23pfr","requires":["anim","autocomplete","bo-selecta-3-css","bo-selecta-global-search-datasource","bo-selecta-transjax","datasource-function","event","event-custom","gallery-flickr-api","image-fader","io-base","node","string-filters","yui-base"],"optional":["contact-changer"],"ext":false},"bo-selecta-css":{"path":"c\/c_.HO-.D.BC.v27yEa","type":"css","ext":false},"bo-selecta-3-css":{"path":"c\/c_.HO-3.BC.v223Nr","type":"css","ext":false},"bo-selecta-global-search-datasource":{"path":"j\/.HO-.X-.CA-.BYsource.A.v22NwD","requires":["bo-selecta-transjax","datasource-local","gallery-flickr-api","yui-base"],"ext":false},"bo-selecta-transjax":{"path":"j\/.HO-.C-.F.A.vT2dZ","requires":["transjax-base","yui-base"],"ext":false},"cache-simple":{"path":"j\/.EJ-.GK.A.vS6oz","requires":["yui-base"],"ext":false},"comscore":{"path":"j\/.JN.A.v22NTk","ext":false},"contact-changer":{"path":"j\/.FF-.FG-.D.A.vXp7R","requires":["contact-changer-css","contact-changer-transjax","event-custom","event-delegate","gallery-flickr-api","global-dialog","io-base","yui-base"],"ext":false},"contact-changer-css":{"path":"c\/c_.FF-.FG-.D.BC.v27yEa","type":"css","ext":false},"contact-changer-transjax":{"path":"j\/.FF-.FG-.C-.F.A.vLpu6","requires":["transjax-base","yui-base"],"ext":false},"context-data":{"path":"j\/.H-.BY.A.v27DLH","requires":["event-custom","gallery-flickr-api","photo-data","urls","yui-base"],"ext":false},"cover-photo-pickr-css":{"path":"c\/c_cover-.B-picker.BC.v28N6g","type":"css","ext":false},"dataview":{"path":"j\/.BY.JB.A.v23Hgg","requires":["yui-base"],"ext":false},"date-widgets":{"path":"j\/.HB-.EZs.A.v26Kn4","requires":["yui-base"],"optional":["datatype-date","event","gallery-calendar","node"],"ext":false},"defer-images":{"path":"j\/.GI-.GC.A.v232Gr","requires":["node-visibility","retry-image-on-error","yui-base"],"ext":false},"dejaview":{"path":"j\/.BZ-.D.A.vNstP","requires":["cookie","yui-base"],"ext":false},"discussion-comments":{"path":"j\/discussion-.O.A.v25Rat","requires":["event","node","yui-base"],"ext":false},"donut-progress-ui":{"path":"j\/donut.ID-ui.A.v23YVT","requires":["yui-base"],"ext":false},"dynamic-messaging":{"path":"j\/dynamic-messaging.A.v26PT8","requires":["io-form","gallery-flickr-api","message-primary-email-transjax","transjax-base","yui-base"],"ext":false},"editr":{"path":"j\/.GZr.A.v27ueg","requires":["boomerang","editr-edit-panel","editr-errors","editr-grid","editr-progress","editr-publish-dialog","editr-toolbar","event-base","feature-tour","health-check","gallery-popover","page-context","polyfills-placeholder","yui-base"],"optional":["editr-file-picker","editr-photo-picker","editr-upload-queue","flickr-dialog"],"ext":false},"editr-data-base":{"path":"j\/.KA.BL.A.v24Yqn","requires":["array-extras","event-custom","yui-base"],"ext":false},"editr-data-groups":{"path":"j\/.KA.DMs.A.v28b9M","requires":["editr-data-photos","editr-data-base","type-cast","yui-base"],"ext":false},"editr-data-people":{"path":"j\/.KA.L.A.vZXG6","requires":["editr-data-base","type-cast","yui-base"],"ext":false},"editr-data-photos":{"path":"j\/.KA.EC.A.v265HF","requires":["editr-data-base","type-cast","yui-base"],"ext":false},"editr-data-sets":{"path":"j\/.KA.KF.A.v267Tx","requires":["editr-data-photos","editr-data-base","escape","type-cast","yui-base"],"ext":false},"editr-edit-panel":{"path":"j\/.GZr-.GZ.IC.A.v26TFP","requires":["better-throttle","editr-data-photos","editr-edit-panel-tooltip","editr-edit-panel-groups","editr-edit-panel-owner-settings","editr-edit-panel-people","editr-edit-panel-sets","editr-edit-panel-tags","editr-edit-panel-title-description","editr-edit-panel-transjax","editr-grid","event-base","substitute","string-filters","yui-base"],"ext":false},"editr-edit-panel-component":{"path":"j\/.JZ.JY.A.v22jGR","requires":["event-base","keyboard-shortcut-manager","yui-base"],"ext":false},"editr-edit-panel-groups":{"path":"j\/.JZ.DMs.A.v26THx","requires":["editr-data-photos","editr-data-groups","editr-edit-panel-tooltip","editr-edit-panel-transjax","event-base","flickr-dialog","keyboard-shortcut-manager","string-filters","yui-base"],"ext":false},"editr-edit-panel-location":{"path":"j\/.JZ.BR.A.v21Czg","requires":["editr-data-photos","editr-edit-panel-component","editr-edit-panel-transjax","yui-base"],"ext":false},"editr-edit-panel-owner-settings":{"path":"j\/.JZ.BK-.FR.A.v26Kn4","requires":["editr-data-photos","editr-edit-panel-component","editr-edit-panel-transjax","yui-base"],"optional":["date-widgets"],"ext":false},"editr-edit-panel-people":{"path":"j\/.JZ.L.A.v22Aj2","requires":["bo-selecta-3","editr-data-people","editr-data-photos","editr-edit-panel-component","editr-edit-panel-transjax","event-base","flickr-dialog","photo-keyboard-shortcuts-transjax","photo-people-transjax","string-filters","yui-base"],"ext":false},"editr-edit-panel-sets":{"path":"j\/.JZ.KF.A.v27NCv","requires":["editr-data-photos","editr-data-sets","editr-edit-panel-tooltip","editr-edit-panel-transjax","event-base","flickr-dialog","keyboard-shortcut-manager","string-filters","yui-base"],"ext":false},"editr-edit-panel-tags":{"path":"j\/.JZ.KD.A.v268bM","requires":["editr-data-photos","editr-edit-panel-transjax","event-base","tag-selecta","yui-base"],"ext":false},"editr-edit-panel-title-description":{"path":"j\/.JZ.KB-.KC.A.v23Cvp","requires":["better-throttle","editr-data-photos","editr-edit-panel-transjax","event-base","focus-tracker","yui-base"],"ext":false},"editr-edit-panel-tooltip":{"path":"j\/.JZ.JT.A.v268dv","requires":["editr-edit-panel-tooltip-css","editr-edit-panel-tooltip-transjax","escape","event-base","gallery-popover","yui-base"],"ext":false},"editr-edit-panel-tooltip-css":{"path":"c\/c_.JZ.JT.BC.v27yEa","type":"css","ext":false},"editr-edit-panel-tooltip-transjax":{"path":"j\/.JZ.JT-.C-.F.A.v24uov","requires":["transjax-base","yui-base"],"ext":false},"editr-edit-panel-transjax":{"path":"j\/.JZ.C-.F.A.v25wWz","requires":["transjax-base","yui-base"],"ext":false},"editr-errors":{"path":"j\/.GZr-.JPs.A.v23ym2","requires":["editr-data-photos","yui-base"],"ext":false},"editr-exif":{"path":"j\/.GZr-.GO.A.v24UaP","requires":["editr-data-photos","exif-thumbnail-extractor","datatype-xml","worker","yui-base"],"ext":false},"editr-file-picker":{"path":"j\/.GZr-.KG.A.v28uRg","requires":["datatype","editr-data-photos","editr-exif","editr-file-picker-transjax","editr-progress","flickr-dialog","gallery-flickr-api","health-check","md5","string-filters","uploader","yui-base"],"ext":false},"editr-file-picker-transjax":{"path":"j\/.GZr-.KG-.C-.F.A.v24uov","requires":["transjax-base","yui-base"],"ext":false},"editr-grid":{"path":"j\/.KJ.A.v28pFg","requires":["editr-data-photos","editr-grid-external-events","editr-grid-form-handler","editr-grid-item","editr-grid-key-monitor","editr-grid-marquee","editr-grid-progress-handler","editr-grid-selection","editr-grid-selection-ui","editr-grid-transjax","editr-grid-user-messaging","event-custom","editr-zoom","editr-errors","flickr-dialog","focus-tracker","gallery-popover","menus","yui-base"],"optional":["editr-upload-queue"],"ext":false},"editr-grid-external-events":{"path":"j\/.KJ-.KK-.Gs.A.v255Sv","requires":["editr-grid","yui-base"],"ext":false},"editr-grid-form-handler":{"path":"j\/.KJ-.KL.A.v24zhZ","requires":["editr-grid","yui-base"],"ext":false},"editr-grid-item":{"path":"j\/.KJ-item.A.v24zhZ","requires":["editr-grid","yui-base"],"ext":false},"editr-grid-key-monitor":{"path":"j\/.KJ-.KM.A.v24uov","requires":["editr-grid","keyboard-shortcut-manager","yui-base"],"ext":false},"editr-grid-marquee":{"path":"j\/.KJ-marquee.A.v24uov","requires":["editr-grid","yui-base"],"ext":false},"editr-grid-progress-handler":{"path":"j\/.KJ.ID-handler.A.v28ptc","requires":["editr-grid","editr-publish-dialog","transjax-base","yui-base"],"ext":false},"editr-grid-selection":{"path":"j\/.KJ-.KN.A.v24zhZ","requires":["editr-grid","yui-base"],"ext":false},"editr-grid-selection-ui":{"path":"j\/.KJ-.KN-ui.A.v24zhZ","requires":["editr-grid","transjax-base","yui-base"],"ext":false},"editr-grid-transjax":{"path":"j\/.KJ-.C-.F.A.v25krk","requires":["transjax-base","yui-base"],"ext":false},"editr-grid-user-messaging":{"path":"j\/.KJ-.KO.A.v24uov","requires":["editr-grid","editr-errors","yui-base"],"ext":false},"editr-photo-picker":{"path":"j\/.GZr-.B-picker.A.vZW9r","requires":["editr-data-photos","flickr-dialog-spinner","flickr-geo","gallery-flickr-api","yui-base"],"ext":false},"editr-progress":{"path":"j\/.GZr.ID.A.v24b7a","requires":["better-throttle","event-base","event-custom","yui-base"],"ext":false},"editr-publish-dialog":{"path":"j\/.GZr-.KE-.W.A.v28gjM","requires":["editr-progress","editr-publisher","editr-publisher-transjax","editr-upload-queue","event-base","event-custom","flickr-dialog","gallery-flickr-api","health-check","yui-base"],"optional":["flanal"],"ext":false},"editr-publisher":{"path":"j\/.GZr-.KEer.A.v26GXp","requires":["editr-data-people","editr-data-photos","editr-data-sets","editr-errors","editr-publisher-transjax","editr-upload-queue","event-base","event-custom","flickr-dialog","gallery-flickr-api","health-check","yui-base"],"ext":false},"editr-publisher-transjax":{"path":"j\/.GZr-.KEer-.C-.F.A.v24uov","requires":["transjax-base","yui-base"],"ext":false},"editr-secret-about-box":{"path":"j\/.GZr-secret-about-box.A.v25WMk","requires":["event","node","page-context","yui-base"],"ext":false},"editr-toolbar":{"path":"j\/.GZr-.KP.A.v24jZF","requires":["editr-grid","menus","yui-base"],"ext":false},"editr-upload-queue":{"path":"j\/.GZr-.KI-.CT.A.v272vg","requires":["editr-data-photos","editr-errors","editr-file-picker","editr-publisher","event-custom","gallery-flickr-api","health-check","json","yui-base"],"optional":["flanal"],"ext":false},"editr-zoom":{"path":"j\/.GZr-zoom.A.v242QR","requires":["editr-zoom-transjax","editr-data-photos","editr-file-picker","event-base","event-custom","flickr-dialog","node-event-html5","yui-base"],"ext":false},"editr-zoom-transjax":{"path":"j\/.GZr-zoom-.C-.F.A.v24uov","requires":["transjax-base","yui-base"],"ext":false},"exif-extractor":{"path":"j\/.KU.A.v23Hgg","requires":["exif-extractor-tags","xmp-extractor","yui-base"],"ext":false},"exif-extractor-tags":{"path":"j\/.KU-.KD.A.v21yYD","requires":["yui-base"],"ext":false},"exif-thumbnail-extractor":{"path":"j\/.GO-.IM-.IN.A.vWJcX","requires":["yui-base"],"ext":false},"event-annotations":{"path":"j\/.G-.BD.A.vNHSV","requires":["yui-base"],"ext":false},"event-mousedrag":{"path":"j\/.G-.BO.A.v24EaK","requires":["event-annotations","event-custom-complex","event-synthetic","node","yui-base","yui-throttle"],"ext":false},"photo-list-model":{"path":"j\/.B-.CZ-.JA.A.v28MBF","requires":["gallery-flickr-api","model","murmurhash","photos-list","photo-data","context-data","querystring-stringify-simple","io","yui-base"],"ext":false},"photo-list-view":{"path":"j\/.B-.CZ-.JB.A.v28QWM","requires":["view","handlebars","murmurhash","photos-list","io","flickr-app","lightbox","photos-list-justifier","flickr-dialog-infinite-spinner","better-throttle","rapid-tracker","template-fetcher","yui-base"],"ext":false},"explore-hera-view":{"path":"j\/.FP-hera-.JB.A.v28MBF","requires":["view","datatype-date","murmurhash","handlebars","photo-list-model","photo-list-view","flickr-app-explore","flickr-dialog-infinite-spinner","template-fetcher","gallery-popover","rapid-tracker","io","yui-base"],"ext":false},"fave-star":{"path":"j\/.CX-.CY.A.v28Kon","requires":["anim","node","yui-base"],"ext":false},"farm_timing":{"path":"j\/farm_.FZ.A.v23iXx","requires":["node","yui-base","io","event"],"ext":false},"feature-tour":{"path":"j\/.KT-.DA.A.v25VRT","requires":["anim","cookie","dom","event","feature-tour-css","feature-tour-transjax","yui-base"],"ext":false},"feature-tour-css":{"path":"c\/c_.KT-.DA.BC.v27yEa","type":"css","ext":false},"feature-tour-transjax":{"path":"j\/.KT-.DA-.C-.F.A.v22t7M","requires":["transjax-base","yui-base"],"ext":false},"flanal":{"path":"j\/.IU.A.v26U3v","requires":["yui-base"],"optional":["io"],"ext":false},"flapid":{"path":"j\/.JO.A.vT5pt","requires":["gallery-flickr-api","yui-base"],"ext":false},"flickr":{"path":"j\/.J-.D.A.v28QwD","requires":["flickr-app","flickr-tooltips","personmenu","yui-base"],"optional":["gallery-flickr-api","share-this-v3-menu"],"ext":false},"flickr-app":{"path":"j\/.J-app.A.v24yD4","requires":["app-base","yui-base"],"ext":false},"flickr-app-photo":{"path":"j\/.J-app-.B.A.v24xxg","requires":["context-data","flickr-app","photo-data","urls","yui-base"],"optional":["video"],"ext":false},"flickr-app-explore":{"path":"j\/.J-app-.FP.A.v27DLH","requires":["context-data","flickr-app","explore-hera-view","explore-hera-model","rapid-tracker","template-fetcher","urls","yui-base"],"ext":false},"flickr-app-soup":{"path":"j\/.J-app-soup.A.v28srB","requires":["flickr-app","soup-hera-view","explore-hera-model","rapid-tracker","template-fetcher","urls","yui-base"],"ext":false},"group-model":{"path":"j\/.DM-.JA.A.v253Rg","requires":["context-data","model","gallery-flickr-api","urls","yui-base"],"ext":false},"groups-model":{"path":"j\/.DMs-.JA.A.v254wV","requires":["context-data","model","model-list","lazy-model-list","group-model","gallery-flickr-api","urls","yui-base"],"ext":false},"groups-page-model":{"path":"j\/.DMs-.GF-.JA.A.v255QM","requires":["context-data","model","group-model","gallery-flickr-api","urls","yui-base"],"ext":false},"groups-list-view":{"path":"j\/.DMs-.CZ-.JB.A.v25Fi4","requires":["context-data","view","groups-model","handlebars","yui-base"],"ext":false},"groups-recent-view":{"path":"j\/.DMs-recent-.JB.A.v254wV","requires":["context-data","view","groups-model","groups-page-model","handlebars","yui-base"],"ext":false},"flickr-dialog":{"path":"j\/.IZ.A.vXom2","requires":["flickr-dialog-alert","flickr-dialog-confirmation","flickr-dialog-destructive-confirmation","flickr-dialog-frame","flickr-dialog-short-message","flickr-dialog-spinner","yui-base"],"ext":false},"flickr-dialog-alert":{"path":"j\/.IZ-.JX.A.vYz1M","requires":["flickr-dialog-base","substitute","yui-base"],"ext":false},"flickr-dialog-base":{"path":"j\/.IZ-.BL.A.v24baB","requires":["attribute","better-throttle","event","event-custom","focus-tracker","flickr-dialog-css","global-dialog-transjax","keyboard-shortcut-manager","node","page-context","substitute","yui-base"],"ext":false},"flickr-dialog-confirmation":{"path":"j\/.IZ-.JR.A.v26nu6","requires":["flickr-dialog-base","substitute","yui-base"],"ext":false},"flickr-dialog-css":{"path":"c\/c_.IZ.BC.v26nUe","type":"css","ext":false},"flickr-dialog-destructive-confirmation":{"path":"j\/.IZ-.JS-.JR.A.v227ue","requires":["flickr-dialog-base","yui-base"],"ext":false},"flickr-dialog-frame":{"path":"j\/.IZ-.JW.A.vXqP8","requires":["flickr-dialog-base","yui-base"],"ext":false},"flickr-dialog-geo-css":{"path":"c\/c_.IZ-geo.BC.v27yEa","type":"css","ext":false},"flickr-dialog-geo":{"path":"j\/.IZ-geo.A.v24Bhv","requires":["flickr-dialog-base","flickr-dialog-geo-css","flickr-map2","yui-base"],"ext":false},"flickr-dialog-infinite-spinner-css":{"path":"c\/c_.IZ-infinite-.JV.BC.v25k3V","type":"css","ext":false},"flickr-dialog-infinite-spinner":{"path":"j\/.IZ-infinite-.JV.A.v21TaP","requires":["flickr-dialog-base","flickr-dialog-infinite-spinner-css","yui-base","html5-balls"],"ext":false},"flickr-dialog-short-message":{"path":"j\/.IZ-short-.JU.A.vYz1M","requires":["flickr-dialog-base","substitute","yui-base"],"ext":false},"flickr-dialog-spinner":{"path":"j\/.IZ-.JV.A.vXUzt","requires":["flickr-dialog-base","yui-base"],"ext":false},"flickr-gallery-comments":{"path":"j\/.J-.FW-.O.A.v23TBg","requires":["anim","anim-scroll","dejaview","event-custom","event-delegate","formatting-tips-css","gallery-flickr-api","global-dialog","history-manager","input-hint","io-form","node","node-visibility","page-context","photo-comments-transjax","swfobject","yui-base"],"ext":false},"flickr-gallery-gallery-owner":{"path":"j\/.J-.FW-.FW-.BK.A.v26K4P","requires":["dd-drop","dd-proxy","event","flickr-gallery-gallery-owner-transjax","flickr-gallery-photo-remover","insitu","node","yui-base"],"ext":false},"flickr-gallery-gallery-owner-actions-menu":{"path":"j\/.J-.FW-.FW-.BK-.IS-.BB.A.vVtRp","requires":["event","gallery-popover","menus","node","yui-base"],"optional":["flickr-gallery-gallery-owner"],"ext":false},"flickr-gallery-gallery-owner-transjax":{"path":"j\/.J-.FW-.FW-.BK-.C-.F.A.vUnPB","requires":["transjax-base","yui-base"],"ext":false},"flickr-gallery-keyboard-shortcuts":{"path":"j\/.J-.FW-.HZs.A.v28aJD","requires":["anim","anim-scroll","better-throttle","event","flickr-gallery-keyboard-shortcuts-transjax","keyboard-shortcut-manager","node","node-visibility","yui-base"],"ext":false},"flickr-gallery-keyboard-shortcuts-transjax":{"path":"j\/.J-.FW-.HZs-.C-.F.A.vUDUn","requires":["transjax-base","yui-base"],"ext":false},"flickr-gallery-photo-owner":{"path":"j\/.J-.FW-.B-.BK.A.vVtRp","requires":["event","flickr-gallery-photo-remover","node","yui-base"],"ext":false},"flickr-gallery-photo-remover":{"path":"j\/.J-.FW-.B-.IP.A.vUus6","requires":["event","flickr-gallery-photo-remover-transjax","gallery-flickr-api","global-dialog","node","yui-base"],"ext":false},"flickr-gallery-photo-remover-transjax":{"path":"j\/.J-.FW-.B-.IP-.C-.F.A.vUioH","requires":["transjax-base","yui-base"],"ext":false},"flickr-geo":{"path":"j\/.J-geo.A.v25nnp","requires":["io","gallery-flickr-api","yui-base"],"ext":false},"flickr-leaflet-utils-css":{"path":"c\/c_.J-leaflet-utils.BC.v242HX","type":"css","ext":false},"flickr-leaflet-utils":{"path":"j\/.J-leaflet-utils.A.v25YHp","requires":["osm-places","flickr-leaflet-utils-css","yui-base"],"ext":false},"flickr-location-search":{"path":"j\/.J_.BR_.CA.A.vTd1R","requires":["event","node","query-string-args","yui-base"],"ext":false},"flickr-map":{"path":"j\/.J-map.A.v25nnp","requires":["flickr-map-transjax","base","selector-css3","slider","gallery-flickr-api","photo","dragdrop","dd-drag","flickr-map-css","flickr-map-css-intl","excanvas","json","gallery-storage-lite","better-throttle","selector-circle","flickr-geo","yui-base"],"ext":false},"flickr-map2":{"path":"j\/.J-map2.A.v23TBg","requires":["base","cookie","dd-drag","dragdrop","event","flickr-geo","flickr-map-css","flickr-map-transjax","keyboard-shortcut-manager","page-context","selector-css3","slider","yui-base"],"ext":false},"flickr-map-provider-ymap":{"path":"j\/.J-.IK-ymap.A.v231xc","requires":["ymap","yui-base","yui2_5-yahoo","yui2_5-event","yui2_5-dom","yui2_5-animation","yui2_5-dragdrop"],"ext":false},"flickr-map-provider-bing":{"path":"j\/.J-.IK-bing.A.vRygp","requires":["bing_map","yui-base"],"ext":false},"flickr-map-provider-ovi":{"path":"j\/.J-.IK-ovi.A.v264Fk","requires":["yui-base"],"ext":false},"flickr-map-provider-gmap":{"path":"j\/.J-.IK-gmap.A.vZg4c","requires":["yui-base"],"ext":false},"flickr-map-provider-flickr_osm":{"path":"j\/.J-.IK-.J_osm.A.v25Xct","requires":["yui-base"],"ext":false},"flickr-map-transjax":{"path":"j\/.J-map-.C-.F.A.v2446g","requires":["transjax-base","yui-base"],"ext":false},"flickr-map-css":{"path":"c\/c_.J-map.BC.v27yEa","type":"css","ext":false},"flickr-map-css-intl":{"path":"c\/c_.J-map-.F.BC.v27yEa","type":"css","ext":false},"flickr-nav":{"path":"j\/.J_nav.A.v23TBg","requires":["event","node","page-context","yui-base"],"ext":false},"flickr-overlay-css":{"path":"c\/c_.J-overlay-.BL.BC.v27yEa","type":"css","ext":false},"flickr-overlay-base":{"path":"j\/.J-overlay-.BL.A.v23TBg","requires":["attribute","better-throttle","event","event-custom","focus-tracker","flickr-overlay-css","keyboard-shortcut-manager","node","page-context","substitute","yui-base"],"ext":false},"flickr-page-timing":{"path":"j\/.J_.GF_.FZ.A.v27QeB","requires":["event","node","yui-base"],"ext":false},"flickr-printing":{"path":"j\/.J_.FD.A.v268iF","requires":["node","event","io","gallery-flickr-api","event-delegate","global-dialog","sprintf","flickr-printing-css","flickr-printing-transjax","flickr-tooltips","yui-base"],"ext":false},"flickr-printing-css":{"path":"c\/c_.J_.FD_.D.BC.v27yEa","type":"css","ext":false},"flickr-printing-transjax":{"path":"j\/.J_.FD-.C-.F.A.v25DU2","requires":["transjax-base","yui-base"],"ext":false},"flickr-tooltips":{"path":"j\/.J-.GA.A.vThq2","requires":["event","event-delegate","yui-base"],"ext":false},"focus-tracker":{"path":"j\/.CV-.CH.A.v22DsM","requires":["event","node","yui-base"],"ext":false},"formatting-tips-css":{"path":"c\/c_.EN_.EQ_.D.BC.v27yEa","type":"css","ext":false},"gallery-boomr":{"path":"j\/.FW-boomr.A.vS9f6","requires":["lang","yui-base"],"ext":false},"gallery-calendar":{"path":"j\/.FW-.IO.A.v24LYz","requires":["gallery-calendar-transjax","gallery-popover","node","yui-base"],"ext":false},"gallery-calendar-transjax":{"path":"j\/.FW-.IO-.C-.F.A.vXh6X","requires":["transjax-base","yui-base"],"ext":false},"gallery-flickr-api":{"path":"j\/.J_api.A.v23gzB","requires":["dump","event","io-xdr","json-parse","yui-base"],"ext":false},"gallery-history-lite":{"path":"j\/.FW-.CE-.GH.A.vL4ip","requires":["event-custom","event-custom-complex","node","yui-base"],"ext":false},"gallery-popover":{"path":"j\/.FW-.HN.A.v28Ve4","requires":["event-custom","node","overlay","yui-base"],"ext":false},"gallery-popover-css":{"path":"c\/c_.FW-.HN.BC.v2593Z","type":"css","ext":false},"gallery-storage-lite":{"path":"j\/.FW-.FX-.GH.A.vTo84","requires":["event-base","event-custom","event-custom-complex","json","yui-base"],"ext":false},"geo-exif-backfill-transjax":{"path":"j\/geo-.GO-.IF-.C-.F.A.vXkcg","requires":["transjax-base","yui-base"],"ext":false},"geofences-geopanel-css":{"path":"c\/c_.IA-.IB.BC.v27yEa","type":"css","ext":false},"geofences-geopanel-transjax":{"path":"j\/.IA-.IB-.C-.F.A.vXjvB","requires":["transjax-base","yui-base"],"ext":false},"geofences-geopanel":{"path":"j\/.IA-.IB.A.v24168","requires":["geofences-geopanel-transjax","geofences-geopanel-css","geopanel","global-dialog","map-pinwin","yui-base"],"ext":false},"geofences":{"path":"j\/.IA.A.vWZSz","requires":["base","yui-base"],"optional":["gallery-flickr-api"],"ext":false},"geofences-apply-panel":{"path":"j\/.IA.IE.IC.A.vXjvB","requires":["anim","event","event-custom","gallery-flickr-api","geofences","geofences-transjax","global-dialog","io","node","node-visibility","yui-base"],"optional":["geofences-geopanel"],"ext":false},"geofences-apply-progress":{"path":"j\/.IA.IE.ID.A.vXa64","requires":["better-throttle","event-custom","gallery-flickr-api","geofences","yui-base"],"ext":false},"geofences-list-view":{"path":"j\/.IA-.CZ-.JB.A.vX1fZ","requires":["better-throttle","event","event-custom","geofences-geopanel","geofences","geofences-apply-panel","geofences-apply-progress","global-dialog","io","node","yui-base"],"optional":["anim"],"ext":false},"geofences-prefs-map":{"path":"j\/.IA-prefs-map.A.v27R8k","requires":["node","event","css3pie","flickr-map","geofences","geofences-transjax","geofences-prefs-map-transjax","map-pinwin","yui-base"],"ext":false},"geofences-prefs-map-transjax":{"path":"j\/.IA-prefs-map-.C-.F.A.v21yYD","requires":["transjax-base","yui-base"],"ext":false},"geofences-transjax":{"path":"j\/.IA-.C-.F.A.vX5di","requires":["transjax-base","yui-base"],"ext":false},"geopanel-css":{"path":"c\/c_.IB.BC.v27yEa","type":"css","ext":false},"geopanel":{"path":"j\/.IB.A.v23TBg","requires":["event","geopanel-css","yui-base"],"optional":["autocomplete-2-5-1","flickr-map","gallery-flickr-api"],"ext":false},"getty":{"path":"j\/.FI_new.A.vT8GR","requires":["anim","dom","event","gallery-flickr-api","node","yui-base"],"ext":false},"global-dialog":{"path":"j\/.X-.W-.D.A.v28VkX","requires":["event","event-custom","event-delegate","event-key","focus-tracker","global-dialog-css","global-dialog-transjax","keyboard-shortcut-manager","node","page-context","yui-base"],"ext":false},"global-dialog-css":{"path":"c\/c_.X-.W-.D.BC.vZF8K","type":"css","ext":false},"global-dialog-transjax":{"path":"j\/.X-.W-.C-.F.A.vKPQn","requires":["transjax-base","yui-base"],"ext":false},"global-nav":{"path":"j\/.JC.A.v28nLV","requires":["anim","event","menus","node","page-context","yui-base"],"ext":false},"group-blast-insitu":{"path":"j\/.DM-blast-.DT.A.vUvsH","requires":["event","insitu","node","string-filters","yui-base"],"ext":false},"guestpass-hide":{"path":"j\/.DZ-.ET.A.vVdVT","requires":["anim","cookie","node","yui-base"],"ext":false},"grease":{"path":"j\/.HQ.A.v24QKx","requires":["event-focus","gallery-flickr-api","gallery-storage-lite","global-dialog","json","node","occult","photo-data","urls","yui-base"],"ext":false},"grease-css":{"path":"c\/c_.HQ.BC.v27yEa","type":"css","ext":false},"health-check":{"path":"j\/.KH.A.v22qwM","requires":["event-custom","gallery-flickr-api","yui-base"],"ext":false},"history-manager":{"path":"j\/.CE-.K.A.v28Qg8","requires":["event","urls","yui-base"],"ext":false},"html5-balls":{"path":"j\/html5-balls.A.v28Tgg","requires":["event","urls","base","yui-base","html5-balls-css"],"ext":false},"html5-balls-css":{"path":"c\/c_html5-balls.BC.v27yEa","type":"css","ext":false},"image-fader":{"path":"j\/.CW-.CU.A.vZNyM","requires":["anim","node","yui-base"],"ext":false},"infinite-scrolling-transjax":{"path":"j\/infinite-scrolling-.C-.F.A.v21C6F","requires":["transjax-base","yui-base"],"ext":false},"input-hint":{"path":"j\/.CN-.DD.A.v23LDP","requires":["event-focus","focus-tracker","node","yui-base"],"ext":false},"input-counter":{"path":"j\/.CN-counter.A.vUvzB","requires":["event","node","yui-base"],"ext":false},"india-disclaimer":{"path":"j\/.IH.A.vRTtc","requires":["event","global-dialog","io-base","node","yui-base"],"ext":false},"insitu":{"path":"j\/.DT-.D.A.v23qUZ","requires":["input-counter","dejaview","event-custom","event-key","gallery-flickr-api","insitu-transjax","json-stringify","node","string-filters","substitute","yui-base"],"optional":["anim","anim-scroll","io","photo-data"],"ext":false},"insitu-transjax":{"path":"j\/.DT-.C-.F.A.vTQBg","requires":["transjax-base","yui-base"],"ext":false},"iphone-link-sms-dialog-transjax":{"path":"j\/iphone-link-sms-.W-.C-.F.A.v26y4T","requires":["rapid-tracker","transjax-base","yui-base"],"ext":false},"iphone-link-sms-dialog-css":{"path":"c\/c_iphone-link-sms-.W.BC.v26ALM","type":"css","ext":false},"iphone-link-sms-dialog":{"path":"j\/iphone-link-sms-.W.A.v27prF","requires":["flickr-dialog-spinner","iphone-link-sms-dialog-css","iphone-link-sms-dialog-transjax","yui-base"],"ext":false},"jfif-extractor":{"path":"j\/jfif-.IN.A.v23Hgg","requires":["yui-base"],"ext":false},"jobs":{"path":"j\/jobs.A.v23ypt","requires":["event","flanal","flickr-page-timing","io","motion-blur","node","popup-login","rapid-tracker","transition","yui-base"],"ext":false},"justifier":{"path":"j\/justifier.A.v25UfM","requires":["yui-base"],"ext":false},"keyboard-shortcut-legend":{"path":"j\/.HZ-.HY.A.v23TBg","requires":["better-throttle","cookie","gallery-flickr-api","keyboard-shortcut-legend-css","keyboard-shortcut-legend-layouts","keyboard-shortcut-legend-transjax","page-context","yui-base"],"ext":false},"keyboard-shortcut-legend-css":{"path":"c\/c_.HZ-.HY.BC.v27FzT","type":"css","ext":false},"keyboard-shortcut-legend-layouts":{"path":"j\/.HZ-.HY-layouts.A.vYgFB","requires":["keyboard-shortcut-legend-transjax","yui-base"],"ext":false},"keyboard-shortcut-legend-transjax":{"path":"j\/.HZ-.HY-.C-.F.A.vYgTF","requires":["transjax-base","yui-base"],"ext":false},"keyboard-shortcut-manager":{"path":"j\/.HZ-.K.A.v25NBc","requires":["event-custom","event-focus","event-key","focus-tracker","keyboard-shortcut-legend","node","page-context","yui-base"],"ext":false},"leaflet":{"path":"j\/leaflet.A.v25Y6c","requires":["flickr-leaflet-utils","leaflet-css","leaflet-utils-css","yui-base"],"ext":false},"leaflet-css":{"path":"c\/c_leaflet.BC.v25Wzg","type":"css","ext":false},"leaflet-utils-css":{"path":"c\/c_leaflet-utils.BC.v27yEa","type":"css","ext":false},"lightbox":{"path":"j\/.N.A.v28S1R","requires":["anim","better-throttle","context-data","cookie","node","escape","event-annotations","event-custom","event-delegate","event-gestures","event-key","fave-star","gallery-flickr-api","history-manager","json","history","keyboard-shortcut-manager","lightbox-transjax","node-visibility","page-context","photo-context-menu","photo-transjax","rapid-tracker","string-filters","swfobject","transition","urls","view-count","yui-base","yui-throttle"],"optional":["photos-list-transjax"],"ext":false},"lightbox-transjax":{"path":"j\/.N-.C-.F.A.v27FzT","requires":["transjax-base","yui-base"],"ext":false},"liquid-photo-resizer":{"path":"j\/.JL-.B-resizer.A.v233DB","requires":["event"],"ext":false},"liquid-resizer":{"path":"j\/.JL-resizer.A.v22DzF","requires":["event"],"ext":false},"location-picker-css":{"path":"c\/c_.BR-picker.BC.v27yEa","type":"css","ext":false},"location-picker":{"path":"j\/.BR-picker.A.vZRmR","requires":["location-picker-css","keyboard-shortcut-manager","flickr-geo","event","map-pinwin","dragdrop","dd-drag","yui-base"],"ext":false},"location-selecta-css":{"path":"c\/c_.BR-.S.BC.v27yEa","type":"css","ext":false},"location-selecta":{"path":"j\/.BR-.S.A.vZPha","requires":["location-selecta-css","keyboard-shortcut-manager","flickr-geo","event","yui-base"],"ext":false},"mail-zeus":{"path":"j\/mail-.D.A.vYGeK","requires":["mail-zeus-transjax","flickr-dialog-confirmation","event","node","yui-base"],"ext":false},"mail-zeus-transjax":{"path":"j\/mail-.D-.C-.F.A.vYCRc","requires":["transjax-base","yui-base"],"ext":false},"map-pinwin":{"path":"j\/map-.IV.A.vYzkK","requires":["map-pinwin-css","string-filters","yui-base"],"ext":false},"map-pinwin-css":{"path":"c\/c_map-.IV.BC.v27yEa","type":"css","ext":false},"math":{"path":"j\/.DL.A.vLPjR","requires":["yui-base"],"ext":false},"matrix-math":{"path":"j\/matrix-.DL.A.vVRWr","requires":["yui-base"],"ext":false},"message-primary-email-transjax":{"path":"j\/.JU-primary-.HH-.C-.F.A.v25PLr","requires":["transjax-base","yui-base"],"ext":false},"md5":{"path":"j\/md5-.D.A.vXTyR","ext":false},"menus":{"path":"j\/.BBs.A.v27G7V","requires":["base","event","event-custom","gallery-popover","keyboard-shortcut-manager","node","page-context","yui-base"],"ext":false},"motion-blur":{"path":"j\/motion-blur.A.vUD1D","requires":["node","transition","yui-base"],"ext":false},"mrpinchy":{"path":"j\/mrpinchy.A.vWCYv","requires":["node","event","event-custom","transition","urls","matrix-math","yui-base"],"ext":false},"murmurhash":{"path":"j\/murmurhash3_gc.A.v23PFF","ext":false},"nav-selecta":{"path":"j\/.JQ.A.v28nHt","requires":["bo-selecta-3","keyboard-shortcut-manager","nav-selecta-css","nav-selecta-transjax","nav-selecta-rapid","node","string-filters","yui-base"],"ext":false},"nav-selecta-css":{"path":"c\/c_.JQ.BC.v25xK8","type":"css","ext":false},"nav-selecta-transjax":{"path":"j\/.JQ-.C-.F.A.v24v3r","requires":["transjax-base","yui-base"],"ext":false},"nav-selecta-rapid":{"path":"j\/.JQ-.IY.A.v22o1e","requires":["event","rapid-tracker","yui-base"],"ext":false},"node-visibility":{"path":"j\/.CR-.DY.A.v28aJD","requires":["better-throttle","cache-simple","node","node-pluginhost","yui-base"],"optional":["anim","anim-scroll"],"ext":false},"note-data":{"path":"j\/note-.BY.A.vRjAi","requires":["base","person-data","yui-base"],"ext":false},"notification-base":{"path":"j\/notification-.BL.A.v22wAv","requires":["attribute","notification-center"],"ext":false},"notification-center":{"path":"j\/notification-center.A.v22wQi","requires":["attribute","cookie","event","event-custom","gallery-flickr-api"],"ext":false},"number":{"path":"j\/.Y.A.vSPse","requires":["number-transjax","yui-base"],"ext":false},"number-transjax":{"path":"j\/.Y-.C-.F.A.vNqGn","requires":["transjax-base","yui-base"],"ext":false},"occult":{"path":"j\/.CF.A.vNC2g","requires":["node","yui-base"],"ext":false},"osm-places":{"path":"j\/osm-places.A.v28fhr","requires":["yui-base"],"ext":false},"page-context":{"path":"j\/.GF-.H.A.v23TCZ","requires":["event-custom","yui-base"],"ext":false},"pagination-keyboard-shortcuts":{"path":"j\/.EG-.HZs.A.vXp7R","requires":["keyboard-shortcut-manager","node","pagination-keyboard-shortcuts-transjax","yui-base"],"ext":false},"pagination-keyboard-shortcuts-transjax":{"path":"j\/.EG-.HZs-.C-.F.A.vUYz8","requires":["transjax-base","yui-base"],"ext":false},"person-data":{"path":"j\/.FK-.BY.A.vRjAi","requires":["base","yui-base"],"ext":false},"personmenu":{"path":"j\/.CB-.D.A.v23TBg","requires":["anim","anim-scroll","cache-simple","event-custom","io-base","node","node-visibility","personmenu-css","personmenu-transjax","personmenu-rapid","yui-base"],"optional":["contact-changer"],"ext":false},"personmenu-css":{"path":"c\/c_.CB-.D.BC.v27yEa","type":"css","ext":false},"personmenu-transjax":{"path":"j\/.CB-.C-.F.A.vNwWr","requires":["transjax-base","yui-base"],"ext":false},"personmenu-rapid":{"path":"j\/.CB-.IY.A.vZzGe","requires":["event","rapid-tracker","yui-base"],"ext":false},"photo":{"path":"j\/.B-.D.A.v28Nqe","requires":["anim","anim-scroll","better-throttle","context-data","defer-images","event-annotations","event-custom","event-delegate","event-key","event-mousedrag","event-mouseenter","flickr-app-photo","focus-tracker","history-manager","html5-balls","keyboard-shortcut-manager","math","node-visibility","occult","page-context","photo-button-bar","photo-comments","photo-context-menu","photo-data","photo-keyboard-shortcuts","photo-rotate","photo-sidebar","retry-image-on-error","share-this-v3-menu","lightbox","urls","yahoo-ult","yui-base"],"optional":["gallery-flickr-api","io-base","photo-group-invites","photo-insitu","photo-notes","photo-people-list","photo-tags","view-count"],"ext":false},"photo-button-bar":{"path":"j\/.B-.T-bar.A.v28Mma","requires":["add-to-dialog-css","context-data","event","event-custom","event-delegate","event-key","fave-star","flanal","focus-tracker","gallery-flickr-api","gallery-popover","io-base","keyboard-shortcut-manager","menus","node","node-event-simulate","page-context","photo-button-bar-transjax","photo-people-list","querystring-stringify-simple","urls","yui-base"],"optional":["flickr-printing","photo-notes","photo-replace","photo-rotate","picnik"],"ext":false},"photo-button-bar-transjax":{"path":"j\/.B-.T-bar-.C-.F.A.v25wWz","requires":["transjax-base","yui-base"],"ext":false},"photo-comments":{"path":"j\/.B-.O.A.v28Gyz","requires":["anim","anim-scroll","defer-images","dejaview","event-custom","event-delegate","flickr-app","flickr-dialog-alert","flickr-dialog-confirmation","flickr-dialog-spinner","formatting-tips-css","gallery-flickr-api","input-hint","io-form","node","node-visibility","page-context","photo-comments-transjax","photo-data","swfobject","urls","yui-base"],"optional":["insitu"],"ext":false},"photo-comments-image-hiding":{"path":"j\/.B-.O-.CW-hiding.A.vTJvP","requires":["node","yui-base"],"ext":false},"photo-comments-transjax":{"path":"j\/.B-.O-.C-.F.A.v23QZx","requires":["transjax-base","yui-base"],"ext":false},"photo-context-menu":{"path":"j\/.B-.H-.BB.A.v23ZBx","requires":["event","node","photo","photo-context-menu-css","photo-context-menu-transjax","photo-data","urls","yui-base"],"ext":false},"photo-context-menu-css":{"path":"c\/c_.B-.H-.BB.BC.v27yEa","type":"css","ext":false},"photo-context-menu-transjax":{"path":"j\/.B-.H-.BB-.C-.F.A.v221oM","requires":["transjax-base","yui-base"],"ext":false},"photo-data":{"path":"j\/.B-.BY.A.v28AhM","requires":["anim","base","cookie","event","gallery-flickr-api","grease","node","photo-transjax","type-cast","urls","yui-base"],"ext":false},"photo-filmstrips":{"path":"j\/.B-.Ms.A.v24ACz","requires":["anim","base","better-throttle","context-data","event","event-custom","event-delegate","event-key","focus-tracker","image-fader","io","keyboard-shortcut-manager","node","number","page-context","photo-button-bar-transjax","photo-data","photo-filmstrips-transjax","retry-image-on-error","string-filters","transition","urls","yui-base"],"ext":false},"photo-filmstrips-transjax":{"path":"j\/.B-.Ms-.C-.F.A.v24xM4","requires":["transjax-base","yui-base"],"ext":false},"photo-geolocation":{"path":"j\/.B-.R.A.v23XpX","requires":["page-context","photo","photo-geolocation-transjax","yui-base"],"optional":["autocomplete-2-5-1","flickr-map","gallery-flickr-api","photo-geolocation-css"],"ext":false},"photo-geolocation-transjax":{"path":"j\/.B-.R-.C-.F.A.vXt8B","requires":["transjax-base","yui-base"],"ext":false},"photo-geolocation-css":{"path":"c\/c_.B-.R.BC.v24Bhv","type":"css","ext":false},"photo-geopanel":{"path":"j\/.B-.IB.A.v24VQn","requires":["flickr-dialog-geo","flickr-geo","flickr-map-provider-flickr_osm","location-picker","photo-map-display-pinwin","woe-corrector","yui-base","ymap"],"ext":false},"flickr-ymap":{"path":"j\/.J-ymap.A.v26FYv","requires":["base","event"],"ext":false},"flickr-leaflet":{"path":"j\/.J-leaflet.A.v26KXx","requires":["base","event","leaflet"],"ext":false},"geo-editor":{"path":"j\/geo-.GZor.A.v26FYv","requires":["flickr-geo","flickr-dialog","html5-balls","base","event"],"ext":false},"photo-group-invites":{"path":"j\/.B-.DM-.CO.A.v24a8g","requires":["context-data","gallery-flickr-api","node","photo","photo-group-invites-transjax","yui-base"],"ext":false},"photo-group-invites-transjax":{"path":"j\/.B-.DM-.CO-.C-.F.A.vU8je","requires":["transjax-base","yui-base"],"ext":false},"photo-insitu":{"path":"j\/.B-.DT.A.v23qN6","requires":["insitu","photo","photo-data","photo-transjax","yui-base"],"ext":false},"photo-keyboard-shortcuts":{"path":"j\/.B-.HZs.A.v24jEH","requires":["cookie","event-focus","event-key","event-simulate","focus-tracker","keyboard-shortcut-manager","node","page-context","photo-keyboard-shortcuts-transjax","yui-base"],"optional":["photo-people-list"],"ext":false},"photo-keyboard-shortcuts-transjax":{"path":"j\/.B-.HZs-.C-.F.A.v21yYD","requires":["transjax-base","yui-base"],"ext":false},"photo-map-display-pinwin-css":{"path":"c\/c_.B-map-.IQ-.IV.BC.v24Bhv","type":"css","ext":false},"photo-map-display-pinwin":{"path":"j\/.B-map-.IQ-.IV.A.v24Bhv","requires":["flickr-geo","map-pinwin","base","photo-map-display-pinwin-css","yui-base"],"ext":false},"photo-notes":{"path":"j\/.B-.BE-.D.A.v26WtT","requires":["better-throttle","bo-selecta-3","bo-selecta-transjax","box-host","event","event-annotations","event-delegate","focus-tracker","gallery-flickr-api","node","node-visibility","photo-notes-transjax","photo-people-controller","photo-people-transjax","string-filters","urls","yui-base"],"optional":["note-data"],"ext":false},"photo-notes-transjax":{"path":"j\/.B-.BE-.C-.F.A.vYpcP","requires":["transjax-base","yui-base"],"ext":false},"photo-owner-dialogs-css":{"path":"c\/c_.B-.BK-.EO-.D.BC.v27yEa","type":"css","ext":false},"photo-people-controller":{"path":"j\/.HX-.BH.A.v22NwD","requires":["event","gallery-flickr-api","dejaview","photo-people-transjax","yui-base"],"ext":false},"photo-people-list":{"path":"j\/.HX-.CZ.A.v25imD","requires":["anim","bo-selecta-3","event-delegate","node-visibility","photo","photo-people-controller","photo-people-transjax","string-filters","urls","yui-base"],"optional":["photo-notes"],"ext":false},"photo-people-transjax":{"path":"j\/.HX-.C-.F.A.vNxQa","requires":["transjax-base","yui-base"],"ext":false},"photo-preloader":{"path":"j\/.B-.FJ.A.v23ZBx","requires":["context-data","event","yui-base"],"ext":false},"photo-replace":{"path":"j\/.B-.GQ.A.v23Sde","requires":["event","io","node","yui-base"],"optional":["flanal","worker"],"ext":false},"photo-rotate":{"path":"j\/.B-.GE.A.v24xxg","requires":["anim","event","gallery-flickr-api","node","photo","photo-data","photo-rotate-css","photo-rotate-transjax","yui-base"],"ext":false},"photo-rotate-css":{"path":"c\/c_.B-.GE.BC.v27yEa","type":"css","ext":false},"photo-rotate-transjax":{"path":"j\/.B-.GE-.C-.F.A.vPnbH","requires":["transjax-base","yui-base"],"ext":false},"photo-sidebar":{"path":"j\/.HV.A.v28Kon","requires":["anim","bitmap-text","bitmap-type-silkscreen","event-custom","event-delegate","excanvas","flapid","gallery-flickr-api","io-base","node","node-visibility","photo-data","photo-filmstrips","photo-sidebar-transjax","querystring-stringify-simple","stylesheet","yui-base"],"optional":["context-data","photo-sidebar-admin","photo-sidebar-not-owner","photo-sidebar-owner"],"ext":false},"photo-sidebar-transjax":{"path":"j\/.HV-.C-.F.A.vPKTX","requires":["transjax-base","yui-base"],"ext":false},"photo-sidebar-not-owner":{"path":"j\/.HV-.HW.A.v24hPP","requires":["flickr-dialog-frame","flickr-dialog-short-message","flickr-dialog-spinner","gallery-flickr-api","photo-owner-dialogs-css","photo-sidebar","photo-sidebar-not-owner-transjax","yui-base"],"ext":false},"photo-sidebar-not-owner-transjax":{"path":"j\/.HV-.HW-.C-.F.A.vNwZT","requires":["transjax-base","yui-base"],"ext":false},"photo-sidebar-owner":{"path":"j\/.HV-.BK.A.v24hPP","requires":["better-throttle","event-custom","flickr-dialog-frame","flickr-dialog-short-message","flickr-dialog-spinner","gallery-flickr-api","page-context","photo-owner-dialogs-css","photo-data","photo-sidebar","photo-sidebar-owner-transjax","yui-base"],"ext":false},"photo-sidebar-owner-transjax":{"path":"j\/.HV-.BK-.C-.F.A.vX3np","requires":["transjax-base","yui-base"],"ext":false},"photo-tags":{"path":"j\/.B-.KD.A.v24kcK","requires":["event","event-delegate","node","node-visibility","photo","photo-tags-transjax","query-string-args","urls","yui-base"],"ext":false},"photo-tags-transjax":{"path":"j\/.B-.KD-.C-.F.A.v247f2","requires":["transjax-base","yui-base"],"ext":false},"photo-tour":{"path":"j\/.B-.DA.A.v25k5D","requires":["anim","cookie","dom","event","photo","photo-tour-transjax","yui-base"],"ext":false},"photo-tour-transjax":{"path":"j\/.B-.DA-.C-.F.A.vN3j6","requires":["transjax-base","yui-base"],"ext":false},"photo-transjax":{"path":"j\/.B-.C-.F.A.vQ7Tc","requires":["transjax-base","yui-base"],"ext":false},"photo-ywa-tracking":{"path":"j\/.B-ywa-.BW.A.vPwkK","requires":["event","yahoo-web-analytics","yui-base"],"ext":false},"photogne-exif-fetcher":{"path":"j\/.Bgne-.GO-fetcher.A.v27wfv","requires":["gallery-flickr-api","yui-base"],"ext":false},"photos-user-favorites":{"path":"j\/.EC-user-.FH.A.vQd5V","requires":["event","io","node","yui-base"],"ext":false},"photos-display":{"path":"j\/.EC-.IQ.A.v2412F","requires":["photos-display-css","event","io","node","photo-data","selector-css3","photos-display-transjax","yui-base"],"ext":false},"photos-display-transjax":{"path":"j\/.EC-.IQ-.C-.F.A.vUYVP","requires":["transjax-base","yui-base"],"ext":false},"photos-display-css":{"path":"c\/c_.EC-.IQ.BC.v27yEa","type":"css","ext":false},"photos-list":{"path":"j\/.EC-.CZ.A.v28QWM","requires":["anim","anim-scroll","better-throttle","cookie","defer-images","event","flanal","gallery-flickr-api","gallery-popover","global-dialog","io","keyboard-shortcut-manager","menus","murmurhash","node","node-visibility","pagination-keyboard-shortcuts","photo-data","photos-list-transjax","string-filters","better-throttle","urls","yui-base"],"optional":["lightbox"],"ext":false},"photos-list-justifier":{"path":"j\/.EC-.CZ-justifier.A.v28Eqr","requires":["yui-base"],"ext":false},"photos-list-transjax":{"path":"j\/.EC-.CZ-.C-.F.A.v2412F","requires":["transjax-base","yui-base"],"ext":false},"photostream-insitu":{"path":"j\/.ECtream-.DT.A.v27Ezg","requires":["event","insitu","node","yui-base"],"ext":false},"picnik":{"path":"j\/.EY-.D.A.v23TBg","requires":["global-dialog","io-base","json","picnik-css","picnik-transjax","swfobject","yui-base"],"ext":false},"picnik-css":{"path":"c\/c_.EY-.D.BC.v27yEa","type":"css","ext":false},"picnik-transjax":{"path":"j\/.EY-.C-.F.A.vLqsZ","requires":["transjax-base","yui-base"],"ext":false},"playr":{"path":"j\/playr.A.v28RyZ","requires":["context-data","cookie","escape","event","gallery-flickr-api","history-manager","html5-balls","lightbox-transjax","node","page-context","photo-transjax","rapid-tracker","urls","view-count","yui-base"],"optional":["lightbox"],"ext":false},"polyfills-placeholder":{"path":"j\/.KR-.KS.A.v23CyR","requires":["node","yui-base"],"ext":false},"popup-login":{"path":"j\/.HP.A.vXeMt","requires":["event","node","io-base","yui-base"],"ext":false},"post-upload-sharing-ui":{"path":"j\/post-.KI-.EE-ui.A.v23Uet","requires":["event","node","yui-base"],"ext":false},"post-upload-sharing-owner-ui":{"path":"j\/post-.KI-.EE-.BK-ui.A.v24pUa","requires":["event","node","yui-base","share-this-v3-menu","share-this-v3-dialog"],"ext":false},"pro-survey":{"path":"j\/pro-survey.A.v26onP","requires":["event","node","yui-base","attribute","flickr-dialog-confirmation","rapid-tracker"],"ext":false},"pro-upsell-bandwidth-limit-notification":{"path":"j\/pro-upsell-bandwidth-limit-notification.A.v25vnc","requires":["flickr-dialog-confirmation","notification-base","pro-upsell-notification-transjax"],"ext":false},"pro-upsell-photo-limit-notification":{"path":"j\/pro-upsell-.B-limit-notification.A.v25vnc","requires":["flickr-dialog-confirmation","notification-base","pro-upsell-notification-transjax"],"ext":false},"pro-upsell-notification-transjax":{"path":"j\/pro-upsell-notification-.C-.F.A.v22xha","requires":["transjax-base","yui-base"],"ext":false},"query-string-args":{"path":"j\/.CP-.U-.DE.A.vKEJM","requires":["yui-base"],"ext":false},"rapid-tracker":{"path":"j\/.IY-.CH.A.v26nnc","requires":["yui-base"],"ext":false},"retry-image-on-error":{"path":"j\/retry-.CW-on-.JP.A.v22TPx","requires":["event-base","yui-base","yui-later"],"optional":["flanal"],"ext":false},"rev-dan-map":{"path":"j\/rev-dan-map.A.v25Xct","requires":["event-base","yui-base"],"ext":false},"rushmore-settings":{"path":"j\/.FS-.FR.A.v21HLZ","requires":["event","event-delegate","global-dialog","io","node","yui-base"],"ext":false},"search-keyboard-shortcuts":{"path":"j\/.CA-.HZs.A.v28aJD","requires":["anim","event","keyboard-shortcut-manager","node","yui-base"],"ext":false},"search-refer":{"path":"j\/.CA-.DX-.D.A.vT4u2","requires":["anim","cookie","node","yahoo-ult","yui-base"],"ext":false},"selector-circle-css":{"path":"c\/c_.GB-circle.BC.v27yEa","type":"css","ext":false},"selector-circle":{"path":"j\/.GB-circle.A.vXbxx","requires":["base","css3pie","event","selector-circle-css","yui-base"],"ext":false},"set-meta-insitu":{"path":"j\/set-meta-.DT.A.vTUoe","requires":["event","insitu","node","yui-base"],"ext":false},"share-menu-transjax":{"path":"j\/.DN-.BB-.D-.C-.F.A.vVvzp","requires":["transjax-base","yui-base"],"ext":false},"share-this-v3-account-settings":{"path":"j\/.HG-.IR-.FR.A.v21yYD","requires":["dom","event","global-dialog","io","io-form","querystring-stringify-simple","yui-base"],"ext":false},"share-this-v3-css":{"path":"c\/c_.HG.BC.v27yEa","type":"css","ext":false},"share-this-v3-dialog":{"path":"j\/.HG-.W.A.v27Xc4","requires":["dom","event","global-dialog","io-base","node","share-menu-transjax","share-this-v3-dialog-css","share-this-v3-dialog-transjax","share-this-v3-services","yui-base"],"optional":["flanal"],"ext":false},"share-this-v3-dialog-css":{"path":"c\/c_.HG-.W.BC.v26ZMg","type":"css","ext":false},"share-this-v3-dialog-transjax":{"path":"j\/.HG-.W-.C-.F.A.vVVDX","requires":["transjax-base","yui-base"],"ext":false},"share-this-v3-menu":{"path":"j\/.HG-.BB.A.v28TQ2","requires":["better-throttle","dom","event","event-custom","gallery-flickr-api","gallery-popover","global-dialog","io-base","json-stringify","menus","node","share-menu-transjax","share-this-v3-triggers","yui-base"],"optional":["photo-data"],"ext":false},"share-this-v3-service-blogger":{"path":"j\/.HF.HJ.A.vU5pg","requires":["share-this-v3-services","yui-base"],"ext":false},"share-this-v3-service-email":{"path":"j\/.HF.HH.A.vXp7R","requires":["bo-selecta-3","share-this-v3-services","share-this-v3-service-email-transjax","yui-base"],"ext":false},"share-this-v3-service-email-transjax":{"path":"j\/.HF.HH-.C-.F.A.vTPCn","requires":["transjax-base","yui-base"],"ext":false},"share-this-v3-service-facebook":{"path":"j\/.HF.HL.A.v22bcK","requires":["share-this-v3-services","yui-base"],"ext":false},"share-this-v3-service-livejournal":{"path":"j\/.HF.HT.A.vTV8k","requires":["share-this-v3-services","yui-base"],"ext":false},"share-this-v3-service-tumblr":{"path":"j\/.HF.HU.A.vVs3e","requires":["share-this-v3-services","yui-base"],"ext":false},"share-this-v3-service-twitter":{"path":"j\/.HF.HK.A.v26ZMg","requires":["share-this-v3-services","share-this-v3-service-twitter-transjax","yui-base"],"ext":false},"share-this-v3-service-twitter-transjax":{"path":"j\/.HF.HK-.C-.F.A.vUELn","requires":["transjax-base","yui-base"],"ext":false},"share-this-v3-service-wordpress":{"path":"j\/.HF.HM.A.vVt5z","requires":["share-this-v3-services","yui-base"],"ext":false},"share-this-v3-service-yahoo-pulse":{"path":"j\/.HF.CM-.HI.A.vU1vp","requires":["share-this-v3-services","yui-base"],"ext":false},"share-this-v3-service-pinterest":{"path":"j\/.HFpinterest.A.v22VZp","requires":["share-this-v3-services","yui-base"],"ext":false},"share-this-v3-services":{"path":"j\/.HG-.HR.A.vVs3e","requires":["share-this-v3-service-blogger","share-this-v3-service-email","share-this-v3-service-facebook","share-this-v3-service-livejournal","share-this-v3-service-pinterest","share-this-v3-service-tumblr","share-this-v3-service-twitter","share-this-v3-service-wordpress","share-this-v3-service-yahoo-pulse","yui-base"],"ext":false},"share-this-v3-triggers":{"path":"j\/.HG-.HS.A.v23WPt","requires":["event","flanal","node","share-this-v3-dialog","yui-base"],"ext":false},"sprintf":{"path":"j\/.CC.A.vVNpg","requires":["yui-base"],"ext":false},"smartbanner-css":{"path":"c\/c_smartbanner.BC.v28yCe","type":"css","ext":false},"smartbanner":{"path":"j\/smartbanner.A.v28zdH","requires":["smartbanner-css","node","array-extras"],"ext":false},"string-filters":{"path":"j\/.U-.CG.A.v23pnk","requires":["yui-base"],"ext":false},"soup":{"path":"j\/soup.A.v26wL2","requires":["event","flanal","flickr-page-timing","io","motion-blur","node","popup-login","rapid-tracker","transition","yui-base"],"ext":false},"tag-selecta":{"path":"j\/tag-.S.A.v26fep","requires":["anim","autocomplete","tag-selecta-css","tag-selecta-transjax","datasource-function","event","event-custom","gallery-flickr-api","image-fader","io-base","node","string-filters","yui-base"],"ext":false},"tag-selecta-css":{"path":"c\/c_tag-.S.BC.v27yEa","type":"css","ext":false},"tag-selecta-transjax":{"path":"j\/tag-.S-.C-.F.A.v24eya","requires":["transjax-base","yui-base"],"ext":false},"template-fetcher":{"path":"j\/template-fetcher.A.v26VPX","requires":["handlebars","explore-templates"],"ext":false},"timing-average":{"path":"j\/.FZ-.JJ.A.v22o1e","requires":["cookie","event","yui-base"],"ext":false},"tour-nav":{"path":"j\/.DA-nav.A.v24fS2","requires":["anim","node","node-event-simulate","io","querystring","history","yahoo-ult","yui-base"],"ext":false},"tour-carousel":{"path":"j\/.DA-.ER.A.vN3Uz","requires":["anim","node","yui-base"],"ext":false},"touch-lightbox":{"path":"j\/touch-.N.A.v28S8K","requires":["context-data","cookie","escape","event","gallery-flickr-api","history-manager","lightbox-transjax","mrpinchy","node","page-context","photo-transjax","rapid-tracker","transition","urls","view-count","yui-base"],"optional":["lightbox"],"ext":false},"type-cast":{"path":"j\/.DJ-cast.A.vZVnB","requires":["yui-base"],"ext":false},"transjax-base":{"path":"j\/.C-.BL.A.vPPje","requires":["sprintf","yui-base"],"ext":false},"urls":{"path":"j\/urls.A.v28E9V","requires":["yui-base"],"ext":false},"user-refave":{"path":"j\/user-re.CX.A.vPWbv","requires":["event","gallery-flickr-api","node","yui-base"],"ext":false},"video":{"path":"j\/.DV-.D.A.vZvoe","requires":["cookie","event-custom","gallery-flickr-api","node","query-string-args","string-filters","swfobject","video-transjax","yui-base"],"ext":false},"video-masker":{"path":"j\/.DV-masker-.D.A.v23TBg","requires":["node","page-context","yui-base"],"ext":false},"video-transjax":{"path":"j\/.DV-.D-.C-.F.A.v217nx","requires":["transjax-base","yui-base"],"ext":false},"view-count":{"path":"j\/.JB-count.A.v21B4k","requires":["gallery-flickr-api","json","yui-base"],"ext":false},"whispers":{"path":"j\/whispers.A.vUbGM","requires":["node","event","gallery-flickr-api","yui-base"],"ext":false},"woe-corrector-css":{"path":"c\/c_woe-corrector.BC.v27yEa","type":"css","ext":false},"woe-corrector":{"path":"j\/woe-corrector.A.vZWAi","requires":["base","woe-corrector-css","keyboard-shortcut-manager","flickr-geo","event","yui-base"],"ext":false},"worker":{"path":"j\/.IW.A.v25T36","requires":["base","event","yui-base"],"ext":false},"xmp-extractor":{"path":"j\/xmp-.IN.A.v23NMX","requires":["yui-base"],"ext":false},"you-subnav-menu":{"path":"j\/you-subnav-.BB.A.v256UR","requires":["actions-menu-css","event","gallery-popover","gallery-popover-css","menus","node","yui-base"],"ext":false},"ywa-link-tracking":{"path":"j\/ywa-link-.BW.A.v24J2T","requires":["event","yahoo-web-analytics","yui-base"],"ext":false},"zero-clipboard":{"path":"j\/zero-clipboard.A.vV8nt","requires":["yui-base"],"ext":false},"swfobject":{"path":"j\/.BM.A.vSDLa","ext":false},"yahoo-ult":{"path":"j\/.CM-ult.A.vPboR","ext":false},"yahoo-web-analytics":{"path":"j\/ywa.A.vN4Ni","ext":false},"roundtrip":{"path":"j\/roundtrip.A.v28gYH","ext":false},"ymap":{"path":"j\/.FV.A.vZWmv","requires":["event-synthetic","yui2_5-animation","yui2_5-yahoo","yui2_5-event","yui2_5-dom","yui2_5-dragdrop"],"ext":false},"bing_map":{"path":"j\/bing_map_6_3.A.vRhU2","ext":false},"yui2_5-yahoo":{"path":"j\/.CM\/.CM_2.5.1.A.vr3bn","ext":false},"yui2_5-event":{"path":"j\/.CM\/.G_2.5.1.A.vr3bn","requires":["yui2_5-yahoo"],"ext":false},"yui2_5-dom":{"path":"j\/.CM\/dom_2.5.1.A.vr3bn","requires":["yui2_5-yahoo"],"ext":false},"yui2_5-dragdrop":{"path":"j\/.CM\/.FT_2.5.1.A.vWHYa","requires":["yui2_5-dom","yui2_5-event","yui2_5-yahoo"],"ext":false},"yui2_5-animation":{"path":"j\/.CM\/.FL_2.5.1.A.vr3bn","requires":["yui2_5-dom","yui2_5-event","yui2_5-yahoo"],"ext":false},"worker-echo":{"path":"j\/.IW-echo.A.vWYgt","requires":["worker-yui-ready","yui-base"],"ext":false},"worker-exif-extractor":{"path":"j\/.IW-.KU.A.v23Hgg","requires":["jfif-extractor","better-throttle","dataview","exif-extractor","exif-extractor-tags","worker-yui-ready","yui-base","xmp-extractor"],"ext":false},"worker-yui-ready":{"path":"j\/.IW-.KV.A.vWPcB","requires":["event","event-custom","yui-base"],"ext":false}}}; F.config = F.util.clone(yconf); YUI(yconf).use(function (Y) { Y.use('global-nav', 'defer-images', 'farm_timing', 'rapid-tracker', 'nav-selecta-rapid', 'cookie', function(Y) { Y.globalNav.init(); Y.deferImages('#global-nav img.defer', { threshold: Y.DOM.winHeight() }); Y.deferImages('#comments img.defer', { threshold: Y.DOM.winHeight() }); Y.deferImages('#sidebar-contexts img.defer', { threshold: Y.DOM.winHeight() }); Y.farmTiming.init(); Y.deferImages('#sidebar img.defer', { threshold: Y.DOM.winHeight() }); var keys = { A_pn: '/photo.gne' }; YAHOO.i13n.YWA_ACTION_MAP = { 'Context Widget (any photo)': 2, 'Context Widget scroll arrows': 3, 'Owner Setting (show more)': 4, 'Current context next': 5, 'Current context prev': 6, 'Other context next': 7, 'Other context prev': 8, 'All Sizes': 9, 'Blog This': 10, 'Browse': 11, 'Comment, Post': 50, 'Favorites star': 13, 'Next, previous': 14, 'Person, Add': 15, 'Person, In photo': 16, 'Sign in (top)': 17, 'Sign in (bottom)': 18, 'Sign up (top)': 19, 'Sign up (bottom)': 20, 'Sign in (comment form)': 21, 'Sign up (comment form)': 22, 'Share': 23, 'Account name': 24, 'Camera, Taken with': 25, 'Commenter names': 26, 'Edit photos': 27, 'Galleries, Add to': 28, 'Groups, Send to': 29, 'Location, Taken in, Places': 30, 'Order prints': 31, 'Context Title': 32, 'Slideshow': 33, 'Tag(s), Add to': 34, 'Tag(s)': 35, 'Tag(s), Global': 36, 'Camera, More properties': 37, 'Date, Taken on': 38, 'Tour Dismiss': 39, 'Explore': 40, 'Favorites count': 41, 'Location, Taken in, Map': 42, 'Search box': 43, 'Stats, Photo': 44, 'Tour': 45, 'Actions': 46, 'Lightbox Icon': 47, 'Lightbox Close': 48, 'Location, Add to Map': 49 }; var ywa = { project_id: 10001561398679, host: 'y.analytics.yahoo.com', document_name: '/photo.gne', cf: { 15: '1', 39: 'n', 43: 'o', 1: 'en-us', 3: 'Prod', 4: '', 6: '-1', 7: '0', 9: '0', 10: '-1', 11: '-1', 12: '-1', 13: '2', 51: '1', 52: '0', 53: '0', 54: '0' } }; var conf = { use_rapid: !(/https(?::)?/ig.test(document.location.protocol)), keys: keys, lt_attr: 'data-track', client_only: 1, spaceid: '792600415', tracked_mods: [], track_lv: true, ywa: ywa, use_sampling: false, nofollow_class: ["nav_more","signin-popup","rapidnofollow","contact-changer-trigger","personmenu-relationship-change"] }; conf.tracked_mods.push('global-nav'); conf.tracked_mods.push('nav-bar'); conf.tracked_mods.push('camera-settings-wrapper'); conf.tracked_mods.push('nav-personmenu'); Y.config.flickr.rapidconf = conf; Y.rapidTracker.init(conf); }); Y.use('nav-selecta', 'flickr', 'popup-login', 'liquid-resizer', 'photo', 'context-data', 'photo-people-list', 'photo-sidebar-not-owner', 'photo-geolocation', 'photo-tags', 'liquid-photo-resizer', 'grease', 'comscore', function(Y) { if (document.getElementById('gn-search-field')) { var field_node = Y.one('#gn-search-field'); var nav_selecta = new Y.NavSelecta(field_node, {linkUsernameToPhotostream: 1,preloadText:field_node.get('value')}); } Y.flickr(); Y.popup_login.init(); Y.liquidResizer.init(); Y.photo.init({"id":"8121133637","title":"Team Tinfoil","license":"1","safety_level":1,"owner":"51035718466@N01","ownername":"waferbaby","pathalias":"wafer","iconserver":"8470","iconfarm":9,"url":"\/photos\/wafer\/8121133637\/","media":"photo","date_posted":"1351138497","date_taken":"2012-10-24 13:11:05","fave_count":"9","comment_count":"6","group_count":0,"people_count":7,"needs_interstitial":0,"is_fave":false,"secret":"6d5c8c2f3f","sizes":{"sq":{"label":"Square","file":"_6d5c8c2f3f_s.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8326\/8121133637_6d5c8c2f3f_s.jpg","width":75,"height":75},"q":{"label":"Large Square","file":"_6d5c8c2f3f_q.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8326\/8121133637_6d5c8c2f3f_q.jpg","width":"150","height":"150"},"t":{"label":"Thumbnail","file":"_6d5c8c2f3f_t.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8326\/8121133637_6d5c8c2f3f_t.jpg","width":"100","height":"66"},"s":{"label":"Small","file":"_6d5c8c2f3f_m.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8326\/8121133637_6d5c8c2f3f_m.jpg","width":"240","height":"159"},"n":{"label":"Small 320","file":"_6d5c8c2f3f_n.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8326\/8121133637_6d5c8c2f3f_n.jpg","width":"320","height":213},"m":{"label":"Medium","file":"_6d5c8c2f3f.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8326\/8121133637_6d5c8c2f3f.jpg","width":"500","height":"332"},"z":{"label":"Medium 640","file":"_6d5c8c2f3f_z.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8326\/8121133637_6d5c8c2f3f_z.jpg","width":"640","height":"425"},"c":{"label":"Medium 800","file":"_6d5c8c2f3f_c.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8326\/8121133637_6d5c8c2f3f_c.jpg","width":"800","height":531},"l":{"label":"Large","file":"_6d5c8c2f3f_b.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8326\/8121133637_6d5c8c2f3f_b.jpg","width":"1024","height":"680"},"h":{"label":"Large 1600","file":"_2b3eb2caeb_h.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8326\/8121133637_2b3eb2caeb_h.jpg","width":"1600","height":1063},"k":{"label":"Large 2048","file":"_38d1c97ffd_k.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8326\/8121133637_38d1c97ffd_k.jpg","width":"2048","height":1360},"o":{"label":"Original","file":"_3d0a7ca591_o.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8326\/8121133637_3d0a7ca591_o.jpg","width":"4288","height":"2848"}},"woe":{"woeid":null},"tags":[{"clean":"people","raw":"people"},{"clean":"flickrhq","raw":"flickrhq"}],"can_comment":0,"can_addmeta":0,"description":"Safety first!","is_public":1}); Y.ContextData.add({"id":"photostream","type":"stream","title":"waferbaby's Photostream","url":"\/photos\/wafer\/","total":5127,"open_on_page_load":true,"photos":[{"position":"-2","photo":{"id":"8125496553","title":"Gesticulating","license":"1","safety_level":1,"owner":"51035718466@N01","ownername":"waferbaby","pathalias":"wafer","iconserver":"8470","iconfarm":9,"url":"\/photos\/wafer\/8125496553\/in\/photostream","media":"photo","date_posted":"1351274332","date_taken":"2012-10-25 19:15:31","fave_count":"1","comment_count":"2","needs_interstitial":0,"is_fave":false,"secret":"4a6c2c84c5","sizes":{"sq":{"label":"Square","file":"_4a6c2c84c5_s.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8184\/8125496553_4a6c2c84c5_s.jpg","width":75,"height":75},"q":{"label":"Large Square","file":"_4a6c2c84c5_q.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8184\/8125496553_4a6c2c84c5_q.jpg","width":"150","height":"150"},"t":{"label":"Thumbnail","file":"_4a6c2c84c5_t.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8184\/8125496553_4a6c2c84c5_t.jpg","width":"100","height":"66"},"s":{"label":"Small","file":"_4a6c2c84c5_m.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8184\/8125496553_4a6c2c84c5_m.jpg","width":"240","height":"159"},"n":{"label":"Small 320","file":"_4a6c2c84c5_n.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8184\/8125496553_4a6c2c84c5_n.jpg","width":"320","height":213},"m":{"label":"Medium","file":"_4a6c2c84c5.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8184\/8125496553_4a6c2c84c5.jpg","width":"500","height":"332"},"z":{"label":"Medium 640","file":"_4a6c2c84c5_z.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8184\/8125496553_4a6c2c84c5_z.jpg","width":"640","height":"425"},"c":{"label":"Medium 800","file":"_4a6c2c84c5_c.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8184\/8125496553_4a6c2c84c5_c.jpg","width":"800","height":531},"l":{"label":"Large","file":"_4a6c2c84c5_b.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8184\/8125496553_4a6c2c84c5_b.jpg","width":"1024","height":"680"},"h":{"label":"Large 1600","file":"_421a94e890_h.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8184\/8125496553_421a94e890_h.jpg","width":"1600","height":1063},"k":{"label":"Large 2048","file":"_b35697c6d3_k.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8184\/8125496553_b35697c6d3_k.jpg","width":"2048","height":1360},"o":{"label":"Original","file":"_9b4056c1bd_o.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8184\/8125496553_9b4056c1bd_o.jpg","width":"4288","height":"2848"}},"woe":{"woeid":null}}},{"position":"-1","photo":{"id":"8125515188","title":"Booth babe","license":"1","safety_level":1,"owner":"51035718466@N01","ownername":"waferbaby","pathalias":"wafer","iconserver":"8470","iconfarm":9,"url":"\/photos\/wafer\/8125515188\/in\/photostream","media":"photo","date_posted":"1351274312","date_taken":"2012-10-25 18:40:47","fave_count":"2","comment_count":"2","needs_interstitial":0,"is_fave":false,"secret":"b663f45f56","sizes":{"sq":{"label":"Square","file":"_b663f45f56_s.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8045\/8125515188_b663f45f56_s.jpg","width":75,"height":75},"q":{"label":"Large Square","file":"_b663f45f56_q.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8045\/8125515188_b663f45f56_q.jpg","width":"150","height":"150"},"t":{"label":"Thumbnail","file":"_b663f45f56_t.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8045\/8125515188_b663f45f56_t.jpg","width":"100","height":"66"},"s":{"label":"Small","file":"_b663f45f56_m.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8045\/8125515188_b663f45f56_m.jpg","width":"240","height":"159"},"n":{"label":"Small 320","file":"_b663f45f56_n.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8045\/8125515188_b663f45f56_n.jpg","width":"320","height":213},"m":{"label":"Medium","file":"_b663f45f56.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8045\/8125515188_b663f45f56.jpg","width":"500","height":"332"},"z":{"label":"Medium 640","file":"_b663f45f56_z.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8045\/8125515188_b663f45f56_z.jpg","width":"640","height":"425"},"c":{"label":"Medium 800","file":"_b663f45f56_c.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8045\/8125515188_b663f45f56_c.jpg","width":"800","height":531},"l":{"label":"Large","file":"_b663f45f56_b.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8045\/8125515188_b663f45f56_b.jpg","width":"1024","height":"680"},"h":{"label":"Large 1600","file":"_cb5bd164e2_h.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8045\/8125515188_cb5bd164e2_h.jpg","width":"1600","height":1063},"k":{"label":"Large 2048","file":"_c07cddabf3_k.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8045\/8125515188_c07cddabf3_k.jpg","width":"2048","height":1360},"o":{"label":"Original","file":"_3a83aaab31_o.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8045\/8125515188_3a83aaab31_o.jpg","width":"4288","height":"2848"}},"woe":{"woeid":null}}},{"position":"0","photo":{"id":"8121133637"}},{"position":"1","photo":{"id":"8121148382","title":"Tinfoil Berry","license":"1","safety_level":1,"owner":"51035718466@N01","ownername":"waferbaby","pathalias":"wafer","iconserver":"8470","iconfarm":9,"url":"\/photos\/wafer\/8121148382\/in\/photostream","media":"photo","date_posted":"1351138481","date_taken":"2012-10-24 10:56:06","fave_count":"0","comment_count":"0","needs_interstitial":0,"is_fave":false,"secret":"8938f5309d","sizes":{"sq":{"label":"Square","file":"_8938f5309d_s.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8183\/8121148382_8938f5309d_s.jpg","width":75,"height":75},"q":{"label":"Large Square","file":"_8938f5309d_q.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8183\/8121148382_8938f5309d_q.jpg","width":"150","height":"150"},"t":{"label":"Thumbnail","file":"_8938f5309d_t.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8183\/8121148382_8938f5309d_t.jpg","width":"100","height":"66"},"s":{"label":"Small","file":"_8938f5309d_m.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8183\/8121148382_8938f5309d_m.jpg","width":"240","height":"159"},"n":{"label":"Small 320","file":"_8938f5309d_n.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8183\/8121148382_8938f5309d_n.jpg","width":"320","height":213},"m":{"label":"Medium","file":"_8938f5309d.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8183\/8121148382_8938f5309d.jpg","width":"500","height":"332"},"z":{"label":"Medium 640","file":"_8938f5309d_z.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8183\/8121148382_8938f5309d_z.jpg","width":"640","height":"425"},"c":{"label":"Medium 800","file":"_8938f5309d_c.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8183\/8121148382_8938f5309d_c.jpg","width":"800","height":531},"l":{"label":"Large","file":"_8938f5309d_b.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8183\/8121148382_8938f5309d_b.jpg","width":"1024","height":"680"},"h":{"label":"Large 1600","file":"_19ac7a9850_h.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8183\/8121148382_19ac7a9850_h.jpg","width":"1600","height":1063},"k":{"label":"Large 2048","file":"_ce1659aefb_k.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8183\/8121148382_ce1659aefb_k.jpg","width":"2048","height":1360},"o":{"label":"Original","file":"_a3008713e8_o.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8183\/8121148382_a3008713e8_o.jpg","width":"4288","height":"2848"}},"woe":{"woeid":null}}},{"position":"2","photo":{"id":"8121147588","title":"Tinfoil Schiller","license":"1","safety_level":1,"owner":"51035718466@N01","ownername":"waferbaby","pathalias":"wafer","iconserver":"8470","iconfarm":9,"url":"\/photos\/wafer\/8121147588\/in\/photostream","media":"photo","date_posted":"1351138455","date_taken":"2012-10-24 10:56:00","fave_count":"0","comment_count":"0","needs_interstitial":0,"is_fave":false,"secret":"f114b76148","sizes":{"sq":{"label":"Square","file":"_f114b76148_s.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8191\/8121147588_f114b76148_s.jpg","width":75,"height":75},"q":{"label":"Large Square","file":"_f114b76148_q.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8191\/8121147588_f114b76148_q.jpg","width":"150","height":"150"},"t":{"label":"Thumbnail","file":"_f114b76148_t.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8191\/8121147588_f114b76148_t.jpg","width":"100","height":"66"},"s":{"label":"Small","file":"_f114b76148_m.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8191\/8121147588_f114b76148_m.jpg","width":"240","height":"159"},"n":{"label":"Small 320","file":"_f114b76148_n.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8191\/8121147588_f114b76148_n.jpg","width":"320","height":213},"m":{"label":"Medium","file":"_f114b76148.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8191\/8121147588_f114b76148.jpg","width":"500","height":"332"},"z":{"label":"Medium 640","file":"_f114b76148_z.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8191\/8121147588_f114b76148_z.jpg","width":"640","height":"425"},"c":{"label":"Medium 800","file":"_f114b76148_c.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8191\/8121147588_f114b76148_c.jpg","width":"800","height":531},"l":{"label":"Large","file":"_f114b76148_b.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8191\/8121147588_f114b76148_b.jpg","width":"1024","height":"680"},"h":{"label":"Large 1600","file":"_00de04bfcd_h.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8191\/8121147588_00de04bfcd_h.jpg","width":"1600","height":1063},"k":{"label":"Large 2048","file":"_4ca3794df2_k.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8191\/8121147588_4ca3794df2_k.jpg","width":"2048","height":1360},"o":{"label":"Original","file":"_d362d42d37_o.jpg","url":"https:\/\/web.archive.org\/web\/20130507055856\/http:\/\/farm9.staticflickr.com\/8191\/8121147588_d362d42d37_o.jpg","width":"4288","height":"2848"}},"woe":{"woeid":null}}}]}); Y.ContextData.add({"id":"set-72157623794198155","set_id":"72157623794198155","type":"set","title":"Flickr HQ","url":"\/photos\/wafer\/sets\/72157623794198155\/","photos":[{"position":"0","photo":{"id":"8121133637"}}]}); Y.ContextData.add({"id":"set-72157604022135901","set_id":"72157604022135901","type":"set","title":"People","url":"\/photos\/wafer\/sets\/72157604022135901\/","photos":[{"position":"0","photo":{"id":"8121133637"}}]}); Y.photoGeolocation.init('.photo-story-geopanel-trigger'); Y.PhotoTags.init({ old_machine_tags: 0, global_tag_limit: '75' }); Y.liquidPhotoResizer.init(); Y.grease.init(0); COMSCORE._flickrconf = { c1: 2, c2: 7241469, c3: "", c4: "www.flickr.com%2Fphotos%2Fcfcd208495d565ef66e7dff9f98764da%2F8121133637%2F", c5: "792600415", c6: "", c15: "" }; COMSCORE.beacon(COMSCORE._flickrconf); }); Y.use('photo-preloader', function(Y) { Y.photoPreloader.init({ preload_limits: { low: -1, high: 1 } }); }); }); })(); </script> <noscript> <img src="https://web.archive.org/web/20130507055856im_/http://b.scorecardresearch.com/b?c1=2&c2=7241469&c3=&c4=www.flickr.com%2Fphotos%2Fcfcd208495d565ef66e7dff9f98764da%2F8121133637%2F&c5=792600415&c6=&c15=&cv=1.3&cj=1" style="display:none" width="0" height="0" alt=""/> </noscript> </body> </html><!-- FILE ARCHIVED ON 05:58:56 May 07, 2013 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 11:13:12 Nov 29, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 1.165 exclusion.robots: 0.085 exclusion.robots.policy: 0.067 esindex: 0.024 cdx.remote: 30.068 LoadShardBlock: 140.531 (3) PetaboxLoader3.datanode: 111.315 (4) PetaboxLoader3.resolve: 102.071 (2) load_resource: 95.358 -->