var quotenumber = 4 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (quotenumber-1) * randomnumber) + 1 ;
quotes = new Array
quotes[1] = "Welcome to Dopics.net, A free image hosting solution"
quotes[2] = "Share your images. Simply browse, select and upload!"
quotes[3] = "Share photos and images with your friends easily!"
quotes[4] = "Share images online, anywhere and with everyone!"
var quote = quotes[rand1]