// 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 ("Experimental Novartis drug shows malaria promise - Reuters", "http://tickermyfeed.com/news.php/MHx8Z29vZ2xl/experimental_novartis_drug_shows_malaria_promise_-_reuters", "_blank");i++;
Article[i] = new Array ("Organic strawberries are better ? in some ways ? researchers say - Los Angeles Times", "http://tickermyfeed.com/news.php/MHx8Z29vZ2xl/organic_strawberries_are_better__in_some_ways__researchers_say_-_los_angeles_times", "_blank");i++;
Article[i] = new Array ("Survey: Employers shift more insurance costs to workers - Kansas City Star", "http://tickermyfeed.com/news.php/MHx8Z29vZ2xl/survey_employers_shift_more_insurance_costs_to_workers_-_kansas_city_star", "_blank");i++;
Article[i] = new Array ("Rapid TB Test Shows High Accuracy - MedPage Today", "http://tickermyfeed.com/news.php/MHx8Z29vZ2xl/rapid_tb_test_shows_high_accuracy_-_medpage_today", "_blank");i++;
Article[i] = new Array ("No Pampers link to rash cases, safety groups say - msnbc.com", "http://tickermyfeed.com/news.php/MHx8Z29vZ2xl/no_pampers_link_to_rash_cases_safety_groups_say_-_msnbccom", "_blank");i++;
Article[i] = new Array ("Allergan Pleads Guilty, Settles Botox Investigation - ABC News", "http://tickermyfeed.com/news.php/MHx8Z29vZ2xl/allergan_pleads_guilty_settles_botox_investigation_-_abc_news", "_blank");i++;
Article[i] = new Array ("Growth of Employer Plans Forseen With Health Reform - MedPage Today", "http://tickermyfeed.com/news.php/MHx8Z29vZ2xl/growth_of_employer_plans_forseen_with_health_reform_-_medpage_today", "_blank");i++;
Article[i] = new Array ("Orexigen signs $1 billion obesity drug deal - The Associated Press", "http://tickermyfeed.com/news.php/MHx8Z29vZ2xl/orexigen_signs_$1_billion_obesity_drug_deal_-_the_associated_press", "_blank");i++;
////// SCROLLER CONFIGURATION ///////////////////////////////////////////////////////////////////
orientation = "vertical" // Orientation of scroller (Horizontal or vertical)
scrollerWidth = "150" // Width of entire scroller.
scrollerHeight = "300" // 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 = "#800000" // 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 = "#FFFFFF" // 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 = "#FF0000" // 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='