var today = new Date();
		
var _red = function(td, date_str){td.setStyle('background-color', '#e9a599'); td.setStyle('color', '#000000');};
var _red_left = function(td, date_str){td.setStyle('background-image', 'url(templates/img/red_left.gif)'); td.setStyle('background-position', '50% 50%');};
var _red_right = function(td, date_str){td.setStyle('background-image', 'url(templates/img/red_right.gif)'); td.setStyle('background-position', '50% 50%');};
var _red_green = function(td, date_str){td.setStyle('background-image', 'url(templates/img/red_left.gif)'); td.setStyle('background-position', '50% 50%'); td.setStyle('background-color', '#9cca9c'); td.setStyle('color', '#000000');};
var _red_yellow = function(td, date_str){td.setStyle('background-image', 'url(templates/img/red_left.gif)'); td.setStyle('background-position', '50% 50%'); td.setStyle('background-color', '#fdefa9'); td.setStyle('color', '#000000');};
				
var _green = function(td, date_str){td.setStyle('background-color', '#9cca9c'); td.setStyle('color', '#000000');};
var _green_left = function(td, date_str){td.setStyle('background-image', 'url(templates/img/green_left.gif)'); td.setStyle('background-position', '50% 50%');};
var _green_right = function(td, date_str){td.setStyle('background-image', 'url(templates/img/green_right.gif)'); td.setStyle('background-position', '50% 50%');};
var _green_red = function(td, date_str){td.setStyle('background-image', 'url(templates/img/green_left.gif)'); td.setStyle('background-position', '50% 50%'); td.setStyle('background-color', '#e9a599'); td.setStyle('color', '#000000');};
var _green_yellow = function(td, date_str){td.setStyle('background-image', 'url(templates/img/green_left.gif)'); td.setStyle('background-position', '50% 50%'); td.setStyle('background-color', '#fdefa9'); td.setStyle('color', '#000000');};
		
var _yellow = function(td, date_str){td.setStyle('background-color', '#fdefa9'); td.setStyle('color', '#000000');};
var _yellow_left = function(td, date_str){td.setStyle('background-image', 'url(templates/img/yellow_left.gif)'); td.setStyle('background-position', '50% 50%');};
var _yellow_right = function(td, date_str){td.setStyle('background-image', 'url(templates/img/yellow_right.gif)'); td.setStyle('background-position', '50% 50%');};
var _yellow_red = function(td, date_str){td.setStyle('background-image', 'url(templates/img/yellow_left.gif)'); td.setStyle('background-position', '50% 50%'); td.setStyle('background-color', '#e9a599'); td.setStyle('color', '#000000');};
var _yellow_green = function(td, date_str){td.setStyle('background-image', 'url(templates/img/yellow_left.gif)'); td.setStyle('background-position', '50% 50%'); td.setStyle('background-color', '#9cca9c'); td.setStyle('color', '#000000');};
		
var dateon = [];
