function switchVideo($year,$which) {
	if ($year=='2009') {
		document.getElementById('divContentVideo').innerHTML="<object width=\"304\" height=\"252\"><param name=\"movie\" value=\"http://www.youtube.com/v/kri3kigZ_YA&hl=en&fs=1&\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/kri3kigZ_YA&hl=en&fs=1&\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"304\" height=\"252\"></embed></object>";
		document.getElementById('divContentRightTabs').innerHTML='<ul class="tabs"><li><a href="javascript:switchVideo(2008,\'daytime\');">2008</a></li><li class="active"><a href="javascript:switchVideo(2009);">2009</a></li></ul>';
		$('videoLabel').fade();
		$('videoLinks').fade();
	} else {
		if ($which == "daytime") {
			document.getElementById('divContentVideo').innerHTML="<object width=\"304\" height=\"252\"><param name=\"movie\" value=\"http://www.youtube.com/v/HyCqZIHWzbY&hl=en&fs=1&rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/HyCqZIHWzbY&hl=en&fs=1&rel=0\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"304\" height=\"252\"></embed></object>";
		} else if ($which == "nighttime") {
			document.getElementById('divContentVideo').innerHTML="<object width=\"304\" height=\"252\"> <param name=\"movie\" value=\"http://www.youtube.com/v/ErQIQbtLIjw&rel=0\"> </param> <embed src=\"http://www.youtube.com/v/ErQIQbtLIjw&rel=0\" type=\"application/x-shockwave-flash\" width=\"304\" height=\"252\"> </embed> </object>";
		}
		document.getElementById('divContentRightTabs').innerHTML='<ul class="tabs"><li class="active"><a href="javascript:switchVideo(2008,\'daytime\');">2008</a></li><li><a href="javascript:switchVideo(2009);">2009</a></li></ul>';
		$('videoLabel').appear();
		$('videoLinks').appear();
	} 
}