// JavaScript Document

//jQuery start
$(document).ready(function(){	

// Twitter
	$("#tweet").getTwitter({
		userName: "swanlaketour",
		numTweets: 1,
		loaderText: "Loading latest tweet...",
		slideIn: true,
		slideDuration: 750,
		showHeading: true,
		headingText: "",
		showProfileLink: true,
		showTimestamp: true
	});
	
 	// SWF Object
	$('#flashGallery').flash({   // test_flashvars.swf is the flash document   
		swf: 'flash/gallery.swf',   // these arguments will be passed into the flash document 
		width: 640,			
 		height: 385   	
	});
	
		
	
	
}); // jQuery Ends

	
		