    jQuery(document).ready(function(){
		debugging = true;

		$.extend($.fn.ceebox.videos,{
			uctv:{
				siteRgx: /uctv\.tv\/search\-details/i, 
				idRgx: /(?:showID=)([0-9]+)/i, 
				src: "http://www.uctv.tv/player/player_uctv_bug.swf",
				flashvars: {previewImage : "http://www.uctv.tv/images/programs/[id].jpg", movie : "rtmp://webcast.ucsd.edu/vod/mp4:[id]",videosize:0,buffer:1,volume:50,repeat:false,smoothing:true}
			}
		});


		$(".ceebox").ceebox({borderColor:"#dcdcdc",boxColor:"#fff",html:false,image:false,video:true,videoWidth:800,videoHeight:600,videoRate:"16:9",animSpeed: "normal",easing: "linear",fadeOut: 400, fadeIn: 400,overlayColor:"#000",overlayOpacity:0.8});
	

		
	});

