/*
======================================================================
 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 = '<font color="#FFFFCC" size="2">Welcome to Anything Goes Hockey Fights!!!</font>';
var newsContent = [
  '<font color="#FFFFCC" size="2">We are your #1 Source for Non-Stop Hockey Fights!</font>',
  '<font color="#FFFFCC" size="2">Looking for access to the Fight Clip Boards?</font>',
  '<font color="#FFFFCC" size="2">Find out how in the AGHF Site Announcements Board or ask a member of the Moderator Staff!</font>',
  '<font color="#FFFFCC" size="2">Hundreds of Hockey Fights are only a click away!</font>',
  '<font color="#FFFFCC" size="2">Join in discussions about today\'s Enforcers, and the Heavyweight Legends of the past!</font>',
  '<font color="#FFFFCC" size="2">Help us grow!  Talk and watch Hockey Fights!</font>',
  '<font color="#FFFFCC" size="2">View Hockey Fight video clips and vote on the winners!</font>',
  '<font color="#FFFFCC" size="2">Register, take the red pill, and see just how deep the rabbit hole goes!</font>',
  '<font color="#FFFFCC" size="2">Thank you for visiting, and we hope to see you soon!</font>'
];

// Variables for configuration settings
var defaultNewsTimeout = 6;
var leadingSign = '<font color="#FFFFCC"><b>...</b></font>';
var newsPopUpFeatures = 'height=320,left=16,menubar,resizable,scrollbars,status,toolbar,top=16,width=560';
var newsPopUpName = 'newsPopUp';
var newsSpeed = 40;
var newsTimeout = 2;
var pauseOnMouseover = true;
