// 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 Army closes in on targeted southern Afghan town (AP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/us_army_closes_in_on_targeted_southern_afghan_town", "_blank");i++; Article[i] = new Array ("Obama: GOP and Dems together can spur job growth (AP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/obama_gop_and_dems_together_can_spur_job_growth", "_blank");i++; Article[i] = new Array ("ADV: Add This Ticker to Your Website for Free", "http://tickermyfeed.com/adv.php/NA==", "_blank");i++; Article[i] = new Array ("U.S. wants Iran sanctions in weeks; embassies attacked (Reuters)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/us_wants_iran_sanctions_in_weeks_embassies_attacked", "_blank");i++; Article[i] = new Array ("Fire consumes 2 Texas churches amid spate of arson (AP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/fire_consumes_2_texas_churches_amid_spate_of_arson", "_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 ("Toyota announces mass hybrid vehicle recall (AFP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/toyota_announces_mass_hybrid_vehicle_recall", "_blank");i++; Article[i] = new Array ("FDA aims to rein in radiation-based medical scans (AP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/fda_aims_to_rein_in_radiation-based_medical_scans", "_blank");i++; Article[i] = new Array ("ADV: Automated Link Exchange for Webmasters", "http://tickermyfeed.com/adv.php/MTI=", "_blank");i++; Article[i] = new Array ("Toyota recalls 437,000 Priuses, hybrids globally (AP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/toyota_recalls_437000_priuses_hybrids_globally", "_blank");i++; Article[i] = new Array ("John Murtha, defense appropriations chair, dies (Reuters)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/john_murtha_defense_appropriations_chair_dies", "_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 ("Parade to give another jolt of Saints euphoria (AP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/parade_to_give_another_jolt_of_saints_euphoria", "_blank");i++; Article[i] = new Array ("Taiwan drops request for U.S. military subs: source (Reuters)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/taiwan_drops_request_for_us_military_subs_source", "_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 ("Another major storm headed to snowy Mid-Atlantic (AP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/another_major_storm_headed_to_snowy_mid-atlantic", "_blank");i++; Article[i] = new Array ("Toyota recalls new Prius in latest safety fix (Reuters)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/toyota_recalls_new_prius_in_latest_safety_fix", "_blank");i++; Article[i] = new Array ("Nigerian parliament votes to suspend ailing president (AFP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/nigerian_parliament_votes_to_suspend_ailing_president", "_blank");i++; Article[i] = new Array ("Weather closes government offices a second day (Reuters)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/weather_closes_government_offices_a_second_day", "_blank");i++; Article[i] = new Array ("Defiant Iran accelerates nuclear program (AP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/defiant_iran_accelerates_nuclear_program", "_blank");i++; Article[i] = new Array ("U.S. missionary in Haiti says trusts God to free her (Reuters)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/us_missionary_in_haiti_says_trusts_god_to_free_her", "_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('
');