// Use Freely as long as following disclaimer is intact ::
//---------------------------------------------------------------
// Cross Browser Multi-Directional Scroller v1.1 18th January 2005
// This script written by Rik Comery. www.ricom.co.uk
// For support, visit the "Resources" section at www.ricom.co.uk
// All rights reserved.
Article = new Array;
i=0;
/* DEFINE SCROLLER ELEMENTS
Define new scroller elements here in the following format.
Article[i] = new Array ("display text", "URL", "frame target to load link in");i++
Note: If you do not want the item to be a link, change the URL value to "none".
*/
Article[i] = new Array ("ADV: Automated Link Exchange for Webmasters", "http://tickermyfeed.com/adv.php/MTI=", "_blank");i++;
Article[i] = new Array ("ADV: Win a Apple MacBook 13-inch Notebook Computer Now", "http://tickermyfeed.com/adv.php/NTk=", "_blank");i++;
Article[i] = new Array ("ADV: Add a Breaking News Ticker to Your Web Browser", "http://tickermyfeed.com/adv.php/NTg=", "_blank");i++;
Article[i] = new Array ("Abbas mulls peace talks; expects US answers soon - Reuters", "http://tickermyfeed.com/news.php/MHx8Z29vZ2xl/abbas_mulls_peace_talks_expects_us_answers_soon_-_reuters", "_blank");i++;
Article[i] = new Array ("Why Iran unrest is not revolution re-run - CNN", "http://tickermyfeed.com/news.php/MHx8Z29vZ2xl/why_iran_unrest_is_not_revolution_re-run_-_cnn", "_blank");i++;
Article[i] = new Array ("Nigerian vice-president to take over from absent premier - The Guardian", "http://tickermyfeed.com/news.php/MHx8Z29vZ2xl/nigerian_vice-president_to_take_over_from_absent_premier_-_the_guardian", "_blank");i++;
Article[i] = new Array ("Euro MPs back new European Commission - BBC News", "http://tickermyfeed.com/news.php/MHx8Z29vZ2xl/euro_mps_back_new_european_commission_-_bbc_news", "_blank");i++;
Article[i] = new Array ("Afghan unrest kills US, NATO soldiers - AFP", "http://tickermyfeed.com/news.php/MHx8Z29vZ2xl/afghan_unrest_kills_us_nato_soldiers_-_afp", "_blank");i++;
Article[i] = new Array ("Iran Starts Higher Uranium Enrichment - Voice of America", "http://tickermyfeed.com/news.php/MHx8Z29vZ2xl/iran_starts_higher_uranium_enrichment_-_voice_of_america", "_blank");i++;
Article[i] = new Array ("Ukraine election: Tymoshenko will challenge result say supporters - BBC News", "http://tickermyfeed.com/news.php/MHx8Z29vZ2xl/ukraine_election_tymoshenko_will_challenge_result_say_supporters_-_bbc_news", "_blank");i++;
////// SCROLLER CONFIGURATION ///////////////////////////////////////////////////////////////////
orientation = "vertical" // Orientation of scroller (Horizontal or vertical)
scrollerWidth = "400" // Width of entire scroller.
scrollerHeight = "420" // Height of Scroller.
borderWidth = 0 // Width of border. (use 0 for no border).
borderColour = "#006600" // Colour of scroller border. (Use either hexadecimal or text values. e.g. "#FF0000" or "Red")
backColour = "#EFEFEF" // Colour of scroller background. (Use either hexadecimal or text values. e.g. "#FF0000" or "Red")
staticColour = "#000000" // Colour of scroller items that are NOT a link. (including scrollerDivider characters)
stopScroll = 1 // Pause the scroller on mouseOver. (use 0 for no.)
textAlignment="left" // Alignment of each scroller item. Only really makes a difference on vertical scroller
// (center, left, right, justify)
// Scroller Links
linkFont = "Verdana, Arial, Helvetica, sans-serif" // Font of scroller links;
linkWeight = "normal" // Weight of scroller links;
linkColour = "#000000" // Colour of scroller links
linkSize = "10" // Size of links (in points)
linkDecoration = "none" // Decoration of links. (underline, overline, none)
linkStyle = "regular"
// Scroller Links On MouseOver
slinkFont = "Verdana, Arial, Helvetica, sans-serif" // Font of scroller links;
slinkWeight = "normal" // Weight of scroller links;
slinkColour = "#FF0000" // Colour of scroller links
slinkSize = "10" // Size of links (in points)
slinkDecoration = "none" // Decoration of links. (underline, overline, none)
slinkStyle = "regular"
scrollerDivider = "
" // Character to place between each scroller item.
// tags can be used if an image is required.
// Use "0" for nothing. For Vertical scrollers, it is best to use "
"
/*
Because Netscape version 4 does not support this scroller, configure the values below so NS4 users do not see an error.
In the scroller's place will be a static title which can be a link if require. The appearance of the static text (colour, scroller border etc)
will be exactly the same as for the working version in other browsers.
*/
ns4Text = "This browser does not support this scroller"; // Alternative text to display in Netscape 4.
ns4URL = "tickermyfeed.com"; // URL of link in NS4. If no URL is required, enter "none"
ns4Target = "_top"; // Frame target for link in NS4
////// DO NOT EDIT BELOW THIS LINE ///////////////////////////////////////////////////////////////////
//Browser Sniffer
var isIE = (document.getElementById && document.all)?true:false;
var isNS4 = (document.layers)?true:false;
var isNS6 = (document.getElementById && !document.all)?true:false;
var isLoaded=false;
style='