// 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 ("5 Best Sunday Columns (The Atlantic Wire)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/5_best_sunday_columns", "_blank");i++;
Article[i] = new Array ("Both Parties Say Tea Party Hands Them November Wins (CQPolitics.com)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/both_parties_say_tea_party_hands_them_november_wins", "_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 ("Why Are the Feds Suing Brash Arizona Sheriff? (The Atlantic Wire)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/why_are_the_feds_suing_brash_arizona_sheriff", "_blank");i++;
Article[i] = new Array ("Feingold to skip Obama rally in Wisconsin (The Upshot)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/feingold_to_skip_obama_rally_in_wisconsin", "_blank");i++;
Article[i] = new Array ("ADV: Automated Link Exchange for Webmasters", "http://tickermyfeed.com/adv.php/MTI=", "_blank");i++;
Article[i] = new Array ("House Dems urged to aid colleagues (Politico)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/house_dems_urged_to_aid_colleagues", "_blank");i++;
Article[i] = new Array ("US officials: Mideast talks to resume in Jerusalem (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/us_officials_mideast_talks_to_resume_in_jerusalem", "_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 ("More Dems buck plan to let taxes increase for rich (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/more_dems_buck_plan_to_let_taxes_increase_for_rich", "_blank");i++;
Article[i] = new Array ("Little-known bill heaven sent for laid-off textile workers (McClatchy Newspapers)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/little-known_bill_heaven_sent_for_laid-off_textile_workers", "_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 ("Obama seeks to shore up support for Wis. Democrats (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/obama_seeks_to_shore_up_support_for_wis_democrats", "_blank");i++;
Article[i] = new Array ("Shoes, eggs hurled at ex-Brit PM Blair in Dublin (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/shoes_eggs_hurled_at_ex-brit_pm_blair_in_dublin", "_blank");i++;
Article[i] = new Array ("Clinton: Time is now for Mideast peace (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/clinton_time_is_now_for_mideast_peace", "_blank");i++;
Article[i] = new Array ("Can the president boost jobs and the economy between now and Election Day? (Exclusive to Yahoo! News)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/can_the_president_boost_jobs_and_the_economy_between_now_and_election_day", "_blank");i++;
Article[i] = new Array ("Palestinian leader: Israel must freeze settlements (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/palestinian_leader_israel_must_freeze_settlements", "_blank");i++;
Article[i] = new Array ("Arizona Gov. Jan Brewer at a loss for words in first debate (The Upshot)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/arizona_gov_jan_brewer_at_a_loss_for_words_in_first_debate", "_blank");i++;
Article[i] = new Array ("Ariz. governor says she was wrong about beheadings (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/ariz_governor_says_she_was_wrong_about_beheadings", "_blank");i++;
Article[i] = new Array ("Tea Party Express hopes to repeat Alaska win in Delaware Senate primary (The Upshot)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/tea_party_express_hopes_to_repeat_alaska_win_in_delaware_senate_primary", "_blank");i++;
////// SCROLLER CONFIGURATION ///////////////////////////////////////////////////////////////////
orientation = "vertical" // Orientation of scroller (Horizontal or vertical)
scrollerWidth = "400" // Width of entire scroller.
scrollerHeight = "150" // 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 = "bold" // Weight of scroller links;
linkColour = "#000099" // 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='