function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}



var nextEvent
ourDates = new Array();
ourDescriptions = new Array();
nextEvent = ""

//begin_eventsourDates[0] = "6/17/2009"ourDescriptions[0] = "<a href='/events/detail.asp?event_id=112'>Black Tie Gala</a></B><BR><i>Wednesday, June 17, 2009</i><BR><BR>Black Tie event honoring two cultural icons from the Caribbean; Nobel Poet Laureate, Derek Walcott of St. Lucia, and the Honorable Rex Nettleford, Vice Chancellor Emeritus of the University of the West Indies and Founder/Artistic Director of the National Dance Theater Company of Jamaica.  <BR>This event will start at 7:00 PM.<BR>"ourDates[1] = "6/18/2009"ourDescriptions[1] = "<a href='/events/detail.asp?event_id=113'>Interactive Discussion</a></B><BR><i>Thursday, June 18, 2009</i><BR><BR>the celebration takes on a familiar and comfortable feel with a verandah-style conversation, between Mr. Walcott and Mr. Nettleford. The discussion will center around three primary topics: The creolization of languages in the Caribbean; the role of literature and its importance from a cultural perspective; and the Caribbean Sea as a cultural connector. The audience will be invited to ask questions about the discussion after each topic is addressed. "ourDates[2] = "6/20/2009"ourDescriptions[2] = "<a href='/events/detail.asp?event_id=114'>Arts and Book Fair</a></B><BR><i>Saturday, June 20, 2009</i><BR><BR>The 2nd Annual Caribbean-American Book & Art Fair, in the , will feature such authors as Paule Marshall, Earl Lovelace, Zee Edghill, Pearl Springer, and Opal Palmer Adisa."ourDates[3] = "6/20/2009"ourDescriptions[3] = "<a href='/events/detail.asp?event_id=115'>West Palm Beach Carnival</a></B><BR><i>Saturday, June 20, 2009</i><BR><BR>The 2nd Annual West Palm Beach Carnival hosted by PBMOI. Entertainment includes, Roy Cape, Blaxx, Adesh Samaroo, Junkannoo dancers, Tassa and much more. "ourDates[4] = "6/21/2009"ourDescriptions[4] = "<a href='/events/detail.asp?event_id=116'>Fathers Day Fundraiser</a></B><BR><i>Sunday, June 21, 2009</i><BR><BR>The Miss Miami Carnival Pageant host this annual fundraiser. Special guests artistes Shawn \"Da Mastermind\" Noel will be in the house. This event promises to be like no other. Tickets are only $40.00 - Dinner and Dance included."//end_events

//begin next event left
for(var i = 0;i < ourDates.length; i ++){
	var date = new Date(ourDates[i])
	var now = new Date();
	var diff = date.getTime() - now.getTime();
	var days = Math.floor(diff / (1000 * 60 * 60 * 24));
	if ((days > 0)||(days == 0)) {
		nextEvent = ("<Div class='head'>NEXT EVENT</Div><br>" + ourDescriptions[i] + "<BR>• <a href='/events'>more events</a><BR><BR>");
		break;
	}
}	
//END next event left