//Just incase we need to make multiple functions this avoids using
// {literal} tags in the CMSMS templates


// This will fade all images within the banner div
$(document).ready(function(){
	$('#banner').cycle('fade');
});
