
	$(document).ready(function(){
		/*
		var x = readCookie('site_font_size');
		if(x)
		{
			var fontsz = readCookie('site_font_size');
			
		}
		else
			var fontsz = "1.0em"; //Default to 1em
		
		// Change body text size
		document.body.style.fontSize = fontsz;
		*/
	
	});
	

