var text_month_01_a = "<a href='/ccmi_website/research/research_02.htm'><img src='/ccmi_website/images/icon_webblackbanddisease.jpg' Width='110px' border=0></a><br>";
var text_month_01_b = "<a class=messageheader href='/ccmi_website/research/research_02.htm'>CORAL DISEASE</a><br>";
var text_month_01_c = "<font class=message>A study of the spread and distribution of coral diseases on Little Cayman reefs is critical to understanding their long-term impact and to investigating possible methods for preventing further infection and loss.<br></font>";

var text_month_02_a = "<a href='/ccmi_website/research/research_03.htm'><img src='/ccmi_website/images/icon_icon.jpg' Width='110px' border=0></a><br>";
var text_month_02_b = "<a class=messageheader href='/ccmi_website/research/research_03.htm'>ICON</a><br>";
var text_month_02_c = "<font class=message>CCMI and NOAA Research have partnered to place a monitoring station in Little Cayman which measures a broad range of local atmospheric and oceanic conditions.<br></font>";

var text_month_03_a = "<a href='/ccmi_website/research/research_04.htm'><img src='/ccmi_website/images/icon_deep_see.jpg' Width='110px' border=0></a><br>";
var text_month_03_b = "<a class=messageheader href='/ccmi_website/research/research_04.htm'>DEEP/SHALLOW REEF CONNECTIVITY</a><br>";
var text_month_03_c = "<font class=message>The project explores the biological diversity and distribution of marine organisms occurring at the deepest extent of reefs in the Caribbean (~122 m or ~400 ft).<br></font>";

var text_month_04_a = "<a href='/ccmi_website/research/research_05.htm'><img src='/ccmi_website/images/icon_calipers.jpg' Width='110px' border=0></a><br>";
var text_month_04_b = "<a class=messageheader href='/ccmi_website/research/research_05.htm'>RESILIENCE & RECRUITMENT</a><br>";
var text_month_04_c = "<font class=message>This project will investigate the potential for juvenile corals to survive and replenish local reefs.  Results will be used to determine whether the mature corals are reproducing at rates that can ultimately maintain this colossal structure.<br></font>";

var text_month_05_a = "<a href='/ccmi_website/research/research_06.htm'><img src='/ccmi_website/images/icon_lionfish2.jpg' Width='110px' border=0></a><br>";
var text_month_05_b = "<a class=messageheader href='/ccmi_website/research/research_06.htm'>INVASIVE SPECIES</a><br>";
var text_month_05_c = "<font class=message>In this project, we will search the reefs of Little Cayman for lionfish and record baseline data to help determine the impact these voracious predators are having on the biodiversity of our reefs.<br></font>";

var text_month_06_a = "<a href='/ccmi_website/research/research_07.htm'><img src='/ccmi_website/images/icon_lobster.jpg' Width='110px' border=0></a><br>";
var text_month_06_b = "<a class=messageheader href='/ccmi_website/research/research_07.htm'>LOBSTERS</a><br>";
var text_month_06_c = "<font class=message>In this project we will assess lobster populations.  This assessment will provide a baseline to understand the factors determining the health of the lobster population and ways in which we can protect this population.<br></font>";

var text_month_07_a = "<a href='/ccmi_website/research/research_08.htm'><img src='/ccmi_website/images/icon_coral.jpg' Width='110px' border=0></a><br>";
var text_month_07_b = "<a class=messageheader href='/ccmi_website/research/research_08.htm'>OCEAN ACIDIFICATION</a><br>";
var text_month_07_c = "<font class=message>We are studying the effects of increasing ocean acidification on Little Cayman reefs.<br></font>";

var text_month_08_a = "<a href='/ccmi_website/research/research_09.htm'><img src='/ccmi_website/images/icon_coral_bleaching.jpg' Width='110px' border=0></a><br>";
var text_month_08_b = "<a class=messageheader href='/ccmi_website/research/research_09.htm'>CORAL BLEACHING</a><br>";
var text_month_08_c = "<font class=message>This project is investigating coral bleaching that is affecting Little Cayman reefs.<br></font>";

