/**
* config.js
* 
* Contains globals for use in other javascript files.  This file must get 
* included before any of the other javascript (i.e. in the header.tpl)
* 
* @author Brandon Gump
*
* Changelog:
* 2/07/2011 - brandon - created
*/

//path for ajax requests to find their code
var root = "/";
