var mydate= new Date()
var theyear=mydate.getFullYear()

document.write ('<div id="footer" class="bg10">');
document.write ('<p class="text1">Copyright &copy; 2004&mdash;');
document.write(theyear);
document.write (' DataStorm Solutions. All rights reserved.</p>') ;
document.write ('</div>');
