jQuery(document).ready(function() {
		//CREATES SLIDESHOW OF IMAGES
		jQuery('#header_img').cycle({
		fx: 'fade',
		timeout: 8000
	});
});