function toggleMyTripsForThisHotel(_1cf){$("#"+_1cf+"_add").toggle();$("#"+_1cf+"_remove").toggle();}function filterDisplayMyTrips(){$.ajax({type:"POST",url:"/ajax/mytrips_display_filter.txt",dataTyp:"script",success:function(msg){eval(msg);}});}function refreshMytripsHeader(){$("#userMytrips").load("/ajax/header_user_session.html",{type:"header_mytrips"});}function addToMyTrips(_1d1){$.ajax({url:"/ajax/mytrips_add_remove.txt",type:"POST",data:{type:"add",hotelId:_1d1},success:function(msg){eval(msg);}});}function removeFromMyTrips(_1d3){$.ajax({url:"/ajax/mytrips_add_remove.txt",type:"POST",data:{type:"remove",hotelId:_1d3},success:function(msg){eval(msg);}});}$(document).ready(function(){filterDisplayMyTrips();});function refreshSigninMenu(){$("#userMytrips").load("/ajax/header_user_session.html",{type:"header_mytrips"});}