Vacaciones
for ($i=0; $i<1814400; $i++) {
echo "No hacer nada\n";
sleep(1);
}
for ($i=0; $i<1814400; $i++) {
echo "No hacer nada\n";
sleep(1);
}
Interesante API de Google para simular un teclado mediante Javascript, sobre todo es útil para evitar keyloggers y la captura de contraseñas.

Introducing the Virtual Keyboard API