// JavaScript Document
window.onload = function(){
	document.getElementById("flying").className = "speed";
}
