No Image Available

Bahamian Society After Emancipation

 Author: Gail Saunders  Category: History, Social Science  Publisher: Markus Wiener Pub  Published: January 1, 2003  Language: English More Details  Buy Now
 Description:

An examination of the social aspects of Bahamian society between the early-19th and mid-20th centuries, locating the Bahamas within the regional and historical context of the West Indies.

It shows that the Bahamas’ social development bears great similarities to other countries of the Caribbean.

Other Books From - History

Other Books By - Gail Saunders


 Back
document.addEventListener('DOMContentLoaded', function () { // Function to initialize AddToAny with dynamic data function initializeShareButtons(modal) { const bookTitle = modal.querySelector('h1, h2, h3')?.textContent.trim() || document.title; const bookUrl = modal.querySelector('.book-share-url')?.value || window.location.href; // Set AddToAny configuration window.a2a_config = window.a2a_config || {}; a2a_config.linkname = bookTitle; a2a_config.linkurl = bookUrl; // Initialize AddToAny if (window.a2a) { a2a.init_all(); } } // Event listener for modal open document.querySelectorAll('.open-modal-button').forEach(button => { button.addEventListener('click', function () { const modalId = this.getAttribute('data-modal-id'); const modal = document.getElementById(modalId); if (modal) { initializeShareButtons(modal); } }); }); });