// wm:specaloffer set
function singlespecialoffer(p1,p2,p3,p4,p5,p6,p7,p8,p9,p10){
	this.id = p1;
	this.shortname = p2;
	this.startcitycode = p3;
	this.startcityname = p4;
	this.endcitycode = p5;
	this.endcityname = p6;
	this.price = p7;
	this.startdate = p8;
	this.enddate = p9;
	this.remark = p10;
}
var singlespecialoffers = [
	new singlespecialoffer('10088','南方航空','PEK','北京','CGQ','长春','380','','',''),
	new singlespecialoffer('10159','南方航空','PEK','北京','CTU','成都','580','','',''),
	new singlespecialoffer('10123','南方航空','PEK','北京','DLC','大连','280','','',''),
	new singlespecialoffer('10171','南方航空','PEK','北京','CAN','广州','680','','',''),
	new singlespecialoffer('10248','南方航空','PEK','北京','HGH','杭州','460','','',''),
	new singlespecialoffer('10271','南方航空','PEK','北京','SZX','深圳','700','','',''),
	new singlespecialoffer('10234','南方航空','PEK','北京','SHE','沈阳','280','','',''),
	new singlespecialoffer('10197','南方航空','PEK','北京','WUH','武汉','430','','',''),
	new singlespecialoffer('10220','南方航空','PEK','北京','INC','银川','440','','',''),
	new singlespecialoffer('10856','南方航空','CTU','成都','PEK','北京','580','','',''),
	new singlespecialoffer('10822','南方航空','CTU','成都','SZX','深圳','560','','',''),
	new singlespecialoffer('10842','南方航空','CTU','成都','URC','乌鲁木齐','820','','',''),
	new singlespecialoffer('10536','南方航空','CAN','广州','PEK','北京','680','','',''),
	new singlespecialoffer('10589','南方航空','CAN','广州','CSX','长沙','280','','',''),
	new singlespecialoffer('10560','南方航空','CAN','广州','KWL','桂林','260','','',''),
	new singlespecialoffer('10604','南方航空','CAN','广州','HAK','海口','280','','',''),
	new singlespecialoffer('10635','南方航空','CAN','广州','SYX','三亚','320','','',''),
	new singlespecialoffer('10548','南方航空','CAN','广州','TSN','天津','680','','',''),
	new singlespecialoffer('10650','南方航空','CAN','广州','WUH','武汉','370','','',''),
	new singlespecialoffer('10903','南方航空','HGH','杭州','PEK','北京','460','','',''),
	new singlespecialoffer('10865','南方航空','HGH','杭州','SHE','沈阳','640','','',''),
	new singlespecialoffer('10873','南方航空','HGH','杭州','WUH','武汉','280','','',''),
	new singlespecialoffer('10879','深圳航空','HGH','杭州','CGO','郑州','340','','',''),
	new singlespecialoffer('10943','深圳航空','NKG','南京','TAO','青岛','330','','',''),
	new singlespecialoffer('10962','南方航空','NKG','南京','SHE','沈阳','580','','',''),
	new singlespecialoffer('10955','深圳航空','NKG','南京','TSN','天津','370','','',''),
	new singlespecialoffer('10950','南方航空','NKG','南京','WUH','武汉','290','','',''),
	new singlespecialoffer('10320','南方航空','SHA','上海','DLC','大连','420','','',''),
	new singlespecialoffer('10349','南方航空','SHA','上海','CAN','广州','510','','',''),
	new singlespecialoffer('10360','南方航空','SHA','上海','SZX','深圳','560','','',''),
	new singlespecialoffer('10308','南方航空','SHA','上海','SHE','沈阳','520','','',''),
	new singlespecialoffer('10337','南方航空','SHA','上海','WUH','武汉','320','','',''),
	new singlespecialoffer('10523','南方航空','SZX','深圳','PEK','北京','700','','',''),
	new singlespecialoffer('10457','南方航空','SZX','深圳','CSX','长沙','290','','',''),
	new singlespecialoffer('10507','南方航空','SZX','深圳','KWE','贵阳','380','','',''),
	new singlespecialoffer('10439','南方航空','SZX','深圳','KWL','桂林','260','','',''),
	new singlespecialoffer('10428','深圳航空','SZX','深圳','TNA','济南','700','','',''),
	new singlespecialoffer('10405','南方航空','SZX','深圳','NKG','南京','550','','',''),
	new singlespecialoffer('10467','南方航空','SZX','深圳','SYX','三亚','360','','',''),
	new singlespecialoffer('10495','南方航空','SZX','深圳','WUH','武汉','390','','',''),
	new singlespecialoffer('10675','南方航空','WUH','武汉','PEK','北京','430','','',''),
	new singlespecialoffer('10719','南方航空','WUH','武汉','CAN','广州','370','','',''),
	new singlespecialoffer('10663','南方航空','WUH','武汉','SHA','上海','320','','',''),
	new singlespecialoffer('10701','南方航空','WUH','武汉','SZX','深圳','390','','',''),
	new singlespecialoffer('10771','南方航空','WUH','武汉','SIA','咸阳','280','','','')];
