/*
getTwitters('tweets', { 
	  		id: 'jokerCreative', 
	 		count: 3, 
	  		enableLinks: true, 
			ignoreReplies: true, 
			clearContents: true,
			template: '<img src="images/twitterBird2.png" width="98" height="50" alt="tweet" /><div id="tweet">%text%<a href="http://twitter.com/%user_screen_name%/statuses/%id%/"><br />%time%</a></div>'
		});
*/

getTwitters('tweets', { 
	  		id: 'jokerCreative', 
	 		count: 3, 
	  		enableLinks: true, 
			ignoreReplies: true, 
			clearContents: true,
			template: '<img src="../images/twitterBird2.png"/><div id="tweet">%text%<a href="http://twitter.com/%user_screen_name%/statuses/%id%/"><br />%time%</a></div>'
		});
		
$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		timeout:6000,
		});
	});
	
	Cufon.now();
