$(document).ready(function(){
	/* Converting the div into a bounceBox: */
	$('#reserve').bounceBoxReserve();
	
	/* Show the box: */	
	$('#reserve').bounceBoxReserveShow();				
});
