Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.

pondus

(This command has been awarded a Yubnub Golden Egg)

script var cd=new Date(); var fd=new Date(); fd.setFullYear(2001); fd.setMonth(8); fd.setDate(7); var cdmill=cd.getTime(); var fdmill=fd.getTime(); var diff=cdmill-fdmill; var nd=new Date(); var ndmill=Math.round(diff*Math.random())+fdmill; nd.setTime(ndmill); var month=nd.getMonth()+1; var day=nd.getDate(); if (month<10) month="0"+month; if (day<10) day="0"+day; document.write("<img src=http://my.opera.com/community/graphics/pondus/"+nd.getFullYear()+"/"+month+"/"+day+".gif><br><a href=http://www.yubnub.org/parser/parse?command=pondus>New random Pondus</a> | <a href=http://my.opera.com/community/pondus/>Go to todays Pondus</a> | <a href=http://www.yubnub.org>Go to YubNub</a>");
Get a random strip from the comic Pondus.
    
1270 uses - Created 2006-03-09 04:49:15 - Last used 2023-02-05 06:56:47
Is this command broken? Tell Jon if you know how to fix it.