﻿var offerCopy = new Array();
offerCopy['en'] = new Array();
offerCopy['jp'] = new Array();
offerCopy['cn'] = new Array();
offerCopy['en'][0] = 'Select an offer to discover great savings';
offerCopy['en'][1] = 'Save 20% on a 2 Night Stay';
offerCopy['en'][2] = 'Buy 2 Nights, Get the 3rd Night Free';
offerCopy['en'][3] = 'Buy 3 Nights, Get the 4th Night Free';
offerCopy['en'][4] = 'Save 25% off a 5 Night Stay or longer';
offerCopy['en'][5] = 'Buy 4 Nights, get 2 Nights Free';

offerCopy['jp'][0] = 'お得なキャンペーン料金をご利用ください';
offerCopy['jp'][1] = '2泊の宿泊で20％ディスカウント';
offerCopy['jp'][2] = '2泊の宿泊で、3泊目が無料';
offerCopy['jp'][3] = '3泊の宿泊で、4泊目が無料';
offerCopy['jp'][4] = '5泊以上の宿泊で２５％ディスカウント';
offerCopy['jp'][5] = '4泊の宿泊で、さらに2泊が無料';

offerCopy['cn'][0] = '选择一个优惠以节省更多';
offerCopy['cn'][1] = '住宿两晚，享受8折优惠';
offerCopy['cn'][2] = '住宿两晚，并免费续住一晚';
offerCopy['cn'][3] = '住宿三晚，并免费续住一晚';
offerCopy['cn'][4] = '住宿五晚及以上，享受7.5折优惠';
offerCopy['cn'][5] = '住宿四晚，并免费续住两晚';