// JavaScript Document

window.onload = function()
{
		showMostRecentlyAddedKOsInAquacultureForHome();
		showMostRecentlyAddedKOsInCaptureFisheriesForHome();
    showMostRecentlyAddedKOsInAquaculture();
    showMostRecentlyAddedKOsInCaptureFisheries();
    
		//showCaseStudy();
		//showCaseStudyInAquaculture('aq');
		//showCaseStudyInCaptureFisheries('cf');
}
