(function(){
	
	var wegoboxWidth  = "300";
	var wegoboxHeight = "250";
	var affiliateA   = "bd7ee9a1";
	var affiliateB   = "d238740c";  
	var tsCode        = "3aa09";
	var cCode        = "ROW";
	var sasbDisplay = "deals";
	var flightsDestCode = "";
	var flightsDestText = "";
		
	var wegoboxUrl = 'http://www.wego.com/affiliates/wegobox/dealbox/' + wegoboxWidth + 'x' + wegoboxHeight + '/index.html';
	var current_location = window.location.hostname;
	wegoboxUrl += '?' + 'host=' + current_location + '&aff_aid='+affiliateA + '&aff_bid='+affiliateB + '&ts_code='+tsCode + '&cc='+cCode + '&display='+sasbDisplay + '&f_destc='+flightsDestCode +'&f_destt='+ flightsDestText;
	document.write("<iframe src='" + wegoboxUrl + "' width='" + wegoboxWidth + "' height='" + wegoboxHeight + "' scrolling=\"no\" frameborder=\"0\" ></iframe>");
	
})();