function DoSelection(theIndex)
{
alert("Got " + theIndex);
	if (theIndex == 0) return;

	if (theIndex == 9)
	{
		window.location = "/pag/todaysrates_fl.html";
	}
	else
	{
		window.location = "/pag/todaysrates.html";
	}
}

