…because it noms. and noms. and noms.
‹
Home
About
RSS
Like this on Facebook
Follow me on Twitter
i am prettifying this soon
‹‹ First
‹ Previous
December 28th, 2010
031 – routing problems
doublepost! still from canada
“Comment”
function bmhome() { if(document.getElementById) { document.getElementById('gtc').src = imgGotoOn; document.getElementById('rmc').src = imgClearOn; } createCookie("bm", "http://nom.wenkakes.com/?p=110", cl); } function bm() { if(document.getElementById) { document.getElementById('gtc').src = imgGotoOn; document.getElementById('rmc').src = imgClearOn; } createCookie("bm", window.location, cl); } function bmc() { if(document.getElementById) { document.getElementById('gtc').src = imgGotoOff; document.getElementById('rmc').src = imgClearOff; } createCookie("bm","",-1); } function gto() { var g = readCookie('bm'); if(g) { window.location = g; } } /* The follow functions have been borrowed from Peter-Paul Koch. Please find them here: http://www.quirksmode.org */ function createCookie(name,value,days) { if (days) { var date = new Date(); date.setTime(date.getTime()+(days*24*60*60*1000)); var expires = "; expires="+date.toGMTString(); } else var expires = ""; document.cookie = name+"="+value+expires+"; path="+comicDir; } function readCookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for(var i=0;i < ca.length;i++) { var c = ca[i]; while (c.charAt(0)==' ') c = c.substring(1,c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length); } return null; } //-->
May 2013
M
T
W
T
F
S
S
« Dec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Menu
About
Latest Comics
031 – routing problems
030 – the cloud
029 – air sickness
028 – disasters
027 – face your fears
Monthly Archives
December 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
August 2009
June 2009
May 2009
Categories
comic
Blogroll
Development Blog
Documentation
Plugins
Suggest Ideas
Support Forum
Themes
WordPress Planet