// 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 ("Federer tops Soderling, reaches US Open semifinals (AP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/federer_tops_soderling_reaches_us_open_semifinals", "_blank");i++; Article[i] = new Array ("Philippines admits police may have shot some tourists (AFP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/philippines_admits_police_may_have_shot_some_tourists", "_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 ("Karzai aims to limit foreign role in probes: report (Reuters)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/karzai_aims_to_limit_foreign_role_in_probes_report", "_blank");i++; Article[i] = new Array ("Economists cut U.S. growth forecast again (Reuters)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/economists_cut_us_growth_forecast_again", "_blank");i++; Article[i] = new Array ("ADV: Automated Link Exchange for Webmasters", "http://tickermyfeed.com/adv.php/MTI=", "_blank");i++; Article[i] = new Array ("Colorado wildfire destroys more than 130 homes (AP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/colorado_wildfire_destroys_more_than_130_homes", "_blank");i++; Article[i] = new Array ("Defiant Florida church says Koran burning to go ahead (AFP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/defiant_florida_church_says_koran_burning_to_go_ahead", "_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 ("AP Exclusive: Backers of NYC mosque appear divided (AP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/ap_exclusive_backers_of_nyc_mosque_appear_divided", "_blank");i++; Article[i] = new Array ("Seven Mexican gunmen arrested in migrant massacre (Reuters)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/seven_mexican_gunmen_arrested_in_migrant_massacre", "_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 ("BP points fingers in oil spill blame game (Reuters)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/bp_points_fingers_in_oil_spill_blame_game", "_blank");i++; Article[i] = new Array ("Highway deaths fall to lowest level since 1950 (AP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/highway_deaths_fall_to_lowest_level_since_1950", "_blank");i++; Article[i] = new Array ("BP report blames itself, others for oil spill (AP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/bp_report_blames_itself_others_for_oil_spill", "_blank");i++; Article[i] = new Array ("Appeals court lets government halt torture lawsuit (AP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/appeals_court_lets_government_halt_torture_lawsuit", "_blank");i++; Article[i] = new Array ("Florida pastor not backing down on Koran-burning (Reuters)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/florida_pastor_not_backing_down_on_koran-burning", "_blank");i++; Article[i] = new Array ("Fidel Castro says Cuban model no longer works (Reuters)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/fidel_castro_says_cuban_model_no_longer_works", "_blank");i++; Article[i] = new Array ("Fla. minister determined to hold 9/11 Quran burn (AP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/fla_minister_determined_to_hold_9/11_quran_burn", "_blank");i++; ////// SCROLLER CONFIGURATION /////////////////////////////////////////////////////////////////// orientation = "vertical" // Orientation of scroller (Horizontal or vertical) scrollerWidth = "678" // Width of entire scroller. scrollerHeight = "307" // 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 = "222629" // 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 = "dedede" // Colour of scroller links linkSize = "11" // 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 = "#abebff" // Colour of scroller links slinkSize = "11" // 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('
'); document.write('
');