var results=new Array();var records=0;
results[records++]=new Array("Boston Hotel","Looking for Boston Hotel? Search over 15,000 sites with one click. Your source for everything under the sun!","http://www.findstuff.com/","http://206.161.121.100/c/39939/f416b291b0b4fcaaa5b3089c8900bf3a/M2/0");results[records++]=new Array("Cheap Boston Hotel Rates","Find Cheap Hotels by Comparing All Major Travel Sites. Book Today & Save Money!","http://www.BookingBuddy.com/Hotel","http://206.161.121.100/c/39939/f416b291b0b4fcaaa5b3089c8900bf3a/M2/1");results[records++]=new Array("Boston Hotels","Use our price checker to compare Boston hotel prices and features at all of the top travel sites at once.","http://LetsGoToSee.com","http://206.161.121.100/c/39939/f416b291b0b4fcaaa5b3089c8900bf3a/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>');
}
