var results=new Array();var records=0;
results[records++]=new Array("Hotel Room","Hotel Room information, pricing and more! 24 x 7 customer service.","http://www.monstermarketplace.com","http://206.161.121.100/c/39939/b74e043b6080b2ffcc613f8d72d53b0e/M1/0");results[records++]=new Array("Super Cheap Hotel Rates","Compare Rates From All Major Travel Sites - Fast & Easy Hotel Search!","http://www.SmarterTravel.com/Hotel","http://206.161.121.100/c/39939/b74e043b6080b2ffcc613f8d72d53b0e/M1/1");results[records++]=new Array("Save Up To 70% Off Hotel Deals","Easily Find The Best Hotel Deals Fast. Save Up To 70% By Booking Today.","http://www.ShermansTravel.com/Hotels","http://206.161.121.100/c/39939/b74e043b6080b2ffcc613f8d72d53b0e/M1/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>');
}
