// JavaScript Document




function test1()
{

			
				$("#twitter_link").getTwitter({
					userName: "gorgeousrest",
					numTweets: 1,
					loaderText: "Loading tweet...",
					slideIn: true,
					slideDuration: 750,
					showHeading: false,
					headingText: "Latest Tweet",
					showProfileLink: false,
					showTimestamp: true,
				});
		
}


function test2()
{
	
		
			$("#slider").easySlider({
				auto: true,
				continuous: true 
			});
		
	
}
