// 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: Easily Generate Creative Domain Names", "http://tickermyfeed.com/adv.php/Mw==", "_blank");i++;
Article[i] = new Array ("ADV: Add This Ticker to Your Website for Free", "http://tickermyfeed.com/adv.php/NA==", "_blank");i++;
Article[i] = new Array ("ADV: Slide in Banner Exchange for Webmasters", "http://tickermyfeed.com/adv.php/MTE=", "_blank");i++;
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 ("Hall to wear Oilers No. 4", "http://tickermyfeed.com/news.php/MHx8/hall_to_wear_oilers_no_4/?link=aHR0cDovL3NsYW0uY2Fub2UuY2EvU2xhbS9Ib2NrZXkvTkhML0VkbW9udG9uLzIwMTAvMDkvMDgvMTUyODMxMjEuaHRtbD9jaWQ9cnNzc3BvcnRzc2xhbSEgaG9ja2V5&title=SGFsbCB0byB3ZWFyIE9pbGVycyBOby4gNA==", "_blank");i++;
Article[i] = new Array ("Kaberle finally speaks", "http://tickermyfeed.com/news.php/MHx8/kaberle_finally_speaks/?link=aHR0cDovL3NsYW0uY2Fub2UuY2EvU2xhbS9Ib2NrZXkvTkhML1Rvcm9udG8vMjAxMC8wOS8wOC8xNTI4MjgxNi5odG1sP2NpZD1yc3NzcG9ydHNzbGFtISBob2NrZXk=&title=S2FiZXJsZSBmaW5hbGx5IHNwZWFrcw==", "_blank");i++;
Article[i] = new Array ("Wings bring back Maltby", "http://tickermyfeed.com/news.php/MHx8/wings_bring_back_maltby/?link=aHR0cDovL3NsYW0uY2Fub2UuY2EvU2xhbS9Ib2NrZXkvTkhML0RldHJvaXQvMjAxMC8wOS8wOC8xNTI4MzM4MS5odG1sP2NpZD1yc3NzcG9ydHNzbGFtISBob2NrZXk=&title=V2luZ3MgYnJpbmcgYmFjayBNYWx0Ynk=", "_blank");i++;
Article[i] = new Array ("Predators ink Franson", "http://tickermyfeed.com/news.php/MHx8/predators_ink_franson/?link=aHR0cDovL3NsYW0uY2Fub2UuY2EvU2xhbS9Ib2NrZXkvTkhML05hc2h2aWxsZS8yMDEwLzA5LzA4LzE1Mjg0MDA2Lmh0bWw/Y2lkPXJzc3Nwb3J0c3NsYW0hIGhvY2tleQ==&title=UHJlZGF0b3JzIGluayBGcmFuc29u", "_blank");i++;
Article[i] = new Array ("No guarantees, but Burke likes these Leafs", "http://tickermyfeed.com/news.php/MHx8/no_guarantees_but_burke_likes_these_leafs/?link=aHR0cDovL3NsYW0uY2Fub2UuY2EvU2xhbS9Ib2NrZXkvTkhML1Rvcm9udG8vMjAxMC8wOS8wNy8xNTI3NTIwNi5odG1sP2NpZD1yc3NzcG9ydHNzbGFtISBob2NrZXk=&title=Tm8gZ3VhcmFudGVlcywgYnV0IEJ1cmtlIGxpa2VzIHRoZXNlIExlYWZz", "_blank");i++;
Article[i] = new Array ("Plekanec has Cup in his sights", "http://tickermyfeed.com/news.php/MHx8/plekanec_has_cup_in_his_sights/?link=aHR0cDovL3NsYW0uY2Fub2UuY2EvU2xhbS9Ib2NrZXkvTkhML01vbnRyZWFsLzIwMTAvMDkvMDcvMTUyNzMxMTYuaHRtbD9jaWQ9cnNzc3BvcnRzc2xhbSEgaG9ja2V5&title=UGxla2FuZWMgaGFzIEN1cCBpbiBoaXMgc2lnaHRz", "_blank");i++;
////// SCROLLER CONFIGURATION ///////////////////////////////////////////////////////////////////
orientation = "vertical" // Orientation of scroller (Horizontal or vertical)
scrollerWidth = "200" // Width of entire scroller.
scrollerHeight = "450" // 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 = "#ffffff" // 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 = "bold" // Weight of scroller links;
linkColour = "#990000" // Colour of scroller links
linkSize = "9" // 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 = "bold" // Weight of scroller links;
slinkColour = "#000000" // Colour of scroller links
slinkSize = "9" // 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='