function DrawHomepage()
{
	document.write(DrawMap());

}

function DrawMap()
{
	var output="";

	return output;
}