// Thanks to Ben - http://www.bbarden.com for helping me with script implementation // This script prints the menubar to the each page the function is called in. function menubar(){ // Calls Function var menu = " "; menu += " Hi! "; document.write(menu); //Print variable }