var offerSeason;
var offerCatchLine;
var offerClickable;
var offerTitle;
var offerHeading;
var offerText;

function offerClass(){
  this.offerSeason="";
  this.offerCatchLine="";
  this.offerClickable=0;
  this.offerTitle="";
  this.offerHeading="";
  this.offerText="";
}
