// var Text = '<span style="color: #aaa; font-size: 10px;">Copyright Eclipsecurity, LLC, 2007 - 2008</span>'

var Text1 = '<span style="color: #aaa; font-size: 10px;">Copyright Eclipsecurity, LLC, 2007 - '
var Text2 = '.  '
var Text3 = '<a href="http://www.eclipsec.com/privacy.html" target="_blank" style= "color: white">Privacy Policy</a>'
var Text4 = '  '
var Text5 = '<a href="http://www.eclipsec.com/termsofuse.html" target="_blank" style= "color: white">Terms of Use</a>'
var Text6 = '</span>'



var MyDate = new Date();

var MyYear = MyDate.getFullYear();



document.write(Text1+MyYear+Text2+Text3+Text4+Text5+Text6)

// document.write(Text)



