
/**************************************************************************
 * 
 * Used for the career overview page. - mostly google charts stuff.
 */

var career_overview = {};




$(function(){

if (GBrowserIsCompatible()) {
        
        var address = $("#schoolAddress").text()+" "+$("#schoolCity").text()+", "+$("#schoolState").text()+" "+$("#schoolZip").text();
      
        showAddress(address);
        
      }

});
