// Edit your messages. You MUST use 6 messages precisly. var message = new Array() message[0]=" >> Надпись 1" message[1]=" >> Надпись 2" message[2]=" >> Надпись 3" message[3]=" >> Надпись 4" message[4]=" >> Они вращаються!" message[5]=" >> 6 надписей" // Edit the width an height of your TextWheel (pixels) var scrollerheight=120 var scrollerwidth=360
// Edit the font var font_family="Verdana"
// Edit the font-size var font_size=20
// Edit the horizontal and vertical position of your TextWheel (pixels) var x_textposition=10 var y_textposition=10
function initiate() { if (document.all) { document.all.rotationstyle1.style.posLeft=x_textposition document.all.rotationstyle1.style.posTop=y_textposition