// JavaScript Document
var start_year=2006;
var this_year=(new Date()).getFullYear();
var str=start_year+(start_year==this_year?"":"-"+this_year);
