// JavaScript-powered main menu for COGASOC.org
// (c) 2001 by Church of God and Saints of Christ
// All Rights Reserved.

// This file contains miscellaneous JavaScripts to support
// the COGASOC.org web site.

// ----------
// This function plays a vocal rendition of the anthem
// that is encoded in MP3 format.
// Author: Samuel J. Eaves, II
// Date:   February 19, 2001
// ----------
function playAnthem()
{
  window.location.href="/sounds/I_Love_Anthem.mp3";
}

function goBack()
{
  window.history.back();
}
