var newsObject = {"newsclip" :[
                                  {"date" : "MAR",
							   "datenumber" : 10,
							   "link" : "/news_main.html#statement1",
							   "copy" : 'Clear Standards Wins "Best New Venture" at Financial Times and JustMeans Social Innovation Awards.'},

                                {"date" : "MAR",
							   "datenumber" : 5,
							   "link" : "/news_main.html#statement2",
							   "copy" : 'Clear Standards Guest Column on Environmental Leader: "Elevate Climate Change Within Core Business Operations."'},

                                {"date" : "MAR",
							   "datenumber" : 5,
							   "link" : "/news_main.html#statement3",
							   "copy" : "Clear Standards CEO Attends Wall Street Journal ECO:nomics Executive Conference."},

                                {"date" : "FEB",
							   "datenumber" : 18,
							   "link" : "/news_feb09.html#statement2",
							   "copy" : "Betsy Atkins Joins Clear Standards Board of Directors"},

                                {"date" : "FEB",
							   "datenumber" : 11,
							   "link" : "/news_feb09.html#statement1",
							   "copy" : "Clear Standards Unveils Clean Technology Spend Optimization Solution."},
							   
							   {"date" : "JAN",
							   "datenumber" : 22,
							   "link" : "/news_jan.html#statement1",
							   "copy" : "Clear Standards Releases World's First Free GPS-Enabled Carbon Footprint Application for the iPhone"}
							   ]};
							   
var yearArray = ["yr08"];

var calObject = {"yr08" :[{"state": "_off",
							"month": "Jan",
							"offset": ""},
							
							{"state": "_off",
							"month": "Feb",
							"offset": ""},
							
							{"state": "_off",
							"month": "Mar",
							"offset": ""},
							
							{"state": "_off",
							"month": "Apr",
							"offset": ""},
							
							{"state": "_on",
							"month": "May",
							"link": "news_may.html",
							"offset": "left: 1px;"},
							
							{"state": "_on",
							"month": "Jun",
							"link": "news_june.html",
							"offset": ""},
							
							{"state": "_on",
							"month": "Jul",
							"link": "news_july.html",
							"offset": "left: -2px;"},
							
							{"state": "_on",
							"month": "Aug",
							"link": "news_aug.html",
							"offset": "left: 3px;"},
							
							{"state": "_on",
							"month": "Sep",
							"link": "news_sept.html",
							"offset": ""},
							
							{"state": "_on",
							"month": "Oct",
							"link": "news_oct.html",
							"offset": "left: 1px;"},
							
							{"state": "_on",
							"month": "Nov",
							"link": "news_nov.html",
							"offset": "left: 1px;"},
							
							{"state": "_on",
							"month": "Dec",
							"link": "news_dec.html",
							"offset": "left: 1px;",
							"newyear": "2009",
                            "yearlink": "news_main.html"}
						 ]};

var year2009 =  {"months" :[
                            {"state": "_on",
							"month": "Jan",
							"link": "news_jan.html",
							"offset": "left: -1px;"},

							{"state": "_on",
							"month": "Feb",
							"link": "news_february2009.html",
							"offset": "left: 1px;"},

                            {"state": "_on",
							"month": "Mar",
							"link": "news_march2009.html",
							"offset": "left: 1px;"},

                            {"state": "_on",
							"month": "Apr",
                            "link": "news_april2009.html",
							"offset": "left: 1px;"},

                            {"state": "_on",
							"month": "May",
                            "link": "news_may2009.html",
							"offset": "left: 1px;"},

                            {"state": "_on",
							"month": "Jun",
                            "link": "news_main.html",
							"offset": "left: 0px;"},

                            {"state": "_off",
							"month": "Jul",
							"offset": ""},

                            {"state": "_off",
							"month": "Aug",
							"offset": ""},

                            {"state": "_off",
							"month": "Sep",
							"offset": ""},

                            {"state": "_off",
							"month": "Oct",
							"offset": ""},

                            {"state": "_off",
							"month": "Nov",
							"offset": ""},

                            {"state": "_off",
							"month": "Dec",
							"offset": ""}
                            ]};
							   
