﻿
// root path to this script
var rootPath = '/services';   //path from document root to this folder
var appendToId = 'listingsWrapper';         // id of the element you are appending the listings to (div or td)
var searchFormId = 'searchForm';            // id of your search form
var searchFormButtonId = 'searchSubmit';    // id of your search form's submit button
var linkSize = 11;                          // size (in pixels) of the listing links (default 11);
var textSize = 10;                          // size (in pixels) of the listing text (default 10);
var showHeaderHR = 0;                       // whether or not to show hard rule under heading (default: no (0).  set to 1 if want to show.);
var hrColor = "black";                      // color of hard rule (default is black)
var linkColor = "blue";                     // color of links (default is blue).  Hexidecimal colors are fine as well (#0000FF).
