function init() {
	ticker.activate()
}

function para() {
	ticker.stop()
}

function anda() {
	ticker.start()
}

function rodainverso() {
	ticker.stop()
//	alert(ticker.dy)
	ticker.start2()
}

function rodareto() {
	ticker.stop()
//	alert(ticker.dy)
	ticker.start()
}

writeCSS(ticker.css);
