function Lawro(){
this._url =  basicURL;
this._queryString = "?i_itemLeft0_0=1&i_itemRight0_0=1&i_itemLeft0_1=1&i_itemRight0_1=1&i_itemLeft1_0=1&i_itemRight1_0=1&i_itemLeft1_1=1&i_itemRight1_1=1&i_itemLeft2_0=1&i_itemRight2_0=1&i_itemLeft2_1=1&i_itemRight2_1=1";
this._url = this._url + this._queryString;
}
Lawro.prototype.showLawroPredictions = function(){
location.href = this._url;
}

