1 <script type=
"text/javascript">
4 _gaq
.push(['_setAccount', 'UA-7691209-1']);
5 _gaq
.push(['_trackPageview']);
8 var ga
= document
.createElement('script'); ga
.type
= 'text/javascript'; ga
.async
= true;
9 ga
.src
= ('https:' == document
.location
.protocol
? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
10 var s
= document
.getElementsByTagName('script')[0]; s
.parentNode
.insertBefore(ga
, s
);
13 document
.addEventListener('DOMContentLoaded',function() {
14 document
.getElementById("table-of-contents").onclick = function() {
15 var elem
= document
.getElementById("text-table-of-contents");
16 elem
.style
.display
= elem
.style
.display
== "block" ? "none" : "block";
20 var url
= document
.location
.href
;
21 var orgsource
= url
.substring(0, url
.lastIndexOf("."))+".org.html";
22 function show_org_source(){
23 document
.location
.href
= orgsource
;