// JavaScript Document
function start() {
	RotateImage();
}

window.onload = start;
