$(document).ready(function(){				   
						   
	// Slideshow banners
    var $ss = $('#slideshow'); 
    // add slides to slideshow (images 2-12, image 1 in template) 
    for (var i = 2; i < 13; i++) 
        $ss.append('<img src="http://www.londonbubble.org.uk/images/fmt/header'+i+'.jpg" width="939" height="293" alt="Fan Made Theatre" />'); 
    // start the slideshow 
    $ss.cycle({
		  random:1
		  });
						   

	// Twitter
	$("#twitter").getTwitter({
		userName: "fanmadetheatre",
		numTweets: 1,
		loaderText: "",
		slideIn: false,
		slideDuration: 500,
		showHeading: true,
		headingText: "Our Latest Tweet",
		showProfileLink: true,
		showTimestamp: true
	});
	
});	
