var bannermo=function(){$("#banners a").css("text-decoration","");$("#content-blocks > div").hide();};$().ready(function(){$("#content-blocks > div").hide();$("#bannermo-orange").mouseover(function(){bannermo();$("#bannermo-orange").css("text-decoration","underline");$("#content-orange").show();return false;});$("#bannermo-yellow").mouseover(function(){bannermo();$("#bannermo-yellow").css("text-decoration","underline");$("#content-yellow").show();return false;});$("#bannermo-gold").mouseover(function(){bannermo();$("#bannermo-gold").css("text-decoration","underline");$("#content-gold").show();return false;});});
