-
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
+
init
lists
toc
0
book 0
book 1
book 2
book 3
book 4
book 5
book 6
sub pict 1
run
p 1
p 2
and this is the textarea which will receive the blueprint. function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function() { if (oldonload) { oldonload(); } func(); } } } addLoadEvent(nameOfSomeFunctionToRunOnPageLoad); addLoadEvent(function() { /* more code to run on page load */ });
just the text, baby, just the text...
...