Unicode Unicorn
a webcomic
‹
›
Home
About
Portfolio
Subscribe
‹‹ First
‹ Previous
Next ›
Last ››
December 19th, 2009
Arbitrary Success
Unique visitors to post:
3
Comments are closed.
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; } //-->
September 2010
S
M
T
W
T
F
S
« Aug
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