// Use Freely as long as following disclaimer is intact :: //--------------------------------------------------------------- // Cross Browser Multi-Directional Scroller v1.0 24th August 2004 // This script written by Rik Comery. www.ricom.co.uk // For support, visit the "Resources" section at www.ricom.co.uk // All rights reserved. // Featured in the SimplytheBest DHTML Scripts Library at http://simplythebest.net/scripts/ Article = new Array; i=0; Article[i] = new Array (" 2007 PT Cruiser
On-line Price: $9,991.00*
Click here for more info.
", "none", "");i++ Article[i] = new Array (" New 2008 Chrysler 300
On-line Price: $19,995.00* Employee Purchase
Click here for more info.
", "none", "");i++ Article[i] = new Array (" 2008 Sebring Sedan
On-line Price: $13,999.00*
Click here for more info.
", "none", "");i++ Article[i] = new Array (" New 2008 Wrangler
On-line Price: $16,495.00*
Click here for more info.
", "none", "");i++ Article[i] = new Array (" 2007 Chevy Malibu LT
On-line Price: $12,795.00*
Click here for more info.
", "none", "");i++ Article[i] = new Array (" New 2008 Jeep Commander Sport 4x4
On-line Price: $14,995.00* Employee Purchase
Click here for more info.
", "none", "");i++ Article[i] = new Array (" 2007 Jeep Compass Sport 4x4
On-line Price: $13,999.00*
Click here for more info.
", "none", "");i++ Article[i] = new Array (" New 2008 Jeep Liberty Sport 4x4
On-line Price: $15,995.00* Employee Purchase
Click here for more info.
", "none", "");i++ Article[i] = new Array (" 2007 Kia Spectra EX
On-line Price: $10,999.00*
Click here for more info.
", "none", "");i++ Article[i] = new Array (" New 2008 Grand Cherokee Laredo 4x4
On-line Price: $14,995.00* Employee Purchase
$0 Down! Click here for more info.
", "none", "");i++ Article[i] = new Array (" 2006 Town & Country Touring
On-line Price: $14,989.00*
Click here for more info.
", "none", "");i++ Article[i] = new Array (" New 2008 Chrysler Sebring Touring Sedan
On-line Price: $14,995.00* Employee Purchase
Click here for more info.
", "none", "");i++ Article[i] = new Array (" 2006 Chrysler 300 Touring
On-line Price: $15,577.00*
Click here for more info.
", "none", "");i++ Article[i] = new Array (" New 2008 Town & Country Touring
On-line Price: $19,995.00* Employee Purchase
Click here for more info.
", "none", "");i++ Article[i] = new Array (" New 2009 Jeep Patriot
On-line Price: $14,995.00* Employee
Click here for more info.
", "none", "");i++ ////// SCROLLER CONFIGURATION /////////////////////////////////////////////////////////////////// orientation = "vertical" // Orientation of scroller (Horizontal or vertical) scrollerWidth = "290" // Width of entire scroller. scrollerHeight = "140" // Height of Scroller. borderWidth = 0 // Width of border. (use 0 for no border). borderColour = "#FFFFFF" // 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="left" // Alignment of each scroller item. Only really makes a difference on vertical scroller // (center, left, right, justify) // Scroller Links linkFont = "arial" // Font of scroller links; linkWeight = "normal" // Weight of scroller links; linkColour = "#000080" // Colour of scroller links linkSize = "10" // Size of links (in points) linkDecoration = "none" // Decoration of links. (underline, overline, none) // Scroller Links On MouseOver slinkFont = "arial" // Font of scroller links; slinkWeight = "normal" // Weight of scroller links; slinkColour = "#cc3333" // Colour of scroller links slinkSize = "10" // Size of links (in points) slinkDecoration = "underline" // Decoration of links. (underline, overline, none) 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 = "Click Here to view Shuman's specials"; // Alternative text to display in Netscape 4. ns4URL = "onlinespecials.htm"; // 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; style='