// 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 ("US Marines gear up for major Afghan assault (AFP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/us_marines_gear_up_for_major_afghan_assault", "_blank");i++; Article[i] = new Array ("Defiant Iran accelerates nuclear program (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/defiant_iran_accelerates_nuclear_program", "_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 ("Sri Lankan parliament dissolved ahead of new vote (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/sri_lankan_parliament_dissolved_ahead_of_new_vote", "_blank");i++; Article[i] = new Array ("2nd German traveler camps out in Brazil airport (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/2nd_german_traveler_camps_out_in_brazil_airport", "_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 ("Conservatives hold only slim lead: poll (Reuters)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/conservatives_hold_only_slim_lead_poll", "_blank");i++; Article[i] = new Array ("Activists ambush Japanese whalers in Antarctic seas (AFP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/activists_ambush_japanese_whalers_in_antarctic_seas", "_blank");i++; Article[i] = new Array ("Why the Olympics still matter (The Christian Science Monitor)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/why_the_olympics_still_matter", "_blank");i++; Article[i] = new Array ("US Army closes in on targeted southern Afghan town (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/us_army_closes_in_on_targeted_southern_afghan_town", "_blank");i++; Article[i] = new Array ("Toyota recalls 437,000 Priuses, hybrids globally (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/toyota_recalls_437000_priuses_hybrids_globally", "_blank");i++; Article[i] = new Array ("North Korean Defectors Finding Matchmakers in the South (Time.com)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/north_korean_defectors_finding_matchmakers_in_the_south", "_blank");i++; Article[i] = new Array ("Vatican intrigue hits new level with leak denial (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/vatican_intrigue_hits_new_level_with_leak_denial", "_blank");i++; Article[i] = new Array ("Leaders Walk in the Shoes of a Refugee (OneWorld.net)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/leaders_walk_in_the_shoes_of_a_refugee", "_blank");i++; Article[i] = new Array ("Dubai tower shut after visitors stuck in elevator (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/dubai_tower_shut_after_visitors_stuck_in_elevator", "_blank");i++; Article[i] = new Array ("Europe searches for way out of debt crisis (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/europe_searches_for_way_out_of_debt_crisis", "_blank");i++; Article[i] = new Array ("Nigeria: Vice president empowered by lawmakers (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/nigeria_vice_president_empowered_by_lawmakers", "_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 = "#0099FF" // 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='
'); document.write('
');