function getWitBookingForm(){
	if(typeof(witformlayout)=="undefined"){ 	
		witformlayout = '';
	}
	
	var sUrl = "http://www.witbooking.com/v4/select/" + witdomain + "/" + witlanguage + "/ws/witbookingformb/" + witlanguage+'/'+witformlayout;
	try{
		console.log(sUrl);
	}catch(e){
		
	}
	document.getElementById('witbookingcontainer').innerHTML = '<a href="http://www.witbooking.com" target="_blank" style="color: #333333; font-size: 11px;">www.witbooking.com...</a>';
	
	var successHandler = function(oData) { 
	}; 
		
	var objTransaction = YAHOO.util.Get.script(sUrl,
												{ onSuccess: successHandler});
}
getWitBookingForm();