/*
======================================================================
 NewsBar v1.2 (modified to Forum Images NewsBar 1.2)
 (c) 2002 VASIL DINKOV- PLOVDIV, BULGARIA
 Vasil Dinkov's NewsBar v1.2 is modified for use and distribution by
 forumimages.com with the author's kind permission.
======================================================================
 Forum Images NewsBar 1.2
 A Forum Images Production -- http://www.forumimages.com/
 Authors: SamG, Daz
 License: FI Free to Use and Distribute - Please see the included licenses.html
	file before using this software. A copy of the license that applies to this script
	can be	found on the Forum Images site should it not be included;
	http://www.forumimages.com/terms.php
======================================================================
*/

// Variables for news items
var defaultNews = 'Welcome to Activist San Diego';
var newsContent = [
'Welcome.  Please login <a href="http://www.activistsandiego.org/wwwboard/login.php">here</a>.',
'<a href="http://chat.activistsandiego.org/" target="_ASDChat">Chat online with us</a>.',
'<a href="http://www.activistsandiego.org/wwwboard/posting.php?mode=newtopic&f=17" target="_self">Get Help</a>',
'<a href="http://www.activistsandiego.org/wwwboard/posting.php?mode=newtopic&f=27" target="_self">Post an Action Alert</a>',
'<a href="http://www.activistsandiego.org/wwwboard/posting.php?mode=newtopic&f=50" target="_self">Post a meeting notification</a>',
'<a href="http://www.activistsandiego.org/wwwboard/posting.php?mode=newtopic&f=28" target="_self">Post an Event</a>',
'<a href="http://www.activistsandiego.org/wwwboard/posting.php?mode=newtopic&f=31" target="_self">Jobs, Rèsumès and Grants</a>',
'Don\'t post anything obnoxious or rude -  you may get banned.  ;) Have a nice day!'
]; 

// Variables for configuration settings
var defaultNewsTimeout = 3;
var leadingSign = ' <b>|</b>';
var newsPopUpFeatures = 'height=320,left=16,menubar,resizable,scrollbars,status,toolbar,top=16,width=560';
var newsPopUpName = 'newsPopUp';
var newsSpeed = 60;
var newsTimeout = 2;
var pauseOnMouseover = true;
