	var d = new Date();
	var curr_date = d.getDate();
	var curr_year = d.getFullYear();
	var tattoo=("2009 - " + curr_year);

