/**
 * New home js
 * 
 * -=========Write less, Do more,it's jQuery-=================
 * 	
 * 
 * @author nightsailer<nightsailer.hibeauty.cn>
 * @version v0.1b200701
 */
 
/**
 * So easy here
 */ 
function int_home(){
    $('div.newtags ul li a').hover(
    	function(){
    		$(this.parentNode).siblings(".ic_pm").removeClass('ic_pm').end().addClass('ic_pm');
			$(this.hash).siblings('.newdhzcd').hide().end().show();
    	},
    	function(){}
    );
}
$(document).ready(int_home);
