<%
var content='';
if(!isAmex){
if(hotelRatePlanInfoList.travelPolicyArticle && hotelRatePlanInfoList.travelPolicyArticle =='PRICE'){
content=lang.price_article;;
}else if(hotelRatePlanInfoList.travelPolicyArticle &&hotelRatePlanInfoList.travelPolicyArticle =='SPECAUTH'){
content=lang.hotel_first_article;
}
}else{
if(asmexPolicy&&asmexPolicy!=null){
content = store.getLang()=="en-us"?(utils.ifEmpty(asmexPolicy.infoEN)?"":asmexPolicy.infoEN):(utils.ifEmpty(asmexPolicy.infoCN)?"":asmexPolicy.infoCN);
}
}
%>
<%=lang.cross_policy_content%>:<%=content%>