// Made with Joy by What Cheer
$(function(){$('#feedcontainer').cycle({prev:'#prev',next:'#next',pause:1,timeout:10000});var timer=5000;scrollInterval=setInterval(function(){advance();},timer);var i=2
while(i<=7){$('<img />').attr('src','/wp-content/themes/whatcheer/images/content/homefader/banners/banner'+i+'.jpg').load(function(){$('.profile').append($(this));});i++}
$('.bannertabs a').mouseenter(function(){var item=$(this).parent().attr('id');$('#'+item+' span').stop().animate({opacity:1},250);}).mouseleave(function(){var item=$(this).parent().attr('id');if($(this).parent().hasClass('current')){}else{$('#'+item+' span').stop().animate({opacity:0},1000);}});$('.bannertabs a').bind('click',function(){var item=$(this).parent().attr('id');switchBanner(item);clearInterval(scrollInterval);return false;});});function switchOff(id){$('li#bannertab-'+id).animate({marginLeft:"40px"},250);$('#bannertab-'+id+' span').animate({opacity:0},250);}
function switchOn(id){$('li#bannertab-'+id).animate({marginLeft:"+18px"},250);$('li#bannertab-'+id).animate({marginLeft:"+20px"},25);$('#bannertab-'+id+' span').animate({opacity:1},250);}
function advance(){var currentSelected=$('.current').attr('id');if(currentSelected=='bannertab-7'){item='bannertab-1';}else{var slidearr=currentSelected.split('-');var currentNum=parseInt(slidearr[1]);var nextNum=currentNum+1;var item='bannertab-'+nextNum;}
if(currentSelected!=item){$('#'+currentSelected).removeClass('current');$('#'+item).addClass('current');if(item=='bannertab-1'){switchOff(7);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(item=='bannertab-2'){switchOff(1);switchOn(2);$('#bannercontent').fadeOut('fast',function(){$(this).html('<a href="/media-analysis/"><img src="/wp-content/themes/whatcheer/images/content/homefader/banners/banner2.jpg" alt="" /></a>');}).fadeIn();}
if(item=='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(item=='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(item=='bannertab-5'){switchOff(4);switchOn(5);$('#bannercontent').fadeOut('fast',function(){$(this).html('<a href="/press-clippings/"><img src="/wp-content/themes/whatcheer/images/content/homefader/banners/banner5.jpg" alt="" /></a>');}).fadeIn();}
if(item=='bannertab-6'){switchOff(5);switchOn(6);$('#bannercontent').fadeOut('fast',function(){$(this).html('<a href="/executive-reports/"><img src="/wp-content/themes/whatcheer/images/content/homefader/banners/banner6.jpg" alt="" /></a>');}).fadeIn();}
if(item=='bannertab-7'){switchOff(6);switchOn(7);$('#bannercontent').fadeOut('fast',function(){$(this).html('<a href="/media-contacts-and-releasing/"><img src="/wp-content/themes/whatcheer/images/content/homefader/banners/banner7.jpg" alt="" /></a>');}).fadeIn();}}}
function switchBanner(item){var currentSelected=$('.current').attr('id');var slidearr=currentSelected.split('-');var currentNum=parseInt(slidearr[1]);if(currentSelected!=item){$('#'+currentSelected).removeClass('current');$('#'+item).addClass('current');if(item=='bannertab-1'){switchOff(currentNum);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(item=='bannertab-2'){switchOff(currentNum);switchOn(2);$('#bannercontent').fadeOut('fast',function(){$(this).html('<a href="/media-analysis/"><img src="/wp-content/themes/whatcheer/images/content/homefader/banners/banner2.jpg" alt="" /></a>');}).fadeIn();}
if(item=='bannertab-3'){switchOff(currentNum);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(item=='bannertab-4'){switchOff(currentNum);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(item=='bannertab-5'){switchOff(currentNum);switchOn(5);$('#bannercontent').fadeOut('fast',function(){$(this).html('<a href="/press-clippings/"><img src="/wp-content/themes/whatcheer/images/content/homefader/banners/banner5.jpg" alt="" /></a>');}).fadeIn();}
if(item=='bannertab-6'){switchOff(currentNum);switchOn(6);$('#bannercontent').fadeOut('fast',function(){$(this).html('<a href="/executive-reports/"><img src="/wp-content/themes/whatcheer/images/content/homefader/banners/banner6.jpg" alt="" /></a>');}).fadeIn();}
if(item=='bannertab-7'){switchOff(currentNum);switchOn(7);$('#bannercontent').fadeOut('fast',function(){$(this).html('<a href="/media-contacts-and-releasing/"><img src="/wp-content/themes/whatcheer/images/content/homefader/banners/banner7.jpg" alt="" /></a>');}).fadeIn();}}}
