public static function event_meta_box_attributes()
 {
     global $EM_Event;
     //get original location for attributes
     $event = EM_ML::get_original_event($EM_Event);
     EM_ML_IO::event_merge_original_attributes($EM_Event, $event);
     em_locate_template('forms/event/attributes.php', true);
 }