function setupChat(){var pWidth=210;var screenX=0;var screenY=0;if($.browser.msie){screenX=window.screenLeft;screenY=window.screenTop;}else{screenX=window.screenX;screenY=window.screenY;}
var x=screenX+$(window).width()-pWidth;var y=screenY;var profiles={chatpop:{width:210,height:300,left:x,top:y}};$("a.saleschat").attr("href","/help/saleschat.html").attr("rel","chatpop").popupwindow(profiles);}
$(document).ready(function(){$.getJSON("https://api.oscar.aol.com/presence/get?k=ho1zUpL7g06_4WKC&f=json&t=hosaleschat&c=?",function(result){if(result.response.data.users&&result.response.data.users[0].state=='online'){$("#links").css("background-image","url('/images/header-right-links.jpg')");$("a.saleschat").attr("title","Chat is Online");setupChat();}});});
