/*
======================================================================
 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 the KWSN Orbiting Fortress';
var newsContent = [
  'Please <a href="http://www.kwsnforum.com/profile.php?mode=register">register</a> if you would like to post.',
  'Also check out our multi-project <a href="http://stats.kwsn.net/">BOINC stats</a>.',
  'Download the Latest <a href="http://lunatics.kwsn.net/">KWSN SETI optimised Apps</a> from Simon Zadra (Chicken of Angnor).',
  'Yes, this is the now slightly used Dell server'
];

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

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

var startRed = 100;
var startGreen = 100;
var startBlue = 100;
var endRed = 100;
var endGreen = 100;
var endBlue = 100;
