var d = new Date();
var theYear = d.getUTCFullYear();
inc_copyright_js =
'<p>This website is owned and operated by an independent '
+ 'distributor of  WildBlue Communications, Inc. WildBlue, '
+ '"Satellite Speed Internet," and  "High-speed Internet. O'
+ 'ut of the blue." are registered trademarks of  WildBlue '
+ 'Communications, Inc. Some content on this website may be'
+ '  copyrighted by WildBlue Communications, Inc. &copy;' + theYear 
+ ' WildBlue  Communications, Inc.</p>\n';

// end_var_declaration
document.write(inc_copyright_js);

