$(document).ready(function() {
	$('#slideshow').jqFancyTransitions({
		links: 'true',
		navigation: 'true',
		width: '666', 
		height: '300',
		position: 'wave',
		direction: 'fountainAlternate',
		strips: 25,
		stripDelay: 40,
		titleOpacity: 0.8,
	});
	Cufon.replace('h1, .titlenews');
	$.getJSON('http://api.twitter.com/1/users/show/dsigninspire.json?&callback=?', function(data) {
		$('#toptwitter').append(data.followers_count + " Follower");
	});
});
