Unicode Unicorn
a webcomic
Home
About
Portfolio
Subscribe
Archive for October, 2009
Late by 8 minutes
October 1st, 2009
Random Drawings
October 3rd, 2009
Have a look at my pretty screenshot
October 6th, 2009
function bmhome() { if(document.getElementById) { document.getElementById('gtc').src = imgGotoOn; document.getElementById('rmc').src = imgClearOn; } createCookie("bm", "http://www.unicodeunicorn.com/?p=288", 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; } //-->
October 2009
S
M
T
W
T
F
S
« Sep
Nov »
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
Menu
About
Portfolio
Latest Comics
Update
Developer Commentary
Existential Crisis
Sorry, Not Funny
Jesus Tablet
Monthly Archives
August 2010
May 2010
April 2010
March 2010
February 2010
December 2009
November 2009
October 2009
September 2009
August 2009
June 2009
May 2009
April 2009
Categories
comics
Uncategorized
Blogroll
Development Blog
Documentation
Plugins
Suggest Ideas
Support Forum
Themes
WordPress Planet