﻿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 © '+ year +' | Florida Korea Economic Cooperation Committee, Inc.  All Rights Reserved <br>'+
					'Designed and Powered by <a href="http://www.xumba.com">Xumba, Inc.</a>';

      document.write(footer);

      }
