function init()
{
	if(typeof(initPartTimeHotel) != "undefined") initPartTimeHotel(); // module package search
	if(typeof(InitCredCard) != "undefined") InitCredCard(); // billing info
	if(typeof(InitVehicleType) != "undefined") InitVehicleType(); // module car search
	//if(typeof(CallInitCarLocation) != "undefined") CallInitCarLocation();
}

