$("document").ready(function(){


/*   calendar styling */
  if($('#calendar'))
  {
  	$('#calendar').load(base_url_lang+'ajax/calendar');

  }
/*   end calendar styling */
/*################ MINI SLIDER ################# */
setTimeout('triggerMiniSlider()',2000);
});
function triggerMiniSlider(){

	$('.slideshow').cycle({
		fx:    'scrollUp',			// choose your transition type, ex: fade, scrollUp, shuffle, etc...
		speed: 1000,		// milliseconds. 1000ms = 1s
		timeout: 6000,		// transition between pictures
	    next:   '#next', 
	    prev:   '#prev'	// name of the callback method used
	});
/* END MINI SLIDER */}

