$(function(){
	//  menu active style
	$('#localNav a').each(function(idx){
		var href=window.location.href;
		if (this.href.toLowerCase() == href.toLowerCase()) {
			$(this).addClass('active');
			return !1;
		};
	});
	var c = $('#chooseFont a').click(function(){
		return !$('#content').removeClass(c).addClass($(this).attr('rel'));
	}).map(function(){ return $(this).attr('rel');}).get().join(' ');
});
