{{:shownchildren}} {{/}}
{{/}} {{/}} {{>nav_items_helper}} {{/}} {{>nav_items}}
{{:shownchildren}} {{/}}
{{/}} {{/}} {{>nav_items_helper}} {{/}} {{>nav_items}}
{{/}} {{:subtitle}}

{{subtitle}}

{{/subtitle}} {{:title}}

{{title}}

{{/title}} {{:url.url}}
{{:linktext}}{{linktext}}{{?}}More{{/}}
{{/url.url}}
{{/items}}

MEDIA VISITS

Visit Tampa Bay welcomes travel media and often provides assistance with itineraries and expense assistance so that writers can experience the destination in order to write about it. If you are interested in a Visit Tampa Bay Media Familiarization (FAM) Tour, please fill out the Media Assistance Request Form below. Every effort will be made to accommodate your date preferences; however it is not guaranteed.

Media assistance depends on availability and is handled on a case-by-case basis. Travel media must provide:

  • Completed Travel Media Assistance Request Form
  • A brief bio and samples of published stories.
  • Letter of assignment (if working for a specific publication).
  • Name of publications/outlets to which you plan to submit articles and their circulation numbers.

 

General Information
Publication Information
Publication Type







Publication Medium






Topics of Coverage

















Media Trip Assistance Request
Transportation Requests




* Indicates a required field.



'+ ' '+ ' '+ ' '+ ' '+ ' '+ '
'+ '  ' + this.getCurMonthName(sDate) + '  >> '+ ' '+ '  ' + sDate.getFullYear() + '  >>'+ '
'+ ' '+ '' + this.dayListTds() + '' + this.calDays(id, sDate, useToday) + '
'+ '
' }; return d.calendar; }, calDays: function(id, curDate, useToday){ var rtnvar = ''; var numDaysInMonth = new Date(curDate.getFullYear(), curDate.getMonth()+1, 0).getDate(); var startofmonth = new Date(); startofmonth = new Date(curDate.getFullYear(),curDate.getMonth(),1); var rows = Math.ceil((startofmonth.getDay()+numDaysInMonth)/7); var cday = 1; var firstday = startofmonth.getDay()+1; var lastday = numDaysInMonth; var loopstart = 0; var loopend = 0; var currentDate = new Date(); currentDate = new Date(currentDate.getFullYear(), currentDate.getMonth(), currentDate.getDate()); for(var i = 1; i '; loopstart = ((i-1)*7)+1; loopend = loopstart+6; for(var d = loopstart; d '; if(d >= firstday && cday ' + cday + '
'; cday++; }else{ rtnvar += ' 
'; } } rtnvar += ''; } return rtnvar; }, replaceCal: function (id, sDate) { var cal = this.createCal(id, sDate, false); if (document.getElementById(id + '_calendar')) { document.getElementById(id + '_calendar').innerHTML = cal; } else { var newDomElm = document.createElement('div'); newDomElm.style.position = 'absolute'; newDomElm.innerHTML = cal; newDomElm.id = id + '_calendar'; if (document.getElementById('fieldcontainer_' + id)) { document.getElementById('fieldcontainer_' + id).appendChild(newDomElm); } } return; }, updateDate: function(id, curDate){ document.getElementById(id).value = curDate; //document.getElementById(id).onchange(); if(document.getElementById(id + '_calendar')){ document.getElementById('fieldcontainer_' + id).removeChild(document.getElementById(id + '_calendar')); } if(document.getElementById('datepicker_' + id)){ document.getElementById('datepicker_' + id).onclick = function(){ svcrm.formBuilderScripts.fbCalendar.showDatePicker(document.getElementById(id), document.getElementById(id).value); }; } }, showDatePicker: function(domElm, curDate){ var cleanID = domElm.id.replace('datepicker_', ''); var sDate = new Date(); if(!document.getElementById(cleanID + '_calendar')){ if(document.getElementById(cleanID)){ try{ if(curDate){ sDate = this.convertToUSDate(curDate); if(sDate == 'Invalid Date'){ sDate = new Date(); } } }catch(e){ sDate = new Date(); } this.getCalendar(cleanID, sDate); } }else{ document.getElementById('fieldcontainer_' + cleanID).removeChild(document.getElementById(cleanID + '_calendar')); } }, getCalendar: function(id, curDate){ var newDomElm = document.createElement('div'); newDomElm.style.position = 'absolute'; newDomElm.innerHTML = this.createCal(id, curDate, true); newDomElm.id = id + '_calendar'; newDomElm.className = 'svcrm_datepicker'; document.getElementById('fieldcontainer_' + id).appendChild(newDomElm); }, convertToUSDate: function(dte){ var rtnvar = false; var wrk = dte.split(crm_locale.YAHOO_DATE_FIELD_DELIMITER); var wrkdate = []; var mydate = ''; if(wrk.length > 0){ wrkdate[0] = parseInt(wrk[crm_locale.YAHOO_MDY_DAY_POSITION-1],10); //always holds the day wrkdate[1] = parseInt(wrk[crm_locale.YAHOO_MDY_MONTH_POSITION-1],10); //always holds the month wrkdate[2] = parseInt(wrk[crm_locale.YAHOO_MDY_YEAR_POSITION-1],10); //always holds the year if(wrkdate[1] > 0 && wrkdate[1] 0 && wrkdate[0] 0){ wrkdate[0] = parseInt(wrk[1],10); //always holds the day wrkdate[1] = parseInt(wrk[0],10); //always holds the month wrkdate[2] = parseInt(wrk[2],10); //always holds the year if(wrkdate[1] > 0 && wrkdate[1] 0 && wrkdate[0]