window.addEvent('domready', function() {
	
	if ($("content-background")){
		if ($$("#content-background img").length > 1){
			var myCarousel = new SimpleCarousel($("content-background"), $$("#content-background img"), $$("#content-background a.num"), {
				slideInterval: 5000
			});
		}
	}

});



