/* this site or subsite javascript registry and initializer */

/* global properties object assignments */
   // gp object instantiated in init.default.js
   // standard gp items created in init.default.js
   // gp.bg array created in jqfrmwk.markup with data collected by php, when the site.settings.php constant: BACKGROUNDS is TRUE
   // bp.BGtracking is FALSE by default, set TRUE in jqfrmwk.markup when the site.settings.php constant: BACKGROUNDS is TRUE
   
   //gp.BGtracking = true ; 
   gp.topimage = "iso-campanile01c.png" ;

   gp.trackthisform('adminlogin') ;
   gp.trackthisform('userlogin') ;
   gp.trackthisform('contactform') ;
   gp.trackthisform('qaform') ;
   //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>' ; */

