$(document).ready(function(){
	$('#loyalty-card-anim').cycle({
		fx:'fade', timeout:6000
	});
	$('#advert-slideshow').cycle({
		fx:'fade', timeout:10000
	});
});
