$(function(){var timer=8000;scrollInterval=setInterval(function(){advance();},timer);$('.hoverstop').hover(function(){clearInterval(scrollInterval);},function(){scrollInterval=setInterval(function(){advance();},timer);});$('.nav_button').bind('click',function(){var item=$(this).attr('id');switchSlide(item);clearInterval(scrollInterval);return false;});$('<img />').attr('src','/wp-content/themes/whatcheer/images/content/primary/slider/night.jpg').load(function(){$('.profile').append($(this));});$('<img />').attr('src','/wp-content/themes/whatcheer/images/content/primary/slider/community.jpg').load(function(){$('.profile').append($(this));});$('<img />').attr('src','/wp-content/themes/whatcheer/images/content/primary/slider/exterior.jpg').load(function(){$('.profile').append($(this));});$('<img />').attr('src','/wp-content/themes/whatcheer/images/content/primary/slider/commitment.jpg').load(function(){$('.profile').append($(this));});$('<img />').attr('src','/wp-content/themes/whatcheer/images/content/primary/slider/floorplan.jpg').load(function(){$('.profile').append($(this));});$('<img />').attr('src','/wp-content/themes/whatcheer/images/content/primary/slider/comfort.jpg').load(function(){$('.profile').append($(this));});});function switchSlide(item){var currentSelected=$('.current').attr('id');if(currentSelected!=item){$('#'+currentSelected).removeClass('current');$('#'+item).addClass('current');if(item=='slide-1'){$('.hero').fadeOut('fast',function(){$(this).html('<a href="/about/"><img src="/wp-content/themes/whatcheer/images/content/primary/slider/weare.jpg" alt="We are committed to your comfort." /></a>');}).fadeIn();}
if(item=='slide-2'){$('.hero').fadeOut('fast',function(){$(this).html('<a href="#"><img src="/wp-content/themes/whatcheer/images/content/primary/slider/night.jpg" alt="" /></a>');}).fadeIn();}
if(item=='slide-3'){$('.hero').fadeOut('fast',function(){$(this).html('<a href="/about/"><img src="/wp-content/themes/whatcheer/images/content/primary/slider/community.jpg" alt="Community" /></a>');}).fadeIn();}
if(item=='slide-4'){$('.hero').fadeOut('fast',function(){$(this).html('<a href="#"><img src="/wp-content/themes/whatcheer/images/content/primary/slider/exterior.jpg" alt="" /></a>');}).fadeIn();}
if(item=='slide-5'){$('.hero').fadeOut('fast',function(){$(this).html('<a href="/about/"><img src="/wp-content/themes/whatcheer/images/content/primary/slider/commitment.jpg" alt="Commitment" /></a>');}).fadeIn();}
if(item=='slide-6'){$('.hero').fadeOut('fast',function(){$(this).html('<a href="#"><img src="/wp-content/themes/whatcheer/images/content/primary/slider/floorplan.jpg" alt="" /></a>');}).fadeIn();}
if(item=='slide-7'){$('.hero').fadeOut('fast',function(){$(this).html('<a href="/about/"><img src="/wp-content/themes/whatcheer/images/content/primary/slider/comfort.jpg" alt="Comfort" /></a>');}).fadeIn();}}}
function advance(){var currentSelected=$('.current').attr('id');if(currentSelected=='slide-7'){item='slide-1';}else{var slidearr=currentSelected.split('-');var currentNum=parseInt(slidearr[1]);var nextNum=currentNum+1;var item='slide-'+nextNum;}
if(currentSelected!=item){$('#'+currentSelected).removeClass('current');$('#'+item).addClass('current');if(item=='slide-1'){$('.hero').fadeOut('fast',function(){$(this).html('<a href="/about/"><img src="/wp-content/themes/whatcheer/images/content/primary/slider/weare.jpg" alt="We are committed to your comfort." /></a>');}).fadeIn();}
if(item=='slide-2'){$('.hero').fadeOut('fast',function(){$(this).html('<a href="/about/"><img src="/wp-content/themes/whatcheer/images/content/primary/slider/night.jpg" alt="" /></a>');}).fadeIn();}
if(item=='slide-3'){$('.hero').fadeOut('fast',function(){$(this).html('<a href="/about/"><img src="/wp-content/themes/whatcheer/images/content/primary/slider/community.jpg" alt="Community" /></a>');}).fadeIn();}
if(item=='slide-4'){$('.hero').fadeOut('fast',function(){$(this).html('<a href="#"><img src="/wp-content/themes/whatcheer/images/content/primary/slider/exterior.jpg" alt="" /></a>');}).fadeIn();}
if(item=='slide-5'){$('.hero').fadeOut('fast',function(){$(this).html('<a href="/about/"><img src="/wp-content/themes/whatcheer/images/content/primary/slider/commitment.jpg" alt="Commitment" /></a>');}).fadeIn();}
if(item=='slide-6'){$('.hero').fadeOut('fast',function(){$(this).html('<a href="#"><img src="/wp-content/themes/whatcheer/images/content/primary/slider/floorplan.jpg" alt="" /></a>');}).fadeIn();}
if(item=='slide-7'){$('.hero').fadeOut('fast',function(){$(this).html('<a href="#"><img src="/wp-content/themes/whatcheer/images/content/primary/slider/comfort.jpg" alt="Comfort" /></a>');}).fadeIn();}}}
