Terms.Law
🎙️ Podcast Guest Agreement Details
Podcast/Host Information
Guest Information
Episode Details
Rights & Distribution
Guest Promotion
Compensation & Terms
📄 Live Preview
`; const blob = new Blob([styled], { type: 'application/msword' }); const link = document.createElement('a'); link.href = URL.createObjectURL(blob); link.download = 'Podcast_Guest_Agreement.doc'; link.click(); } // Initialize document.getElementById('recordingDate').valueAsDate = new Date(); updatePreview();