$(function() {
	
	if ($('body.home').length) {
		if ($('ul#background-rotate li').length > 1) {
			$('ul#background-rotate').cycle();
		} else {
			$('ul#background-rotate li').css('display','block');
		}
	} else {
		$('ul#background-rotate li').css('display','block');
	}
	
});
