$(function() {
	$('#campus-pics').append('<img alt="Grove House, Froebel College" height="280" src="images/01.jpg" width="975" /><img alt="Students relaxing in Southlands Quad" height="280" src="images/02.jpg" width="975" /><img alt="Manresa Hall, Whitelands College" height="280" src="images/03.jpg" width="975" />');
	$('#campus-pics').cycle({fx: 'fade', speed: 4000, random: 1});
	if ($('#news-items').length > 0) { $('#news-items').newsScroll({speed: 500, delay: 5000}); }
	if ($('#pNavigation ul li:nth-child(2) a').text() == 'Roehampton University Alumni') {$('#pNavigation ul li:nth-child(2) a').text('Alumni').attr('title', 'Alumni')};
});
