/*
======================================================================
 NewsBar v1.2 (modified to Forum Images NewsFader 1.0)
 Vasil Dinkov's NewsBar v1.2 is modified for use and distribution by
 forumimages.com with the author's kind permission.
======================================================================
 Forum Images NewsFader 1.0
 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 FlashVacuum Forum!!!';
var newsContent = [
  //<a href="http://forum.flashvacuum.com">FlashVacuum</a>
  'Welcome to the FV Forum.',
  'The forum is upgraded to phpBB 2.0.18.  Please let us know if you see any strange behavior.', 
  'What is THOTH? It will make your Flash life easier than ever. Info and documentation here: <a href="http://www.absconditus.com">THOTH</a>',
  'CyanBlue has bought a house and working like a dawg!  Welcome back to the Rat Race CyanBlue!',
  'Need an Outstanding ActionScripter and Site Architect?  In Europe?  Then you need Stimpson! <a href="http://www.bdontwerp.nl/" target="_blank">See his site!</a>',
  '<a href="http://www.macromedia.com/downloads/?promoid=home_short_trial_082403" target="_blank">Flash MX 2004 Trial Download</a>',
  'Enjoy the forum, get answers and have a nice day!'
];


// Variables for general configuration
var defaultNewsTimeout = 20;
var newsPopUpFeatures = 'height=320,left=16,menubar,resizable,scrollbars,status,toolbar,top=16,width=560';
var newsPopUpName = 'newsPopUp';
var newsTimeout = 10;
var pauseOnMouseover = true;

// Variables for news fade
var fade = true;
var fadeToDark = true;

var startRed = 255;
var startGreen = 255;
var startBlue = 255;
var endRed = 0;
var endGreen = 0;
var endBlue = 0;

