﻿$(window).load(function () {
	/* Makes the two last boxes of the left column to end in the same place */
	$('#luggagebox div.boxcontent').add('#servicesbox div.boxcontent').alignbottom();

	/* Make left and right columns end in the same place */
	$('#tb_rightcolumn .small_middle').
		add('#tb_leftcolumn .twothirds_middle:last').
		alignbottom();
});
