getLatestUpdates()
{
Blogger phd = new Blogger(“http://chandoo.org/blogâ€);
// Add recent movies
phd.addMoviesWatched(“Dusâ€);
phd.addMoviesWatched(“Se7enâ€);
phd.addMoviesWatched(“Dr. Strangeloveâ€);
phd.addMoviesWatched(“A Clockwork Orangeâ€);
phd.addMoviesWatched(“1984â€);
phd.addMoviesWatched(“Fight Clubâ€);
phd.addMoviesWatched(“Girl Next Doorâ€);
phd.addMoviesWatched(“Lock, Stock and Two Smoking Barrelsâ€);
phd.addMoviesWatched(“Motorcycle Diariesâ€);
phd.addMoviesWatched(“Seabiscuitâ€);
// Add recent activities
phd.addThingsDone(Thing.getNothing(severalTimes));
// Add recent readings
phd.addCartoonsRead(“Calvin & Hobbesâ€, “500 Strips†);
// Update blog
phd.update();
// Say goodbye!
phd.sayToVisitors(“Goodbye!â€);
phd.emoteToVisitors(“
â€);
}











