/**
 *	Station Configuration File
 */

configuration = {

   stationName    : "Z88.3 FM",
   stationTagline : "Safe For The Little Ears",
   advisoryLink   : "http://ratethemusic.com/signup.cgi/wpoz",
   playlistLength : 3,
   defaultCover   : 'z88.gif',
   cookieBitrate  : 'zplaybitrate',
   
   metafileURL    : ["http://www1.zradio.org/streams/zplay.asx",
                     "http://www1.zradio.org/streams/zplay_32m.asx",
                     "http://www1.zradio.org/streams/zplay_64s.asx",
                     "http://www1.zradio.org/streams/zplay_128s.asx"],
   
   mediaURL       : ["mms://mm4.zradio.org/z88-64s",
                     "mms://mm4.zradio.org/z88-20m",
                     "mms://mm4.zradio.org/z88-64s",
                     "mms://mm4.zradio.org/z88-128s"],

   timerFormat    : "m:s", // Not implemented
   timerDisplay   : "elapsed", // Not implemented

   // Speed is measured in pixels to scroll per second.
   tickerSpeed : "75",

   // The following is not implemented
   idSongtitle : "",
   idArtist    : "",
   idAlbum     : "",
   idLabel     : "",

   // Formula (minutes * seconds * milliseconds)
   timeoutStop : 5 * 60 * 1000, // 5 Minutes
   timeoutOffset : 120 * 60 * 1000, // 5 Minutes


   /**
    *	Debug Level
    *
    *	This is not currently enabled. Turning on does nothing.
    */
   debug_level : 0

};
addLoadEvent( function()
   {
   //ticker.messages.add( 1, "<p>The future of Internet radio is in immediate danger. Today is the Day of Silence. Learn how you can help ensure that the silence is not permanent at <a href=\"http://www.zradio.com/dayofsilence\">zradio.com/dayofsilence</a>.</p>" );
   //ticker.messages.add( 0, "<p>You&#8217;re listening to <strong>" + configuration.stationName + "</strong> &#8212; " + configuration.stationTagline + "!   Help us improve this station, become a member of the <a href=\"" + configuration.advisoryLink + "\">Music Advisory Board</a>.</p>" );
   ticker.messages.add( 1, "<p>You&#8217;re listening to <strong>" + configuration.stationName + "</strong> &#8212; " + configuration.stationTagline + "!   Help us improve this station, become a member of the <a href=\"" + configuration.advisoryLink + "\">Music Advisory Board</a>.</p>" );
   ticker.messages.add( 2, "<p>You can now listen to " + configuration.stationName + " on your HD Digital Radio! Want to learn more? Read up on our <a href=\"http://radioy.com/index.php?option=content&amp;task=view&amp;id=431&amp;Itemid=34\">HD Radio blog</a>.</p>" );
   ticker.messages.add( 3, "<p>Thank you for trying our new web player. We are hard at work. If you have feedback, please <a href=\"mailto:ray@radioy.com\">let us know</a>.</p>" );
   }
/*
addLoadEvent( function()
   {
   ticker.messages.add( "<p>You&#8217;re listening to <strong>" + configuration.stationName + "</strong> &#8212; " + configuration.stationTagline + "!   Help us improve this station, become a member of the <a href=\"" + configuration.advisoryLink + "\">Music Advisory Board</a>.</p>" );
   //ticker.messages.add( "<p>You can now listen to " + configuration.stationName + " on your HD Digital Radio! Want to learn more? Read up on our <a href=\"http://www.zradio.com/index/articles/00000051/\">HD Radio blog</a>.</p>" );
   //ticker.messages.add( "<p>Thank you for trying our new web player. We are hard at work. If you have feedback, please <a href=\"mailto:ray@radioy.com\">let us know</a>.</p>" );
   }
*/
);
