$(document).ready(function(){
	$("#onedynmoodcomment").toggle(function(){
		$(this).css("background","url(../../images/myspace/pinglunhou.gif)")
			    .css("background-repeat","no-repeat")
				.css("background-position","center right");
		$("#commentadd_"+$('#onemoodidsp1').val()).show();	
	
	},function(){
		
		$(this).css("background","url(../../images/myspace/pinglun.gif)")
			    .css("background-repeat","no-repeat")
				.css("background-position","center right");
		$("#commentadd_"+$('#onemoodidsp1').val()).hide();
	})
	
	//三种专辑切换
	$(".tupian").click(function(){
		$(this).css("background-position","0 0px");
		$(".yinyue").css("background-position","0 -87px");
		$(".video").css("background-position","0 -111px");		
		$(".caBorder01").css("width","14px");
		$(".chooseAlbum h1").text(hipho);
		$(".caBorder03").css("width","575px");
			$(".albumBox .chooseAlbumTable").show();
			$(".albumBox .chooseAlbumTable1").hide();
			$(".albumBox .chooseAlbumTable2").hide();
	})
	$(".yinyue").click(function(){
			$(this).css("background-position","0 -21px");
			$(".tupian").css("background-position","0 -66px");
			$(".video").css("background-position","0 -111px");
			$(".chooseAlbum h1").text(himusic);
			$(".caBorder01").css("width","50px");
			$(".caBorder03").css("width","539px");
			$(".albumBox .chooseAlbumTable1").show();
			$(".albumBox .chooseAlbumTable").hide();
			$(".albumBox .chooseAlbumTable2").hide();
	})
	$(".video").click(function(){
			$(this).css("background-position","0 -45px");
			$(".tupian").css("background-position","0 -66px");
			$(".yinyue").css("background-position","0 -87px");
			$(".chooseAlbum h1").text(hivideo);
			$(".caBorder01").css("width","85px");
			$(".caBorder03").css("width","504px");
			$(".albumBox .chooseAlbumTable2").show();
			$(".albumBox .chooseAlbumTable1").hide();
			$(".albumBox .chooseAlbumTable").hide();
	})
	$(".xihuan").hover(function(){
	      $(this).css("background","url(/images/myspace/bot_bg.gif)")
		   .css("background-repeat","no-repeat")
		   .css("background-position","0 -126px");
			 
	},function(){
	$(this).css("background","url(/images/myspace/bot_bg.gif)")
		   .css("background-repeat","no-repeat")
		   .css("background-position","0 -93px");			 	
	})
})


		
