var _hiltons = Array();
var _hiltonids = Array('BJSHITW','BJSDTDI','BJWFJ','SHAHITW','CKGHIHI','SYXHIHI','SHAKHDI','HFEHIHI','QDSDTDI','WXDTDI','CKCQNS');
var _locations = Array('bj','sh','cq','sy','ks','hf','qd','wx');
var _specialids = Array('1','2','3','4');

/**
 *	Define location chinese mapping
 
_hiltons['locations'] = Array();
_hiltons['locations'][_locations[0]] = '北京';
_hiltons['locations'][_locations[1]] = '上海';
_hiltons['locations'][_locations[2]] = '重庆';
_hiltons['locations'][_locations[3]] = '三亚';
_hiltons['locations'][_locations[4]] = '昆山';
_hiltons['locations'][_locations[5]] = '合肥';
_hiltons['locations'][_locations[6]] = '青岛';
*/

/**
 *	Define hotel chinese mapping
 */
_hiltons['hotels'] = Array();
_hiltons['hotels'][_hiltonids[0]] = '北京希尔顿酒店';
_hiltons['hotels'][_hiltonids[1]] = '北京希尔顿逸林酒店';
_hiltons['hotels'][_hiltonids[2]] = '北京王府井希尔顿酒店';
_hiltons['hotels'][_hiltonids[3]] = '上海希尔顿酒店';
_hiltons['hotels'][_hiltonids[4]] = '重庆希尔顿酒店';
_hiltons['hotels'][_hiltonids[5]] = '金茂三亚希尔顿大酒店';
_hiltons['hotels'][_hiltonids[6]] = '昆山花桥希尔顿逸林酒店';
_hiltons['hotels'][_hiltonids[7]] = '合肥元一希尔顿酒店';
_hiltons['hotels'][_hiltonids[8]] = '青岛鑫江希尔顿逸林酒店';
_hiltons['hotels'][_hiltonids[9]] = '无锡灵山元一希尔顿逸林酒店';
_hiltons['hotels'][_hiltonids[10]] = '重庆希尔顿南山温泉度假酒店';

/**
 *	Define hotel deep link mapping
 */
_hiltons['hotels_deeplink'] = Array();
_hiltons['hotels_deeplink'][_hiltonids[0]] = 'BJSHITW';
_hiltons['hotels_deeplink'][_hiltonids[1]] = 'BJSDTDI';
_hiltons['hotels_deeplink'][_hiltonids[2]] = 'BJSWFHI';
_hiltons['hotels_deeplink'][_hiltonids[3]] = 'SHAHITW';
_hiltons['hotels_deeplink'][_hiltonids[4]] = 'CKGHIHI';
_hiltons['hotels_deeplink'][_hiltonids[5]] = 'SYXHIHI';
_hiltons['hotels_deeplink'][_hiltonids[6]] = 'SHAKHDI';
_hiltons['hotels_deeplink'][_hiltonids[7]] = 'HFEHIHI';
_hiltons['hotels_deeplink'][_hiltonids[8]] = 'QDSDTDI';
_hiltons['hotels_deeplink'][_hiltonids[9]] = 'WXDTDI';
_hiltons['hotels_deeplink'][_hiltonids[10]] = 'CKCQNS';

/**
 *	Define hotel location mapping
 */
_hiltons['hotels_locations'] = Array();
_hiltons['hotels_locations'][_hiltonids[0]] = _locations[0];
_hiltons['hotels_locations'][_hiltonids[1]] = _locations[0];
_hiltons['hotels_locations'][_hiltonids[2]] = _locations[0];
_hiltons['hotels_locations'][_hiltonids[3]] = _locations[1];
_hiltons['hotels_locations'][_hiltonids[4]] = _locations[2];
_hiltons['hotels_locations'][_hiltonids[5]] = _locations[3];
_hiltons['hotels_locations'][_hiltonids[6]] = _locations[4];
_hiltons['hotels_locations'][_hiltonids[7]] = _locations[5];
_hiltons['hotels_locations'][_hiltonids[8]] = _locations[6];
_hiltons['hotels_locations'][_hiltonids[9]] = _locations[7];
_hiltons['hotels_locations'][_hiltonids[10]] = _locations[2];

/**
 *	Define special chinese mapping
 */
_hiltons['specials'] = Array();
_hiltons['specials'][_specialids[0]] = '惊喜入住';
_hiltons['specials'][_specialids[1]] = '餐饮推介';
_hiltons['specials'][_specialids[2]] = '婚宴服务';
_hiltons['specials'][_specialids[3]] = '会议与酒宴';