var text_month_09_a = "<a href='/ccmi_website/research/research_10.htm'><img src='/ccmi_website/images/icon_green.jpg' Width='110px' border=0></a><br>";
var text_month_09_b = "<a class=messageheader href='/ccmi_website/research/research_10.htm'>MARINE RESERVES</a><br>";
var text_month_09_c = "<font class=message>This project investigates the effectiveness of some marine reserves particularly in the protection of reefs and reef inhabitants.<br></font>";

var text_month_10_a = "<a href='/ccmi_website/research/research_11.htm'><img src='/ccmi_website/images/icon_nassau_grouper.jpg' Width='110px' border=0></a><br>";
var text_month_10_b = "<a class=messageheader href='/ccmi_website/research/research_11.htm'>CAMOUFLAGE</a><br>";
var text_month_10_c = "<font class=message>The project team is interested in the universal mechanisms of camouflage in the marine environment. Work at LCRC centers on changeable camouflage by octopuses and groupers.<br></font>";

var text_month_11_a = "<a href='/ccmi_website/research/research_12.htm'><img src='/ccmi_website/images/icon_parrotfish.jpg' Width='110px' border=0></a><br>";
var text_month_11_b = "<a class=messageheader href='/ccmi_website/research/research_12.htm'>HERBIVOROUS FISH</a><br>";
var text_month_11_c = "<font class=message>In this project we will investigate some of the potentially key players in reef resiliency - herbivorous fish - mostly parrotfish.<br></font>";

var text_month_12_a = "<a href='/ccmi_website/research/research_13.htm'><img src='/ccmi_website/images/icon_fluorescent_coral.jpg' Width='110px' border=0></a><br>";
var text_month_12_b = "<a class=messageheader href='/ccmi_website/research/research_13.htm'>CORAL FLUORESCENCE</a><br>";
var text_month_12_c = "<font class=message>This project aims to better understand fluorescent protein function and origin on coral reefs.<br></font>";

var time=new Date();
var month=time.getMonth();

if (month >= 12) 
   month=1

month=month + 1;

if (month == 1) 
   {
   text_month_string_a_1 = text_month_01_a;
   text_month_string_b_1 = text_month_01_b;
   text_month_string_c_1 = text_month_01_c;

   text_month_string_a_2 = text_month_02_a;
   text_month_string_b_2 = text_month_02_b;
   text_month_string_c_2 = text_month_02_c;

   text_month_string_a_3 = text_month_03_a;
   text_month_string_b_3 = text_month_03_b;
   text_month_string_c_3 = text_month_03_c;

   text_month_string_a_4 = text_month_04_a;
   text_month_string_b_4 = text_month_04_b;
   text_month_string_c_4 = text_month_04_c;
   }
if (month == 2) 
   {
   text_month_string_a_1 = text_month_02_a;
   text_month_string_b_1 = text_month_02_b;
   text_month_string_c_1 = text_month_02_c;

   text_month_string_a_2 = text_month_03_a;
   text_month_string_b_2 = text_month_03_b;
   text_month_string_c_2 = text_month_03_c;

   text_month_string_a_3 = text_month_04_a;
   text_month_string_b_3 = text_month_04_b;
   text_month_string_c_3 = text_month_04_c;

   text_month_string_a_4 = text_month_05_a;
   text_month_string_b_4 = text_month_05_b;
   text_month_string_c_4 = text_month_05_c;
   }
if (month == 3) 
   {
   text_month_string_a_1 = text_month_03_a;
   text_month_string_b_1 = text_month_03_b;
   text_month_string_c_1 = text_month_03_c;

   text_month_string_a_2 = text_month_04_a;
   text_month_string_b_2 = text_month_04_b;
   text_month_string_c_2 = text_month_04_c;

   text_month_string_a_3 = text_month_05_a;
   text_month_string_b_3 = text_month_05_b;
   text_month_string_c_3 = text_month_05_c;

   text_month_string_a_4 = text_month_06_a;
   text_month_string_b_4 = text_month_06_b;
   text_month_string_c_4 = text_month_06_c;
   }
