// JavaScript Document

<!--
/*
Background music script
By JavaScript Kit (http://javascriptkit.com)
Over 400+ free scripts here!
*/
//
//specify FULL path to midi//-->
/*
var musicsrc="http://www.stjohns-cathedral.com/Song1.mp3"
if (navigator.appName=="Microsoft Internet Explorer")
document.write('<bgsound src='+'"'+musicsrc+'"'+' loop="infinite">')
else 
document.write('<embed src=\"'+musicsrc+'\" hidden="true" border="0" autostart="true" loop="true">')
*/

if(navigator.appName=="Netscape"){
document.write('<embed src="http://www.stjohns-cathedral.com/Song1.mp3" autostart="true" loop="true" hidden="true"></embed>');}
else if(navigator.appName=="Microsoft Internet Explorer"){
document.write('<embed src="http://www.stjohns-cathedral.com/Song1.mp3" autostart="true" loop="true" hidden="true"></embed>');}
else{
document.write('<embed src="http://www.stjohns-cathedral.com/Song1.mp3" autostart="true" loop="true"></embed>');}
