$(document).ready(function(){

$('.navOver').hover( function () { $("img", this).fadeOut(200); }, function () { $("img", this).fadeIn(200); });
$('.mnavOver').hover( function () { $("img", this).fadeOut(200); }, function () { $("img", this).fadeIn(200); });
$('.picOverli').hover( function () { $("img", this).fadeOut(200); }, function () { $("img", this).fadeIn(200); });
$('.picOver').hover( function () { 
$("img", this).fadeOut(200); }, function () { $("img", this).fadeIn(200); 

});

$(".nlink").hover (function () {
$("#homeright").html($(this).parents(".parent").find(".news").html());

});

$(".nlink").click (function () {
$("#contright").html($(this).parents(".parent").find(".descnews").html());
$("#contleft").html($(this).parents(".parent").find(".picnews").html());
});

$(".homelink").hover (function () {
$("#homeright").html($(this).parents(".parent").find(".news").html());

});




});
