$(document).ready(function(){

$("#page-realtime-reactions").getPageRealtimeReactions({
	query: "r00thouse OR hacklab-bo OR hacklab_bo OR hacklabbo",
			numTweets: 10,
			loaderText: "L04ding ...",
			slideIn: true,
			showHeading: false,
			headingText: "Hacklab Bolivia"
		});

 $("#a").click(function(event){
  event.preventDefault();
  $("#medio").slideToggle(500);
 });

/*
    $("#fotos").cycle({
		fx: 'scrollVert',
                speed: 'fast',
		timeout: 0,
		next: '#an',
		prev: '#sig'
	});


		        $("#tweets").pwi({
		            username: 'jdiderik',
		            maxResults: 3,
		            thumbSize: 160,
                    thumbCrop: 1,
		            mode: 'latest',
		            album: '',
		            thumbCss: { margin: '10px', 'border': '2px dotted blue' }
		        });
*/
$("#ultimospicasa").pwi({
		            username: 'hacklabbolivia',
		            maxResults: 16,
		            thumbSize: 70,
                thumbCrop: 1,
		            mode: 'latest',
		            album: '',
								showPhotoDate: false,
popupExt: function(photos){
   photos.fancybox({
	    'hideOnContentClick': false,
		'titleShow'     : true,
		'titlePosition'  : 'over',
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic'
		})
	 }
});

});

