// 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 ("EU reaches deal on cross-border financial supervisors (AFP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/eu_reaches_deal_on_cross-border_financial_supervisors", "_blank");i++; Article[i] = new Array ("Communities key in foreclosure fight: Fed officials (Reuters)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/communities_key_in_foreclosure_fight_fed_officials", "_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 ("Summary Box: Mortgage rates hit low of 4.32 pct. (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/summary_box_mortgage_rates_hit_low_of_432_pct", "_blank");i++; Article[i] = new Array ("Oil platform explodes off La. coast, spreading oil (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/oil_platform_explodes_off_la_coast_spreading_oil", "_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 ("5 Tax Moves to Make Now (U.S. News & World Report)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/5_tax_moves_to_make_now", "_blank");i++; Article[i] = new Array ("Pakistan gets IMF relief, tightens security (Reuters)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/pakistan_gets_imf_relief_tightens_security", "_blank");i++; Article[i] = new Array ("ADV: Automated Link Exchange for Webmasters", "http://tickermyfeed.com/adv.php/MTI=", "_blank");i++; Article[i] = new Array ("Discounts, heat fuel August retail sales beat (Reuters)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/discounts_heat_fuel_august_retail_sales_beat", "_blank");i++; Article[i] = new Array ("Burger King agrees to $3.3 billion sale to 3G Capital (Reuters)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/burger_king_agrees_to_$33_billion_sale_to_3g_capital", "_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 ("Housing, jobless claims data lift Wall Street (Reuters)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/housing_jobless_claims_data_lift_wall_street", "_blank");i++; Article[i] = new Array ("More Dems buck plan to let taxes increase for rich (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/more_dems_buck_plan_to_let_taxes_increase_for_rich", "_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 ("Bernanke takes blame for muddled message on Lehman (Reuters)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/bernanke_takes_blame_for_muddled_message_on_lehman", "_blank");i++; Article[i] = new Array ("Analyst: GM plans to sell shares on Nov. 18 (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/analyst_gm_plans_to_sell_shares_on_nov_18", "_blank");i++; Article[i] = new Array ("Economic data dampen fears of new recession (Reuters)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/economic_data_dampen_fears_of_new_recession", "_blank");i++; Article[i] = new Array ("Some BofA shareholders can apply to tap $150M fund (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/some_bofa_shareholders_can_apply_to_tap_$150m_fund", "_blank");i++; Article[i] = new Array ("Apple and Google to clash in music space by Christmas (Reuters)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/apple_and_google_to_clash_in_music_space_by_christmas", "_blank");i++; Article[i] = new Array ("Take-Two posts 3Q profit, revenue soars (AP)", "http://tickermyfeed.com/news.php/MHx8eWFob28=/take-two_posts_3q_profit_revenue_soars", "_blank");i++; ////// SCROLLER CONFIGURATION /////////////////////////////////////////////////////////////////// orientation = "vertical" // Orientation of scroller (Horizontal or vertical) scrollerWidth = "200" // Width of entire scroller. scrollerHeight = "400" // 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('
');