// Made with Joy by What Cheer
$(function(){$("#feedcontainer").cycle({prev:"#prev",next:"#next",pause:1,timeout:1E4});scrollInterval=setInterval(function(){advance()},5E3);for(var a=2;a<=8;){$("<img />").attr("src","/wp-content/themes/whatcheer/images/content/homefader/banners/banner"+a+".jpg").load(function(){$(".profile").append($(this))});a++}$(".bannertabs a").mouseenter(function(){var b=$(this).parent().attr("id");$("#"+b+" span").stop().animate({opacity:1},250)}).mouseleave(function(){var b=$(this).parent().attr("id");$(this).parent().hasClass("current")|| $("#"+b+" span").stop().animate({opacity:0},1E3)});$(".bannertabs a").bind("click",function(){var b=$(this).parent().attr("id");switchBanner(b);clearInterval(scrollInterval);return false})});function switchOff(a){$("li#bannertab-"+a).animate({marginLeft:"40px"},250);$("#bannertab-"+a+" span").animate({opacity:0},250)} function switchOn(a){$("li#bannertab-"+a).animate({marginLeft:"+18px"},250);$("li#bannertab-"+a).animate({marginLeft:"+20px"},25);$("#bannertab-"+a+" span").animate({opacity:1},250)} function advance(){var a=$(".current").attr("id");if(a=="bannertab-8")b="bannertab-1";else{b=a.split("-");var b="bannertab-"+(parseInt(b[1])+1)}if(a!=b){$("#"+a).removeClass("current");$("#"+b).addClass("current");if(b=="bannertab-1"){switchOff(8);switchOn(1);$("#bannercontent").fadeOut("fast",function(){$(this).html('<a href="/about/"><img src="/wp-content/themes/whatcheer/images/content/homefader/banners/banner1.jpg" alt="" /></a>')}).fadeIn()}if(b=="bannertab-2"){switchOff(1);switchOn(2);$("#bannercontent").fadeOut("fast", function(){$(this).html('<a href="/press-clippings/"><img src="/wp-content/themes/whatcheer/images/content/homefader/banners/banner2.jpg" alt="" /></a>')}).fadeIn()}if(b=="bannertab-3"){switchOff(2);switchOn(3);$("#bannercontent").fadeOut("fast",function(){$(this).html('<a href="/tv-radio-monitoring/"><img src="/wp-content/themes/whatcheer/images/content/homefader/banners/banner3.jpg" alt="" /></a>')}).fadeIn()}if(b=="bannertab-4"){switchOff(3);switchOn(4);$("#bannercontent").fadeOut("fast",function(){$(this).html('<a href="/web-and-social-media-tracking/"><img src="/wp-content/themes/whatcheer/images/content/homefader/banners/banner4.jpg" alt="" /></a>')}).fadeIn()}if(b== "bannertab-5"){switchOff(4);switchOn(5);$("#bannercontent").fadeOut("fast",function(){$(this).html('<a href="/media-analysis/"><img src="/wp-content/themes/whatcheer/images/content/homefader/banners/banner5.jpg" alt="" /></a>')}).fadeIn()}if(b=="bannertab-6"){switchOff(5);switchOn(6);$("#bannercontent").fadeOut("fast",function(){$(this).html('<a href="/construction-leads-and-bids/"><img src="/wp-content/themes/whatcheer/images/content/homefader/banners/banner6.jpg" alt="" /></a>')}).fadeIn()}if(b== "bannertab-7"){switchOff(6);switchOn(7);$("#bannercontent").fadeOut("fast",function(){$(this).html('<a href="/executive-reports/"><img src="/wp-content/themes/whatcheer/images/content/homefader/banners/banner7.jpg" alt="" /></a>')}).fadeIn()}if(b=="bannertab-8"){switchOff(7);switchOn(8);$("#bannercontent").fadeOut("fast",function(){$(this).html('<a href="/media-contacts-and-releasing/"><img src="/wp-content/themes/whatcheer/images/content/homefader/banners/banner8.jpg" alt="" /></a>')}).fadeIn()}}} function switchBanner(a){var b=$(".current").attr("id"),c=b.split("-");c=parseInt(c[1]);if(b!=a){$("#"+b).removeClass("current");$("#"+a).addClass("current");if(a=="bannertab-1"){switchOff(c);switchOn(1);$("#bannercontent").fadeOut("fast",function(){$(this).html('<a href="/about/"><img src="/wp-content/themes/whatcheer/images/content/homefader/banners/banner1.jpg" alt="" /></a>')}).fadeIn()}if(a=="bannertab-2"){switchOff(c);switchOn(2);$("#bannercontent").fadeOut("fast",function(){$(this).html('<a href="/press-clippings/"><img src="/wp-content/themes/whatcheer/images/content/homefader/banners/banner2.jpg" alt="" /></a>')}).fadeIn()}if(a== "bannertab-3"){switchOff(c);switchOn(3);$("#bannercontent").fadeOut("fast",function(){$(this).html('<a href="/tv-radio-monitoring/"><img src="/wp-content/themes/whatcheer/images/content/homefader/banners/banner3.jpg" alt="" /></a>')}).fadeIn()}if(a=="bannertab-4"){switchOff(c);switchOn(4);$("#bannercontent").fadeOut("fast",function(){$(this).html('<a href="/web-and-social-media-tracking/"><img src="/wp-content/themes/whatcheer/images/content/homefader/banners/banner4.jpg" alt="" /></a>')}).fadeIn()}if(a== "bannertab-5"){switchOff(c);switchOn(5);$("#bannercontent").fadeOut("fast",function(){$(this).html('<a href="/media-analysis/"><img src="/wp-content/themes/whatcheer/images/content/homefader/banners/banner5.jpg" alt="" /></a>')}).fadeIn()}if(a=="bannertab-6"){switchOff(c);switchOn(6);$("#bannercontent").fadeOut("fast",function(){$(this).html('<a href="/construction-leads-and-bids/"><img src="/wp-content/themes/whatcheer/images/content/homefader/banners/banner6.jpg" alt="" /></a>')}).fadeIn()}if(a== "bannertab-7"){switchOff(c);switchOn(7);$("#bannercontent").fadeOut("fast",function(){$(this).html('<a href="/executive-reports/"><img src="/wp-content/themes/whatcheer/images/content/homefader/banners/banner7.jpg" alt="" /></a>')}).fadeIn()}if(a=="bannertab-8"){switchOff(c);switchOn(8);$("#bannercontent").fadeOut("fast",function(){$(this).html('<a href="/media-contacts-and-releasing/"><img src="/wp-content/themes/whatcheer/images/content/homefader/banners/banner8.jpg" alt="" /></a>')}).fadeIn()}}} ;
