
//               -------------    PARENT PAGE INFORMATION   -------------

//     edit the variables below as follows:
//     change the text in quotes below to contain the name of the file
//     of the parent page
var parentPage = new String("../crenpubkeys.html");

//     change the text in quotes below to contain the title of the parent page
var parentPageTitle = new String("CREN Public Keys");




//               ---------------  SISTER PAGE INFORMATION  --------------


// VVV do not edit below this line VVV

var sisterPage = new Array();
var sisterPageTitle = new Array();

// ^^^ do not edit above this line ^^^




//     edit the variables below as follows:

//     change the text in the first quote of each line to contain the filename
//     of the sister page (a page in the same level as the current pages).

//     change the text in the second quote of each line to contain the title
//     of the sister page.

//     if more pages are needed, add in additional lines below, following the
//     same format and incrementing the number in the [].

sisterPage[0] = "jvbpgpkey.html"; 
	sisterPageTitle[0] = "J. Boettcher's PGP Key";
sisterPage[1] = "megpgpkey.html"; 
	sisterPageTitle[1] = "M. Gildea's PGP Key";
sisterPage[2] = "appgpkey.html"; 
	sisterPageTitle[2] = "A. Parsee's PGP Key";
sisterPage[3] = "ampgpkey.html"; 
	sisterPageTitle[3] = "A. Powell's PGP Key";
sisterPage[4] = "jmrpgpkey.html"; 
	sisterPageTitle[4] = "J. Reynolds' PGP Key";
sisterPage[5] = "capgpkey.html"; 
	sisterPageTitle[5] = "CREN Admin's PGP Key";
sisterPage[6] = "jispgpkey.html"; 
	sisterPageTitle[6] = "J. Schiller's PGP Key";



///                   EOF - END OF JS FILE