Add the following before adding any other javascripts with drupal_add_js().
$js = "var Drupal_base_path = '". base_path() ."';";
drupal_add_js($js, 'inline');
drupal_add_js($js, 'inline');
Add the following before adding any other javascripts with drupal_add_js().