Skip to main content

Archived Podcasts

 

{source}<?php
$af = $_GET['af'];

$type = substr("$af", 0, 4);
$date = substr("$af", -10);
$date = substr("$date", 0, 6);
$year = substr("$date", 0,2);
$month = substr("$date", 2, 2);
$day = substr("$date", 4, 2);

if ($type == "feat") {$page = "Featured Story of the Week";}
if ($type == "clas") {$page = "Neighborhood Classifieds";}
if ($type == "heal") {$page = "Keeping Pace With Your Health";}
if ($type == "home") {$page = "Full Podcast";}
if ($type == "time") {$page = "Time Machine";}
if ($type == "spec") {$page = "Special Broadcast";}
if ($type == "pets") {$page = "Pet Patrol";}
if ($type == "caro") {$page = "Coastside Carousel";}
if ($type == "ghoul") {$page = "Dr Ghoul";}

print "<p style=\"margin-bottom: 20px;\"><strong>Archive - $page $month/$day/$year:</strong></p>\n";
?>{/source}

Or, click here to download the audio file.

Return to the Archives