diff options
author | Case Duckworth | 2015-03-02 21:10:36 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-02 21:10:36 -0700 |
commit | d7aa1f175a09528e24bd56f719ea1403fc11a01f (patch) | |
tree | b576072a401222236c62653e8e426ac09fe7ffb4 | |
parent | First CSS styles: _common, verse, prose (diff) | |
download | autocento-d7aa1f175a09528e24bd56f719ea1403fc11a01f.tar.gz autocento-d7aa1f175a09528e24bd56f719ea1403fc11a01f.zip |
Add random page (lozenge) functionality)
129 files changed, 539 insertions, 132 deletions
diff --git a/100-lines.html b/100-lines.html index 94f413c..83dd168 100644 --- a/100-lines.html +++ b/100-lines.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -31,7 +33,7 @@ | |||
31 | </section> | 33 | </section> |
32 | 34 | ||
33 | <nav> | 35 | <nav> |
34 | <a href="#" id="lozenge"> ◊ </a> | 36 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
35 | </nav> | 37 | </nav> |
36 | </div> | 38 | </div> |
37 | </body> | 39 | </body> |
diff --git a/_template.html b/_template.html index aa7fe50..e9ab6d5 100644 --- a/_template.html +++ b/_template.html | |||
@@ -18,6 +18,8 @@ | |||
18 | <!--[if lt IE 9]> | 18 | <!--[if lt IE 9]> |
19 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 19 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
20 | <![endif]--> | 20 | <![endif]--> |
21 | <script src="js/lozenge.js"> </script> | ||
22 | <!-- <script src="js/external.js"> </script> --> | ||
21 | $for(header-includes)$ | 23 | $for(header-includes)$ |
22 | $headerincludes$ | 24 | $headerincludes$ |
23 | $endfor$ | 25 | $endfor$ |
@@ -60,7 +62,7 @@ $for(include-before)$ $include-before$ $endfor$ | |||
60 | $project.prev.title$ | 62 | $project.prev.title$ |
61 | </a> | 63 | </a> |
62 | $endfor$ | 64 | $endfor$ |
63 | <a href="#" id="lozenge"> ◊ </a> | 65 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
64 | $for(project.next)$ | 66 | $for(project.next)$ |
65 | <a class="nextlink" href="$project.next.link$.html"> | 67 | <a class="nextlink" href="$project.next.link$.html"> |
66 | $project.next.title$ | 68 | $project.next.title$ |
diff --git a/about-the-author.html b/about-the-author.html index 20838f5..a1c8003 100644 --- a/about-the-author.html +++ b/about-the-author.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -80,7 +82,7 @@ | |||
80 | <a class="prevlink" href="riptide_memory.html"> | 82 | <a class="prevlink" href="riptide_memory.html"> |
81 | Riptide of memory | 83 | Riptide of memory |
82 | </a> | 84 | </a> |
83 | <a href="#" id="lozenge"> ◊ </a> | 85 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
84 | </nav> | 86 | </nav> |
85 | </div> | 87 | </div> |
86 | </body> | 88 | </body> |
diff --git a/amber-alert.html b/amber-alert.html index 118dc77..4e8cf7b 100644 --- a/amber-alert.html +++ b/amber-alert.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -44,7 +46,7 @@ | |||
44 | <a class="prevlink" href="poetry-time.html"> | 46 | <a class="prevlink" href="poetry-time.html"> |
45 | Something about the nature of poetry and time | 47 | Something about the nature of poetry and time |
46 | </a> | 48 | </a> |
47 | <a href="#" id="lozenge"> ◊ </a> | 49 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
48 | <a class="nextlink" href="exasperated.html"> | 50 | <a class="nextlink" href="exasperated.html"> |
49 | Exasperated | 51 | Exasperated |
50 | </a> | 52 | </a> |
diff --git a/and.html b/and.html index f57dc94..f300f1a 100644 --- a/and.html +++ b/and.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -41,7 +43,7 @@ | |||
41 | <a class="prevlink" href="howtoread.html"> | 43 | <a class="prevlink" href="howtoread.html"> |
42 | How to read this | 44 | How to read this |
43 | </a> | 45 | </a> |
44 | <a href="#" id="lozenge"> ◊ </a> | 46 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
45 | <a class="nextlink" href="words-meaning.html"> | 47 | <a class="nextlink" href="words-meaning.html"> |
46 | Words and meaning | 48 | Words and meaning |
47 | </a> | 49 | </a> |
diff --git a/angeltoabraham.html b/angeltoabraham.html index 3a445a0..64de863 100644 --- a/angeltoabraham.html +++ b/angeltoabraham.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -37,7 +39,7 @@ | |||
37 | <a class="prevlink" href="deadman.html"> | 39 | <a class="prevlink" href="deadman.html"> |
38 | Dead man | 40 | Dead man |
39 | </a> | 41 | </a> |
40 | <a href="#" id="lozenge"> ◊ </a> | 42 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
41 | <a class="nextlink" href="feedingtheraven.html"> | 43 | <a class="nextlink" href="feedingtheraven.html"> |
42 | Feeding the raven | 44 | Feeding the raven |
43 | </a> | 45 | </a> |
diff --git a/apollo11.html b/apollo11.html index 8f392e4..20446be 100644 --- a/apollo11.html +++ b/apollo11.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -36,7 +38,7 @@ | |||
36 | </section> | 38 | </section> |
37 | 39 | ||
38 | <nav> | 40 | <nav> |
39 | <a href="#" id="lozenge"> ◊ </a> | 41 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
40 | </nav> | 42 | </nav> |
41 | </div> | 43 | </div> |
42 | </body> | 44 | </body> |
diff --git a/arspoetica.html b/arspoetica.html index 476c4a6..750f6c8 100644 --- a/arspoetica.html +++ b/arspoetica.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -37,7 +39,7 @@ | |||
37 | <a class="prevlink" href="apollo11.html"> | 39 | <a class="prevlink" href="apollo11.html"> |
38 | On seeing the panorama of the Apollo 11 landing site | 40 | On seeing the panorama of the Apollo 11 landing site |
39 | </a> | 41 | </a> |
40 | <a href="#" id="lozenge"> ◊ </a> | 42 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
41 | <a class="nextlink" href="theoceanoverflowswithcamels.html"> | 43 | <a class="nextlink" href="theoceanoverflowswithcamels.html"> |
42 | The ocean overflows with camels | 44 | The ocean overflows with camels |
43 | </a> | 45 | </a> |
diff --git a/art.html b/art.html index c597503..dfefff3 100644 --- a/art.html +++ b/art.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -33,7 +35,7 @@ | |||
33 | </section> | 35 | </section> |
34 | 36 | ||
35 | <nav> | 37 | <nav> |
36 | <a href="#" id="lozenge"> ◊ </a> | 38 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
37 | <a class="nextlink" href="hymnal.html"> | 39 | <a class="nextlink" href="hymnal.html"> |
38 | Hymnal | 40 | Hymnal |
39 | </a> | 41 | </a> |
diff --git a/axe.html b/axe.html index 95179d3..e7f2ff0 100644 --- a/axe.html +++ b/axe.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -34,7 +36,7 @@ | |||
34 | </section> | 36 | </section> |
35 | 37 | ||
36 | <nav> | 38 | <nav> |
37 | <a href="#" id="lozenge"> ◊ </a> | 39 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
38 | <a class="nextlink" href="leaf.html"> | 40 | <a class="nextlink" href="leaf.html"> |
39 | Leaf | 41 | Leaf |
40 | </a> | 42 | </a> |
diff --git a/big-dipper.html b/big-dipper.html index de7936f..f2861b5 100644 --- a/big-dipper.html +++ b/big-dipper.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -39,7 +41,7 @@ | |||
39 | <a class="prevlink" href="table_contents.html"> | 41 | <a class="prevlink" href="table_contents.html"> |
40 | Table of Contents | 42 | Table of Contents |
41 | </a> | 43 | </a> |
42 | <a href="#" id="lozenge"> ◊ </a> | 44 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
43 | <a class="nextlink" href="moon-drowning.html"> | 45 | <a class="nextlink" href="moon-drowning.html"> |
44 | The Moon is drowning | 46 | The Moon is drowning |
45 | </a> | 47 | </a> |
diff --git a/boar.html b/boar.html index 10ca460..563028c 100644 --- a/boar.html +++ b/boar.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -38,7 +40,7 @@ | |||
38 | <a class="prevlink" href="theoceanoverflowswithcamels.html"> | 40 | <a class="prevlink" href="theoceanoverflowswithcamels.html"> |
39 | The ocean overflows with camels | 41 | The ocean overflows with camels |
40 | </a> | 42 | </a> |
41 | <a href="#" id="lozenge"> ◊ </a> | 43 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
42 | <a class="nextlink" href="deadman.html"> | 44 | <a class="nextlink" href="deadman.html"> |
43 | Dead man | 45 | Dead man |
44 | </a> | 46 | </a> |
diff --git a/boy_bus.html b/boy_bus.html index f10efbb..b3446de 100644 --- a/boy_bus.html +++ b/boy_bus.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -40,7 +42,7 @@ | |||
40 | <a class="prevlink" href="exasperated.html"> | 42 | <a class="prevlink" href="exasperated.html"> |
41 | Exasperated | 43 | Exasperated |
42 | </a> | 44 | </a> |
43 | <a href="#" id="lozenge"> ◊ </a> | 45 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
44 | <a class="nextlink" href="i-think-its-you.html"> | 46 | <a class="nextlink" href="i-think-its-you.html"> |
45 | I think it’s you (but it’s not) | 47 | I think it’s you (but it’s not) |
46 | </a> | 48 | </a> |
diff --git a/building.html b/building.html index 5568a76..0dc2032 100644 --- a/building.html +++ b/building.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -34,7 +36,7 @@ | |||
34 | </section> | 36 | </section> |
35 | 37 | ||
36 | <nav> | 38 | <nav> |
37 | <a href="#" id="lozenge"> ◊ </a> | 39 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
38 | <a class="nextlink" href="yellow.html"> | 40 | <a class="nextlink" href="yellow.html"> |
39 | Yellow | 41 | Yellow |
40 | </a> | 42 | </a> |
diff --git a/call-me-aural-pleasure.html b/call-me-aural-pleasure.html index 9e8a367..39971f5 100644 --- a/call-me-aural-pleasure.html +++ b/call-me-aural-pleasure.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -37,7 +39,7 @@ | |||
37 | </section> | 39 | </section> |
38 | 40 | ||
39 | <nav> | 41 | <nav> |
40 | <a href="#" id="lozenge"> ◊ </a> | 42 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
41 | </nav> | 43 | </nav> |
42 | </div> | 44 | </div> |
43 | </body> | 45 | </body> |
diff --git a/cereal.html b/cereal.html index 801a548..6b109f9 100644 --- a/cereal.html +++ b/cereal.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -34,7 +36,7 @@ | |||
34 | </section> | 36 | </section> |
35 | 37 | ||
36 | <nav> | 38 | <nav> |
37 | <a href="#" id="lozenge"> ◊ </a> | 39 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
38 | <a class="nextlink" href="man.html"> | 40 | <a class="nextlink" href="man.html"> |
39 | Man | 41 | Man |
40 | </a> | 42 | </a> |
diff --git a/cold-wind.html b/cold-wind.html index 839f6db..c62af28 100644 --- a/cold-wind.html +++ b/cold-wind.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -33,7 +35,7 @@ | |||
33 | </section> | 35 | </section> |
34 | 36 | ||
35 | <nav> | 37 | <nav> |
36 | <a href="#" id="lozenge"> ◊ </a> | 38 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
37 | </nav> | 39 | </nav> |
38 | </div> | 40 | </div> |
39 | </body> | 41 | </body> |
diff --git a/creation-myth.html b/creation-myth.html index 3bd9f5c..5d6afc8 100644 --- a/creation-myth.html +++ b/creation-myth.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -34,7 +36,7 @@ | |||
34 | </section> | 36 | </section> |
35 | 37 | ||
36 | <nav> | 38 | <nav> |
37 | <a href="#" id="lozenge"> ◊ </a> | 39 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
38 | </nav> | 40 | </nav> |
39 | </div> | 41 | </div> |
40 | </body> | 42 | </body> |
diff --git a/css/fonts/playfair.css b/css/fonts/playfair.css index da8431e..9fcb95a 100644 --- a/css/fonts/playfair.css +++ b/css/fonts/playfair.css | |||
@@ -9,14 +9,14 @@ | |||
9 | font-variant: normal; | 9 | font-variant: normal; |
10 | font-weight: 400; | 10 | font-weight: 400; |
11 | font-style: normal; | 11 | font-style: normal; |
12 | src: url("PlayfairDisplay-Regular.ttf"); | 12 | src: url("PlayfairDisplay-Regular.otf"); |
13 | } | 13 | } |
14 | @font-face { | 14 | @font-face { |
15 | font-family: Playfair; | 15 | font-family: Playfair; |
16 | font-variant: normal; | 16 | font-variant: normal; |
17 | font-weight: 400; | 17 | font-weight: 400; |
18 | font-style: italic; | 18 | font-style: italic; |
19 | src: url("PlayfairDisplay-Italic.ttf"); | 19 | src: url("PlayfairDisplay-Italic.otf"); |
20 | } | 20 | } |
21 | /* Bold = 700 */ | 21 | /* Bold = 700 */ |
22 | @font-face { | 22 | @font-face { |
@@ -24,14 +24,14 @@ | |||
24 | font-variant: normal; | 24 | font-variant: normal; |
25 | font-weight: 700; | 25 | font-weight: 700; |
26 | font-style: normal; | 26 | font-style: normal; |
27 | src: url("PlayfairDisplay-Bold.ttf"); | 27 | src: url("PlayfairDisplay-Bold.otf"); |
28 | } | 28 | } |
29 | @font-face { | 29 | @font-face { |
30 | font-family: Playfair; | 30 | font-family: Playfair; |
31 | font-variant: normal; | 31 | font-variant: normal; |
32 | font-weight: 700; | 32 | font-weight: 700; |
33 | font-style: italic; | 33 | font-style: italic; |
34 | src: url("PlayfairDisplay-BoldItalic.ttf"); | 34 | src: url("PlayfairDisplay-BoldItalic.otf"); |
35 | } | 35 | } |
36 | /* Black = 900 */ | 36 | /* Black = 900 */ |
37 | @font-face { | 37 | @font-face { |
@@ -39,14 +39,14 @@ | |||
39 | font-variant: normal; | 39 | font-variant: normal; |
40 | font-weight: 900; | 40 | font-weight: 900; |
41 | font-style: normal; | 41 | font-style: normal; |
42 | src: url("PlayfairDisplay-Black.ttf"); | 42 | src: url("PlayfairDisplay-Black.otf"); |
43 | } | 43 | } |
44 | @font-face { | 44 | @font-face { |
45 | font-family: Playfair; | 45 | font-family: Playfair; |
46 | font-variant: normal; | 46 | font-variant: normal; |
47 | font-weight: 900; | 47 | font-weight: 900; |
48 | font-style: italic; | 48 | font-style: italic; |
49 | src: url("PlayfairDisplay-BlackItalic.ttf"); | 49 | src: url("PlayfairDisplay-BlackItalic.otf"); |
50 | } | 50 | } |
51 | /* }}} */ | 51 | /* }}} */ |
52 | /* SMALL CAPS VARIANT {{{ */ | 52 | /* SMALL CAPS VARIANT {{{ */ |
diff --git a/deadman.html b/deadman.html index b14cfc2..dede483 100644 --- a/deadman.html +++ b/deadman.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -34,7 +36,7 @@ | |||
34 | <a class="prevlink" href="boar.html"> | 36 | <a class="prevlink" href="boar.html"> |
35 | The boar | 37 | The boar |
36 | </a> | 38 | </a> |
37 | <a href="#" id="lozenge"> ◊ </a> | 39 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
38 | <a class="nextlink" href="angeltoabraham.html"> | 40 | <a class="nextlink" href="angeltoabraham.html"> |
39 | The angel to Abraham | 41 | The angel to Abraham |
40 | </a> | 42 | </a> |
diff --git a/death-zone.html b/death-zone.html index 105dc97..0464a1c 100644 --- a/death-zone.html +++ b/death-zone.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -51,7 +53,7 @@ | |||
51 | <a class="prevlink" href="amber-alert.html"> | 53 | <a class="prevlink" href="amber-alert.html"> |
52 | AMBER alert | 54 | AMBER alert |
53 | </a> | 55 | </a> |
54 | <a href="#" id="lozenge"> ◊ </a> | 56 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
55 | <a class="nextlink" href="big-dipper.html"> | 57 | <a class="nextlink" href="big-dipper.html"> |
56 | The Big Dipper | 58 | The Big Dipper |
57 | </a> | 59 | </a> |
diff --git a/deathstrumpet.html b/deathstrumpet.html index 6316958..778669f 100644 --- a/deathstrumpet.html +++ b/deathstrumpet.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -40,7 +42,7 @@ | |||
40 | </section> | 42 | </section> |
41 | 43 | ||
42 | <nav> | 44 | <nav> |
43 | <a href="#" id="lozenge"> ◊ </a> | 45 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
44 | </nav> | 46 | </nav> |
45 | </div> | 47 | </div> |
46 | </body> | 48 | </body> |
diff --git a/dream.html b/dream.html index 65f1f6d..7fca166 100644 --- a/dream.html +++ b/dream.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -35,7 +37,7 @@ | |||
35 | </section> | 37 | </section> |
36 | 38 | ||
37 | <nav> | 39 | <nav> |
38 | <a href="#" id="lozenge"> ◊ </a> | 40 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
39 | <a class="nextlink" href="axe.html"> | 41 | <a class="nextlink" href="axe.html"> |
40 | Axe | 42 | Axe |
41 | </a> | 43 | </a> |
diff --git a/early.html b/early.html index 3a0b974..fdd5495 100644 --- a/early.html +++ b/early.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -35,7 +37,7 @@ | |||
35 | </section> | 37 | </section> |
36 | 38 | ||
37 | <nav> | 39 | <nav> |
38 | <a href="#" id="lozenge"> ◊ </a> | 40 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
39 | <a class="nextlink" href="toothpaste.html"> | 41 | <a class="nextlink" href="toothpaste.html"> |
40 | Toothpaste | 42 | Toothpaste |
41 | </a> | 43 | </a> |
diff --git a/elegyforanalternateself.html b/elegyforanalternateself.html index c9e0ebc..b323637 100644 --- a/elegyforanalternateself.html +++ b/elegyforanalternateself.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -32,7 +34,7 @@ | |||
32 | </section> | 34 | </section> |
33 | 35 | ||
34 | <nav> | 36 | <nav> |
35 | <a href="#" id="lozenge"> ◊ </a> | 37 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
36 | </nav> | 38 | </nav> |
37 | </div> | 39 | </div> |
38 | </body> | 40 | </body> |
diff --git a/epigraph.html b/epigraph.html index c47570a..a35e437 100644 --- a/epigraph.html +++ b/epigraph.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -31,7 +33,7 @@ | |||
31 | </section> | 33 | </section> |
32 | 34 | ||
33 | <nav> | 35 | <nav> |
34 | <a href="#" id="lozenge"> ◊ </a> | 36 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
35 | </nav> | 37 | </nav> |
36 | </div> | 38 | </div> |
37 | </body> | 39 | </body> |
diff --git a/ex-machina.html b/ex-machina.html index 7b6b8fc..37855fb 100644 --- a/ex-machina.html +++ b/ex-machina.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -43,7 +45,7 @@ | |||
43 | </section> | 45 | </section> |
44 | 46 | ||
45 | <nav> | 47 | <nav> |
46 | <a href="#" id="lozenge"> ◊ </a> | 48 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
47 | </nav> | 49 | </nav> |
48 | </div> | 50 | </div> |
49 | </body> | 51 | </body> |
diff --git a/exasperated.html b/exasperated.html index 7104e28..78269ea 100644 --- a/exasperated.html +++ b/exasperated.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -43,7 +45,7 @@ | |||
43 | <a class="prevlink" href="death-zone.html"> | 45 | <a class="prevlink" href="death-zone.html"> |
44 | The Death Zone | 46 | The Death Zone |
45 | </a> | 47 | </a> |
46 | <a href="#" id="lozenge"> ◊ </a> | 48 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
47 | <a class="nextlink" href="death-zone.html"> | 49 | <a class="nextlink" href="death-zone.html"> |
48 | The Death Zone | 50 | The Death Zone |
49 | </a> | 51 | </a> |
diff --git a/father.html b/father.html index 0f010a3..5c7e35a 100644 --- a/father.html +++ b/father.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -34,7 +36,7 @@ | |||
34 | </section> | 36 | </section> |
35 | 37 | ||
36 | <nav> | 38 | <nav> |
37 | <a href="#" id="lozenge"> ◊ </a> | 39 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
38 | <a class="nextlink" href="paul.html"> | 40 | <a class="nextlink" href="paul.html"> |
39 | Paul | 41 | Paul |
40 | </a> | 42 | </a> |
diff --git a/feedingtheraven.html b/feedingtheraven.html index 76966eb..acf0aaf 100644 --- a/feedingtheraven.html +++ b/feedingtheraven.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -37,7 +39,7 @@ | |||
37 | <a class="prevlink" href="angeltoabraham.html"> | 39 | <a class="prevlink" href="angeltoabraham.html"> |
38 | The angel to Abraham | 40 | The angel to Abraham |
39 | </a> | 41 | </a> |
40 | <a href="#" id="lozenge"> ◊ </a> | 42 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
41 | <a class="nextlink" href="onformalpoetry.html"> | 43 | <a class="nextlink" href="onformalpoetry.html"> |
42 | On formal poetry | 44 | On formal poetry |
43 | </a> | 45 | </a> |
diff --git a/finding-the-lion.html b/finding-the-lion.html index e55336e..0ad9919 100644 --- a/finding-the-lion.html +++ b/finding-the-lion.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -36,7 +38,7 @@ | |||
36 | </section> | 38 | </section> |
37 | 39 | ||
38 | <nav> | 40 | <nav> |
39 | <a href="#" id="lozenge"> ◊ </a> | 41 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
40 | </nav> | 42 | </nav> |
41 | </div> | 43 | </div> |
42 | </body> | 44 | </body> |
diff --git a/fire.html b/fire.html index ad41aaa..2a695cd 100644 --- a/fire.html +++ b/fire.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -38,7 +40,7 @@ | |||
38 | <a class="prevlink" href="father.html"> | 40 | <a class="prevlink" href="father.html"> |
39 | Father | 41 | Father |
40 | </a> | 42 | </a> |
41 | <a href="#" id="lozenge"> ◊ </a> | 43 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
42 | <a class="nextlink" href="hands.html"> | 44 | <a class="nextlink" href="hands.html"> |
43 | Hands | 45 | Hands |
44 | </a> | 46 | </a> |
diff --git a/found-typewriter-poem.html b/found-typewriter-poem.html index 8f37932..9acd311 100644 --- a/found-typewriter-poem.html +++ b/found-typewriter-poem.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -37,7 +39,7 @@ | |||
37 | </section> | 39 | </section> |
38 | 40 | ||
39 | <nav> | 41 | <nav> |
40 | <a href="#" id="lozenge"> ◊ </a> | 42 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
41 | </nav> | 43 | </nav> |
42 | </div> | 44 | </div> |
43 | </body> | 45 | </body> |
diff --git a/hands.html b/hands.html index 339d238..bb5d89f 100644 --- a/hands.html +++ b/hands.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -42,7 +44,7 @@ | |||
42 | <a class="prevlink" href="fire.html"> | 44 | <a class="prevlink" href="fire.html"> |
43 | Fire | 45 | Fire |
44 | </a> | 46 | </a> |
45 | <a href="#" id="lozenge"> ◊ </a> | 47 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
46 | <a class="nextlink" href="toilet.html"> | 48 | <a class="nextlink" href="toilet.html"> |
47 | Toilet | 49 | Toilet |
48 | </a> | 50 | </a> |
diff --git a/hard-game.html b/hard-game.html index 159c252..65338d9 100644 --- a/hard-game.html +++ b/hard-game.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -38,7 +40,7 @@ | |||
38 | </section> | 40 | </section> |
39 | 41 | ||
40 | <nav> | 42 | <nav> |
41 | <a href="#" id="lozenge"> ◊ </a> | 43 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
42 | </nav> | 44 | </nav> |
43 | </div> | 45 | </div> |
44 | </body> | 46 | </body> |
diff --git a/hardware.html b/hardware.html index a800f30..e471a17 100644 --- a/hardware.html +++ b/hardware.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -40,7 +42,7 @@ | |||
40 | <a class="prevlink" href="hands.html"> | 42 | <a class="prevlink" href="hands.html"> |
41 | Hands | 43 | Hands |
42 | </a> | 44 | </a> |
43 | <a href="#" id="lozenge"> ◊ </a> | 45 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
44 | <a class="nextlink" href="treatise.html"> | 46 | <a class="nextlink" href="treatise.html"> |
45 | Treatise | 47 | Treatise |
46 | </a> | 48 | </a> |
diff --git a/howithappened.html b/howithappened.html index 4f2dde9..6991c04 100644 --- a/howithappened.html +++ b/howithappened.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -34,7 +36,7 @@ | |||
34 | <a class="prevlink" href="i-am.html"> | 36 | <a class="prevlink" href="i-am.html"> |
35 | I am | 37 | I am |
36 | </a> | 38 | </a> |
37 | <a href="#" id="lozenge"> ◊ </a> | 39 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
38 | <a class="nextlink" href="lovesong.html"> | 40 | <a class="nextlink" href="lovesong.html"> |
39 | Love Song | 41 | Love Song |
40 | </a> | 42 | </a> |
diff --git a/howtoread.html b/howtoread.html index 33a1998..0453bf7 100644 --- a/howtoread.html +++ b/howtoread.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -46,7 +48,7 @@ | |||
46 | <a class="prevlink" href="epigraph.html"> | 48 | <a class="prevlink" href="epigraph.html"> |
47 | epigraph | 49 | epigraph |
48 | </a> | 50 | </a> |
49 | <a href="#" id="lozenge"> ◊ </a> | 51 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
50 | <a class="nextlink" href="and.html"> | 52 | <a class="nextlink" href="and.html"> |
51 | And | 53 | And |
52 | </a> | 54 | </a> |
diff --git a/hymnal.html b/hymnal.html index d2edf39..fd9929d 100644 --- a/hymnal.html +++ b/hymnal.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -43,7 +45,7 @@ | |||
43 | <a class="prevlink" href="hardware.html"> | 45 | <a class="prevlink" href="hardware.html"> |
44 | Hardware | 46 | Hardware |
45 | </a> | 47 | </a> |
46 | <a href="#" id="lozenge"> ◊ </a> | 48 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
47 | <a class="nextlink" href="underwear.html"> | 49 | <a class="nextlink" href="underwear.html"> |
48 | Underwear | 50 | Underwear |
49 | </a> | 51 | </a> |
diff --git a/i-am.html b/i-am.html index a94918e..dbb19da 100644 --- a/i-am.html +++ b/i-am.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -34,7 +36,7 @@ | |||
34 | <a class="prevlink" href="onformalpoetry.html"> | 36 | <a class="prevlink" href="onformalpoetry.html"> |
35 | On formal poetry | 37 | On formal poetry |
36 | </a> | 38 | </a> |
37 | <a href="#" id="lozenge"> ◊ </a> | 39 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
38 | <a class="nextlink" href="howithappened.html"> | 40 | <a class="nextlink" href="howithappened.html"> |
39 | How it happened | 41 | How it happened |
40 | </a> | 42 | </a> |
diff --git a/i-think-its-you.html b/i-think-its-you.html index 0ee9682..546e3a4 100644 --- a/i-think-its-you.html +++ b/i-think-its-you.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -42,7 +44,7 @@ | |||
42 | <a class="prevlink" href="lappel-du-vide.html"> | 44 | <a class="prevlink" href="lappel-du-vide.html"> |
43 | L’appel du vide | 45 | L’appel du vide |
44 | </a> | 46 | </a> |
45 | <a href="#" id="lozenge"> ◊ </a> | 47 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
46 | <a class="nextlink" href="initial-conditions.html"> | 48 | <a class="nextlink" href="initial-conditions.html"> |
47 | Initial conditions | 49 | Initial conditions |
48 | </a> | 50 | </a> |
diff --git a/i-wanted-to-tell-you-something.html b/i-wanted-to-tell-you-something.html index c61131c..113d28e 100644 --- a/i-wanted-to-tell-you-something.html +++ b/i-wanted-to-tell-you-something.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -37,7 +39,7 @@ | |||
37 | </section> | 39 | </section> |
38 | 40 | ||
39 | <nav> | 41 | <nav> |
40 | <a href="#" id="lozenge"> ◊ </a> | 42 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
41 | </nav> | 43 | </nav> |
42 | </div> | 44 | </div> |
43 | </body> | 45 | </body> |
diff --git a/in-bed.html b/in-bed.html index 4fbff87..a155ecb 100644 --- a/in-bed.html +++ b/in-bed.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -66,7 +68,7 @@ | |||
66 | </section> | 68 | </section> |
67 | 69 | ||
68 | <nav> | 70 | <nav> |
69 | <a href="#" id="lozenge"> ◊ </a> | 71 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
70 | </nav> | 72 | </nav> |
71 | </div> | 73 | </div> |
72 | </body> | 74 | </body> |
diff --git a/index.html b/index.html index a9a18e5..04c9eda 100644 --- a/index.html +++ b/index.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -31,7 +33,7 @@ | |||
31 | </section> | 33 | </section> |
32 | 34 | ||
33 | <nav> | 35 | <nav> |
34 | <a href="#" id="lozenge"> ◊ </a> | 36 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
35 | </nav> | 37 | </nav> |
36 | </div> | 38 | </div> |
37 | </body> | 39 | </body> |
diff --git a/initial-conditions.html b/initial-conditions.html index 65ba5b5..3d88752 100644 --- a/initial-conditions.html +++ b/initial-conditions.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -43,7 +45,7 @@ | |||
43 | <a class="prevlink" href="last-bastion.html"> | 45 | <a class="prevlink" href="last-bastion.html"> |
44 | Last Bastion | 46 | Last Bastion |
45 | </a> | 47 | </a> |
46 | <a href="#" id="lozenge"> ◊ </a> | 48 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
47 | <a class="nextlink" href="love-as-god.html"> | 49 | <a class="nextlink" href="love-as-god.html"> |
48 | Love as God | 50 | Love as God |
49 | </a> | 51 | </a> |
diff --git a/ipsumlorem.html b/ipsumlorem.html index 5a43ab7..dad8c30 100644 --- a/ipsumlorem.html +++ b/ipsumlorem.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -45,7 +47,7 @@ | |||
45 | <a class="prevlink" href="loremipsum.html"> | 47 | <a class="prevlink" href="loremipsum.html"> |
46 | Lorem ipsum | 48 | Lorem ipsum |
47 | </a> | 49 | </a> |
48 | <a href="#" id="lozenge"> ◊ </a> | 50 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
49 | <a class="nextlink" href="loremipsum.html"> | 51 | <a class="nextlink" href="loremipsum.html"> |
50 | Lorem ipsum | 52 | Lorem ipsum |
51 | </a> | 53 | </a> |
diff --git a/january.html b/january.html index a0b37a7..82717cf 100644 --- a/january.html +++ b/january.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -37,7 +39,7 @@ | |||
37 | </section> | 39 | </section> |
38 | 40 | ||
39 | <nav> | 41 | <nav> |
40 | <a href="#" id="lozenge"> ◊ </a> | 42 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
41 | </nav> | 43 | </nav> |
42 | </div> | 44 | </div> |
43 | </body> | 45 | </body> |
diff --git a/joke.html b/joke.html index bd4ca0a..8eac665 100644 --- a/joke.html +++ b/joke.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -41,7 +43,7 @@ | |||
41 | <a class="prevlink" href="hymnal.html"> | 43 | <a class="prevlink" href="hymnal.html"> |
42 | Hymnal | 44 | Hymnal |
43 | </a> | 45 | </a> |
44 | <a href="#" id="lozenge"> ◊ </a> | 46 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
45 | <a class="nextlink" href="stump.html"> | 47 | <a class="nextlink" href="stump.html"> |
46 | Stump | 48 | Stump |
47 | </a> | 49 | </a> |
diff --git a/js/external.js b/js/external.js new file mode 100644 index 0000000..ee425cd --- /dev/null +++ b/js/external.js | |||
@@ -0,0 +1,5 @@ | |||
1 | /* External.js for Autocento of the breakfast table | ||
2 | * this gives external links the class "external." | ||
3 | */ | ||
4 | |||
5 | |||
diff --git a/js/lozenge.js b/js/lozenge.js new file mode 100644 index 0000000..0ba91e0 --- /dev/null +++ b/js/lozenge.js | |||
@@ -0,0 +1,150 @@ | |||
1 | /* Lozenge.js for Autocento of the breakfast table | ||
2 | * Cause a#lozenge to link to random file in array | ||
3 | * TODO: manage to update array with filenames | ||
4 | * vim: fdm=marker | ||
5 | */ | ||
6 | |||
7 | function lozenge() { | ||
8 | var lozenge = document.getElementById('lozenge'); | ||
9 | // array with all files {{{ | ||
10 | var files = [ | ||
11 | '100-lines.html', | ||
12 | 'about-the-author.html', | ||
13 | 'amber-alert.html', | ||
14 | 'and.html', | ||
15 | 'angeltoabraham.html', | ||
16 | 'apollo11.html', | ||
17 | 'arspoetica.html', | ||
18 | 'art.html', | ||
19 | 'axe.html', | ||
20 | 'big-dipper.html', | ||
21 | 'boar.html', | ||
22 | 'boy_bus.html', | ||
23 | 'building.html', | ||
24 | 'call-me-aural-pleasure.html', | ||
25 | 'cereal.html', | ||
26 | 'cold-wind.html', | ||
27 | 'creation-myth.html', | ||
28 | 'deadman.html', | ||
29 | 'death-zone.html', | ||
30 | 'deathstrumpet.html', | ||
31 | 'dream.html', | ||
32 | 'early.html', | ||
33 | 'elegyforanalternateself.html', | ||
34 | 'epigraph.html', | ||
35 | 'ex-machina.html', | ||
36 | 'exasperated.html', | ||
37 | 'father.html', | ||
38 | 'feedingtheraven.html', | ||
39 | 'finding-the-lion.html', | ||
40 | 'fire.html', | ||
41 | 'found-typewriter-poem.html', | ||
42 | 'hands.html', | ||
43 | 'hard-game.html', | ||
44 | 'hardware.html', | ||
45 | 'howithappened.html', | ||
46 | 'howtoread.html', | ||
47 | 'hymnal.html', | ||
48 | 'i-am.html', | ||
49 | 'i-think-its-you.html', | ||
50 | 'i-wanted-to-tell-you-something.html', | ||
51 | 'in-bed.html', | ||
52 | 'index.html', | ||
53 | 'initial-conditions.html', | ||
54 | 'ipsumlorem.html', | ||
55 | 'january.html', | ||
56 | 'joke.html', | ||
57 | 'lappel-du-vide.html', | ||
58 | 'largest-asteroid.html', | ||
59 | 'last-bastion.html', | ||
60 | 'last-passenger.html', | ||
61 | 'leaf.html', | ||
62 | 'leg.html', | ||
63 | 'likingthings.html', | ||
64 | 'listen.html', | ||
65 | 'loremipsum.html', | ||
66 | 'love-as-god.html', | ||
67 | 'lovesong.html', | ||
68 | 'man.html', | ||
69 | 'moon-drowning.html', | ||
70 | 'moongone.html', | ||
71 | 'mountain.html', | ||
72 | 'movingsideways.html', | ||
73 | 'music-433.html', | ||
74 | 'no-nothing.html', | ||
75 | 'notes.html', | ||
76 | 'nothing-is-ever-over.html', | ||
77 | 'onformalpoetry.html', | ||
78 | 'options.html', | ||
79 | 'ouroboros_memory.html', | ||
80 | 'paul.html', | ||
81 | 'philosophy.html', | ||
82 | 'phone.html', | ||
83 | 'planks.html', | ||
84 | 'plant.html', | ||
85 | 'poetry-time.html', | ||
86 | 'prelude.html', | ||
87 | 'problems.html', | ||
88 | 'proverbs.html', | ||
89 | 'punch.html', | ||
90 | 'purpose-dogs.html', | ||
91 | 'question.html', | ||
92 | 'real-writer.html', | ||
93 | 'reports.html', | ||
94 | 'riptide_memory.html', | ||
95 | 'ronaldmcdonald.html', | ||
96 | 'roughgloves.html', | ||
97 | 'sapling.html', | ||
98 | 'seasonal-affective-disorder.html', | ||
99 | 'sense-of-it.html', | ||
100 | 'serengeti.html', | ||
101 | 'shed.html', | ||
102 | 'shipwright.html', | ||
103 | 'sixteenth-chapel.html', | ||
104 | 'snow.html', | ||
105 | 'something-simple.html', | ||
106 | 'spittle.html', | ||
107 | 'squirrel.html', | ||
108 | 'stagnant.html', | ||
109 | 'statements-frag.html', | ||
110 | 'stayed-on-the-bus.html', | ||
111 | 'stump.html', | ||
112 | 'swansong-alt.html', | ||
113 | 'swansong.html', | ||
114 | 'swear.html', | ||
115 | 'table_contents.html', | ||
116 | 'tapestry.html', | ||
117 | 'telemarketer.html', | ||
118 | 'the-night-we-met.html', | ||
119 | 'the-sea_the-beach.html', | ||
120 | 'theoceanoverflowswithcamels.html', | ||
121 | 'time-looks-up-to-the-sky.html', | ||
122 | 'todaniel.html', | ||
123 | 'toilet.html', | ||
124 | 'toothpaste.html', | ||
125 | 'treatise.html', | ||
126 | 'underwear.html', | ||
127 | 'wallpaper.html', | ||
128 | 'weplayedthosegamestoo.html', | ||
129 | 'when-im-sorry-i.html', | ||
130 | 'window.html', | ||
131 | 'words-meaning.html', | ||
132 | 'worse-looking-over.html', | ||
133 | 'writing.html', | ||
134 | 'x-ray.html', | ||
135 | 'yellow.html', | ||
136 | ] // }}} | ||
137 | |||
138 | var index = Math.floor(Math.random() * files.length); | ||
139 | |||
140 | var url = window.location.pathname; | ||
141 | var current = url.substring(url.lastIndexOf('/')+1); | ||
142 | |||
143 | if (current != files[index]) { | ||
144 | lozenge = lozenge.setAttribute("href", files[index]); | ||
145 | } | ||
146 | } | ||
147 | |||
148 | window.onload = function () { | ||
149 | lozenge() | ||
150 | }; | ||
diff --git a/lappel-du-vide.html b/lappel-du-vide.html index f8ea4c4..bd69c68 100644 --- a/lappel-du-vide.html +++ b/lappel-du-vide.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -50,7 +52,7 @@ | |||
50 | <a class="prevlink" href="love-as-god.html"> | 52 | <a class="prevlink" href="love-as-god.html"> |
51 | Love as God | 53 | Love as God |
52 | </a> | 54 | </a> |
53 | <a href="#" id="lozenge"> ◊ </a> | 55 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
54 | <a class="nextlink" href="boy_bus.html"> | 56 | <a class="nextlink" href="boy_bus.html"> |
55 | Boy on the bus | 57 | Boy on the bus |
56 | </a> | 58 | </a> |
diff --git a/largest-asteroid.html b/largest-asteroid.html index 5723516..09e0d05 100644 --- a/largest-asteroid.html +++ b/largest-asteroid.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -31,7 +33,7 @@ | |||
31 | </section> | 33 | </section> |
32 | 34 | ||
33 | <nav> | 35 | <nav> |
34 | <a href="#" id="lozenge"> ◊ </a> | 36 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
35 | </nav> | 37 | </nav> |
36 | </div> | 38 | </div> |
37 | </body> | 39 | </body> |
diff --git a/last-bastion.html b/last-bastion.html index caca58f..dcda769 100644 --- a/last-bastion.html +++ b/last-bastion.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -39,7 +41,7 @@ | |||
39 | <a class="prevlink" href="boy_bus.html"> | 41 | <a class="prevlink" href="boy_bus.html"> |
40 | Boy on the bus | 42 | Boy on the bus |
41 | </a> | 43 | </a> |
42 | <a href="#" id="lozenge"> ◊ </a> | 44 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
43 | <a class="nextlink" href="amber-alert.html"> | 45 | <a class="nextlink" href="amber-alert.html"> |
44 | AMBER alert | 46 | AMBER alert |
45 | </a> | 47 | </a> |
diff --git a/last-passenger.html b/last-passenger.html index f08bd21..1f8c345 100644 --- a/last-passenger.html +++ b/last-passenger.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -33,7 +35,7 @@ | |||
33 | </section> | 35 | </section> |
34 | 36 | ||
35 | <nav> | 37 | <nav> |
36 | <a href="#" id="lozenge"> ◊ </a> | 38 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
37 | </nav> | 39 | </nav> |
38 | </div> | 40 | </div> |
39 | </body> | 41 | </body> |
diff --git a/leaf.html b/leaf.html index 168c2af..c9b256a 100644 --- a/leaf.html +++ b/leaf.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -39,7 +41,7 @@ | |||
39 | <a class="prevlink" href="joke.html"> | 41 | <a class="prevlink" href="joke.html"> |
40 | Joke | 42 | Joke |
41 | </a> | 43 | </a> |
42 | <a href="#" id="lozenge"> ◊ </a> | 44 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
43 | <a class="nextlink" href="writing.html"> | 45 | <a class="nextlink" href="writing.html"> |
44 | Writing | 46 | Writing |
45 | </a> | 47 | </a> |
diff --git a/leg.html b/leg.html index b9d1488..2a93aab 100644 --- a/leg.html +++ b/leg.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -55,7 +57,7 @@ | |||
55 | <a class="prevlink" href="leaf.html"> | 57 | <a class="prevlink" href="leaf.html"> |
56 | Leaf | 58 | Leaf |
57 | </a> | 59 | </a> |
58 | <a href="#" id="lozenge"> ◊ </a> | 60 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
59 | <a class="nextlink" href="planks.html"> | 61 | <a class="nextlink" href="planks.html"> |
60 | Planks | 62 | Planks |
61 | </a> | 63 | </a> |
diff --git a/likingthings.html b/likingthings.html index f5cbd14..dd70e61 100644 --- a/likingthings.html +++ b/likingthings.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -36,7 +38,7 @@ | |||
36 | <a class="prevlink" href="problems.html"> | 38 | <a class="prevlink" href="problems.html"> |
37 | Problems | 39 | Problems |
38 | </a> | 40 | </a> |
39 | <a href="#" id="lozenge"> ◊ </a> | 41 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
40 | </nav> | 42 | </nav> |
41 | </div> | 43 | </div> |
42 | </body> | 44 | </body> |
diff --git a/listen.html b/listen.html index a3d27dc..3c695a1 100644 --- a/listen.html +++ b/listen.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -32,7 +34,7 @@ | |||
32 | </section> | 34 | </section> |
33 | 35 | ||
34 | <nav> | 36 | <nav> |
35 | <a href="#" id="lozenge"> ◊ </a> | 37 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
36 | </nav> | 38 | </nav> |
37 | </div> | 39 | </div> |
38 | </body> | 40 | </body> |
diff --git a/loremipsum.html b/loremipsum.html index 3744919..925f257 100644 --- a/loremipsum.html +++ b/loremipsum.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -45,7 +47,7 @@ | |||
45 | <a class="prevlink" href="ipsumlorem.html"> | 47 | <a class="prevlink" href="ipsumlorem.html"> |
46 | Ipsum lorem | 48 | Ipsum lorem |
47 | </a> | 49 | </a> |
48 | <a href="#" id="lozenge"> ◊ </a> | 50 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
49 | <a class="nextlink" href="ipsumlorem.html"> | 51 | <a class="nextlink" href="ipsumlorem.html"> |
50 | Ipsum lorem | 52 | Ipsum lorem |
51 | </a> | 53 | </a> |
diff --git a/love-as-god.html b/love-as-god.html index b27e17f..18fb19d 100644 --- a/love-as-god.html +++ b/love-as-god.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -43,7 +45,7 @@ | |||
43 | <a class="prevlink" href="ouroboros_memory.html"> | 45 | <a class="prevlink" href="ouroboros_memory.html"> |
44 | Ouroboros of memory | 46 | Ouroboros of memory |
45 | </a> | 47 | </a> |
46 | <a href="#" id="lozenge"> ◊ </a> | 48 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
47 | <a class="nextlink" href="worse-looking-over.html"> | 49 | <a class="nextlink" href="worse-looking-over.html"> |
48 | Worse looking over | 50 | Worse looking over |
49 | </a> | 51 | </a> |
diff --git a/lovesong.html b/lovesong.html index 4fbd676..3737d13 100644 --- a/lovesong.html +++ b/lovesong.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -38,7 +40,7 @@ | |||
38 | <a class="prevlink" href="howithappened.html"> | 40 | <a class="prevlink" href="howithappened.html"> |
39 | How it happened | 41 | How it happened |
40 | </a> | 42 | </a> |
41 | <a href="#" id="lozenge"> ◊ </a> | 43 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
42 | <a class="nextlink" href="roughgloves.html"> | 44 | <a class="nextlink" href="roughgloves.html"> |
43 | Rough gloves | 45 | Rough gloves |
44 | </a> | 46 | </a> |
diff --git a/man.html b/man.html index 018832c..90c5d4f 100644 --- a/man.html +++ b/man.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -44,7 +46,7 @@ | |||
44 | <a class="prevlink" href="leg.html"> | 46 | <a class="prevlink" href="leg.html"> |
45 | Leg | 47 | Leg |
46 | </a> | 48 | </a> |
47 | <a href="#" id="lozenge"> ◊ </a> | 49 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
48 | <a class="nextlink" href="snow.html"> | 50 | <a class="nextlink" href="snow.html"> |
49 | Snow | 51 | Snow |
50 | </a> | 52 | </a> |
diff --git a/moon-drowning.html b/moon-drowning.html index 8ff5484..a67cde9 100644 --- a/moon-drowning.html +++ b/moon-drowning.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -40,7 +42,7 @@ | |||
40 | <a class="prevlink" href="big-dipper.html"> | 42 | <a class="prevlink" href="big-dipper.html"> |
41 | The Big Dipper | 43 | The Big Dipper |
42 | </a> | 44 | </a> |
43 | <a href="#" id="lozenge"> ◊ </a> | 45 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
44 | <a class="nextlink" href="music-443.html"> | 46 | <a class="nextlink" href="music-443.html"> |
45 | <p>Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing</p> | 47 | <p>Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing</p> |
46 | </a> | 48 | </a> |
diff --git a/moongone.html b/moongone.html index d89c343..f9bcfdc 100644 --- a/moongone.html +++ b/moongone.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -34,7 +36,7 @@ | |||
34 | <a class="prevlink" href="ronaldmcdonald.html"> | 36 | <a class="prevlink" href="ronaldmcdonald.html"> |
35 | Ronald McDonald | 37 | Ronald McDonald |
36 | </a> | 38 | </a> |
37 | <a href="#" id="lozenge"> ◊ </a> | 39 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
38 | <a class="nextlink" href="mountain.html"> | 40 | <a class="nextlink" href="mountain.html"> |
39 | The mountain | 41 | The mountain |
40 | </a> | 42 | </a> |
diff --git a/mountain.html b/mountain.html index 46a1cda..63db5d9 100644 --- a/mountain.html +++ b/mountain.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -37,7 +39,7 @@ | |||
37 | <a class="prevlink" href="moonegone.html"> | 39 | <a class="prevlink" href="moonegone.html"> |
38 | The moon is gone and in its place a mirror | 40 | The moon is gone and in its place a mirror |
39 | </a> | 41 | </a> |
40 | <a href="#" id="lozenge"> ◊ </a> | 42 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
41 | <a class="nextlink" href="serengeti.html"> | 43 | <a class="nextlink" href="serengeti.html"> |
42 | Serengeti | 44 | Serengeti |
43 | </a> | 45 | </a> |
diff --git a/movingsideways.html b/movingsideways.html index b2d2b2b..8d2f761 100644 --- a/movingsideways.html +++ b/movingsideways.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -44,7 +46,7 @@ | |||
44 | <a class="prevlink" href="proverbs.html"> | 46 | <a class="prevlink" href="proverbs.html"> |
45 | Proverbs | 47 | Proverbs |
46 | </a> | 48 | </a> |
47 | <a href="#" id="lozenge"> ◊ </a> | 49 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
48 | <a class="nextlink" href="problems.html"> | 50 | <a class="nextlink" href="problems.html"> |
49 | Problems | 51 | Problems |
50 | </a> | 52 | </a> |
diff --git a/music-433.html b/music-433.html index 6860389..2f6e061 100644 --- a/music-433.html +++ b/music-433.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -44,7 +46,7 @@ | |||
44 | <a class="prevlink" href="sixteenth-chapel.html"> | 46 | <a class="prevlink" href="sixteenth-chapel.html"> |
45 | The Sixteenth Chapel | 47 | The Sixteenth Chapel |
46 | </a> | 48 | </a> |
47 | <a href="#" id="lozenge"> ◊ </a> | 49 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
48 | <a class="nextlink" href="riptide_memory.html"> | 50 | <a class="nextlink" href="riptide_memory.html"> |
49 | Riptide of memory | 51 | Riptide of memory |
50 | </a> | 52 | </a> |
diff --git a/no-nothing.html b/no-nothing.html index 9ed66df..351452e 100644 --- a/no-nothing.html +++ b/no-nothing.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -32,7 +34,7 @@ | |||
32 | </section> | 34 | </section> |
33 | 35 | ||
34 | <nav> | 36 | <nav> |
35 | <a href="#" id="lozenge"> ◊ </a> | 37 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
36 | </nav> | 38 | </nav> |
37 | </div> | 39 | </div> |
38 | </body> | 40 | </body> |
diff --git a/notes.html b/notes.html index ae37faf..1be0e68 100644 --- a/notes.html +++ b/notes.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -41,7 +43,7 @@ | |||
41 | <a class="prevlink" href="man.html"> | 43 | <a class="prevlink" href="man.html"> |
42 | Man | 44 | Man |
43 | </a> | 45 | </a> |
44 | <a href="#" id="lozenge"> ◊ </a> | 46 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
45 | <a class="nextlink" href="shed.html"> | 47 | <a class="nextlink" href="shed.html"> |
46 | Shed | 48 | Shed |
47 | </a> | 49 | </a> |
diff --git a/nothing-is-ever-over.html b/nothing-is-ever-over.html index 0c55e6a..8a3455c 100644 --- a/nothing-is-ever-over.html +++ b/nothing-is-ever-over.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -31,7 +33,7 @@ | |||
31 | </section> | 33 | </section> |
32 | 34 | ||
33 | <nav> | 35 | <nav> |
34 | <a href="#" id="lozenge"> ◊ </a> | 36 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
35 | </nav> | 37 | </nav> |
36 | </div> | 38 | </div> |
37 | </body> | 39 | </body> |
diff --git a/onformalpoetry.html b/onformalpoetry.html index a3ae91b..54dcd49 100644 --- a/onformalpoetry.html +++ b/onformalpoetry.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -34,7 +36,7 @@ | |||
34 | <a class="prevlink" href="feedingtheraven.html"> | 36 | <a class="prevlink" href="feedingtheraven.html"> |
35 | Feeding the raven | 37 | Feeding the raven |
36 | </a> | 38 | </a> |
37 | <a href="#" id="lozenge"> ◊ </a> | 39 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
38 | <a class="nextlink" href="i-am.html"> | 40 | <a class="nextlink" href="i-am.html"> |
39 | I am | 41 | I am |
40 | </a> | 42 | </a> |
diff --git a/options.html b/options.html index b65e5a3..df000ea 100644 --- a/options.html +++ b/options.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -39,7 +41,7 @@ | |||
39 | <a class="prevlink" href="notes.html"> | 41 | <a class="prevlink" href="notes.html"> |
40 | Notes | 42 | Notes |
41 | </a> | 43 | </a> |
42 | <a href="#" id="lozenge"> ◊ </a> | 44 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
43 | <a class="nextlink" href="stagnant.html"> | 45 | <a class="nextlink" href="stagnant.html"> |
44 | Stagnant | 46 | Stagnant |
45 | </a> | 47 | </a> |
diff --git a/ouroboros_memory.html b/ouroboros_memory.html index 18538fc..ec4058a 100644 --- a/ouroboros_memory.html +++ b/ouroboros_memory.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -48,7 +50,7 @@ | |||
48 | <a class="prevlink" href="initial-conditions.html"> | 50 | <a class="prevlink" href="initial-conditions.html"> |
49 | Initial Conditions | 51 | Initial Conditions |
50 | </a> | 52 | </a> |
51 | <a href="#" id="lozenge"> ◊ </a> | 53 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
52 | <a class="nextlink" href="lappel-du-vide.html"> | 54 | <a class="nextlink" href="lappel-du-vide.html"> |
53 | L’appel du vide | 55 | L’appel du vide |
54 | </a> | 56 | </a> |
diff --git a/paul.html b/paul.html index 2b78123..c2dc54c 100644 --- a/paul.html +++ b/paul.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -69,7 +71,7 @@ | |||
69 | <a class="prevlink" href="options.html"> | 71 | <a class="prevlink" href="options.html"> |
70 | Options | 72 | Options |
71 | </a> | 73 | </a> |
72 | <a href="#" id="lozenge"> ◊ </a> | 74 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
73 | <a class="nextlink" href="fire.html"> | 75 | <a class="nextlink" href="fire.html"> |
74 | Fire | 76 | Fire |
75 | </a> | 77 | </a> |
diff --git a/philosophy.html b/philosophy.html index 07b6f67..034ffc4 100644 --- a/philosophy.html +++ b/philosophy.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -35,7 +37,7 @@ | |||
35 | <a class="prevlink" href="purpose-dogs.html"> | 37 | <a class="prevlink" href="purpose-dogs.html"> |
36 | The purpose of dogs | 38 | The purpose of dogs |
37 | </a> | 39 | </a> |
38 | <a href="#" id="lozenge"> ◊ </a> | 40 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
39 | <a class="nextlink" href="proverbs.html"> | 41 | <a class="nextlink" href="proverbs.html"> |
40 | Proverbs | 42 | Proverbs |
41 | </a> | 43 | </a> |
diff --git a/phone.html b/phone.html index 7b11415..7df2ade 100644 --- a/phone.html +++ b/phone.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -40,7 +42,7 @@ | |||
40 | <a class="prevlink" href="paul.html"> | 42 | <a class="prevlink" href="paul.html"> |
41 | Paul | 43 | Paul |
42 | </a> | 44 | </a> |
43 | <a href="#" id="lozenge"> ◊ </a> | 45 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
44 | <a class="nextlink" href="tapestry.html"> | 46 | <a class="nextlink" href="tapestry.html"> |
45 | Tapestry | 47 | Tapestry |
46 | </a> | 48 | </a> |
diff --git a/planks.html b/planks.html index 6475f1e..fa8cdfa 100644 --- a/planks.html +++ b/planks.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -42,7 +44,7 @@ | |||
42 | <a class="prevlink" href="phone.html"> | 44 | <a class="prevlink" href="phone.html"> |
43 | Phone | 45 | Phone |
44 | </a> | 46 | </a> |
45 | <a href="#" id="lozenge"> ◊ </a> | 47 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
46 | <a class="nextlink" href="hardware.html"> | 48 | <a class="nextlink" href="hardware.html"> |
47 | Hardware | 49 | Hardware |
48 | </a> | 50 | </a> |
diff --git a/plant.html b/plant.html index 927c941..7635511 100644 --- a/plant.html +++ b/plant.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -32,7 +34,7 @@ | |||
32 | </section> | 34 | </section> |
33 | 35 | ||
34 | <nav> | 36 | <nav> |
35 | <a href="#" id="lozenge"> ◊ </a> | 37 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
36 | </nav> | 38 | </nav> |
37 | </div> | 39 | </div> |
38 | </body> | 40 | </body> |
diff --git a/poetry-time.html b/poetry-time.html index debafc5..48eb5c6 100644 --- a/poetry-time.html +++ b/poetry-time.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -43,7 +45,7 @@ | |||
43 | <a class="prevlink" href="worse-looking-over.html"> | 45 | <a class="prevlink" href="worse-looking-over.html"> |
44 | Worse looking over | 46 | Worse looking over |
45 | </a> | 47 | </a> |
46 | <a href="#" id="lozenge"> ◊ </a> | 48 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
47 | <a class="nextlink" href="moon-drowning.html"> | 49 | <a class="nextlink" href="moon-drowning.html"> |
48 | The Moon is drowning | 50 | The Moon is drowning |
49 | </a> | 51 | </a> |
diff --git a/prelude.html b/prelude.html index 1f0795d..573eebd 100644 --- a/prelude.html +++ b/prelude.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -31,7 +33,7 @@ | |||
31 | </section> | 33 | </section> |
32 | 34 | ||
33 | <nav> | 35 | <nav> |
34 | <a href="#" id="lozenge"> ◊ </a> | 36 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
35 | <a class="nextlink" href="purpose-dogs.html"> | 37 | <a class="nextlink" href="purpose-dogs.html"> |
36 | The purpose of dogs | 38 | The purpose of dogs |
37 | </a> | 39 | </a> |
diff --git a/problems.html b/problems.html index 45b6698..57f9b15 100644 --- a/problems.html +++ b/problems.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -46,7 +48,7 @@ | |||
46 | <a class="prevlink" href="movingsideways.html"> | 48 | <a class="prevlink" href="movingsideways.html"> |
47 | Moving sideways | 49 | Moving sideways |
48 | </a> | 50 | </a> |
49 | <a href="#" id="lozenge"> ◊ </a> | 51 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
50 | <a class="nextlink" href="likingthings.html"> | 52 | <a class="nextlink" href="likingthings.html"> |
51 | Liking things | 53 | Liking things |
52 | </a> | 54 | </a> |
diff --git a/proverbs.html b/proverbs.html index 3a327d4..2bc9421 100644 --- a/proverbs.html +++ b/proverbs.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -41,7 +43,7 @@ | |||
41 | <a class="prevlink" href="philosophy.html"> | 43 | <a class="prevlink" href="philosophy.html"> |
42 | Philosophy | 44 | Philosophy |
43 | </a> | 45 | </a> |
44 | <a href="#" id="lozenge"> ◊ </a> | 46 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
45 | <a class="nextlink" href="movingsideways.html"> | 47 | <a class="nextlink" href="movingsideways.html"> |
46 | Moving sideways | 48 | Moving sideways |
47 | </a> | 49 | </a> |
diff --git a/punch.html b/punch.html index ed8c10e..1376220 100644 --- a/punch.html +++ b/punch.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -39,7 +41,7 @@ | |||
39 | <a class="prevlink" href="planks.html"> | 41 | <a class="prevlink" href="planks.html"> |
40 | Planks | 42 | Planks |
41 | </a> | 43 | </a> |
42 | <a href="#" id="lozenge"> ◊ </a> | 44 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
43 | <a class="nextlink" href="joke.html"> | 45 | <a class="nextlink" href="joke.html"> |
44 | Joke | 46 | Joke |
45 | </a> | 47 | </a> |
diff --git a/purpose-dogs.html b/purpose-dogs.html index c962e41..547389b 100644 --- a/purpose-dogs.html +++ b/purpose-dogs.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -36,7 +38,7 @@ | |||
36 | <a class="prevlink" href="prelude.html"> | 38 | <a class="prevlink" href="prelude.html"> |
37 | Prelude | 39 | Prelude |
38 | </a> | 40 | </a> |
39 | <a href="#" id="lozenge"> ◊ </a> | 41 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
40 | <a class="nextlink" href="philosophy.html"> | 42 | <a class="nextlink" href="philosophy.html"> |
41 | Philosophy | 43 | Philosophy |
42 | </a> | 44 | </a> |
diff --git a/question.html b/question.html index f052d2b..2e87589 100644 --- a/question.html +++ b/question.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -40,7 +42,7 @@ | |||
40 | <a class="prevlink" href="punch.html"> | 42 | <a class="prevlink" href="punch.html"> |
41 | Punch | 43 | Punch |
42 | </a> | 44 | </a> |
43 | <a href="#" id="lozenge"> ◊ </a> | 45 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
44 | <a class="nextlink" href="sapling.html"> | 46 | <a class="nextlink" href="sapling.html"> |
45 | Sapling | 47 | Sapling |
46 | </a> | 48 | </a> |
diff --git a/real-writer.html b/real-writer.html index 0758e8b..880dcb6 100644 --- a/real-writer.html +++ b/real-writer.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -31,7 +33,7 @@ | |||
31 | </section> | 33 | </section> |
32 | 34 | ||
33 | <nav> | 35 | <nav> |
34 | <a href="#" id="lozenge"> ◊ </a> | 36 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
35 | </nav> | 37 | </nav> |
36 | </div> | 38 | </div> |
37 | </body> | 39 | </body> |
diff --git a/reports.html b/reports.html index e338b86..430f73f 100644 --- a/reports.html +++ b/reports.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -44,7 +46,7 @@ | |||
44 | <a class="prevlink" href="question.html"> | 46 | <a class="prevlink" href="question.html"> |
45 | Question | 47 | Question |
46 | </a> | 48 | </a> |
47 | <a href="#" id="lozenge"> ◊ </a> | 49 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
48 | <a class="nextlink" href="swear.html"> | 50 | <a class="nextlink" href="swear.html"> |
49 | Swear | 51 | Swear |
50 | </a> | 52 | </a> |
diff --git a/riptide_memory.html b/riptide_memory.html index e8fd19c..9e5e62f 100644 --- a/riptide_memory.html +++ b/riptide_memory.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -42,7 +44,7 @@ | |||
42 | <a class="prevlink" href="i-think-its-you.html"> | 44 | <a class="prevlink" href="i-think-its-you.html"> |
43 | I think it’s you (but it’s not) | 45 | I think it’s you (but it’s not) |
44 | </a> | 46 | </a> |
45 | <a href="#" id="lozenge"> ◊ </a> | 47 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
46 | <a class="nextlink" href="about-the-author.html"> | 48 | <a class="nextlink" href="about-the-author.html"> |
47 | About the author | 49 | About the author |
48 | </a> | 50 | </a> |
diff --git a/ronaldmcdonald.html b/ronaldmcdonald.html index fdc6c7f..ecabe5c 100644 --- a/ronaldmcdonald.html +++ b/ronaldmcdonald.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -41,7 +43,7 @@ | |||
41 | <a class="prevlink" href="roughgloves.html"> | 43 | <a class="prevlink" href="roughgloves.html"> |
42 | Rough gloves | 44 | Rough gloves |
43 | </a> | 45 | </a> |
44 | <a href="#" id="lozenge"> ◊ </a> | 46 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
45 | <a class="nextlink" href="moongone.html"> | 47 | <a class="nextlink" href="moongone.html"> |
46 | The moon is gone and in its place a mirror | 48 | The moon is gone and in its place a mirror |
47 | </a> | 49 | </a> |
diff --git a/roughgloves.html b/roughgloves.html index a016e98..06882f9 100644 --- a/roughgloves.html +++ b/roughgloves.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -34,7 +36,7 @@ | |||
34 | <a class="prevlink" href="lovesong.html"> | 36 | <a class="prevlink" href="lovesong.html"> |
35 | Love Song | 37 | Love Song |
36 | </a> | 38 | </a> |
37 | <a href="#" id="lozenge"> ◊ </a> | 39 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
38 | <a class="nextlink" href="ronaldmcdonald.html"> | 40 | <a class="nextlink" href="ronaldmcdonald.html"> |
39 | Ronald McDonald | 41 | Ronald McDonald |
40 | </a> | 42 | </a> |
diff --git a/sapling.html b/sapling.html index 9cc8edb..719353c 100644 --- a/sapling.html +++ b/sapling.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -39,7 +41,7 @@ | |||
39 | <a class="prevlink" href="reports.html"> | 41 | <a class="prevlink" href="reports.html"> |
40 | Reports | 42 | Reports |
41 | </a> | 43 | </a> |
42 | <a href="#" id="lozenge"> ◊ </a> | 44 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
43 | <a class="nextlink" href="cereal.html"> | 45 | <a class="nextlink" href="cereal.html"> |
44 | Cereal | 46 | Cereal |
45 | </a> | 47 | </a> |
diff --git a/seasonal-affective-disorder.html b/seasonal-affective-disorder.html index b295b4a..e4042a5 100644 --- a/seasonal-affective-disorder.html +++ b/seasonal-affective-disorder.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -37,7 +39,7 @@ | |||
37 | </section> | 39 | </section> |
38 | 40 | ||
39 | <nav> | 41 | <nav> |
40 | <a href="#" id="lozenge"> ◊ </a> | 42 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
41 | </nav> | 43 | </nav> |
42 | </div> | 44 | </div> |
43 | </body> | 45 | </body> |
diff --git a/sense-of-it.html b/sense-of-it.html index 81b47f3..becdb1a 100644 --- a/sense-of-it.html +++ b/sense-of-it.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -34,7 +36,7 @@ | |||
34 | </section> | 36 | </section> |
35 | 37 | ||
36 | <nav> | 38 | <nav> |
37 | <a href="#" id="lozenge"> ◊ </a> | 39 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
38 | </nav> | 40 | </nav> |
39 | </div> | 41 | </div> |
40 | </body> | 42 | </body> |
diff --git a/serengeti.html b/serengeti.html index bc6b5ab..2e78d3b 100644 --- a/serengeti.html +++ b/serengeti.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -34,7 +36,7 @@ | |||
34 | <a class="prevlink" href="mountain.html"> | 36 | <a class="prevlink" href="mountain.html"> |
35 | The mountain | 37 | The mountain |
36 | </a> | 38 | </a> |
37 | <a href="#" id="lozenge"> ◊ </a> | 39 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
38 | <a class="nextlink" href="shipwright.html"> | 40 | <a class="nextlink" href="shipwright.html"> |
39 | The shipwright | 41 | The shipwright |
40 | </a> | 42 | </a> |
diff --git a/shed.html b/shed.html index e456795..036d54b 100644 --- a/shed.html +++ b/shed.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -40,7 +42,7 @@ | |||
40 | <a class="prevlink" href="sapling.html"> | 42 | <a class="prevlink" href="sapling.html"> |
41 | Sapling | 43 | Sapling |
42 | </a> | 44 | </a> |
43 | <a href="#" id="lozenge"> ◊ </a> | 45 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
44 | <a class="nextlink" href="hands.html"> | 46 | <a class="nextlink" href="hands.html"> |
45 | Hands | 47 | Hands |
46 | </a> | 48 | </a> |
diff --git a/shipwright.html b/shipwright.html index 3d738f2..611c5c1 100644 --- a/shipwright.html +++ b/shipwright.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -34,7 +36,7 @@ | |||
34 | <a class="prevlink" href="serengeti.html"> | 36 | <a class="prevlink" href="serengeti.html"> |
35 | Serengeti | 37 | Serengeti |
36 | </a> | 38 | </a> |
37 | <a href="#" id="lozenge"> ◊ </a> | 39 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
38 | <a class="nextlink" href="spittle.html"> | 40 | <a class="nextlink" href="spittle.html"> |
39 | Spittle | 41 | Spittle |
40 | </a> | 42 | </a> |
diff --git a/sixteenth-chapel.html b/sixteenth-chapel.html index ad0e94d..9457a7d 100644 --- a/sixteenth-chapel.html +++ b/sixteenth-chapel.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -50,7 +52,7 @@ | |||
50 | <a class="prevlink" href="riptide_memory.html"> | 52 | <a class="prevlink" href="riptide_memory.html"> |
51 | Riptide of memory | 53 | Riptide of memory |
52 | </a> | 54 | </a> |
53 | <a href="#" id="lozenge"> ◊ </a> | 55 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
54 | <a class="nextlink" href="last-bastion.html"> | 56 | <a class="nextlink" href="last-bastion.html"> |
55 | Last bastion | 57 | Last bastion |
56 | </a> | 58 | </a> |
diff --git a/snow.html b/snow.html index e48cd1b..33617aa 100644 --- a/snow.html +++ b/snow.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -41,7 +43,7 @@ | |||
41 | <a class="prevlink" href="shed.html"> | 43 | <a class="prevlink" href="shed.html"> |
42 | Shed | 44 | Shed |
43 | </a> | 45 | </a> |
44 | <a href="#" id="lozenge"> ◊ </a> | 46 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
45 | <a class="nextlink" href="reports.html"> | 47 | <a class="nextlink" href="reports.html"> |
46 | Reports | 48 | Reports |
47 | </a> | 49 | </a> |
diff --git a/something-simple.html b/something-simple.html index 44ab3a7..76d747e 100644 --- a/something-simple.html +++ b/something-simple.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -31,7 +33,7 @@ | |||
31 | </section> | 33 | </section> |
32 | 34 | ||
33 | <nav> | 35 | <nav> |
34 | <a href="#" id="lozenge"> ◊ </a> | 36 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
35 | </nav> | 37 | </nav> |
36 | </div> | 38 | </div> |
37 | </body> | 39 | </body> |
diff --git a/spittle.html b/spittle.html index a6eace2..10367f7 100644 --- a/spittle.html +++ b/spittle.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -34,7 +36,7 @@ | |||
34 | <a class="prevlink" href="shipwright.html"> | 36 | <a class="prevlink" href="shipwright.html"> |
35 | The shipwright | 37 | The shipwright |
36 | </a> | 38 | </a> |
37 | <a href="#" id="lozenge"> ◊ </a> | 39 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
38 | <a class="nextlink" href="squirrel.html"> | 40 | <a class="nextlink" href="squirrel.html"> |
39 | The squirrel | 41 | The squirrel |
40 | </a> | 42 | </a> |
diff --git a/squirrel.html b/squirrel.html index b629577..c0c3589 100644 --- a/squirrel.html +++ b/squirrel.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -34,7 +36,7 @@ | |||
34 | <a class="prevlink" href="spittle.html"> | 36 | <a class="prevlink" href="spittle.html"> |
35 | Spittle | 37 | Spittle |
36 | </a> | 38 | </a> |
37 | <a href="#" id="lozenge"> ◊ </a> | 39 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
38 | <a class="nextlink" href="swansong.html"> | 40 | <a class="nextlink" href="swansong.html"> |
39 | Swan song | 41 | Swan song |
40 | </a> | 42 | </a> |
diff --git a/stagnant.html b/stagnant.html index e5d77c2..160fb5f 100644 --- a/stagnant.html +++ b/stagnant.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -39,7 +41,7 @@ | |||
39 | <a class="prevlink" href="snow.html"> | 41 | <a class="prevlink" href="snow.html"> |
40 | Snow | 42 | Snow |
41 | </a> | 43 | </a> |
42 | <a href="#" id="lozenge"> ◊ </a> | 44 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
43 | <a class="nextlink" href="building.html"> | 45 | <a class="nextlink" href="building.html"> |
44 | Building | 46 | Building |
45 | </a> | 47 | </a> |
diff --git a/statements-frag.html b/statements-frag.html index 0309d05..e14a5a2 100644 --- a/statements-frag.html +++ b/statements-frag.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -44,7 +46,7 @@ | |||
44 | </section> | 46 | </section> |
45 | 47 | ||
46 | <nav> | 48 | <nav> |
47 | <a href="#" id="lozenge"> ◊ </a> | 49 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
48 | </nav> | 50 | </nav> |
49 | </div> | 51 | </div> |
50 | </body> | 52 | </body> |
diff --git a/stayed-on-the-bus.html b/stayed-on-the-bus.html index bcbe89d..579725c 100644 --- a/stayed-on-the-bus.html +++ b/stayed-on-the-bus.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -31,7 +33,7 @@ | |||
31 | </section> | 33 | </section> |
32 | 34 | ||
33 | <nav> | 35 | <nav> |
34 | <a href="#" id="lozenge"> ◊ </a> | 36 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
35 | </nav> | 37 | </nav> |
36 | </div> | 38 | </div> |
37 | </body> | 39 | </body> |
diff --git a/stump.html b/stump.html index 209fb56..d70104f 100644 --- a/stump.html +++ b/stump.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -41,7 +43,7 @@ | |||
41 | <a class="prevlink" href="stagnant.html"> | 43 | <a class="prevlink" href="stagnant.html"> |
42 | Stagnant | 44 | Stagnant |
43 | </a> | 45 | </a> |
44 | <a href="#" id="lozenge"> ◊ </a> | 46 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
45 | <a class="nextlink" href="early.html"> | 47 | <a class="nextlink" href="early.html"> |
46 | Early | 48 | Early |
47 | </a> | 49 | </a> |
diff --git a/swansong-alt.html b/swansong-alt.html index a8c118a..4f5a325 100644 --- a/swansong-alt.html +++ b/swansong-alt.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -31,7 +33,7 @@ | |||
31 | </section> | 33 | </section> |
32 | 34 | ||
33 | <nav> | 35 | <nav> |
34 | <a href="#" id="lozenge"> ◊ </a> | 36 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
35 | </nav> | 37 | </nav> |
36 | </div> | 38 | </div> |
37 | </body> | 39 | </body> |
diff --git a/swansong.html b/swansong.html index dfcb3aa..4e8f1f5 100644 --- a/swansong.html +++ b/swansong.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -34,7 +36,7 @@ | |||
34 | <a class="prevlink" href="squirrel.html"> | 36 | <a class="prevlink" href="squirrel.html"> |
35 | The squirrel | 37 | The squirrel |
36 | </a> | 38 | </a> |
37 | <a href="#" id="lozenge"> ◊ </a> | 39 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
38 | <a class="nextlink" href="telemarketer.html"> | 40 | <a class="nextlink" href="telemarketer.html"> |
39 | Telemarketer | 41 | Telemarketer |
40 | </a> | 42 | </a> |
diff --git a/swear.html b/swear.html index dc45d16..c8cbff2 100644 --- a/swear.html +++ b/swear.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -51,7 +53,7 @@ | |||
51 | <a class="prevlink" href="stump.html"> | 53 | <a class="prevlink" href="stump.html"> |
52 | Stump | 54 | Stump |
53 | </a> | 55 | </a> |
54 | <a href="#" id="lozenge"> ◊ </a> | 56 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
55 | <a class="nextlink" href="options.html"> | 57 | <a class="nextlink" href="options.html"> |
56 | Options | 58 | Options |
57 | </a> | 59 | </a> |
diff --git a/table_contents.html b/table_contents.html index c89dedb..2b41f81 100644 --- a/table_contents.html +++ b/table_contents.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -106,7 +108,7 @@ | |||
106 | </section> | 108 | </section> |
107 | 109 | ||
108 | <nav> | 110 | <nav> |
109 | <a href="#" id="lozenge"> ◊ </a> | 111 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
110 | <a class="nextlink" href="ouroboros_memory.html"> | 112 | <a class="nextlink" href="ouroboros_memory.html"> |
111 | Ouroboros of memory | 113 | Ouroboros of memory |
112 | </a> | 114 | </a> |
diff --git a/tapestry.html b/tapestry.html index 55b4635..3884acc 100644 --- a/tapestry.html +++ b/tapestry.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -40,7 +42,7 @@ | |||
40 | <a class="prevlink" href="swear.html"> | 42 | <a class="prevlink" href="swear.html"> |
41 | Swear | 43 | Swear |
42 | </a> | 44 | </a> |
43 | <a href="#" id="lozenge"> ◊ </a> | 45 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
44 | <a class="nextlink" href="window.html"> | 46 | <a class="nextlink" href="window.html"> |
45 | Window | 47 | Window |
46 | </a> | 48 | </a> |
diff --git a/telemarketer.html b/telemarketer.html index 3e46e10..3d33ded 100644 --- a/telemarketer.html +++ b/telemarketer.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -44,7 +46,7 @@ | |||
44 | <a class="prevlink" href="swansong.html"> | 46 | <a class="prevlink" href="swansong.html"> |
45 | Swan song | 47 | Swan song |
46 | </a> | 48 | </a> |
47 | <a href="#" id="lozenge"> ◊ </a> | 49 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
48 | <a class="nextlink" href="weplayedthosegamestoo.html"> | 50 | <a class="nextlink" href="weplayedthosegamestoo.html"> |
49 | We played those games too | 51 | We played those games too |
50 | </a> | 52 | </a> |
diff --git a/the-night-we-met.html b/the-night-we-met.html index c41dcbf..1ef2366 100644 --- a/the-night-we-met.html +++ b/the-night-we-met.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -35,7 +37,7 @@ | |||
35 | </section> | 37 | </section> |
36 | 38 | ||
37 | <nav> | 39 | <nav> |
38 | <a href="#" id="lozenge"> ◊ </a> | 40 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
39 | </nav> | 41 | </nav> |
40 | </div> | 42 | </div> |
41 | </body> | 43 | </body> |
diff --git a/the-sea_the-beach.html b/the-sea_the-beach.html index 086b7df..25eb4fa 100644 --- a/the-sea_the-beach.html +++ b/the-sea_the-beach.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -35,7 +37,7 @@ | |||
35 | </section> | 37 | </section> |
36 | 38 | ||
37 | <nav> | 39 | <nav> |
38 | <a href="#" id="lozenge"> ◊ </a> | 40 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
39 | </nav> | 41 | </nav> |
40 | </div> | 42 | </div> |
41 | </body> | 43 | </body> |
diff --git a/theoceanoverflowswithcamels.html b/theoceanoverflowswithcamels.html index c5b3165..b787a5c 100644 --- a/theoceanoverflowswithcamels.html +++ b/theoceanoverflowswithcamels.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -34,7 +36,7 @@ | |||
34 | <a class="prevlink" href="arspoetica.html"> | 36 | <a class="prevlink" href="arspoetica.html"> |
35 | Ars poetica | 37 | Ars poetica |
36 | </a> | 38 | </a> |
37 | <a href="#" id="lozenge"> ◊ </a> | 39 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
38 | <a class="nextlink" href="boar.html"> | 40 | <a class="nextlink" href="boar.html"> |
39 | The boar | 41 | The boar |
40 | </a> | 42 | </a> |
diff --git a/time-looks-up-to-the-sky.html b/time-looks-up-to-the-sky.html index 331b345..5c6ff1c 100644 --- a/time-looks-up-to-the-sky.html +++ b/time-looks-up-to-the-sky.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -36,7 +38,7 @@ | |||
36 | </section> | 38 | </section> |
37 | 39 | ||
38 | <nav> | 40 | <nav> |
39 | <a href="#" id="lozenge"> ◊ </a> | 41 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
40 | </nav> | 42 | </nav> |
41 | </div> | 43 | </div> |
42 | </body> | 44 | </body> |
diff --git a/todaniel.html b/todaniel.html index 1afcb51..02b2185 100644 --- a/todaniel.html +++ b/todaniel.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -37,7 +39,7 @@ | |||
37 | <a class="prevlink" href="weplayedthosegamestoo.html"> | 39 | <a class="prevlink" href="weplayedthosegamestoo.html"> |
38 | We played those games too | 40 | We played those games too |
39 | </a> | 41 | </a> |
40 | <a href="#" id="lozenge"> ◊ </a> | 42 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
41 | <a class="nextlink" href="deathstrumpet.html"> | 43 | <a class="nextlink" href="deathstrumpet.html"> |
42 | Death’s trumpet | 44 | Death’s trumpet |
43 | </a> | 45 | </a> |
diff --git a/toilet.html b/toilet.html index 51f8396..356a1a8 100644 --- a/toilet.html +++ b/toilet.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -40,7 +42,7 @@ | |||
40 | <a class="prevlink" href="tapestry.html"> | 42 | <a class="prevlink" href="tapestry.html"> |
41 | Tapestry | 43 | Tapestry |
42 | </a> | 44 | </a> |
43 | <a href="#" id="lozenge"> ◊ </a> | 45 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
44 | <a class="nextlink" href="leg.html"> | 46 | <a class="nextlink" href="leg.html"> |
45 | Leg | 47 | Leg |
46 | </a> | 48 | </a> |
diff --git a/toothpaste.html b/toothpaste.html index 9ed7f78..519d3dc 100644 --- a/toothpaste.html +++ b/toothpaste.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -39,7 +41,7 @@ | |||
39 | <a class="prevlink" href="toilet.html"> | 41 | <a class="prevlink" href="toilet.html"> |
40 | Toilet | 42 | Toilet |
41 | </a> | 43 | </a> |
42 | <a href="#" id="lozenge"> ◊ </a> | 44 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
43 | <a class="nextlink" href="father.html"> | 45 | <a class="nextlink" href="father.html"> |
44 | Father | 46 | Father |
45 | </a> | 47 | </a> |
diff --git a/treatise.html b/treatise.html index a568bb9..250bc64 100644 --- a/treatise.html +++ b/treatise.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -53,7 +55,7 @@ | |||
53 | <a class="prevlink" href="toothpaste.html"> | 55 | <a class="prevlink" href="toothpaste.html"> |
54 | Toothpaste | 56 | Toothpaste |
55 | </a> | 57 | </a> |
56 | <a href="#" id="lozenge"> ◊ </a> | 58 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
57 | <a class="nextlink" href="phone.html"> | 59 | <a class="nextlink" href="phone.html"> |
58 | Phone | 60 | Phone |
59 | </a> | 61 | </a> |
diff --git a/underwear.html b/underwear.html index 1ace1a9..446c1a7 100644 --- a/underwear.html +++ b/underwear.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -40,7 +42,7 @@ | |||
40 | <a class="prevlink" href="treatise.html"> | 42 | <a class="prevlink" href="treatise.html"> |
41 | Treatise | 43 | Treatise |
42 | </a> | 44 | </a> |
43 | <a href="#" id="lozenge"> ◊ </a> | 45 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
44 | <a class="nextlink" href="dream.html"> | 46 | <a class="nextlink" href="dream.html"> |
45 | Dream | 47 | Dream |
46 | </a> | 48 | </a> |
diff --git a/wallpaper.html b/wallpaper.html index 70444d0..b62c4e6 100644 --- a/wallpaper.html +++ b/wallpaper.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -39,7 +41,7 @@ | |||
39 | <a class="prevlink" href="underwear.html"> | 41 | <a class="prevlink" href="underwear.html"> |
40 | Underwear | 42 | Underwear |
41 | </a> | 43 | </a> |
42 | <a href="#" id="lozenge"> ◊ </a> | 44 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
43 | <a class="nextlink" href="punch.html"> | 45 | <a class="nextlink" href="punch.html"> |
44 | Punch | 46 | Punch |
45 | </a> | 47 | </a> |
diff --git a/weplayedthosegamestoo.html b/weplayedthosegamestoo.html index 698a471..a01c580 100644 --- a/weplayedthosegamestoo.html +++ b/weplayedthosegamestoo.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -34,7 +36,7 @@ | |||
34 | <a class="prevlink" href="telemarketer.html"> | 36 | <a class="prevlink" href="telemarketer.html"> |
35 | Telemarketer | 37 | Telemarketer |
36 | </a> | 38 | </a> |
37 | <a href="#" id="lozenge"> ◊ </a> | 39 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
38 | <a class="nextlink" href="todaniel.html"> | 40 | <a class="nextlink" href="todaniel.html"> |
39 | To Daniel: an elaboration | 41 | To Daniel: an elaboration |
40 | </a> | 42 | </a> |
diff --git a/when-im-sorry-i.html b/when-im-sorry-i.html index d40a1a4..0fa7a38 100644 --- a/when-im-sorry-i.html +++ b/when-im-sorry-i.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -33,7 +35,7 @@ | |||
33 | </section> | 35 | </section> |
34 | 36 | ||
35 | <nav> | 37 | <nav> |
36 | <a href="#" id="lozenge"> ◊ </a> | 38 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
37 | </nav> | 39 | </nav> |
38 | </div> | 40 | </div> |
39 | </body> | 41 | </body> |
diff --git a/window.html b/window.html index 448032e..fc11f2a 100644 --- a/window.html +++ b/window.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -40,7 +42,7 @@ | |||
40 | <a class="prevlink" href="wallpaper.html"> | 42 | <a class="prevlink" href="wallpaper.html"> |
41 | Wallpaper | 43 | Wallpaper |
42 | </a> | 44 | </a> |
43 | <a href="#" id="lozenge"> ◊ </a> | 45 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
44 | <a class="nextlink" href="question.html"> | 46 | <a class="nextlink" href="question.html"> |
45 | Question | 47 | Question |
46 | </a> | 48 | </a> |
diff --git a/words-meaning.html b/words-meaning.html index 3158a59..158b4ce 100644 --- a/words-meaning.html +++ b/words-meaning.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -36,7 +38,7 @@ | |||
36 | <a class="prevlink" href="and.html"> | 38 | <a class="prevlink" href="and.html"> |
37 | And | 39 | And |
38 | </a> | 40 | </a> |
39 | <a href="#" id="lozenge"> ◊ </a> | 41 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
40 | <a class="nextlink" href="apollo11.html"> | 42 | <a class="nextlink" href="apollo11.html"> |
41 | On seeing the panorama of the Apollo 11 landing site | 43 | On seeing the panorama of the Apollo 11 landing site |
42 | </a> | 44 | </a> |
diff --git a/worse-looking-over.html b/worse-looking-over.html index c130463..e38bddf 100644 --- a/worse-looking-over.html +++ b/worse-looking-over.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -37,7 +39,7 @@ | |||
37 | <a class="prevlink" href="moon-drowning.html"> | 39 | <a class="prevlink" href="moon-drowning.html"> |
38 | The moon is drowning | 40 | The moon is drowning |
39 | </a> | 41 | </a> |
40 | <a href="#" id="lozenge"> ◊ </a> | 42 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
41 | <a class="nextlink" href="sixteenth-chapel.html"> | 43 | <a class="nextlink" href="sixteenth-chapel.html"> |
42 | The Sixteenth Chapel | 44 | The Sixteenth Chapel |
43 | </a> | 45 | </a> |
diff --git a/writing.html b/writing.html index e879757..658cf91 100644 --- a/writing.html +++ b/writing.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -39,7 +41,7 @@ | |||
39 | <a class="prevlink" href="window.html"> | 41 | <a class="prevlink" href="window.html"> |
40 | Window | 42 | Window |
41 | </a> | 43 | </a> |
42 | <a href="#" id="lozenge"> ◊ </a> | 44 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
43 | <a class="nextlink" href="notes.html"> | 45 | <a class="nextlink" href="notes.html"> |
44 | Notes | 46 | Notes |
45 | </a> | 47 | </a> |
diff --git a/x-ray.html b/x-ray.html index 9f7da9b..fc55893 100644 --- a/x-ray.html +++ b/x-ray.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -41,7 +43,7 @@ | |||
41 | <a class="prevlink" href="writing.html"> | 43 | <a class="prevlink" href="writing.html"> |
42 | Writing | 44 | Writing |
43 | </a> | 45 | </a> |
44 | <a href="#" id="lozenge"> ◊ </a> | 46 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
45 | <a class="nextlink" href="wallpaper.html"> | 47 | <a class="nextlink" href="wallpaper.html"> |
46 | Wallpaper | 48 | Wallpaper |
47 | </a> | 49 | </a> |
diff --git a/yellow.html b/yellow.html index dccadfd..371fffb 100644 --- a/yellow.html +++ b/yellow.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -39,7 +41,7 @@ | |||
39 | <a class="prevlink" href="x-ray.html"> | 41 | <a class="prevlink" href="x-ray.html"> |
40 | X-ray | 42 | X-ray |
41 | </a> | 43 | </a> |
42 | <a href="#" id="lozenge"> ◊ </a> | 44 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
43 | <a class="nextlink" href="x-ray.html"> | 45 | <a class="nextlink" href="x-ray.html"> |
44 | X-ray | 46 | X-ray |
45 | </a> | 47 | </a> |