jQuery(function($){
$(".news_img").each(function(){
var ihref=$(this).find(".news_right").find(".news_right_title").children("a[title]").attr("href");
$(this).find(".news_left_PICTURE").children("a").attr("href",ihref);
})
$(".citc-jylyPnews-item-pic").each(function(i,v){
	var bsrc=$(this).find("a[title]").children("img").attr("src");
	$(this).hover(function(){
	$(this).find("a[title]").children("img").attr("src","/portals/0/skins/index/ywly"+i+".jpg");
	},function(){
$(this).find("a[title]").children("img").attr("src",bsrc);
})
})
})
