function loadPressRoom(a,b){if(a!=="newscenter")var c=jQuery("#"+b+"-year").val(),d=jQuery("#"+b+"-category").val();if(a=="start"||a=="newscenter")d=c="all";c=escape(c);d=escape(d);a=escape(a);b=escape(b);jQuery("#"+b+"_area").fadeOut(500,function(){jQuery("#"+b+"_area").html("");jQuery.getJSON("http://www.rightnow.com/pressAjax.php?year="+c+"&category="+d+"&type="+a+"&area="+b+"&callback=?",function(e){if(e.error)jQuery("#"+b+"_area").append("<em>No items matched your filter selections.</em>").fadeIn(500);
else if(a=="start"||a=="go")jQuery.each(e,function(){if(b=="news")publication="<br>"+this.publication+"<br>";else if(b=="press")publication="";jQuery("#"+b+"_area").append("<li class='hentry'><h4 class='entry-title'><a href='"+this.linkHref+"'>"+this.title+"</a></h4><abbr class='published'>"+this.releaseDate+"</abbr><br /><span class='location'>"+this.location+"</span>"+publication+"<p class='entry-summary'>"+this.description+" <a href="+this.linkHref+" rel='bookmark nofollow' class='continue'>continue</a></p></li>")});
else a=="newscenter"&&jQuery.each(e,function(){jQuery("#"+b+"_area").append("<li class='hentry'><a href='"+this.linkHref+"'>"+this.title+"</a>, <abbr class='published'>"+this.releaseDate+"</abbr></li>")})})});jQuery("#"+b+"_area").fadeIn(1500)}
function loadRnTwitter(a){jQuery.getJSON("http://twitter.com/statuses/user_timeline/RightNowNews.json?count="+a+"&callback=?",function(b){jQuery.each(b,function(){var c=this.text;c=c.replace(/(((https?)|(ftp)):\/\/([\-\w]+\.)+\w{2,3}(\/[%\-\w]+(\.\w{2,})?)*(([\w\-\.\?\\/+@&#;`~=%!]*)(\.\w{2,})?)*\/?)/i,'<a href="$1">$1</a>');c=c.replace(/(^|\s)@(\w+)/g,'$1@<a href="http://www.twitter.com/$2">$2</a>');c=c.replace(/(^|\s)#(\w+)/g,'$1<a href="http://search.twitter.com/search?q=%23$2">#$2</a>');jQuery("#rn-twitter").append("<li>"+
c+"</li>")})})}
jQuery(document).ready(function(){if(jQuery("body").hasClass("newscenter")){jQuery.getJSON("http://www.rightnow.com/pressAjax.php?function=getYears&callback=?",function(a){jQuery.each(a,function(){jQuery("#press-year").append("<option>"+this+"</option>");jQuery("#news-year").append("<option>"+this+"</option>")})});jQuery.getJSON("http://www.rightnow.com/pressAjax.php?function=getCats&callback=?",function(a){jQuery.each(a,function(){jQuery("#press-category").append("<option>"+this+"</option>");jQuery("#news-category").append("<option>"+
this+"</option>")})});loadPressRoom("start","press");loadPressRoom("start","news");loadRnTwitter(3)}if(jQuery("body").hasClass("template-newscenter")){loadPressRoom("newscenter","press");loadPressRoom("newscenter","news");loadRnTwitter(3)}});

