Ext.onReady(function(){
	hotelSpecialRequest = new AjaxRequests();
	hotelSpecialRequest.init('hotelSpecialSpecials', 'hotelSpecialForm', '/layouts/ajax/ajax_homeSpecials.cfm', 'hotelSpecialLoader');
	
	hotelSpecialRequest.getContentRequest();
	
	villaSpecialRequest = new AjaxRequests();
	villaSpecialRequest.init('villaSpecialSpecials', 'villaSpecialForm', '/layouts/ajax/ajax_homeSpecials.cfm', 'villaSpecialLoader');
	
	villaSpecialRequest.getContentRequest();
});

