
//var monthData = "";
//var date =  new Date()
//var currentMonth = date.getMonth();
//var currentYear = date.getFullYear();
//if(currentMonth==0){
//	currentMonth = 12;
//	currentYear--;
//}

function initUserLrc(){
//	initPm();
	
	$('#more').localScroll({
	   target:'#blogzpcontent'
	});

//	$('#lrcShowPage').localScroll({
//	   target:'#lrcContent'
//	});
	
	var $usrph = $('#more a');
	$usrph.click(function(){
			$usrph.removeClass("redone redtwo whiteone whitetwo");
			var _ = $(this);
			if(_.is('.one')){
					$('.two').addClass('whitetwo');
					_.addClass('redone');
			}else{
					_.addClass('redtwo');
					$('.one').addClass('whiteone');
			}
			return false;
	});
//	var $lrcph = $('#lrcPh .ShowPage a');
//	$lrcph.click(function(){
//			$lrcph.removeClass("ShowP1This ShowP2This");
//			var _ = $(this);
//			if(_.is('.ShowP1')){
//					_.addClass('ShowP1This');
//			}else{
//					_.addClass('ShowP2This');	
//			}
//			return false;
//	});
}

//function initPm(){
//	$("#userLrc .list dt>a").click(function(){
//					$(this).dialog({
//                        type: 1,
//						drag:true,
//						autoHide:true
//                    });
//                    return false;
//	});
//}
