function reset() {
	window.document.body.scrollTop=0;
}


function go(color) {

document.body.style.background=color;

if (color=="black") { document.body.style.color="white"; }
else { document.body.style.color="black"; }


document.getElementById("linkwatch").innerHTML="the contents of "+color+".php";


}
