This test case is used to test timer in WML

This is card one
The timer is triggered by the ontimer intrinsic event(ontimer as attribute of card element)
When the timer is timeout(after 5s), will jump to card two.

This is card Two!
The timer is triggered by the ontimer intrinsic event(ontimer is specified by onevent element)
When the timer is timeout(after 3s), will jump back to card one.