message = "We offer- Diamond jewelry jewelry diamond and diamond jewelry wholesale diamond jewelry diamond jewelry stores black ^" +
"diamond jewelry diamond jewelry in discount diamond jewelry diamond and jewelry diamond jewelry store ^" +
"diamond body jewelry mens diamond jewelry blue diamond jewelry estate diamond jewelry antique diamond jewelry ^" +
"diamond ring jewelry fine diamond jewelry jewelry diamond rings indian diamond jewelry diamond jewelry for gold and diamond jewelry jewelry diamond ring ^" +
"diamond jewelry india gold diamond jewelry diamond jewelry designers designer diamond jewelry of diamond jewelry ^" +
"custom diamond jewelry vintage diamond jewelry diamond jewelry design diamond earrings engagement jewelry  ^"
 
scrollSpeed = 40
lineDelay = 2000
// Do not change the text below //
txt = ""
function scrollText(pos) {
if (message.charAt(pos) != '^') {
txt = txt + message.charAt(pos)
status = txt
pauze = scrollSpeed
}
else {
pauze = lineDelay
txt = ""
if (pos == message.length-1) pos = -1
}
pos++
setTimeout("scrollText('"+pos+"')",pauze)
}
// Unhide -->
scrollText(0)  