// 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 ("Google, Skype targeted in India security crackdown (AP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/google_skype_targeted_in_india_security_crackdown", "_blank");i++; Article[i] = new Array ("Burger King agrees to $3.3 billion sale to 3G Capital (Reuters)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/burger_king_agrees_to_$33_billion_sale_to_3g_capital", "_blank");i++; Article[i] = new Array ("ADV: Automated Link Exchange for Webmasters", "http://tickermyfeed.com/adv.php/MTI=", "_blank");i++; Article[i] = new Array ("Hurricane Earl menaces US East Coast (AFP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/hurricane_earl_menaces_us_east_coast", "_blank");i++; Article[i] = new Array ("More Dems buck plan to let taxes increase for rich (AP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/more_dems_buck_plan_to_let_taxes_increase_for_rich", "_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 ("EPA to issue more rules in climate fight (Reuters)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/epa_to_issue_more_rules_in_climate_fight", "_blank");i++; Article[i] = new Array ("Justice Department sues Arizona sheriff in immigration probe (Reuters)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/justice_department_sues_arizona_sheriff_in_immigration_probe", "_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 ("Elizabeth Warren schedule shift fuels talk on U.S. consumer job (Reuters)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/elizabeth_warren_schedule_shift_fuels_talk_on_us_consumer_job", "_blank");i++; Article[i] = new Array ("Double hand transplant patient shows new hands (AP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/double_hand_transplant_patient_shows_new_hands", "_blank");i++; Article[i] = new Array ("Earl threatens East Coast with 125 mph winds (AP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/earl_threatens_east_coast_with_125_mph_winds", "_blank");i++; Article[i] = new Array ("Hurricane Earl bears down on East Coast (Reuters)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/hurricane_earl_bears_down_on_east_coast", "_blank");i++; Article[i] = new Array ("Israel, Palestinians agree to 2nd round of talks (AP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/israel_palestinians_agree_to_2nd_round_of_talks", "_blank");i++; Article[i] = new Array ("Discounts spur surprising Aug. retail sales gains (AP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/discounts_spur_surprising_aug_retail_sales_gains", "_blank");i++; Article[i] = new Array ("Abbas, Netanyahu vow to meet every two weeks for peace (AFP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/abbas_netanyahu_vow_to_meet_every_two_weeks_for_peace", "_blank");i++; Article[i] = new Array ("Israelis and Palestinians agree to more peace meetings (Reuters)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/israelis_and_palestinians_agree_to_more_peace_meetings", "_blank");i++; Article[i] = new Array ("Can home cooking be hazardous to your health? (AP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/can_home_cooking_be_hazardous_to_your_health", "_blank");i++; Article[i] = new Array ("Oil sheen spreads from Gulf platform after fire (Reuters)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/oil_sheen_spreads_from_gulf_platform_after_fire", "_blank");i++; Article[i] = new Array ("American teen Capra upsets 18th-seeded Rezai (AP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/american_teen_capra_upsets_18th-seeded_rezai", "_blank");i++; Article[i] = new Array ("Pakistan gets IMF relief, tightens security (Reuters)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/pakistan_gets_imf_relief_tightens_security", "_blank");i++; Article[i] = new Array ("Oil platform explodes off La. coast, spreading oil (AP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/oil_platform_explodes_off_la_coast_spreading_oil", "_blank");i++; ////// SCROLLER CONFIGURATION /////////////////////////////////////////////////////////////////// orientation = "vertical" // Orientation of scroller (Horizontal or vertical) scrollerWidth = "200" // 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 = "#FFFFFF" // 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="center" // 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 = "#0000CC" // 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 = "normal" // 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('
'); document.write('
');