(function(){
	
	var wegoboxWidth  = "300";
	var wegoboxHeight = "250";
	var affiliateA   = "79a38b60";
	var affiliateB   = "7b7cc174";  
	var tsCode        = "3aa09";
	var cCode        = "ROW";
	var sasbDisplay = "flights";
	var flightsDestCode = "";
	var flightsDestText = "";
		
	var wegoboxUrl = 'http://www.wego.com/affiliates/wegobox/flightbox/' + 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>");
	
})();