$(document).ready(function(){
	/* Start Rental Location Link */
	$('a.rental-location').click(function(e){
		var link = "/PR/MOT/TRYB/en/RentalLocator.asp?locale=en_US&bmLocale=en_US";
		window.open(link, '', 'width=620,height=500,scrollbars=yes,resizable=yes,toolbar=no,location=no,menubar=no,directories=no,status=no');
		e.preventDefault();
	})
	/* End Rental Location Link */

});
