/*
**  Source code for my homepage
**  Hmmm... looks awfully familiar...
*/

public class Homepage extends Pointless implements Dull, Boring
{
  public HomePage(Content stuff)
  // constructor
  {
    if (stuff != null)
    {
      // can't have any of that content crap!
      stuff = null;
    } 
  }// end constructor

  public static void main( String args[])
  {
    HomePage myHomePage = new HomePage(null);
    myHomePage.makeInteresting(); // this never works
    myHomePage.addSnazzyGraphics(FourMegabyteGraphicsFiles); // this actually calls Bandwidth.choke()
  }// end main
}// end class HomePage

/*--Delta Log--*/
// 8-96 No content
// 8-97 Still no content
// 6-98 Content? Fegeddaboutit