// JavaScript Document
/*
window.onload = function() {
		var canvasBackground = document.getElementsByTagName("body")[0];
canvasBackground.style.backgroundColor = "blue";
}

var canvasBackground = document.getElementsByTagName("body")[0];
canvasBackground.style.backgroundColor = "blue";

if (document.getElementById("canvas") {
	alert("hello");	
}
*/