	$(document).ready(function(){
		scroll_tweet();
		/*
		$(document).keyup(function(e) { 
			if (e.which == 27) { $("#jquery-overlay").css("display","none"); $("#jquery-lightbox").css("display","none"); }  // esc
		});
		*/
		$('.flickr_thumb a').lightBox({fixedNavigation:true}); // Select all links in object with gallery ID
			//preload(img_arr);
	});

