$(function(){
	$("#tweet-cycler").cycle({ 
	    fx:     'fade', 
	    speed:   1000, 
	    timeout: 10000,
		fit: 1,
		width: '954px'
	});
	$('#tumb-content a.tumblr_link').click(function(){
			window.open(this.href);
			// console.log(this.href);
			return false;
	});
	
});

