/*
======================================================================
 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 a Forum Images NewsBar 1.2 demonstration!';
var newsContent = [
  '<a href="http://www.forumimages.com">Forum Images</a> NewsBar is a sister project to Forum Images NewsFader.',
  'Forum Images NewsBar &quot;types&quot; news items rather than &quot;flips&quot; them to the screen.',
  'Enjoy, and have a nice day!'
];

// Variables for configuration settings
var defaultNewsTimeout = 6;
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;

