// JavaScript Document

//jQuery start
$(document).ready(function(){	
						   
	$("img.overlays[rel]").overlay();		
	
	$('#pressFlash').flash({ swf: 'http://www.spamalotontour.co.uk/flash/gallery.swf?gallery=press', width: 640, height: 385});
	$('#rehearsalsFlash').flash({ swf:'http://www.spamalotontour.co.uk/flash/gallery.swf?gallery=rehearsals', width: 640, height: 385});
	$('#productionFlash').flash({ swf:'http://www.spamalotontour.co.uk/flash/gallery.swf?gallery=production', width: 640, height: 385});
	
	// Twitter
	$("#twitter").getTwitter({
		userName: "spamalotontour", //spamalotontour
		numTweets: 3,
		loaderText: "Tweet tweet...",
		slideIn: true,
		slideDuration: 750,
		showHeading: false,
		headingText: "We Tweet a lot",
		showProfileLink: false,
		showTimestamp: true
	});
	
	$('.audio').popupWindow({ 
		width:640, 							
		height:60, 
		top:50, 
		left:50 
	});	
	
	
// End jQuery
});
