var mydate=new Date()
var theYear=mydate.getFullYear()
var startYear = 2006;
if(theYear == startYear){
	yearSpan = 2006;
}
else {
	yearSpan = '2006 - '+theYear;
}
document.write('<div class="copyright">&copy; COPYRIGHT '+yearSpan+' teksoft ventures. All rights reserved.</div>');
document.write('<div class="trademark">SAP®, R/3®, mySAP®, mySAP.com®, and other SAP products and services mentioned herein as well as their respective logos<br /> are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world.</div><br />');