jQuery(function(f){var e=false;
var b=null;
function g(k){if(k.operator){if(!e){e=true;
f("#chat").slideDown();
}}else{e=false;
f("#chat").slideUp();
}}function d(){var k="/resource/chat/";
var l="resizable=yes,width=320,height=480";
if(jQuery.browser.mozilla){l+=",location=yes";
}b=window.open(k,"session",l);
g({operator:false});
}function h(){if(window.chatNotify){g({});
}else{if(b===null||b.closed){jQuery.getJSON("/resource/json/chat/",g);
}}}var a=f('<div id="chat" class="attention"></div>').html("<h2>Chat with us</h2>Undergraduate Admissions<br>representatives are online<br>to chat with you now...");
a.hide().hover(function(){f(this).addClass("hover");
},function(){f(this).removeClass("hover");
}).click(d);
var c=f("#menu").get(0);
var j=f("#inner").get(0);
if(c&&j.offsetHeight-c.offsetHeight>=133){a.appendTo(c);
}else{a.prependTo(j);
}h();
var i=setInterval(h,8000);
});
