
// do not change this..
var d_last	=	2;
// end do not change d_last=2, 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>Holiday Inn Express Rochester - Official Site</b><br>" + 
"STAY SMART at the Holiday Inn Express-Rochester Hotel, conveniently located near 4 major highways (I-590/I-490/I-390)& the NYS Thruway I-90...more. <a href=http://clk.metromanager.com/r.asp?d=http://www.ichotelsgroup.com/redirect?path=hd%26brandCode=ex%26hotelCode=rocma%26_IATAno=99611934%26cm_mmc=mdpr-_-metroguide-_-ex-_-na&s=" + s + "&p=em1&id=161 target=_blank><br>"+
"Click Here</a> or call 1-800-356-3584.</div>"
);

document.write (
 "<div id=\"ad_2\" style=\"display:block;float:left;width:48%;margin-right:15px;\"><b>Holiday Inn Express Irondequoit - Official Site</b><br>" + 
  "Welcome to the Holiday Inn Express Hotel of Irondequoit, NY.  This beautiful 66 room hotel is centrally located to several local businesses...more. <a href=http://clk.metromanager.com/r.asp?d=http://www.ichotelsgroup.com/redirect?path=hd%26brandCode=ex%26hotelCode=idqny%26_IATAno=99611934%26cm_mmc=mdpr-_-metroguide-_-ex-_-na&s=" + s + "&p=em2&id=161 target=_blank><br>"+
"Click Here</a> or call 1-800-356-3584.</div>"
);






