function millionNames()
{
	document.write("240-million");
}

function millionNamesF()
{
	return "240-million";
}