This is a scheduled post planned to be published at 1363094877000 at 1363094877000
# Simple Life Program
week <- Mon : Sun
for (week) {
action <- "Carpe Diem"
if (week==Fri)
action <- action + "Carpe Noctem"
if (week==Sat or Sun)
action <- action + random ("Carpe Noctem", "Harlem Shake")
do action }