	$(document).ready(function() {
		if($.cookie('TEXT_SIZE')) {
			$('body').addClass($.cookie('TEXT_SIZE'));	
			    Cufon.refresh();
		}
		$('.resizer a').click(function() {
			var textSize = $(this).parent().attr('class');
			$('body').removeClass('small medium large').addClass(textSize);
			    Cufon.refresh();
			$.cookie('TEXT_SIZE',textSize, { path: '/', expires: 10000 });
			return false;
		});
	});
	        window.onload=function(){
        var formref=document.getElementById("switchform")
        indicateSelected(formref.switchcontrol)
        }
