<?php

// NOTE: This file is being parsed as PHP so that we can grab the xml from the
//       media server at media.ccmtb.com

print file_get_contents('http://media.ccmtb.com/podcasts/ccmtb.xml');
?>