$(document).ready(function(){
var attr = $(".belowLN table tr td img").attr("src");
var topAttr = $("#Header .headerChat img").attr("src");
var newOff = "http://lib.store.yahoo.net/lib/yhst-14016457918231/repoffline.gif";
var newOn = "http://lib.store.yahoo.net/lib/yhst-14016457918231/reponline.gif";
var newOcc = "http://lib.store.yahoo.net/lib/yhst-14016457918231/repoccupied.gif";
var newOffs = "https://images.liveperson.com/lp/90691268/repoffline.gif";
var newOns = "https://images.liveperson.com/lp/90691268/reponline.gif";
var newOccs = "https://images.liveperson.com/lp/90691268/repoccupied.gif";

if (attr==newOff||topAttr==newOffs){
$("#Header .headerChat img").attr("src","http://lib.store.yahoo.net/lib/yhst-14016457918231/repoffline-header.gif");
$(".headerChat").show();}

if (attr==newOn||topAttr==newOns){
$("#Header .headerChat img").attr("src","http://lib.store.yahoo.net/lib/yhst-14016457918231/reponline-header.gif");
$(".headerChat").show();}

if (attr==newOcc||topAttr==newOccs){
$("#Header .headerChat img").attr("src","http://lib.store.yahoo.net/lib/yhst-14016457918231/repoccupied-header.gif");
$(".headerChat").show();}



});
