Join the list! If you're a Vermont inn keeper or Bed and Breakfast owner, you can appear here! Need more info?
session.lodgingComp = createObject("component","components.lodging.bblistings");
townList = session.lodgingComp.listTowns("request.dsn");
|
|
lodgingComp = createObject("component","components.lodging.bblistings");
NorthListings = lodgingComp.listLodging2(request.town,request.cost_low, request.cost_high, request.inn_name,request.dsn);
|
promos = lodgingComp.getPromos(NorthListings.customerID);
#url.Town#
|
| #NorthListings.Establishment#
|
|
#NorthListings.Address# #NorthListings.Town# #NorthListings.State# #NorthListings.ZipCode#
Tel: #NorthListings.Telephone#
Toll Free: #NorthListings.TollFree#
Fax: #NorthListings.Fax#
E-Mail: #NorthListings.EmailAddress#
Rates: #NorthListings.PriceRange#
|
|
#NorthListings.Description#
Check out our Internet Specials
#promos.PromoHeader#
|
|
Sorry no listings found for #url.town#
|
|
|
|
|
|
|