if (month == 4) 
   {
   text_month_string_a_1 = text_month_04_a;
   text_month_string_b_1 = text_month_04_b;
   text_month_string_c_1 = text_month_04_c;

   text_month_string_a_2 = text_month_05_a;
   text_month_string_b_2 = text_month_05_b;
   text_month_string_c_2 = text_month_05_c;

   text_month_string_a_3 = text_month_06_a;
   text_month_string_b_3 = text_month_06_b;
   text_month_string_c_3 = text_month_06_c;

   text_month_string_a_4 = text_month_07_a;
   text_month_string_b_4 = text_month_07_b;
   text_month_string_c_4 = text_month_07_c;
   }
if (month == 5) 
   {
   text_month_string_a_1 = text_month_05_a;
   text_month_string_b_1 = text_month_05_b;
   text_month_string_c_1 = text_month_05_c;

   text_month_string_a_2 = text_month_06_a;
   text_month_string_b_2 = text_month_06_b;
   text_month_string_c_2 = text_month_06_c;

   text_month_string_a_3 = text_month_07_a;
   text_month_string_b_3 = text_month_07_b;
   text_month_string_c_3 = text_month_07_c;

   text_month_string_a_4 = text_month_08_a;
   text_month_string_b_4 = text_month_08_b;
   text_month_string_c_4 = text_month_08_c;
   }
if (month == 6) 
   {
   text_month_string_a_1 = text_month_06_a;
   text_month_string_b_1 = text_month_06_b;
   text_month_string_c_1 = text_month_06_c;

   text_month_string_a_2 = text_month_07_a;
   text_month_string_b_2 = text_month_07_b;
   text_month_string_c_2 = text_month_07_c;

   text_month_string_a_3 = text_month_08_a;
   text_month_string_b_3 = text_month_08_b;
   text_month_string_c_3 = text_month_08_c;

   text_month_string_a_4 = text_month_09_a;
   text_month_string_b_4 = text_month_09_b;
   text_month_string_c_4 = text_month_09_c;
   }
if (month == 7) 
   {
   text_month_string_a_1 = text_month_07_a;
   text_month_string_b_1 = text_month_07_b;
   text_month_string_c_1 = text_month_07_c;

   text_month_string_a_2 = text_month_08_a;
   text_month_string_b_2 = text_month_08_b;
   text_month_string_c_2 = text_month_08_c;

   text_month_string_a_3 = text_month_09_a;
   text_month_string_b_3 = text_month_09_b;
   text_month_string_c_3 = text_month_09_c;

   text_month_string_a_4 = text_month_10_a;
   text_month_string_b_4 = text_month_10_b;
   text_month_string_c_4 = text_month_10_c;
   }
if (month == 8) 
   {
   text_month_string_a_1 = text_month_08_a;
   text_month_string_b_1 = text_month_08_b;
   text_month_string_c_1 = text_month_08_c;

   text_month_string_a_2 = text_month_09_a;
   text_month_string_b_2 = text_month_09_b;
   text_month_string_c_2 = text_month_09_c;

   text_month_string_a_3 = text_month_10_a;
   text_month_string_b_3 = text_month_10_b;
   text_month_string_c_3 = text_month_10_c;

   text_month_string_a_4 = text_month_11_a;
   text_month_string_b_4 = text_month_11_b;
   text_month_string_c_4 = text_month_11_c;
   }
if (month == 9) 
   {
   text_month_string_a_1 = text_month_09_a;
   text_month_string_b_1 = text_month_09_b;
   text_month_string_c_1 = text_month_09_c;

   text_month_string_a_2 = text_month_10_a;
   text_month_string_b_2 = text_month_10_b;
   text_month_string_c_2 = text_month_10_c;

   text_month_string_a_3 = text_month_11_a;
   text_month_string_b_3 = text_month_11_b;
   text_month_string_c_3 = text_month_11_c;

   text_month_string_a_4 = text_month_12_a;
   text_month_string_b_4 = text_month_12_b;
   text_month_string_c_4 = text_month_12_c;
   }
