Wayne Leal, artist, creates minimalist bas relief sculptures, using various textures and monochromatic paints in combination with light, leaving interpretation and inspiration for the viewer.
monkeys lightbulbs doorbells carrots'
tickercontents[1]='
carrots monkeys lightbulbs doorbells'
tickercontents[2]='
doorbells carrots monkeys lightbulbs'
tickercontents[3]='
lightbulbs doorbells carrots monkeys'
var tickdelay=3000 //delay btw messages
var highlightspeed=10 //10 pixels at a time.
////Do not edit pass this line////////////////
var currentmessage=0
var clipwidth=0
function changetickercontent(){
crosstick.style.clip="rect(0px 0px auto 0px)"
crosstick.innerHTML=tickercontents[currentmessage]
highlightmsg()
}
function highlightmsg(){
var msgwidth=crosstick.offsetWidth
if (clipwidth
0)
crosstickParent.style.height=crosstick.offsetHeight+'px'
else
setTimeout("crosstickParent.style.height=crosstick.offsetHeight+'px'",100) //delay for Mozilla's sake
changetickercontent()
}
if (document.all || document.getElementById)
window.onload=start_ticking