//Colorbox for Video on Homepage
$(document).ready(function(){
		$(".example6").colorbox({iframe:true, innerWidth:640, innerHeight:390});
});
