var MC_PRICE_COUNTER = 0;
function P(product, image, airlineCodes, airlineName, originCityCode, destCityCode, cityStr, departureDate, returnDate, timeSpan, hotelId, hotelName, hotelStars, priceCurrency, theme) {
this.PRD = product;
this.IMG = image;
this.AC = airlineCodes;
this.AN = airlineName;
this.OCC = originCityCode;
this.DCC = destCityCode;
this.CS = cityStr;
this.DD = departureDate;
this.RD = returnDate;
this.TS = timeSpan;
this.HI = hotelId;
this.HN = hotelName;
this.HS = '
';
this.PC = priceCurrency;
this.TH = theme;
}
function createPriceDiv(po) {
var divHtml = '