/**
* Add JavaScript
*/
if ($_GET['q'] == 'node/14'){
function drupal_add_custom_js($data = NULL, $type = 'theme', $scope = 'header', $defer = FALSE, $cache = TRUE) {
_drupal_add_js('sites/all/themes/forestry/js/jquery.scrollTo-1.3.3-min.js', 'theme', 'header', FALSE, $cache);
_drupal_add_js('sites/all/themes/forestry/js/jquery.localscroll-1.2.6-min.js', 'theme', 'header', FALSE, $cache);
_drupal_add_js('sites/all/themes/forestry/js/toc.js', 'theme', 'header', FALSE, $cache);
return _drupal_add_js($data, $type, $scope, $defer, $cache);
}
drupal_add_custom_js($data = NULL, $type = 'theme', $scope = 'header', $defer = FALSE, $cache = TRUE);
}