$(document).ready(function(){
	//Homepage image rotation
    $('.rotating_banner').cycle({
		fx: 'fade'
	});	
	{
	//Remove the default click behavior from the navigation links
	$("li#intent13 a:first, li#intent14 a:first, li#intent15 a:first").removeAttr("href");
	}
});
