/*
======================================================================
 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 nel Forum di Lottochannel';
var newsContent = [

'Forum Gemellato con lottostudiocrystal.com ',
'Lottoamci ospita il Pugilotto sfide estreme',
  'Visita le sezioni personali di Lottochannel',
  'Luigi Barone ',
  'Nando Maniccia ',
  'Franco Canonico ', 
  'Francesca Conte ', 
  'Mery ', 
  'Apprendi anche tu la Toria delle Chiavi ', 
  'Leggi gli articoli di G.Marchese ', 
  'MakeRuote 3D un progamma con infinite strade vincenti ', 
  'Previsioni, Gare di dovertimento ', 
  'Le ultimissime sul mondo del Lotto ',
  'Le previsioni dei migliori esperti e studiosi ',
  'Amicizia ed armonia .....'
];


// 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;

