﻿<!--
function year(){
      var time = new Date();
      var year = time.getFullYear();
      document.write(year);
      }
         
function footer(){
      var time = new Date();
      var year = time.getFullYear();
      var footer = 'Produced with support from the Governor’s Office of Tourism, Trade and Economic Development and Enterprise Florida<br>'+
					'Copyright © 2006-'+ year +' | Florida Delegation Southeast U.S./Japan Association, Inc. .all rights reserved<br>'+
					'Designed and Powered by <a href="http://www.xumba.com" style="color:white;" target="_blank">Xumba, Inc.</a><br>';
      document.write(footer);
      }
   
//--> 

