// © 1995-2009 Healthwise, Incorporated. Healthwise, Healthwise for every health decision, 
// and the Healthwise logo are trademarks of Healthwise, Incorporated.

if (!window.org) var org = { healthwise: {} };
else if (!window.org.healthwise) org["healthwise"] = {};

org.healthwise["config"] = {};
// org.healthwise.config.root = "http://www.sutterhealth.org/health/healthinfo";
org.healthwise.config.root = ".";
          	
org.healthwise.ready = function(f) {
   	jQuery(document).ready(f);      
};
	
org.healthwise.include = function(fileName) {
    // If filename starts with letter it is considered relative
    // to the /inc directory, otherwise it is considered a ready path
    if (!fileName.match(/^([^\w]|http\:)/))
        fileName = org.healthwise.config.root + "/inc/" + fileName;
    var script = '<script type="text/javascript" src="' + fileName + '"></script>';
    document.write(script);
};



(function($hw) {
    $hw.include('control/jquery-1.3.2.js');
    $hw.include('control/swfobject.js');
    $hw.include('control/ie6-layout-patch.js');
    $hw.include('control/pngfix.js');
	$hw.include('control/dp/main.js');		
	$hw.include('control/behavior-dps.js');		

})(org.healthwise);



