$(document).ready(function() {
  $('a.video').click(function(){
    window.open(this.href);
    return false;
  });


/*
	$('.patience').hide();
	$('.a-play').show();
  
    for(i=0; i<=8; i++) {
      $("#slides").append('<img src="/images/sta_' + i + '.jpg"/>');
    }

	$("#slides").cycle({
		fx: 'fade',
		random: 1,
		speed: 2500,
		slideExpr: "img"
	});

    window.monitter = {};
    $('.tweets').each(function(e) {
        rrp = 2;
        fetch_tweets(this);
    });
    */
});