Archive for Abril, 2008
El trackback del aniversario…
Domingo, Abril 20th, 2008
Vemos como la blogosfera influye en las relaciones maritales.
Porno de hardware
Viernes, Abril 18th, 2008Aqui podemos ver un video muy divertido sobre la porno para nuestra PC.
Chico emoticon
Jueves, Abril 17th, 2008Programando la vida
Jueves, Abril 17th, 2008function do_stuff() {
if (in_array($date, $holidays) && $vacation == true) {
travel(’away’);
visit_family();
$gifts->exchange();
eat();
travel(’home’);
}
if ($new_year == true) {
eat() && drink();
$weight++;
$sleep = false;
}
$slack = false;
$resolve++;
$work->resume();
return(true);
}


