jQuery(document).ready(function() {
	
	jQuery('#slides').slides({
		pagination: false,
		generatePagination: false,
		play: 12000,
		slideSpeed: 1200,
		slideEasing: "easeInOutBack",
		preload: true,
		preloadImage: '/images/loading.gif'
	});
	
	jQuery('#latest-news').slides({
		pagination: true,
		generatePagination: true,
		autoHeight: true,
		container: 'slides_container-news',
		play: 12000,
		slideSpeed: 1200,
		slideEasing: "easeInOutQuint",
		preloadImage: '/images/loading.gif'
	});


	jQuery(".colorbox").colorbox({iframe:true, innerWidth:650, innerHeight:500});
	
	$("#home-box-left").getTwitter({
		userName: "PDarbyshire",
		numTweets: 5,
		loaderText: "Loading tweets...",
		slideIn: true,
		showHeading: true,
		headingText: "Latest Tweets",
		showProfileLink: true
	});
	
    $.trackPage('UA-22680920-1')
});
