
// do not change this..
var d_last	=	1;
// end do not change d_last=1, the number should be the number of ads...

// add ads here, one doc write per ad, first two require display:block, rest display:none
// the total count of ads should be the number in var d_last (above)
// note each div id is ad_N where N is the number 1...N

document.write (
 "<div id=\"ad_1\" style=\"display:block;float:left;width:48%;margin-right:15px;\"><b>Cheap Hotel Rates!</b><br>"+ 
  "Find the lowest hotel rates with <a href=http://clk.metromanager.com/r.asp?d=http://rd.BookingBuddy.com/?r=hotelguide_buddy&s=" + s + "&p=em1&id=159 target=_blank>BookingBuddy.com</a>. Search the top travel sites from one spot and save big!</div>"
);



