offY = 17;
posY = offY;
function floatingRaceTable() {
	sy = document.body.scrollTop;
	document.getElementById("raceTable").style.top = posY;
	movY = sy-posY+offY;
	cY = movY/2;
	posY += cY;
}
