$(document).ready(function() {

	$('#prev').bind('click', function(){
		$('#calcap').html('<img src="img/loader.gif></img>');
		$('#calendar').load('calendar.php', {'prev':1});
		return false;
	});
	
	$('#next').bind('click', function(){
		$('#calcap').html('<img src="img/loader.gif></img>');
		$('#calendar').load('calendar.php', {'next':1});
		return false;
	});

});
	

$('#mast_img').cycle({ 
    fx:     'fade', 
    timeout: 5000, 
    delay:  -2000 
});

