$(document).ready(function(){var A="test";if($("#commentsLightboxContentLLB")){A="LLB";}else{A="DH";}$(".msgSubmit input").hover(function(){$(this).attr("src","img/commentsInputSubmitHover.jpg");},function(){$(this).attr("src","img/commentsInputSubmit"+A+".jpg");});$(".lightboxMessage img").hover(function(){$(this).attr("src","img/backToArticleHover.gif");},function(){$(this).attr("src","img/backToArticle"+A+".gif");
});});