execute(); //create variable to hold cookie value $value = "set"; } function career_tracking_page_alter(&$page){ //cookies are created by JS, so load JS file. $my_path = drupal_get_path('module', 'career_tracking'); $page ['content']['#attached']['js'][] = array( 'type' => 'file', 'data' => $my_path . '/career_tracking.js', ); } include_once "career_tracking_functions.php";