	$(document).ready(function(){
	$("a[rel='2008']").colorbox();
	$("a[rel='2009']").colorbox();
	$("a[rel='2010']").colorbox();
	$("a[rel='2011']").colorbox();
	$("a[rel='program2011']").colorbox({iframe:true, height:"90%", width:"90%", innerWidth:"90%", innerHeight:"90%", maxWidth:"90%", maxHeight:"90%"});
	$(".video").colorbox({iframe:true, innerWidth:"425", innerHeight:"344", maxWidth:"90%", maxHeight:"90%"});
	$("#click").click(function(){ 
	$('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"pointer"}).text("");
		return false;
			});
		});
	function MM_preloadImages() { //v3.0
	var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
	var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
	if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
