public static void MakeAnnouncement(string s, Color col) { if (current == null) { InitializeCurrent(); } current.AddAnnouncement(s, col); }