/* Function for IE to define which corners should be rounded */

function initCorners() {
	
}


/* Apply Cufon fonts */

//Cufon.set('fontFamily', 'TradeGothicCondensed').replace('#audiencenav');
Cufon.set('fontFamily', 'TradeGothic').replace('#subhead h1');
Cufon.set('fontFamily', 'TradeGothic').replace('#yournext h1');
Cufon.set('fontFamily', 'TradeGothicCondensed').replace('#pioneerpride h1');
Cufon.set('fontFamily', 'TradeGothicCondensed').replace('#applause h1');
Cufon.set('fontFamily', 'TradeGothic').replace('#yournexttour_home h1');
Cufon.set('fontFamily', 'TradeGothic').replace('#whatsnext');
Cufon.set('fontFamily', 'TradeGothicCondensed').replace('.additionalnav h1');
Cufon.set('fontFamily', 'TradeGothicCondensed').replace('#askwilly h2');

/* Do the following once the page is loaded */

$(document).ready(function() {

	/* Set up the scrolling alumni boxes 
	if(document.getElementById('alumnislides')) {
		$("div.scrollable").scrollable({next:'.forward',prev:'.back',size:1});
	}*/

if(document.getElementById('alumnislides')) {
		$('#alumnislides .items').cycle({
			timeout:10000, 
			speed: 300,
			next: '#alumninav .forward',
			prev: '#alumninav .back'
		});
	}

	/* If IE, use a script to apply rounded corners (other browsers support CSS corner rounding 

	if($.browser.msie){initCorners}
	*/



}); 




