Let users change background color

You can use this code to let your users change the background color of your website.
If you combine it with a cookie, their color choice can follow through the entire website.
Paste this code into the HEAD section of your HTML document.
function bgChange() {
document.bgColor=document.getElementById("f").txt.value;
}