// 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 ("ADV: Add a Breaking News Ticker to Your Web Browser", "http://tickermyfeed.com/adv.php/NTg=", "_blank");i++; Article[i] = new Array ("Reopening of fire-gutted theatre", "http://tickermyfeed.com/news.php/MHx8/reopening_of_fire-gutted_theatre/?link=aHR0cDovL3d3dy5iYmMuY28udWsvZ28vcnNzLy0vbmV3cy91ay1lbmdsYW5kLWRlcmJ5c2hpcmUtMTExODkyODI=&title=UmVvcGVuaW5nIG9mIGZpcmUtZ3V0dGVkIHRoZWF0cmU=", "_blank");i++; Article[i] = new Array ("Car racing returns to Donington", "http://tickermyfeed.com/news.php/MHx8/car_racing_returns_to_donington/?link=aHR0cDovL3d3dy5iYmMuY28udWsvZ28vcnNzLy0vbmV3cy91ay1lbmdsYW5kLWxlaWNlc3RlcnNoaXJlLTExMTg5MTM2&title=Q2FyIHJhY2luZyByZXR1cm5zIHRvIERvbmluZ3Rvbg==", "_blank");i++; Article[i] = new Array ("Healthy lifestyle checks on offer", "http://tickermyfeed.com/news.php/MHx8/healthy_lifestyle_checks_on_offer/?link=aHR0cDovL3d3dy5iYmMuY28udWsvZ28vcnNzLy0vbmV3cy91ay1lbmdsYW5kLWRlcmJ5c2hpcmUtMTExOTQyMjE=&title=SGVhbHRoeSBsaWZlc3R5bGUgY2hlY2tzIG9uIG9mZmVy", "_blank");i++; Article[i] = new Array ("Police authority attacks reforms", "http://tickermyfeed.com/news.php/MHx8/police_authority_attacks_reforms/?link=aHR0cDovL3d3dy5iYmMuY28udWsvZ28vcnNzLy0vbmV3cy91ay1lbmdsYW5kLWRlcmJ5c2hpcmUtMTExNzQ2MjU=&title=UG9saWNlIGF1dGhvcml0eSBhdHRhY2tzIHJlZm9ybXM=", "_blank");i++; Article[i] = new Array ("Ellen MacArthur\'s global ambition", "http://tickermyfeed.com/news.php/MHx8/ellen_macarthur\s_global_ambition/?link=aHR0cDovL3d3dy5iYmMuY28udWsvZ28vcnNzLy0vbmV3cy9lZHVjYXRpb24tMTExNTQ2Mzc=&title=RWxsZW4gTWFjQXJ0aHVyXCdzIGdsb2JhbCBhbWJpdGlvbg==", "_blank");i++; Article[i] = new Array ("Town plans more improvements", "http://tickermyfeed.com/news.php/MHx8/town_plans_more_improvements/?link=aHR0cDovL3d3dy5iYmMuY28udWsvZ28vcnNzLy0vbmV3cy91ay1lbmdsYW5kLWRlcmJ5c2hpcmUtMTExNjg2MDI=&title=VG93biBwbGFucyBtb3JlIGltcHJvdmVtZW50cw==", "_blank");i++; Article[i] = new Array ("Contact us", "http://tickermyfeed.com/news.php/MHx8/contact_us/?link=aHR0cDovL25ld3MuYmJjLmNvLnVrL2dvL3Jzcy8tLzEvaGkvZW5nbGFuZC9saW5jb2xuc2hpcmUvNzk3ODc3My5zdG0=&title=Q29udGFjdCB1cw==", "_blank");i++; Article[i] = new Array ("More news sites", "http://tickermyfeed.com/news.php/MHx8/more_news_sites/?link=aHR0cDovL25ld3MuYmJjLmNvLnVrL2dvL3Jzcy8tLzEvaGkvZW5nbGFuZC9kZXJieXNoaXJlLzM3NTQ1MzQuc3Rt&title=TW9yZSBuZXdzIHNpdGVz", "_blank");i++; Article[i] = new Array ("Killer\'s world", "http://tickermyfeed.com/news.php/MHx8/killer\s_world/?link=aHR0cDovL25ld3MuYmJjLmNvLnVrL2dvL3Jzcy8tL2xvY2FsL2RlcmJ5L2hpL3R2X2FuZF9yYWRpby9uZXdzaWRfODc3NjAwMC84Nzc2MDg1LnN0bQ==&title=S2lsbGVyXCdzIHdvcmxk", "_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 = "#00CC00" // 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 = "bold" // Weight of scroller links; linkColour = "#FFFFFF" // 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 = "bold" // 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('
');