Some Text
Move the mouse over me for a scary picture...
";
}
function noPicture() {
pictureDiv.innerHTML = "Move the mouse over me for a scary picture";
}
function changeBackground() {
document.body.style.backgroundColor = "red";
}