$(document).ready(function() {
	if ($("#tweet").length > 0) {
		$("#tweet dd").getTwitter({
			userName: "faust_pr",
			numTweets: 1,
			loaderText: "Loading...",
			slideIn: false,
			slideDuration: 750,
			showHeading: false,
			showProfileLink: false,
			showTimestamp: true
		});
		
	}
	if ($("#case-studies-menu dl").length > 0){
		$("#case-studies-menu dl a").bigTarget({
    		hoverClass: 'hover', 
	    	clickZone : 'dl:eq(0)' 
	    	});
		}

	if ($("#testimonials-featured").length > 0){
		$('#testimonials-featured ul').cycle({
			speed: 2000,
			timeout: 6000,
			sync: 0,
			cleartype: 1,
			pause: 1,
			random: 1		
			});
		}
	
	$('#slideshow ').cycle({
		slideExpr: 'img',
		speed: 2000,
		timeout: 6000,
		sync: 1,
		cleartype: 1,
		pause: 1,
		next: $('figure img')
	});
	
});
