// site wide jscript config file for stevenrbassetinc.com

// quick and dirty namespace check
if ( typeof(srb) == "undefined" ) srb = {};

srb.hello = 'Hello Bassett Javascript config';

