// 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 troops fire back as suicide bombers kill 12 in Baghdad (AFP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/us_troops_fire_back_as_suicide_bombers_kill_12_in_baghdad", "_blank");i++;
Article[i] = new Array ("ETA declares ceasefire in Basque independence battle (AFP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/eta_declares_ceasefire_in_basque_independence_battle", "_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 ("Oracle offered job to ex-HP CEO Hurd says source (Reuters)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/oracle_offered_job_to_ex-hp_ceo_hurd_says_source", "_blank");i++;
Article[i] = new Array ("Diverse water sources key to food security: report (Reuters)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/diverse_water_sources_key_to_food_security_report", "_blank");i++;
Article[i] = new Array ("Twelve killed in suicide assault on Iraq army base (Reuters)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/twelve_killed_in_suicide_assault_on_iraq_army_base", "_blank");i++;
Article[i] = new Array ("Want cheapskates to spend? Hawk gizmos that save (AP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/want_cheapskates_to_spend_hawk_gizmos_that_save", "_blank");i++;
Article[i] = new Array ("Guatemala mudslides kill at least 38; 2 buses hit (AP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/guatemala_mudslides_kill_at_least_38_2_buses_hit", "_blank");i++;
Article[i] = new Array ("Quake-hit New Zealand city remains shut (Reuters)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/quake-hit_new_zealand_city_remains_shut", "_blank");i++;
Article[i] = new Array ("Backyard volunteers helping track firefly numbers (AP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/backyard_volunteers_helping_track_firefly_numbers", "_blank");i++;
Article[i] = new Array ("Obama to propose permanent research tax credit (Reuters)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/obama_to_propose_permanent_research_tax_credit", "_blank");i++;
Article[i] = new Array ("Basque ETA call to halt attacks met with caution (Reuters)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/basque_eta_call_to_halt_attacks_met_with_caution", "_blank");i++;
Article[i] = new Array ("Despite formal combat end, US joins Baghdad battle (AP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/despite_formal_combat_end_us_joins_baghdad_battle", "_blank");i++;
Article[i] = new Array ("Taxpayers may face initial loss on GM IPO: sources (Reuters)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/taxpayers_may_face_initial_loss_on_gm_ipo_sources", "_blank");i++;
Article[i] = new Array ("Minister says Pakistani militants stoking sectarian rift (Reuters)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/minister_says_pakistani_militants_stoking_sectarian_rift", "_blank");i++;
Article[i] = new Array ("Future hiring will mainly benefit the high-skilled (AP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/future_hiring_will_mainly_benefit_the_high-skilled", "_blank");i++;
Article[i] = new Array ("Congo: 70 dead, 200 missing in 2 boat capsizes (AP)", "http://tickermyfeed.com/news.php/MHx8ZnJlZQ==/congo_70_dead_200_missing_in_2_boat_capsizes", "_blank");i++;
////// SCROLLER CONFIGURATION ///////////////////////////////////////////////////////////////////
orientation = "vertical" // Orientation of scroller (Horizontal or vertical)
scrollerWidth = "165" // Width of entire scroller.
scrollerHeight = "580" // 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 = "#F7F5EE" // 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 = "8" // Size of links (in points)
linkDecoration = "underline" // 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 = "#B37922" // Colour of scroller links
slinkSize = "8" // 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='