(function(){
	
	var wegoboxWidth  = "150";
	var wegoboxHeight = "200";
	var affiliateA   = "2f893898";
	var affiliateB   = "785eb1be";  
	var tsCode        = "3aa09";
	var cCode        = "ROW";
	var sasbDisplay = "sasb";
	var flightsDestCode = "";
	var flightsDestText = "";
		
	var wegoboxUrl = 'http://www.wego.com/affiliates/wegobox/searchbox/' + 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>");
	
})();