// JavaScript Document
window.addEvent('domready', function(){
	$$('code').light({
		altLines: 'hover',
		path: 'lighter/',
		mode: 'ol',
		fuel: 'js',
		indent: 4
	});
});

