// JavaScript Document



	$(document).ready(function() {

		if ($(".lightbox").length > 0) {

			$(".lightbox").fancybox();

		}

	});
	
$(document).ready(function() {
	FontSize.init([
		['#leftColumn p, #leftColumn h1, #footer p, #footer small, #footer a, .sidebarNews p, label'],
	]);		
});


