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