    $(document).ready(function() {
      $("#news").newsticker();
			// colorbox for video
			$(".video1").colorbox({iframe:true, innerWidth:505, innerHeight:405});
			$(".video2").colorbox({iframe:true, innerWidth:505, innerHeight:405});
			$(".video3").colorbox({iframe:true, innerWidth:505, innerHeight:405});			
    });

