 $(document).ready(function() { 	
		// Space out the viewport, too lazy to CSS it ;s

		$('#rotatingImages').cycle({ timeout:6000, fx:'fade' });
		$('#mainContent tr.lb a').lightBox();


	});
