 var mydate= new Date()
 var theyear=mydate.getFullYear()
 var p1='<div align="center">Copyrights  © '
 var p2=' The Success and wellness Institute - All Rights Reserved. </div>'
 var cprline=p1+theyear+p2
 document.write(cprline)









