var strHeader;
var strFooter;
var httpsecure;
var thedate = new Date();
var thisyear = thedate.getFullYear();
function getHttpSecure(){var myURL = location.href;if (myURL.indexOf("https") >= 0){httpsecure = "https";}else{httpsecure = "http";}}
function getHeader(){getHttpSecure(); strHeader = "<div id='logo'><a href='http://www.wsu.edu'><img src='images/logo2.gif' alt='Washington State University - World Class Face to Face' height='98' width='149'/></a></div><div></div><div id='globalnav'><ul><li><a href='http://www.wsu.edu/NIS/AlphabeticalIndex.html'>A-Z Index</a></li><li><a href='http://www.wsu.edu/WSUStatewide.html'>Campuses</a></li><li><a href='https://my.wsu.edu/'>myWSU</a></li><li><a href='http://www.wsu.edu/search.html'>WSU Search</a></li><li><a href='http://www.wsu.edu/'>WSU Home</a></li></ul></div>"; return strHeader;}
function getFooter(){getHttpSecure();strFooter = "<div id='wsufooter'>Copyright &copy; " + thedate.getFullYear() + " Board of Regents,<a href='http://www.wsu.edu'>Washington State University</a> | <a href='http://www.wsu.edu/accessibility/'>Accessibility</a> | <a href='http://www.wsu.edu/Policies.html'>Policies</a> | <a href='http://www.wsu.edu/Copyright.html'>Copyright</a></div>"; return strFooter;}