$(document).ready(function() {
 Cufon.replace(['.entry-title','.home .entry-content h2','.entry-content label'], { fontFamily: 'RotisSansSerif' });
 Cufon.replace(['.menu li', 'p.cities', '.frame h3'], {
  fontFamily: 'Geometric 415',
  hover: {
   color: '#B3E4EF'
  }
 });
 
 $('a.external').click(function(e) {
  window.open(this.href);
  return false;
 });
 
 $('.county .frame ul').cycle({
  timeout: 7000,
  speed: 500,
		fx: 'turnDown'
	});
	
	if ($('picture-rotator')) {
  $('#picture-rotator ul').cycle({
   timeout: 7000,
   speed: 1000,
 		fx: 'fade'
 	});
	}
	
	if ($('promos')) {
  $('#promos ul').cycle({
   timeout: 7000,
   speed: 1000,
 		fx: 'fade'
 	});
	}
});
