// JavaScript Document
/* This script is property of Tanner Naeher, coyote6.com.  It may only be used as a template for others.  Any use of its images or content is strictly forbidden without written consent.*/
/* The purpose of this script is to load all the functions that are to start when the page loads. */

// Load the onload function when the window loads.
window.onload = onload_functions;

// List out the functions to be loaded.
function onload_functions () {
	write_date();
	disable_anchors();
}