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