<!-- 

nameJ = "Janice Boyko";
nameP = "Paul DesTroismaisons";
nameS = "Site design by 3houses";
nameC = "Click Here";
nameD = "Dave Warden";
nameM = "Marilyn Davis";
userJ = "frank.boyko";
userP = "paul";
userD = "davewarden37";
userM = "davismarilyn";
site  = "nekg-vt.com";
site1 = "comcast.net";
site2 = "hotmail.com";
site3 = "axion.ca";
subjA = "?subject=STJ Academy";
subjC = "?subject=Mt Calvary Cemetery";
subjQ = "?subject=Query request";
subjM = "?subject=Membership";
subjN = "?subject=NEKG";
subjF = "?subject=NEKG forgot password";
subjS = "?subject=St Johnsbury";

// 

 
linx = new Array()
linx[8] = new Array(); 
linx[8][8]  = "1234/nekg-search.htm";

function popnewindow(temp3,hlink) {
  var temp4 = (linx[temp3][hlink]);
  var windowprops = "height=600,width=950, location=no, scrollbars=no, menubar=no, toolbar=no, resizable=yes";
  popup = window.open(temp4,"MenuPopup",windowprops); 
} //



// Copyright 2001 by www.CodeBelly.com
// Do *not* remove this notice.
// INSTRUCTIONS
// Place this script in the head of your page.
// Set the variables as indicated below.
// SET THE VARIABLES BELOW
// Set your messages below -- follow the pattern. To add
// more messages, just add more elements to the array.
var message = new Array() // leave this as is
message[0] = "Vermont Genealogy ";
message[1] = "NorthEast Kingdom           ";
message[2] = "Genealogy of Vermont        ";
message[3] = "BECOME A MEMBER             ";
message[4] = "NorthEast Kingdom Genealogy ";
message[5] = "BECOME A MEMBER and         ";
message[6] = "search ALL our docments     ";
// Set the number of repetitions (how many times the arrow
// cycle repeats with each message).
var reps = 2
// Set the overall speed (larger number = slower action).
var speed = 150
// DO NOT EDIT BELOW THIS LINE.
// ============================
var p=message.length;
var T="";
var C=0;
var mC=0;
var s=0;
var sT=null;
if(reps<1)reps=1;
  function doTheThing(){
	T=message[mC];
	A();}
  function A(){
	s++
	if(s>7){s=1}
	// you can fiddle with the patterns here...
	if(s==1){document.title='|_NEKG_| '+T+'      '}
	if(s==2){document.title='|_NEKG_| '+T+'      '}
	if(s==3){document.title='|_NEKG_| '+T+'      '}
	if(s==4){document.title='|_NEKG_| '+T+'      '}
	if(s==5){document.title='|_NEKG_| '+T+'      '}
	if(s==6){document.title='|_NEKG_| '+T+'      '}
	if(s==7){document.title='|_NEKG_| '+T+'      '}
	if(s==8){document.title='|______| '+T+'      '}
	if(C<(7*reps)){
	sT=setTimeout("A()",speed);
	C++
	}else{
	C=0;
	s=0;
	mC++
	if(mC>p-1)mC=0;
	sT=null;
	doTheThing();}}
	doTheThing();


-->

