
This year, his favourite toy - Zoids.

It is his last chance to celebrate his birthday in school.... I heard they don't allow such celebrations in Primary school....

He has grown so much!!!! It was a wonderful day for me.
Happy Birthday, boy!



public class Paul extends Sinner implement Male, Husband, Son,
Father, Citizen, Christian, Serializable, Runnable {
Logger logger = Logger.getInstance();
Vector officeTasks = new Vector();
static Paul me = null;
public static synchronized Paul getPaul() {
if (me == null) {
me = new Paul();
}
return me;
}
public void run() {
payBills();
beAHusband();
beAFather();
doCitizenDuties();
}
private void doWork() {
OfficeTask task = (OfficeTask) officeTasks.firstElement();
if (task != null && task.challenging()) {
if (task.getAssigner().equals(BOSS)) {
task.do(me);
}
} else if (task != null && task.impossible()) {
beSuperman();
}
}
protected void addOfficeTask(OfficeTask task) {
officeTasks.add(task);
}
private void beAFather() {
playWithKids();
readToKids();
watchTVwithKids();
}
private void beASon() {
honorParents();
}
private void beAHusband() {
loveWife();
talkToWife();
}
private void doCitizenDuties() {
do_In_Camp_Training();
if (office_calls) {
logger.log(logger.WARN, "Citizen module in progress, official work cannot be done concurrently.");
} else if (office_demands_work) {
if (work.canDelegate()) {
new thread() {
public void run() {
deleteToTeam(work);
}
}.start();
} else {
logger.log(logger.FATAL, "Work suffering from productivity.
Handphones not responding well and \
emails to be ignored to clear buffer.");
}
}
}
private void beSuperman() {
throw new MethodNotSupported();
}
}
Michael Card (Joseph's Song)
Chorus 1
How could it be this baby in my arms
Sleeping now, so peacefully
The Son of God, the angel said
How could it be
Lord I know He's not my own
Not of my flesh, not of my bone
Still Father let this baby be
The son of my love
Chorus 2
Father show me where I fit into this plan of yours
How can a man be father to the Son of God
Lord for all my life I've been a simple carpenter
How can I raise a king, How can I raise a king
He looks so small, His face and hands so fair
And when He cries the sun just seems to disappear
But when He laughs it shines again
How could it be
Chorus 2
Chorus 1
























