Updated = "January 21, 2012"

numOfLInks = 0

linkPath = new SetNameArray(numOfLInks)
linkPath[1] = "intro.html"
linkPath[2] = "origins.html"
linkPath[3] = "home.html"
linkPath[4] = "early.html"
linkPath[5] = "history.html"
linkPath[6] = "settlers.html"
linkPath[7] = "leaving.html"
linkPath[8] = "migration.html"
linkPath[9] = "timeline.html"
linkPath[10] = "famous.html"
linkPath[11] = "concentrations.html"
linkPath[12] = "migrants.html"
linkPath[13] = "part.html"
linkPath[14] = "biblio.html"
linkPath[15] = "links.html"
linkPath[16] = "sitemap.html"
linkPath[17] = "downloads.html"
linkPath[18] = "sources/intro.html"

linkName = new SetNameArray(numOfLInks)
linkName[1] = "An introduction to the Research Project"
linkName[2] = "The origins of the Porteous family"
linkName[3] = "The Porteous home in Scotland"
linkName[4] = "Early Porteous families"
linkName[5] = "A brief historical background"
linkName[6] = "Settlers in the New World"
linkName[7] = "Leaving Scotland in the nineteenth century"
linkName[8] = "Porteous migration worldwide"
linkName[9] = "Timeline"
linkName[10] = "Some famous Porteous names"
linkName[11] = "Concentrations of Porteous families"
linkName[12] = "Emigrants"
linkName[13] = "How you can be part of the Project"
linkName[14] = "Bibliography"
linkName[15] = "Some useful resources for researchers"
linkName[16] = "Sitemap"
linkPath[17] = "Downloads"
linkPath[18] = "Sources for Porteous researchers"

/**********/

function SetNameArray(item) {
 this.length = item
 return this
}

function visitorsSince() {
document.write('Number of Visitors since ')
document.write(Updated)
document.write('<BR><!-- GoStats.com code do not modify! -->')
document.write('<A HREF="http://www.gostats.com/"><IMG SRC="http://www.gostats.com" ALT="get free web site hit counters for your website"><\/A>')
document.write('<!-- End of GoStats.com code -->')
}

function lastUpdated() {
 document.write(Updated)
}

function writeBottomNavBar() {
 separator = '<span class="separator"> | <span>'
 document.write('<hr><br>')
 document.write('<a class="bottom" href="sitemap.html">Site map</a>' + separator)
 document.write('<a class="bottom" href="http://www.members.shaw.ca/amms/PorteousAssociates/">The Porteous Associates</a>' + separator)
 document.write('<a class="bottom" href="http://www.ftdna.com/public/porteous/">Porteous Family DNA Project</a>' + separator)
 document.write('<a class="bottom" href="http://www.dougporteous.com/dev/gendb/gen_porteous.php">Porteous IGI Database Search</a>' + separator)
 document.write('<a class="bottom" href="http://www.dougporteous.com/dev/gendb/gen_census_uklist.php">Porteous UK Census Search</a>' + separator)
 document.write('<a class="bottom" href="links.html">Links to other Porteous genealogy sites</a>' + separator)  
 document.write('<a class="bottom" href="mailto:research@porteous.org.uk">Email Webmaster</a>')
 document.write('<br>')
 document.write('<br>')
 document.write('<p class="copyright">The contents of this site are copyright &copy; 2000&#8211;12, Bruce Porteous, Norwich, England<br>All rights reserved')
 document.write('<br><br>')
 document.write('Last updated on ')
 lastUpdated()
 document.write('</p>')
}

