Main Navigation
- Index
- About Bloomsburg
- About FBLA-PBL
- What is FBLA-PBL?
- Membership
- Contacts
- Meetings
- Pictures
- Advisors
- Executive Board
- Committees
- Point System
- Conferences
- Bylaws
- Links
- Chapter Goals
- Awards
Alumni Index- Archive
General Links
Stats
General Meetings:
- March 30, 2009 - 8:00pm Schweiker Room
- April 13, 2009 - 8:00pm Schweiker Room
Executive Meetings:
- April 6, 2009 - 8:00pm Kehr 409
- April 20, 2009 - 8:00pm Kehr 409
switch ($_REQUEST['page'])
{
case "start":
include('start.php');
break;
case "about":
include('about.php');
break;
case "bloomsburg":
include('bloomsburg.php');
break;
case "whatis":
include('whatis.php');
break;
case "membership":
include('membership.php');
break;
case "history":
include('history.php');
break;
case "dress":
include('dress.php');
break;
case "contacts":
include('contacts.php');
break;
case "meetings":
include('meetings.php');
break;
case "pictures":
include('pictures.php');
break;
case "halloween05":
include('halloween05.php');
break;
case "halloween06a":
include('halloween06a.php');
break;
case "halloween06b":
include('halloween06b.php');
break;
case "indfall05":
include('indfall05.php');
break;
case "indfall06":
include('indfall06.php');
break;
case "gameone06":
include('gameone06.php');
break;
case "slc06a":
include('slc06a.php');
break;
case "slc06b":
include('slc06b.php');
break;
case "slc06c":
include('slc06c.php');
break;
case "slc07a":
include('slc07a.php');
break;
case "slc07b":
include('slc07b.php');
break;
case "slc07c":
include('slc07c.php');
break;
case "officerind06":
include('officerind06.php');
break;
case "nlc06":
include('nlc06.php');
break;
case "advisors":
include('advisors.php');
break;
case "executiveboard":
include('executiveboard.php');
break;
case "pointsystem":
include('pointsystem.php');
break;
case "conferences":
include('conferences.php');
break;
case "committees":
include('committees.php');
break;
case "bylaws":
include('bylaws.php');
break;
case "links":
include('links.php');
break;
case "chaptergoals":
include('chaptergoals.php');
break;
case "awards":
include('awards.php');
break;
case "archive/archive":
include('archive/archive.php');
break;
case "archive/0506newsarchive":
include('archive/0506newsarchive.php');
break;
case "archive/0607newsarchive":
include('archive/0607newsarchive.php');
break;
case "archive/0506meetings":
include('archive/0506meetings.php');
break;
case "archive/0607meetings":
include('archive/0607meetings.php');
break;
case "archive/0506executiveboard":
include('archive/0506executiveboard.php');
break;
case "archive/0506advisors":
include('archive/0506advisors.php');
break;
default:
include('start.php');
}
?>