/* this site or subsite javascript registry and initializer */

/* global properties object assignments */
   // gp object instantiated in init.default.js
   // gp.bg array created in jqfrmwk.markup with data collected by php
   // standard gp items created in init.default.js
   
   //gp.defaultBG = "slate04.jpg" ;
   gp.BGtracking = false ;

   gp.trackthisform('commentform') ;
   gp.trackthisform('contactform') ;
   gp.trackthisform('lectureform') ;
   gp.trackthisform('orderform') ;
   /* initial display value of tracked forms is set in the enableFormTracking() method of cookiecrumbs class in library.js */
   
   /* if you need to override the master list of behavior trigger classes, do it here  */
   /* gp.btc.<property> = '<value>' ; */