if (month == 10) 
   {
   text_month_string_a_1 = text_month_10_a;
   text_month_string_b_1 = text_month_10_b;
   text_month_string_c_1 = text_month_10_c;

   text_month_string_a_2 = text_month_11_a;
   text_month_string_b_2 = text_month_11_b;
   text_month_string_c_2 = text_month_11_c;

   text_month_string_a_3 = text_month_12_a;
   text_month_string_b_3 = text_month_12_b;
   text_month_string_c_3 = text_month_12_c;

   text_month_string_a_4 = text_month_01_a;
   text_month_string_b_4 = text_month_01_b;
   text_month_string_c_4 = text_month_01_c;
   }
if (month == 11) 
   {
   text_month_string_a_1 = text_month_11_a;
   text_month_string_b_1 = text_month_11_b;
   text_month_string_c_1 = text_month_11_c;

   text_month_string_a_2 = text_month_12_a;
   text_month_string_b_2 = text_month_12_b;
   text_month_string_c_2 = text_month_12_c;

   text_month_string_a_3 = text_month_01_a;
   text_month_string_b_3 = text_month_01_b;
   text_month_string_c_3 = text_month_01_c;

   text_month_string_a_4 = text_month_02_a;
   text_month_string_b_4 = text_month_02_b;
   text_month_string_c_4 = text_month_02_c;
   }
if (month == 12) 
   {
   text_month_string_a_1 = text_month_12_a;
   text_month_string_b_1 = text_month_12_b;
   text_month_string_c_1 = text_month_12_c;

   text_month_string_a_2 = text_month_01_a;
   text_month_string_b_2 = text_month_01_b;
   text_month_string_c_2 = text_month_01_c;

   text_month_string_a_3 = text_month_02_a;
   text_month_string_b_3 = text_month_02_b;
   text_month_string_c_3 = text_month_02_c;

   text_month_string_a_4 = text_month_03_a;
   text_month_string_b_4 = text_month_03_b;
   text_month_string_c_4 = text_month_03_c;
   }

document.write("<!-- Start Table -->");
document.write("<TABLE cellSpacing='0' cellPadding='0' width='450' border='0'>");
document.write("<TR>");
document.write("<TD style='WIDTH: 110px' vAlign='top' align='left' bgcolor=#E6DDEB>" + text_month_string_a_1 + text_month_string_b_1 + text_month_string_c_1 + "</TD>");
document.write("<TD style='WIDTH: 3px'   vAlign='top' align='left'>&nbsp;</TD>");
document.write("<TD style='WIDTH: 110px' vAlign='top' align='left' bgcolor=#E6DDEB>" + text_month_string_a_2 + text_month_string_b_2 + text_month_string_c_2 + "</TD>");
document.write("<TD style='WIDTH: 3px'   vAlign='top' align='left'>&nbsp;</TD>");
document.write("<TD style='WIDTH: 110px' vAlign='top' align='left' bgcolor=#E6DDEB>" + text_month_string_a_3 + text_month_string_b_3 + text_month_string_c_3 + "</TD>");
document.write("<TD style='WIDTH: 2px'   vAlign='top' align='left'>&nbsp;</TD>");
document.write("<TD style='WIDTH: 110px' vAlign='top' align='left' bgcolor=#E6DDEB>" + text_month_string_a_4 + text_month_string_b_4 + text_month_string_c_4 + "</TD>");
document.write("<TD style='WIDTH: 2px'   vAlign='top' align='left'>&nbsp;</TD>");
document.write("</TR>");
document.write("<TR>");
document.write("<TD colspan=8>&nbsp;</TD>");
document.write("</TR>");
document.write("</TABLE>");
document.write("<!-- End Table -->");

