/*
======================================================================
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 = 'Benvenuti in Iglug!';
var newsContent = [
'Iglug - Comunicazioni Rapide',
'Ultimo aggiornamento: 23/12/2004',
'--------------------------',
'Lo staff augura a tutti buone feste!',
'--------------------------',
'Linux Day 2004:',
'A breve verranno inserite le nuove foto',
'--------------------------',
'Ricordiamo la nostra chat:',
'server - irc.azzurra.org',
'canale - #iglug',
'--------------------------'
];
// Variables for configuration settings
var defaultNewsTimeout = 5;
var leadingSign = ' |';
var newsPopUpFeatures = 'height=320,left=16,menubar,resizable,scrollbars,status,toolbar,top=16,width=560';
var newsPopUpName = 'Iglug News';
var newsSpeed = 60;
var newsTimeout = 2;
var pauseOnMouseover = true;