now = new Date();
if (now.getFullYear()<2009) {
document.write("<FONT class='resrved'>Copyright &copy;2008 The wellness meeting for the study of mother and the child All Rights Reserved.</FONT>");
}
else {
document.write("<FONT class='resrved'>Copyright &copy;2008-",now.getFullYear()," The wellness meeting for the study of mother and the child All Rights Reserved.</FONT>");
}
