function addToMyTrips(_989){$.ajax({url:"/ajax/mytrips_add_remove.txt",type:"POST",data:{type:"add",hotelId:_989},success:function(msg){eval(msg);}});}function removeFromMyTrips(_98b){$.ajax({url:"/ajax/mytrips_add_remove.txt",type:"POST",data:{type:"remove",hotelId:_98b},success:function(msg){eval(msg);}});}$(document).ready(function(){filterDisplayMyTrips();});function refreshSigninMenu(){$("#userMytrips").load("/ajax/header_user_session.html",{type:"header_mytrips"});}