// 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 ("Berliner Polizeisportverein bedankt sich bei Prime Estate GmbH", "http://www.businessportal24.com/de/Berliner_Polizeisportverein_Prime_Estate_GmbH_321410.html", "_blank");i++; Article[i] = new Array ("Lösbare Aufgaben für Bayern und Werder", "http://www.businessportal24.com/de/Loesbare_Aufgaben_Bayern_Werder_321413.html", "_blank");i++; Article[i] = new Array ("Die Kirche setzt auf Live-Streaming", "http://www.businessportal24.com/de/Die_Kirche_Live_Streaming_321392.html", "_blank");i++; Article[i] = new Array ("Deutscher Eishockey Pokal exklusiv: Wölfe Freiburg gegen Adler Mannheim im Live-Stream", "http://www.businessportal24.com/de/Deutscher_Eishockey_Pokal_Woelfe_Freiburg_321391.html", "_blank");i++; Article[i] = new Array ("Britischer Hacker wird an USA ausgeliefert", "http://www.businessportal24.com/de/Britischer_Hacker_USA_321376.html", "_blank");i++; Article[i] = new Array ("Geldwäschegesetz gilt auch für Geschlossene Fonds", "http://www.businessportal24.com/de/Geldwaeschegesetz_Geschlossene_Fonds_321360.html", "_blank");i++; Article[i] = new Array ("TrekStor zeigt Kreativität im Storage-Bereich zur IFA", "http://www.businessportal24.com/de/TrekStor_Kreativitaet_Storage_Bereich_IFA_321383.html", "_blank");i++; Article[i] = new Array ("Novabit bringt Nachhaltigkeit für Unternehmenssoftware", "http://www.businessportal24.com/de/Novabit_Nachhaltigkeit_Unternehmenssoftware_321362.html", "_blank");i++; Article[i] = new Array ("Online-Optimierer für Leiterplatten-SparKlasse", "http://www.businessportal24.com/de/Online_Optimierer_Leiterplatten_SparKlasse_321359.html", "_blank");i++; Article[i] = new Array ("«Land unter» in Nürnberg - Katerstimmung bei 1860", "http://www.businessportal24.com/de/Land_Nuernberg_Katerstimmung_321370.html", "_blank");i++; Article[i] = new Array ("Leere Strandkörbe", "http://www.businessportal24.com/de/Leere_Strandkoerbe_321364.html", "_blank");i++; Article[i] = new Array ("ASTRUM IT gibt Hackern keine Chance - Telefonische Beratung zur Datensicherheit", "http://www.businessportal24.com/de/ASTRUM_IT_Hackern_Chance_Telefonische_321349.html", "_blank");i++; Article[i] = new Array ("Die besten InEar-Kopfhörer gibt’s beim Hörgeräteakustiker...", "http://www.businessportal24.com/de/Die_InEar_Kopfhoerer_Hoergeraeteakustiker_321328.html", "_blank");i++; Article[i] = new Array ("parameta setzt Projektlandschafts-Puzzle zusammen", "http://www.businessportal24.com/de/Projektlandschafts_Puzzle_321343.html", "_blank");i++; Article[i] = new Array ("Relaunch der Bewertungs-Seite dialo.de", "http://www.businessportal24.com/de/Relaunch_Bewertungs_Seite_321332.html", "_blank");i++; Article[i] = new Array ("Adoptivkinder nutzen DNS, um ihren Familiennamen herauszufinden", "http://www.businessportal24.com/de/Adoptivkinder_DNS_Familiennamen_321331.html", "_blank");i++; Article[i] = new Array ("Xdesign® Solutions auf der DMS EXPO 2008", "http://www.businessportal24.com/de/Xdesign_Solutions_DMS_EXPO_321293.html", "_blank");i++; Article[i] = new Array ("QLogic ist weiterhin die Nummer eins im Host-Bus-Adapter-Markt", "http://www.businessportal24.com/de/QLogic_Nummer_Host_Bus_Adapter_321312.html", "_blank");i++; Article[i] = new Array ("Harte Zeiten für DSL-Anbieter - Boom flaut ab", "http://www.businessportal24.com/de/Harte_Zeiten_DSL_Anbieter_Boom_321321.html", "_blank");i++; Article[i] = new Array ("IQDoQ GmbH mit neuem Webauftritt", "http://www.businessportal24.com/de/IQDoQ_GmbH_Webauftritt_321279.html", "_blank");i++; ////// SCROLLER CONFIGURATION /////////////////////////////////////////////////////////////////// orientation = "vertical" // Orientation of scroller (Horizontal or vertical) scrollerWidth = "140" // Width of entire scroller. scrollerHeight = "240" // 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 = "#EFEBEF" // Colour of scroller background. (Use either hexadecimal or text values. e.g. "#FF0000" or "Red") staticColour = "#333333" // 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 = "bold" // Weight of scroller links; linkColour = "#333333" // Colour of scroller links linkSize = "8" // 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 = "#730000" // 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 = "www.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='