/*
======================================================================
 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 = 'Welcome to gbbikers motorcycle discussion forums!';
var newsContent = [
  '<a href="http://www.gbbikers.co.uk">GB BIKERS</a> What can we offer you here.',
  'New motorcycle <a href="http://www.gbbikers.co.uk/classifieds/index.php">Classified</a> adverts, with free and fee based ads.',
  'Motorcycle <a href="http://www.gbbikers.co.uk/auction/index.php">online auction</a> in association with ebay.',
  'Latest motorcycle <a href="http://www.gbbikers.co.uk/forum/article.php">news</a> from around the globe.',
  'Pop into the <a href="http://www.gbbikers.co.uk/chatroom/index.php3">chatroom</a> for live chat with other site members.',
  'Take part in our discussion <a href="http://www.gbbikers.co.uk/forum/index.php">forums</a> with members from all over the UK.',
  'Once you have become a member of the site.', 
  'you can then take up the opportunity of.', 
  'taking part in orgnised ride outs With members in your area.',
  'Enjoy the site and have a nice day!'
];

// 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;
