// JavaScript Document

	$(document).ready(function(){
			$('.banner').replaceWith('<div class="banner"><img src="/a/wp-content/themes/new-combustion/images/home-banners/banner1.jpg" width="697" height="195" alt="New Combustion Trust Banner" /><img src="/a/wp-content/themes/new-combustion/images/home-banners/banner2.jpg" width="697" height="195" alt="New Combustion emergency breakdown" /><img src="/a/wp-content/themes/new-combustion/images/home-banners/banner3.jpg" width="697" height="195" alt="New Combustion Experience" /><img src="/a/wp-content/themes/new-combustion/images/home-banners/banner4.jpg" width="697" height="195" alt="New Combustion Care Service" /><img src="/a/wp-content/themes/new-combustion/images/home-banners/banner5.jpg" width="697" height="195" alt="New Combustion Experts" /></div>');
			$('.banner').cycle({
				fx: 'fade',
				speed: 3000,
				timeout: 2000
			});
							   });
