<script> <!-- Beginning of JavaScript -
// your messages. Add as many messages a you like. var message = new Array() message[0]="Hallli-h webmesterek!" message[1]="Klnbz effektek." message[2]="Folyamatosan frisstve." message[3]="Trj vissza mskor is!"
// links for your messages. You need as many links as as messages. var messageurl = new Array() messageurl[0]="http://sjh.uv.hu" messageurl[1]="http://sjh.uw.hu" messageurl[2]="http://sjh.uw.hu" messageurl[3]="http://sjh.uw.hu"
// target of the message-links (HTML conventions) var target_url="_blank" // width of scroller var textwidth=240
// height of scroller var textheight=100
// borderwidth of scroller var borderwidth=2
// size of the font (HTML conventions) var font_size=5
// font var font_face="Times New Roman"
// horizontal position of the scroller (distance to the left margin of the window) var horizontal_pos=10
// vertical position of the scroller (distance to the top margin of the window) var vertical_pos=10
// number of lamellas. var x_slices=12
// colors (required for the color-flip-effect) var color1="red" var color2="lime"
// pause beween the messages (seconds) var pause=2
// - End of JavaScript - --> </script> <script src="redony.js"></script> |