﻿/*

	This sets the initial active tabs

*/

jQuery(document).ready( function() {
		ShowTab(1, 3, 'eventsSearch_', 'searchTab_');

});

