/*
 * Copyright 2010, Ivan Valent Studio El Shaddai
 * http://serbiamission.com
 *
 * Date: Sat Feb 13 22:33:48 2010 -0500
 */
 var year=2000;
//Copyright Author:Ivan Valent
    today=new Date();
    y0=today.getFullYear();
// end hiding
    document.write("Copyright &copy; "+year);
    if (y0 > year) {
    document.write("-"+y0);
    }
// end hiding 

