// wm:specaloffer set
function singlespecialoffer_advancebook(p1,p2,p3,p4,p5,p6,p7,p8,p9,p10,p11){
	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;
	this.advanceday = p11;
}
var singlespecialoffers_advancebook = ];
