
if (screen.width>=400)  {

document.getElementById("maplink").href = "/map";

//document.getElementById("foo").style.backgroundColor = '#999';

} else {


//document.getElementById("foo").style.backgroundColor = '#ff8';


}

