function postIHForm(oForm){
var qs = "";
	qs = qs + "?hotelid="	+ oForm.HotelID.value;
	qs = qs + "&datein=" 	+ oForm.DateIn.value;
	qs = qs + "&length=" 	+ oForm.Length.value;
	qs = qs + "&Adults=" 	+ oForm.Adults.value;
	qs = qs + "&Children=" 	+ oForm.Children.value;
	qs = qs + "&LanguageID=" + oForm.LanguageID.value;
	qs = qs + "&Rooms="	+ oForm.Rooms.value;
	 _gaq.push(function() {
        		var tracker = _gat._getTrackerByName(); 
			window.open(tracker._getLinkerUrl('https://booking.ihotelier.com/istay/istay.jsp' + qs));
     	 	});
}

function IHreservations(theUrl){
	_gaq.push(function() {
        		var tracker = _gat._getTrackerByName(); 
        		window.open(tracker._getLinkerUrl('https://booking.ihotelier.com/istay/istay.jsp' + theUrl));
     	 });   	
}

function IHSpecials(theSpecialsUrl){
	_gaq.push(function() {
        	var tracker = _gat._getTrackerByName(); 
        		window.open(tracker._getLinkerUrl(theSpecialsUrl));
     	 });
}
