// prepare the form when the DOM is ready 
$(document).ready(function() {
	var galleries = $('.ad-gallery').adGallery({
		loader_image: 'img/loader.gif',
		effect: 'resize', //'slide-hori' or 'slide-vert', 'resize', 'fade', 'none' or false
		thumb_opacity: 0.7
	});
	$( "#fleet3" ).click(function() {
		window.location.href = "fleet_shanti.php";
	});
	$( "#fleet4" ).click(function() {
		window.location.href = "fleet_yrang.php";
	});
});
