window.addEvent('domready', function(){	
	$$('pre:not(.hidden)').light({
		path: '/wp-content/themes/hemingway/js/Lighter/'
	});
});

