if (curPage == "home") {
	func.includeJS("http://elohimnotes.com/javascript/physics.js");
	func.includeJS("http://elohimnotes.com/javascript/scrollbar.js");
	func.includeJS("http://elohimnotes.com/javascript/tablebuilder.js");
	func.includeJS("http://elohimnotes.com/javascript/inputbuilder.js");
	func.includeJS("http://elohimnotes.com/javascript/bookmarks.js");
	func.includeJS("http://elohimnotes.com/javascript/browse.js");
	func.includeJS("http://elohimnotes.com/javascript/friends.js");
	func.includeJS("http://elohimnotes.com/javascript/messages.js");
	func.includeJS("http://elohimnotes.com/javascript/home.js");
}
else if (curPage == "404") {
	func.includeJS("http://elohimnotes.com/javascript/physics.js");
	func.includeJS("http://elohimnotes.com/javascript/scrollbar.js");
	func.includeJS("http://elohimnotes.com/javascript/tablebuilder.js");
	func.includeJS("http://elohimnotes.com/javascript/inputbuilder.js");
	func.includeJS("http://elohimnotes.com/javascript/bookmarks.js");
	func.includeJS("http://elohimnotes.com/javascript/browse.js");
	func.includeJS("http://elohimnotes.com/javascript/friends.js");
	func.includeJS("http://elohimnotes.com/javascript/messages.js");
	func.includeJS("http://elohimnotes.com/javascript/home.js");
}
else if (curPage == "editor") {
	func.includeJS("http://elohimnotes.com/javascript/physics.js");
	func.includeJS("http://elohimnotes.com/javascript/scrollbar.js");
	func.includeJS("http://elohimnotes.com/javascript/tablebuilder.js");
	func.includeJS("http://elohimnotes.com/javascript/inputbuilder.js");
	func.includeJS("http://elohimnotes.com/javascript/enotes_functions.js");
	func.includeJS("http://elohimnotes.com/javascript/fish_enotes.js");
	func.includeJS("http://elohimnotes.com/javascript/ebible.js");
	func.includeJS("http://elohimnotes.com/javascript/bookmarks.js");
	func.includeJS("http://elohimnotes.com/javascript/browse.js");
	func.includeJS("http://elohimnotes.com/javascript/friends.js");
	func.includeJS("http://elohimnotes.com/javascript/messages.js");

	addLoadEvent(navSetUp);
}
else if (curPage == "viewnote" || curPage == "profile" || curPage == "preferences") {
	func.includeJS("http://elohimnotes.com/javascript/physics.js");
	func.includeJS("http://elohimnotes.com/javascript/scrollbar.js");
	func.includeJS("http://elohimnotes.com/javascript/tablebuilder.js");
	func.includeJS("http://elohimnotes.com/javascript/inputbuilder.js");
	func.includeJS("http://elohimnotes.com/javascript/bookmarks.js");
	func.includeJS("http://elohimnotes.com/javascript/browse.js");
	func.includeJS("http://elohimnotes.com/javascript/friends.js");
	func.includeJS("http://elohimnotes.com/javascript/messages.js");

	addLoadEvent(navSetUp);
}