// JavaScript Document

function cOn(td,color)
        {
        if(document.getElementById||(document.all && !(document.getElementById)))
                {
                td.style.backgroundColor=color;
                }
        }
function cOut(td,color)
        {
        if(document.getElementById||(document.all && !(document.getElementById)))
                {
                td.style.backgroundColor=color;
                }
        }
        
var same =  Math.floor(Math.random()*1000000);