{
/*
This is where we load our module and create our dynamic controls. The MainHeader
displays our title bar at the top of our page.
*/
MainHeader header = new MainHeader();
header.setHeaderTitle("Hello Spiffy MY_PROJECT!");
/*
The main footer shows our message at the bottom of the page.
*/
MainFooter footer = new MainFooter();