// 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 ("Ex-FEMA worker pleads guilty to $721K fraud (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/ex-fema_worker_pleads_guilty_to_$721k_fraud", "_blank");i++; Article[i] = new Array ("US charity for Haiti outpaces giving after tsunami (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/us_charity_for_haiti_outpaces_giving_after_tsunami", "_blank");i++; Article[i] = new Array ("ADV: Automated Link Exchange for Webmasters", "http://tickermyfeed.com/adv.php/MTI=", "_blank");i++; Article[i] = new Array ("Haiti quake poses key test for American Red Cross (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/haiti_quake_poses_key_test_for_american_red_cross", "_blank");i++; Article[i] = new Array ("Brees proud of Saints journey from Katrina (Reuters)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/brees_proud_of_saints_journey_from_katrina", "_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 ("Upset as Saints beat Colts in Super Bowl (AFP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/upset_as_saints_beat_colts_in_super_bowl", "_blank");i++; Article[i] = new Array ("Entergy Corp. sues fed agency in Katrina flooding (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/entergy_corp_sues_fed_agency_in_katrina_flooding", "_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 ("NC court hears challenge to big coastal rate jump (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/nc_court_hears_challenge_to_big_coastal_rate_jump", "_blank");i++; Article[i] = new Array ("US donations to Haiti track Asian tsunami, Katrina (AFP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/us_donations_to_haiti_track_asian_tsunami_katrina", "_blank");i++; Article[i] = new Array ("For La. Haitians, earthquake rekindles terror (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/for_la_haitians_earthquake_rekindles_terror", "_blank");i++; Article[i] = new Array ("Judge dismisses case over Katrina bridge blockade (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/judge_dismisses_case_over_katrina_bridge_blockade", "_blank");i++; Article[i] = new Array ("Push to send FEMA trailers to Haiti stirs backlash (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/push_to_send_fema_trailers_to_haiti_stirs_backlash", "_blank");i++; Article[i] = new Array ("Football energizes storm-beleaguered New Orleans (Reuters)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/football_energizes_storm-beleaguered_new_orleans", "_blank");i++; Article[i] = new Array ("Saints carry hopes of rebuilding city into Super Bowl (AFP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/saints_carry_hopes_of_rebuilding_city_into_super_bowl", "_blank");i++; Article[i] = new Array ("Sen. Landrieu defends Medicaid deal for La. (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/sen_landrieu_defends_medicaid_deal_for_la", "_blank");i++; Article[i] = new Array ("Super Bowl fever swamps storm-ravaged New Orleans (AFP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/super_bowl_fever_swamps_storm-ravaged_new_orleans", "_blank");i++; Article[i] = new Array ("1 killed in Cyclone Oli in French Polynesia (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/1_killed_in_cyclone_oli_in_french_polynesia", "_blank");i++; Article[i] = new Array ("Mayor-elect of New Orleans makes crime top priority (AFP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/mayor-elect_of_new_orleans_makes_crime_top_priority", "_blank");i++; ////// SCROLLER CONFIGURATION /////////////////////////////////////////////////////////////////// orientation = "vertical" // Orientation of scroller (Horizontal or vertical) scrollerWidth = "400" // Width of entire scroller. scrollerHeight = "420" // 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 = "normal" // Weight of scroller links; linkColour = "#000000" // 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 = "#FF0000" // 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('
');