function init() {
	ticker.activate()
}

function anda() {
	ticker.start()
}

function para() {
	ticker.stop()
}

function rodainverso(){
ticker.stop()
//alert(ticker.dy)
ticker.start2()
}

function avanca(){
ticker.stop()
//alert(ticker.dy)
ticker.start3()
}

function rodareto(){
ticker.stop()
//alert(ticker.dy)
ticker.start()
}

function para(){
ticker.stop()
}

writeCSS(
ticker.css
)

