function stop()
{
	NewsScroll.scrollDelay = "1000000";
}
function start()
{
	NewsScroll.scrollDelay = "100";
}

function playSound()  {
    if (navigator.appName == 'Netscape') {
        if (parseInt(navigator.appVersion) >= 3) {
            if (navigator.javaEnabled()) {
                if (navigator.mimeTypes['audio/midi'] != null) {
                    if (navigator.mimeTypes['audio/midi'].enabledPlugin != null) {
                        document.firstSound.play(false); // play sound in Netscape
                    }
                    else
                        alert('Your browser does not have a plug-in to play audio/midi mime types!');
                }
                else
                    alert('Your browser does not support the audio/midi mime type!');
            }
            else
                alert('Requires Java enabled to be enabled');
        }
        else
            alert('Only works in Netscape Navigator 3 or greater');
    }
    else {
		if (document.embeds) {
            document.firstSound.play(); // play sound in Explorer
        }
        else
            alert('Your browser does not support the embeds array');
    }
}
function stopSound()  { document.firstSound.stop(); }

      		
			var midi = "";
			nummidi = 1
			day = new Date()
			dow = day.getDay();

			if(dow == 0)
			{
			midi="jscript/Special.MP3";
			}
			if(dow == 1)
			{
			midi = "jscript/Monday.MP3";
			}
			if(dow == 2)
			{
			midi = "jscript/Tuesday.MP3";
			}
			if(dow == 3)
			{
			midi = "jscript/Wednesday.MP3";
			}
			if(dow == 4)
			{
			midi = "jscript/Thursday.MP3";
			}
			if(dow == 5)
			{
			midi = "jscript/Friday.MP3";
			}
			if(dow == 6)
			{
			midi = "jscript/Saturday.MP3";
			}
			if(dow == 7)
			{
			midi = "jscript/Daily.MP3";
			}
		var singStr ="<EMBED NAME='firstSound' width=50 height=40 SRC="+ midi +" autostart=true  HIDDEN=true loop=true volume=100 controls=smallconsole>";
		window.document.write(singStr);
				
function MM_findObj(n, d) { 
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_showHideLayers() { 
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }
}

function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}  
