var results=new Array();var records=0;
results[records++]=new Array("Last Minute Flight Deals","Find the cheapest airfare deals from over 130 top travel sites. Save big with BookingBuddy.com!","http://www.BookingBuddy.com/flight","http://206.161.121.100/c/39939/ed2226cab2000d570ae1fbc90a271a3b/M2/0");results[records++]=new Array("Last Minute Flight","Find: Last Minute Flight. Review & Compare!","http://www.findstuff.com/","http://206.161.121.100/c/39939/ed2226cab2000d570ae1fbc90a271a3b/M2/1");results[records++]=new Array("Save up to 80% on Cheap Flights","Compare Flight Offers & Save Big in a minutes. Enter details once, compare all discount flights. Latest airfare deals. Our service is completely free!","http://www.hawkairfare.com/","http://206.161.121.100/c/39939/ed2226cab2000d570ae1fbc90a271a3b/M2/2");
if (!self.w){
	function w(s){document.write(s);}
}
if (records){
	w('<table class="at" id="at">');
	w('<tr class="ar" id="ar_0">');
	c=1;
	records--;
	for(i=0;i<=records;i++){
		w('<td class="ac" id="ac_'+i+'">');
		w('<a target="_blank" class="it" id="it_'+i+'" href="'+results[i][3]+'">'+results[i][0]+'</a>');		w('<span class="id" id="id_'+i+'">'+results[i][1]+'</span>');		w('<a target="_blank" class="iu" id="iu_'+i+'" href="'+results[i][3]+'">'+results[i][2]+'</a>');		w('</td>');
		if (i!=records) w('</tr><tr class="ar" id="ar_'+(c++)+'">');	}
	w('</tr>');
	w('</table>');
}
