$(document).ready(function(){
	
	// Using our tweetAction plugin. For a complete list with supported
	// parameters, refer to http://dev.twitter.com/pages/intents#tweet-intent
	
	$('#tweetLink').tweetAction({
		text:		'Hi there, i love hairudy website...  ',
		url:		'http://www.hairudy.net/',
		via:		'hairudy',
		related:	'hairudy'
	},function(){
		
		// When the user closes the pop-up window:
		
		//$('a.downloadButton')
			//	.addClass('active')
				//.attr('href','http://demo.tutorialzine.com/2011/05/tweet-to-download-jquery/tweet_to_download.zip');

	});
	
});
