Musical Instruments

Turn your PC into a multitrack music recording studio

works with 7, Vista & XP

Download n-Track v6.0.8

Released on: 02/25/2010

English Deutsch Español Français Italiano Nederlandse

function rotatequote() { /*thequote = myquotes.shift(); //Pull the top one myquotes.push(thequote); //And add it back to the end*/ thequote=myquotes[Math.floor(Math.random()*myquotes.length)]; document.getElementById('quotetext').innerHTML = thequote; // This rotates the quote every 10 seconds. // Replace 10000 with (the number of seconds you want) * 1000 t=setTimeout("rotatequote()",10000); } // Start the first rotation. rotatequote();