jQuery(document).ready(function(){
	$("#screenshot").click(function() {
		$.fancybox({
				'padding'		: 0,
				'autoScale'		: false,
				'title'			: this.title,
				'width'		    : 680,
				'height'		: 495,
				'href'          : 'http://vimeo.com/moogaloop.swf?clip_id=19176038&autoplay=true',
				'type'			: 'swf',
				'swf'			: {
				    'wmode'		    : 'transparent',
					'allowfullscreen'	: 'true'
				}
			});
		return false;
	});
	$(".tweet").tweet({
        join_text: "",
        username: "jetmails",
        avatar_size: 0,
        count: 1,
        loading_text: "Cargando tweets..."
	});
});
