![]() |
![]() |
![]() |
|||||||
// CREDITS: // SuperScroller // by Urs Dudli and Peter Gehrig // Copyright (c) 2001 Peter Gehrig and Urs Dudli. All rights reserved. // Permission given to use the script provided that this notice remains as is. // Additional scripts can be found at http://www.24fun.com // info@24fun.com // 11/1/2001 // IMPORTANT: // If you add this script to a script-library or a script-archive // you are required to insert a highly visible link to http://www.24fun.com // right into the webpage where the script // will be displayed. /////////////////////////////////////////////////////////////////////////// // CONFIGURATION STARTS HERE /////////////////////////////////////////////////////////////////////////// // your messages. Add as many as you like. var messages = new Array() messages[0] = "Transition effects are great!" messages[1] = "They catch the eyes of your visitors" messages[2] = "without wasting bandwidth and space." messages[3] = "This scroller enhances the impact of your pages." messages[4] = "Just copy and paste the code into your webpage." messages[5] = "Configuration of messages and font proprieties is very easy." messages[6] = "Try it and have fun!" messages[7] = "Now it's time to say goodbye." messages[8] = "Thank you for visiting www.24fun.com." messages[9] = "And come back soon." // the background-colors of your scroller. Add as many as you like. var backgroundcolor=new Array("CCCCCC", "yellow", "CCFFFF", "AAEEFF", "CCFF88", "orange") // the font-colors of your messages. Add as many as you like. var fntcolor = new Array("black","red","226622","0000FF") // the font of your messages. var fntfamily="Arial" // the font-size (1 to 7) var fntsize=3 // font-weight: set 1 for bold font, set 0 for normal font var fntweight=1 // the width of the border (pixels) var borderwidth=2 // the width of your scroller (pixels) var scrollerwidth=200 // the height of your scroller (pixels) var scrollerheight=80 // the horizontal position of your scroller (distance to the left margin of browserwindow) var scrollerposition_x=10 // the horizontal position of your scroller (distance to the top margin of browserwindow) var scrollerposition_y=10 // interval (time for each effect plus standstill time, seconds) var interval=4 /////////////////////////////////////////////////////////////////////////// // CONFIGURATION ENDS HERE ///////////////////////////////////////////////////////////////////////////