/* PortableSermons.com embeded episode archive for Providence Bible Church
 * Copyright 2007-2008 PortableSermons.com
 */


var PS = {};

PS.Listen = {
    playerWindow : null,
    open : function (link)
    {
        if (PS.Listen.playerWindow && (! PS.Listen.playerWindow.closed)) {
            PS.Listen.playerWindow.location = PS.Listen.getHref(link);
            PS.Listen.playerWindow.focus();
            return;
        }
        PS.Listen.playerWindow = window.open(PS.Listen.getHref(link), 'PortableSermonsPlayer',
            'height=110,width=550,location=false,menubar=false,status=false,resizable=false');
    },
    openFull : function (link)
    {
        window.open(PS.Listen.getHref(link));
    },
    getHref : function (link)
    {
        var theLink = link.href;
        /* Even if a question mark is properly URL-encoded (%3F), IE 6 still
         * thinks it is the start of the query fragment, which totally wrecks
         * subsequent requests. The following code works around this bug:
         */
        /*@cc_on@*/
        /*@if(@_jscript_version < 5.7)
            if (theLink.slice(-1) == '?') {
                theLink = theLink.slice(0, -1) + '%3F';
            }
            if (link.search.substring(0, 2) == '??') {
                theLink = theLink.replace(/\?\?(.*)$/, '%3F?$1');
            }
        /*@end@*/
        return theLink;
    }
};


var PSEmbedded;

PSEmbedded = '<div class="PS-Account-Block">' +
'  <p class="PS-Account-Title">Providence Bible Church<\/p>' +
'  <p class="PS-Account-Description">Providence Bible Church exists to know Jesus - the way, the truth and the life - and to make him known in our community and world.<\/p>' +
'  <p class="PS-Account-Summary">Our Mission:<br \/><br \/>Providence Bible Church exist to know Jesus - the way, the truth and the life - and to make him known in Placer county and beyond. Together we strive to serve each other, our neighbors, and our Lord Jesus.<br \/><br \/><br \/>Our Vision:<br \/><br \/>We dream about building a church where each individual is so passionate about following Jesus Christ that by the power of the Holy Spirit we reorder our lives - our relationships, habits, traditions, and possessions - in order to be more like Him.<\/p>' +
'  <ul class="PS-Account-PodcastLinks">' +
'    <li class="PS-Account-PodcastLink-iTunes"><a href="itpc:\/\/portablesermons.com\/Providence\/listen.xml">Subscribe to Podcast (iTunes)<\/a><\/li>' +
'    <li class="PS-Account-PodcastLink-Other"><a href="http:\/\/portablesermons.com\/Providence\/listen.xml">Subscribe to Podcast (other)<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Understanding Our Mission<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">August 29, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=31&search=John%208%3A21-30" onclick="PS.Listen.openFull(this);return false;">John 8:21-30 (NIV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Understanding Our Mission<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/08\/29\/Understanding%20Our%20Mission" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/08\/29\/Understanding%20Our%20Mission" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/08\/29\/Understanding%20Our%20Mission.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">To Think and Live Like Jesus<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">August 22, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=31&search=Acts%202%3A42-47" onclick="PS.Listen.openFull(this);return false;">Acts 2:42-47 (NIV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Acts 2:42-47<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/08\/22\/To%20Think%20and%20Live%20Like%20Jesus" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/08\/22\/To%20Think%20and%20Live%20Like%20Jesus" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/08\/22\/To%20Think%20and%20Live%20Like%20Jesus.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">What We Hope To Accompliosh as a Church<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">August 15, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=31&search=1%20Corinthians%2015%3A1-11%2C%20Thessalonians%202%3A13-17" onclick="PS.Listen.openFull(this);return false;">1 Corinthians 15:1-11, Thessalonians 2:13-17 (NIV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">What We Hope To Accompliosh as a Church<\/p>' +
'  <p class="PS-Episode-Summary">Exalting Christ<\/p>' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/08\/15\/What%20We%20Hope%20To%20Accompliosh%20as%20a%20Church" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/08\/15\/What%20We%20Hope%20To%20Accompliosh%20as%20a%20Church" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/08\/15\/What%20We%20Hope%20To%20Accompliosh%20as%20a%20Church.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Understanding Why We Exist as a Church<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">August 8, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Romans%2016%3A25-27" onclick="PS.Listen.openFull(this);return false;">Romans 16:25-27 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Understanding Why We Exist as a Church<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/08\/08\/Understanding%20Why%20We%20Exist%20as%20a%20Church" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/08\/08\/Understanding%20Why%20We%20Exist%20as%20a%20Church" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/08\/08\/Understanding%20Why%20We%20Exist%20as%20a%20Church.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Ephesians 1:15-23<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">August 1, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Steve Bolin<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=31&search=Ephesians%201%3A15-23" onclick="PS.Listen.openFull(this);return false;">Ephesians 1:15-23 (NIV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Ephesians 1:15-23<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/08\/01\/Ephesians%201%3A15-23" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/08\/01\/Ephesians%201%3A15-23" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/08\/01\/Ephesians%201%3A15-23.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">John 4<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">July 25, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Granthem<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=John%204" onclick="PS.Listen.openFull(this);return false;">John 4 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">John 4<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/07\/25\/John%204" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/07\/25\/John%204" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/07\/25\/John%204.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Luke 9:23-27<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">July 11, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=31&search=Luke%209%3A23-27" onclick="PS.Listen.openFull(this);return false;">Luke 9:23-27 (NIV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Luke 9:23-27<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/07\/11\/Luke%209%3A23-27" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/07\/11\/Luke%209%3A23-27" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/07\/11\/Luke%209%3A23-27.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Luke 9:18-27<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">June 27, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%209%3A18-27" onclick="PS.Listen.openFull(this);return false;">Luke 9:18-27 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Luke 9:18-27<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/06\/27\/Luke%209%3A18-27" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/06\/27\/Luke%209%3A18-27" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/06\/27\/Luke%209%3A18-27.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Dale Thiele: Before Africa<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">June 20, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Dale Thiele<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Dale Thiele<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/06\/20\/Dale%20Thiele%3A%20Before%20Africa" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/06\/20\/Dale%20Thiele%3A%20Before%20Africa" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/06\/20\/Dale%20Thiele%3A%20Before%20Africa.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Luke 9:10-17<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">June 13, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%209%3A10-17" onclick="PS.Listen.openFull(this);return false;">Luke 9:10-17 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Luke 9:10-17<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/06\/13\/Luke%209%3A10-17" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/06\/13\/Luke%209%3A10-17" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/06\/13\/Luke%209%3A10-17.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Proclaiming The Whole Gospel<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">June 6, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%209%3A1-7" onclick="PS.Listen.openFull(this);return false;">Luke 9:1-7 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Proclaiming The Whole Gospel<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/06\/06\/Proclaiming%20The%20Whole%20Gospel" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/06\/06\/Proclaiming%20The%20Whole%20Gospel" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/06\/06\/Proclaiming%20The%20Whole%20Gospel.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Luke 8:40-56 (Chris)<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">June 1, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Chris Ritter<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%208%3A40-56%20" onclick="PS.Listen.openFull(this);return false;">Luke 8:40-56  (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Luke 8:40-56 <\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/06\/01\/Luke%208%3A40-56%20%28Chris%29" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/06\/01\/Luke%208%3A40-56%20%28Chris%29" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/06\/01\/Luke%208%3A40-56%20%28Chris%29.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Luke 8:26-39 (Chris)<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">May 25, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Chris Ritter<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%208%3A26-39" onclick="PS.Listen.openFull(this);return false;">Luke 8:26-39 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Luke 8:26-39<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/05\/25\/Luke%208%3A26-39%20%28Chris%29" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/05\/25\/Luke%208%3A26-39%20%28Chris%29" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/05\/25\/Luke%208%3A26-39%20%28Chris%29.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Interview with Candidate Steve Bolin<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">May 23, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Interview with Candidate Steve Bolin<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/05\/23\/Interview%20with%20Candidate%20Steve%20Bolin" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/05\/23\/Interview%20with%20Candidate%20Steve%20Bolin" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/05\/23\/Interview%20with%20Candidate%20Steve%20Bolin.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Luke 8:16-21<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">May 9, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%208%3A16-21" onclick="PS.Listen.openFull(this);return false;">Luke 8:16-21 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Luke 8:16-21<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/05\/09\/Luke%208%3A16-21" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/05\/09\/Luke%208%3A16-21" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/05\/09\/Luke%208%3A16-21.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Luke 8:1-15<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">May 2, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%208%3A1-15" onclick="PS.Listen.openFull(this);return false;">Luke 8:1-15 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Luke 8:1-15<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/05\/02\/Luke%208%3A1-15" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/05\/02\/Luke%208%3A1-15" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/05\/02\/Luke%208%3A1-15.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Luke 7:36-50<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">April 27, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%207%3A36-50" onclick="PS.Listen.openFull(this);return false;">Luke 7:36-50 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Luke 7:36-50<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/04\/27\/Luke%207%3A36-50" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/04\/27\/Luke%207%3A36-50" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/04\/27\/Luke%207%3A36-50.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Luke 7:24-35<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">April 22, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%207%3A24-35" onclick="PS.Listen.openFull(this);return false;">Luke 7:24-35 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Luke 7:24-35<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/04\/22\/Luke%207%3A24-35" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/04\/22\/Luke%207%3A24-35" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/04\/22\/Luke%207%3A24-35.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Luke 7:18-23<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">April 13, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%207%3A18-23" onclick="PS.Listen.openFull(this);return false;">Luke 7:18-23 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Luke 7:18-23<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/04\/13\/Luke%207%3A18-23" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/04\/13\/Luke%207%3A18-23" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/04\/13\/Luke%207%3A18-23.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">The Reality of the Resurrection<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">April 4, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%207%3A11-17" onclick="PS.Listen.openFull(this);return false;">Luke 7:11-17 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">The Reality of the Resurrection<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/04\/04\/The%20Reality%20of%20the%20Resurrection" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/04\/04\/The%20Reality%20of%20the%20Resurrection" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/04\/04\/The%20Reality%20of%20the%20Resurrection.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Feed My Starving Children<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">March 28, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Feed My Starving Children<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/03\/28\/Feed%20My%20Starving%20Children" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/03\/28\/Feed%20My%20Starving%20Children" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/03\/28\/Feed%20My%20Starving%20Children.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Luke 7:1-10<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">March 21, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%207%3A1-10" onclick="PS.Listen.openFull(this);return false;">Luke 7:1-10 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Luke 7:1-10<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/03\/21\/Luke%207%3A1-10" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/03\/21\/Luke%207%3A1-10" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/03\/21\/Luke%207%3A1-10.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">The Way of Jesus Part IV<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">March 14, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%206%3A39-49" onclick="PS.Listen.openFull(this);return false;">Luke 6:39-49 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">The Way of Jesus Part IV<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/03\/14\/The%20Way%20of%20Jesus%20Part%20IV" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/03\/14\/The%20Way%20of%20Jesus%20Part%20IV" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/03\/14\/The%20Way%20of%20Jesus%20Part%20IV.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">The Way of Jesus Part III<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">March 7, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%206%3A37-38" onclick="PS.Listen.openFull(this);return false;">Luke 6:37-38 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">The Way of Jesus Part III<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/03\/07\/The%20Way%20of%20Jesus%20Part%20III" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/03\/07\/The%20Way%20of%20Jesus%20Part%20III" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/03\/07\/The%20Way%20of%20Jesus%20Part%20III.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">The Way of Jesus Part II<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">February 28, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%206%3A27-36" onclick="PS.Listen.openFull(this);return false;">Luke 6:27-36 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">The Way of Jesus Part II<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/02\/28\/The%20Way%20of%20Jesus%20Part%20II" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/02\/28\/The%20Way%20of%20Jesus%20Part%20II" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/02\/28\/The%20Way%20of%20Jesus%20Part%20II.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">The Way of Jesus Part I<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">February 23, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%206%3A20-26" onclick="PS.Listen.openFull(this);return false;">Luke 6:20-26 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">The Way of Jesus Part I<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/02\/23\/The%20Way%20of%20Jesus%20Part%20I" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/02\/23\/The%20Way%20of%20Jesus%20Part%20I" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/02\/23\/The%20Way%20of%20Jesus%20Part%20I.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">The Sabbath Showdown<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">February 9, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%206%3A1-11" onclick="PS.Listen.openFull(this);return false;">Luke 6:1-11 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">The Sabbath Showdown<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/02\/09\/The%20Sabbath%20Showdown" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/02\/09\/The%20Sabbath%20Showdown" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/02\/09\/The%20Sabbath%20Showdown.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Celebration Sunday<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">January 31, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%205%3A33-39" onclick="PS.Listen.openFull(this);return false;">Luke 5:33-39 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Celebration Sunday<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/01\/31\/Celebration%20Sunday" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/01\/31\/Celebration%20Sunday" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/01\/31\/Celebration%20Sunday.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">The Remedy Christ Offers<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">January 26, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%205%3A27-32" onclick="PS.Listen.openFull(this);return false;">Luke 5:27-32 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">The Remedy Christ Offers<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/01\/26\/The%20Remedy%20Christ%20Offers" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/01\/26\/The%20Remedy%20Christ%20Offers" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/01\/26\/The%20Remedy%20Christ%20Offers.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">The Willing Healer<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">January 17, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%205%3A12-26" onclick="PS.Listen.openFull(this);return false;">Luke 5:12-26 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">The Willing Healer<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/01\/17\/The%20Willing%20Healer" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/01\/17\/The%20Willing%20Healer" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/01\/17\/The%20Willing%20Healer.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Vision Sunday 2010<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">January 10, 2010<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson\/Steve Koch\/Paul Stordahl\/Erik Suel<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Vision Sunday 2010- bit\'s from each of the PBC elders and what we\'re looking forward to in 2010<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2010\/01\/10\/Vision%20Sunday%202010" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2010\/01\/10\/Vision%20Sunday%202010" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2010\/01\/10\/Vision%20Sunday%202010.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Clarifying Our Mission<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">December 13, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%204%3A14-30" onclick="PS.Listen.openFull(this);return false;">Luke 4:14-30 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Clarifying Our Mission<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/12\/13\/Clarifying%20Our%20Mission" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/12\/13\/Clarifying%20Our%20Mission" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/12\/13\/Clarifying%20Our%20Mission.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">The Temptation of Jesus<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">December 6, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%204%3A1-13" onclick="PS.Listen.openFull(this);return false;">Luke 4:1-13 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">The Temptation of Jesus<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/12\/06\/The%20Temptation%20of%20Jesus" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/12\/06\/The%20Temptation%20of%20Jesus" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/12\/06\/The%20Temptation%20of%20Jesus.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">ADVENT SUNDAY<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">November 29, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Matt%2028%3A%2016-20" onclick="PS.Listen.openFull(this);return false;">Matt 28: 16-20 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">ADVENT SUNDAY<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/11\/29\/ADVENT%20SUNDAY" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/11\/29\/ADVENT%20SUNDAY" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/11\/29\/ADVENT%20SUNDAY.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Divine Confirmation<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">November 22, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%203%3A15-22" onclick="PS.Listen.openFull(this);return false;">Luke 3:15-22 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Divine Confirmation<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/11\/22\/Divine%20Confirmation" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/11\/22\/Divine%20Confirmation" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/11\/22\/Divine%20Confirmation.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Son Of Adam, Son Of God<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">November 15, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Max Shelnutt<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%203%3A23-38" onclick="PS.Listen.openFull(this);return false;">Luke 3:23-38 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Son Of Adam, Son Of God<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/11\/15\/Son%20Of%20Adam%2C%20Son%20Of%20God" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/11\/15\/Son%20Of%20Adam%2C%20Son%20Of%20God" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/11\/15\/Son%20Of%20Adam%2C%20Son%20Of%20God.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">The Salvation of God<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">November 8, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%203%3A1-22" onclick="PS.Listen.openFull(this);return false;">Luke 3:1-22 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">The Salvation of God<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/11\/08\/The%20Salvation%20of%20God" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/11\/08\/The%20Salvation%20of%20God" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/11\/08\/The%20Salvation%20of%20God.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Joseph\'s Account of Forgiveness<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">November 1, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Dick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Joseph\'s Account of Forgiveness<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/11\/01\/Joseph%27s%20Account%20of%20Forgiveness" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/11\/01\/Joseph%27s%20Account%20of%20Forgiveness" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/11\/01\/Joseph%27s%20Account%20of%20Forgiveness.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Fully Engaged<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">October 25, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%202%3A39-52" onclick="PS.Listen.openFull(this);return false;">Luke 2:39-52 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Fully Engaged<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/10\/25\/Fully%20Engaged" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/10\/25\/Fully%20Engaged" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/10\/25\/Fully%20Engaged.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">The Inescapable One<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">October 19, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%202%3A21-38" onclick="PS.Listen.openFull(this);return false;">Luke 2:21-38 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">The Inescapable One<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/10\/19\/The%20Inescapable%20One" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/10\/19\/The%20Inescapable%20One" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/10\/19\/The%20Inescapable%20One.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">The Good News<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">October 13, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%202%3A1-21" onclick="PS.Listen.openFull(this);return false;">Luke 2:1-21 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Luke 2:1-21<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/10\/13\/The%20Good%20News" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/10\/13\/The%20Good%20News" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/10\/13\/The%20Good%20News.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Unlimited Grace<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">October 4, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Dale Thiele<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Unlimited Grace<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/10\/04\/Unlimited%20Grace" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/10\/04\/Unlimited%20Grace" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/10\/04\/Unlimited%20Grace.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Luke 1:57-80<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">September 27, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%201%3A57-80" onclick="PS.Listen.openFull(this);return false;">Luke 1:57-80 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Luke 1:57-80<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/09\/27\/Luke%201%3A57-80" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/09\/27\/Luke%201%3A57-80" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/09\/27\/Luke%201%3A57-80.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Grace and Humility<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">September 20, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%201%3A39-56" onclick="PS.Listen.openFull(this);return false;">Luke 1:39-56 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Grace and Humility<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/09\/20\/Grace%20and%20Humility" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/09\/20\/Grace%20and%20Humility" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/09\/20\/Grace%20and%20Humility.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">God Speaks<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">September 15, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%201%3A5-38" onclick="PS.Listen.openFull(this);return false;">Luke 1:5-38 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">God Speaks<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/09\/15\/God%20Speaks" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/09\/15\/God%20Speaks" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/09\/15\/God%20Speaks.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">The Certainty of the Gospel<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">September 8, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=31&search=Luke%201%3A1-4" onclick="PS.Listen.openFull(this);return false;">Luke 1:1-4 (NIV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">The Certainty of the Gospel<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/09\/08\/The%20Certainty%20of%20the%20Gospel" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/09\/08\/The%20Certainty%20of%20the%20Gospel" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/09\/08\/The%20Certainty%20of%20the%20Gospel.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">The Worship Dilema<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">August 23, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Chris Ritter<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">The Worship Dilema:  The opposite of worshiping God is not NOT worshiping, it\'s idolatry.<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/08\/23\/The%20Worship%20Dilema" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/08\/23\/The%20Worship%20Dilema" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/08\/23\/The%20Worship%20Dilema.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">What Church?<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">August 16, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=31&search=Romans%2012" onclick="PS.Listen.openFull(this);return false;">Romans 12 (NIV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">What Church<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/08\/16\/What%20Church%3F" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/08\/16\/What%20Church%3F" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/08\/16\/What%20Church%3F.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Dialogues with Deity: The Repentant Thief<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">July 26, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Max Shelnutt<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=49&search=Luke%2023%3A33-43" onclick="PS.Listen.openFull(this);return false;">Luke 23:33-43 (NASB)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Dialogues with Deity: The Repentant Thief<\/p>' +
'  <p class="PS-Episode-Summary">We apologize for the quality of the recording this Sunday.  We had microphone issues.  It\'s still a great sermon- you may have to turn it up a bit and excuse the technical noise.<\/p>' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/07\/26\/Dialogues%20with%20Deity%3A%20The%20Repentant%20Thief" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/07\/26\/Dialogues%20with%20Deity%3A%20The%20Repentant%20Thief" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/07\/26\/Dialogues%20with%20Deity%3A%20The%20Repentant%20Thief.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Dialogues with Deity: Peter<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">July 19, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Max Shelnutt<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=31&search=Matt%2014%3A%2022-33" onclick="PS.Listen.openFull(this);return false;">Matt 14: 22-33 (NIV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Dialogues with Deity: Peter walks on water to Jesus<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/07\/19\/Dialogues%20with%20Deity%3A%20Peter" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/07\/19\/Dialogues%20with%20Deity%3A%20Peter" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/07\/19\/Dialogues%20with%20Deity%3A%20Peter.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Dialogues with Deity: Nicodemus<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">July 12, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Max Shelnutt<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=31&search=John%203%3A%201-8" onclick="PS.Listen.openFull(this);return false;">John 3: 1-8 (NIV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Dialogues with Deity: Nicodemus\' conversation with Jesus about the New Birth<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/07\/12\/Dialogues%20with%20Deity%3A%20Nicodemus" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/07\/12\/Dialogues%20with%20Deity%3A%20Nicodemus" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/07\/12\/Dialogues%20with%20Deity%3A%20Nicodemus.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Dialogues with Deity: Zaccheus<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">July 5, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Max Shelnutt<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=49&search=Luke%2019%3A1-10" onclick="PS.Listen.openFull(this);return false;">Luke 19:1-10 (NASB)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Dialogues with Deity: Zaccheus<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/07\/05\/Dialogues%20with%20Deity%3A%20Zaccheus" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/07\/05\/Dialogues%20with%20Deity%3A%20Zaccheus" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/07\/05\/Dialogues%20with%20Deity%3A%20Zaccheus.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">The Gospel and Transformation<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">June 28, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">The Gospel and Transformation<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/06\/28\/The%20Gospel%20and%20Transformation" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/06\/28\/The%20Gospel%20and%20Transformation" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/06\/28\/The%20Gospel%20and%20Transformation.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">The Gospel and Repentance<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">June 21, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">The Gospel and Repentance<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/06\/21\/The%20Gospel%20and%20Repentance" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/06\/21\/The%20Gospel%20and%20Repentance" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/06\/21\/The%20Gospel%20and%20Repentance.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">The Storm: How the Gospel works when the storm hits <\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">June 14, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">How to apply the Gospel of Jesus in our lives when trials come<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/06\/14\/The%20Storm%3A%20How%20the%20Gospel%20works%20when%20the%20storm%20hits%20" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/06\/14\/The%20Storm%3A%20How%20the%20Gospel%20works%20when%20the%20storm%20hits%20" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/06\/14\/The%20Storm%3A%20How%20the%20Gospel%20works%20when%20the%20storm%20hits%20.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Sanctification and the Church<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">June 9, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">The Gospel: Comprehending the Magnitude of God\'s Grace<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/06\/09\/Sanctification%20and%20the%20Church" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/06\/09\/Sanctification%20and%20the%20Church" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/06\/09\/Sanctification%20and%20the%20Church.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Jesus Is Our Sanctification<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">May 31, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">The Gospel: Comprehending the Magnitude of God\'s Grace<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/05\/31\/Jesus%20Is%20Our%20Sanctification" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/05\/31\/Jesus%20Is%20Our%20Sanctification" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/05\/31\/Jesus%20Is%20Our%20Sanctification.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Jesus Is Our Justification<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">May 10, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">The Gospel: Comprehending the Magnitude of God\'s Grace<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/05\/10\/Jesus%20Is%20Our%20Justification" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/05\/10\/Jesus%20Is%20Our%20Justification" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/05\/10\/Jesus%20Is%20Our%20Justification.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Jesus is Our Righteousness<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">May 3, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Philippians%203%3A4-11" onclick="PS.Listen.openFull(this);return false;">Philippians 3:4-11 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">The Gospel: Comprehending the Magnitude of God\'s Grace<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/05\/03\/Jesus%20is%20Our%20Righteousness" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/05\/03\/Jesus%20is%20Our%20Righteousness" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/05\/03\/Jesus%20is%20Our%20Righteousness.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Testimony - Craig Miller<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">May 3, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Craig Miller<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Craig shares what God has been teaching him<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/05\/03\/Testimony%20-%20Craig%20Miller" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/05\/03\/Testimony%20-%20Craig%20Miller" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/05\/03\/Testimony%20-%20Craig%20Miller.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">How Firm a Foundation, Part 1<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">April 26, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Max Shelnutt<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=49&search=Matthew%2016%3A18" onclick="PS.Listen.openFull(this);return false;">Matthew 16:18 (NASB)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Max shares as our guest speaker<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/04\/26\/How%20Firm%20a%20Foundation%2C%20Part%201" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/04\/26\/How%20Firm%20a%20Foundation%2C%20Part%201" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/04\/26\/How%20Firm%20a%20Foundation%2C%20Part%201.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">How Firm a Foundation, Part 2<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">April 26, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Max Shelnutt<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=49&search=Matthew%2016%3A18" onclick="PS.Listen.openFull(this);return false;">Matthew 16:18 (NASB)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Max shares as our guest speaker<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/04\/26\/How%20Firm%20a%20Foundation%2C%20Part%202" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/04\/26\/How%20Firm%20a%20Foundation%2C%20Part%202" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/04\/26\/How%20Firm%20a%20Foundation%2C%20Part%202.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Jesus Is Our Ransom<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">April 19, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">The Gospel: Comprehending the Magnitude of God\'s Grace<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/04\/19\/Jesus%20Is%20Our%20Ransom" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/04\/19\/Jesus%20Is%20Our%20Ransom" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/04\/19\/Jesus%20Is%20Our%20Ransom.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">The Good News of Christ\'s Resurrection <\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">April 12, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=1%20Corinthians%2015%3A1-11" onclick="PS.Listen.openFull(this);return false;">1 Corinthians 15:1-11 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Easter Sunday <\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/04\/12\/The%20Good%20News%20of%20Christ%27s%20Resurrection%20" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/04\/12\/The%20Good%20News%20of%20Christ%27s%20Resurrection%20" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/04\/12\/The%20Good%20News%20of%20Christ%27s%20Resurrection%20.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Jesus Is Our Expiation<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">April 5, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">The Gospel: Comprehending the Magnitude of God\'s Grace<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/04\/05\/Jesus%20Is%20Our%20Expiation" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/04\/05\/Jesus%20Is%20Our%20Expiation" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/04\/05\/Jesus%20Is%20Our%20Expiation.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Celebration Sunday Part 1<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">March 29, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Our last Sunday Service at our first PBC building<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/03\/29\/Celebration%20Sunday%20Part%201" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/03\/29\/Celebration%20Sunday%20Part%201" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/03\/29\/Celebration%20Sunday%20Part%201.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Celebration Sunday Part 2<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">March 29, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Our last Sunday Service at our first PBC building<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/03\/29\/Celebration%20Sunday%20Part%202" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/03\/29\/Celebration%20Sunday%20Part%202" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/03\/29\/Celebration%20Sunday%20Part%202.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Propitiation: How does Jesus\' death satisfy God\'s wrath?<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">March 22, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">The Gospel: Comprehending the Magnitude of God\'s Grace<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/03\/22\/Propitiation%3A%20How%20does%20Jesus%27%20death%20satisfy%20God%27s%20wrath%3F" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/03\/22\/Propitiation%3A%20How%20does%20Jesus%27%20death%20satisfy%20God%27s%20wrath%3F" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/03\/22\/Propitiation%3A%20How%20does%20Jesus%27%20death%20satisfy%20God%27s%20wrath%3F.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Jesus\' Perfect Obedience: Why does it matter?<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">March 15, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">The Gospel: Comprehending the Magnitude of God\'s Grace<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/03\/15\/Jesus%27%20Perfect%20Obedience%3A%20Why%20does%20it%20matter%3F" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/03\/15\/Jesus%27%20Perfect%20Obedience%3A%20Why%20does%20it%20matter%3F" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/03\/15\/Jesus%27%20Perfect%20Obedience%3A%20Why%20does%20it%20matter%3F.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Holiness: Why the Cross?<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">March 8, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">The Gospel: Comprehending the Magnitude of God\'s Grace<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/03\/08\/Holiness%3A%20Why%20the%20Cross%3F" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/03\/08\/Holiness%3A%20Why%20the%20Cross%3F" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/03\/08\/Holiness%3A%20Why%20the%20Cross%3F.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Introduction: What is the Gospel?<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">March 1, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">The Gospel: Comprehending the Magnitude of God\'s Grace<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/03\/01\/Introduction%3A%20What%20is%20the%20Gospel%3F" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/03\/01\/Introduction%3A%20What%20is%20the%20Gospel%3F" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/03\/01\/Introduction%3A%20What%20is%20the%20Gospel%3F.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">The Body of Christ<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">February 22, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Chris Ritter<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">What is Soma?<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/02\/22\/The%20Body%20of%20Christ" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/02\/22\/The%20Body%20of%20Christ" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/02\/22\/The%20Body%20of%20Christ.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">The Prodigal Son<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">February 22, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Chris Ritter<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%2015" onclick="PS.Listen.openFull(this);return false;">Luke 15 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Chris preaches the good news<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/02\/22\/The%20Prodigal%20Son" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/02\/22\/The%20Prodigal%20Son" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/02\/22\/The%20Prodigal%20Son.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Enbodied Holiness<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">February 15, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Engstrom<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">What is Soma?<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/02\/15\/Enbodied%20Holiness" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/02\/15\/Enbodied%20Holiness" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/02\/15\/Enbodied%20Holiness.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Your Best Life Now, Part 1<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">February 15, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Colossians%204" onclick="PS.Listen.openFull(this);return false;">Colossians 4 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues his series on Colossians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/02\/15\/Your%20Best%20Life%20Now%2C%20Part%201" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/02\/15\/Your%20Best%20Life%20Now%2C%20Part%201" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/02\/15\/Your%20Best%20Life%20Now%2C%20Part%201.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Your Best Life Now, Part 2<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">February 15, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Colossians%204" onclick="PS.Listen.openFull(this);return false;">Colossians 4 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues his series on Colossians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/02\/15\/Your%20Best%20Life%20Now%2C%20Part%202" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/02\/15\/Your%20Best%20Life%20Now%2C%20Part%202" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/02\/15\/Your%20Best%20Life%20Now%2C%20Part%202.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Making the Most of Every Opportunity<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">February 8, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Colossians%203%3A18-%204%3A1" onclick="PS.Listen.openFull(this);return false;">Colossians 3:18- 4:1 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues his series on Colossians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/02\/08\/Making%20the%20Most%20of%20Every%20Opportunity" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/02\/08\/Making%20the%20Most%20of%20Every%20Opportunity" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/02\/08\/Making%20the%20Most%20of%20Every%20Opportunity.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Honoring God in Our Workplace<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">February 1, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Colossians%203%3A18-%204%3A1" onclick="PS.Listen.openFull(this);return false;">Colossians 3:18- 4:1 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues his series on Colossians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/02\/01\/Honoring%20God%20in%20Our%20Workplace" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/02\/01\/Honoring%20God%20in%20Our%20Workplace" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/02\/01\/Honoring%20God%20in%20Our%20Workplace.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Honoring God in Our Parenting Part 1<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">January 25, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Max Shelnutt<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=49&search=Colossians%203%3A18-%204%3A1" onclick="PS.Listen.openFull(this);return false;">Colossians 3:18- 4:1 (NASB)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Max shares with us about Godly relationships<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/01\/25\/Honoring%20God%20in%20Our%20Parenting%20Part%201" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/01\/25\/Honoring%20God%20in%20Our%20Parenting%20Part%201" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/01\/25\/Honoring%20God%20in%20Our%20Parenting%20Part%201.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Honoring God in Our Parenting Part 2<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">January 25, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Max Shelnutt<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=49&search=Colossians%203%3A18-%204%3A1" onclick="PS.Listen.openFull(this);return false;">Colossians 3:18- 4:1 (NASB)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Max shares with us about Godly relationships<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/01\/25\/Honoring%20God%20in%20Our%20Parenting%20Part%202" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/01\/25\/Honoring%20God%20in%20Our%20Parenting%20Part%202" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/01\/25\/Honoring%20God%20in%20Our%20Parenting%20Part%202.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Honoring God in Our Marriages<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">January 18, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Colossians%203%3A18-%204%3A1" onclick="PS.Listen.openFull(this);return false;">Colossians 3:18- 4:1 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues his series on Colossians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/01\/18\/Honoring%20God%20in%20Our%20Marriages" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/01\/18\/Honoring%20God%20in%20Our%20Marriages" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/01\/18\/Honoring%20God%20in%20Our%20Marriages.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Delighting in the Glory of God<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">January 11, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Psalm%20115" onclick="PS.Listen.openFull(this);return false;">Psalm 115 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick shares his vision for PBC<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/01\/11\/Delighting%20in%20the%20Glory%20of%20God" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/01\/11\/Delighting%20in%20the%20Glory%20of%20God" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/01\/11\/Delighting%20in%20the%20Glory%20of%20God.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Vision Sunday 2009<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">January 4, 2009<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick shares his vision for PBC<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2009\/01\/04\/Vision%20Sunday%202009" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2009\/01\/04\/Vision%20Sunday%202009" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2009\/01\/04\/Vision%20Sunday%202009.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">The Gospel According to John and John<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">December 28, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Chris Ritter<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=John%203%3A22-36" onclick="PS.Listen.openFull(this);return false;">John 3:22-36 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Chris preaches the good news<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/12\/28\/The%20Gospel%20According%20to%20John%20and%20John" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/12\/28\/The%20Gospel%20According%20to%20John%20and%20John" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/12\/28\/The%20Gospel%20According%20to%20John%20and%20John.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">The Satisfying Suffering of the Servant<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">December 28, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Max Shelnutt<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=49&search=Isaiah%2053%3A10-12" onclick="PS.Listen.openFull(this);return false;">Isaiah 53:10-12 (NASB)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Max continues his class on Christ in the Old Testament<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/12\/28\/The%20Satisfying%20Suffering%20of%20the%20Servant" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/12\/28\/The%20Satisfying%20Suffering%20of%20the%20Servant" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/12\/28\/The%20Satisfying%20Suffering%20of%20the%20Servant.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Give More<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">December 21, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick preaches on Advent <\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/12\/21\/Give%20More" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/12\/21\/Give%20More" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/12\/21\/Give%20More.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">The Deliberate Submission of the Suffering Servant<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">December 21, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Max Shelnutt<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=49&search=Isaiah%2053%3A7-9" onclick="PS.Listen.openFull(this);return false;">Isaiah 53:7-9 (NASB)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Max continues his class on Christ in the Old Testament<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/12\/21\/The%20Deliberate%20Submission%20of%20the%20Suffering%20Servant" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/12\/21\/The%20Deliberate%20Submission%20of%20the%20Suffering%20Servant" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/12\/21\/The%20Deliberate%20Submission%20of%20the%20Suffering%20Servant.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">The Vicarious Sacrifice of the Suffering Servant<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">December 7, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Max Shelnutt<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=49&search=Isaiah%2053%3A4-6" onclick="PS.Listen.openFull(this);return false;">Isaiah 53:4-6 (NASB)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Max continues his class on Christ in the Old Testament<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/12\/07\/The%20Vicarious%20Sacrifice%20of%20the%20Suffering%20Servant" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/12\/07\/The%20Vicarious%20Sacrifice%20of%20the%20Suffering%20Servant" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/12\/07\/The%20Vicarious%20Sacrifice%20of%20the%20Suffering%20Servant.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Worship Fully<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">December 7, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Luke%202%3A22-38" onclick="PS.Listen.openFull(this);return false;">Luke 2:22-38 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick preaches on Advent <\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/12\/07\/Worship%20Fully" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/12\/07\/Worship%20Fully" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/12\/07\/Worship%20Fully.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Complete Renovation: Put On<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">November 30, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Colossians%203%3A12-17" onclick="PS.Listen.openFull(this);return false;">Colossians 3:12-17 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues his series on Colossians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/11\/30\/Complete%20Renovation%3A%20Put%20On" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/11\/30\/Complete%20Renovation%3A%20Put%20On" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/11\/30\/Complete%20Renovation%3A%20Put%20On.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">The Rejected Suffering Servant<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">November 30, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Max Shelnutt<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=49&search=Isaiah%2053%3A1-3" onclick="PS.Listen.openFull(this);return false;">Isaiah 53:1-3 (NASB)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Max continues his class on Christ in the Old Testament<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/11\/30\/The%20Rejected%20Suffering%20Servant" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/11\/30\/The%20Rejected%20Suffering%20Servant" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/11\/30\/The%20Rejected%20Suffering%20Servant.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Complete Renovation: Take Off<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">November 23, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Colossians%203%3A5-11" onclick="PS.Listen.openFull(this);return false;">Colossians 3:5-11 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues his series on Colossians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/11\/23\/Complete%20Renovation%3A%20Take%20Off" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/11\/23\/Complete%20Renovation%3A%20Take%20Off" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/11\/23\/Complete%20Renovation%3A%20Take%20Off.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">The Exalted Suffering Servant<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">November 23, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Max Shelnutt<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=49&search=Isaiah%2052%3A13-15" onclick="PS.Listen.openFull(this);return false;">Isaiah 52:13-15 (NASB)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Max continues his class on Christ in the Old Testament<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/11\/23\/The%20Exalted%20Suffering%20Servant" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/11\/23\/The%20Exalted%20Suffering%20Servant" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/11\/23\/The%20Exalted%20Suffering%20Servant.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Jesus Christ, the Good Shepherd<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">November 16, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Max Shelnutt<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=49&search=Ezekiel%2034" onclick="PS.Listen.openFull(this);return false;">Ezekiel 34 (NASB)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Max continues his class on Christ in the Old Testament<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/11\/16\/Jesus%20Christ%2C%20the%20Good%20Shepherd" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/11\/16\/Jesus%20Christ%2C%20the%20Good%20Shepherd" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/11\/16\/Jesus%20Christ%2C%20the%20Good%20Shepherd.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">So What Are You Aiming For?<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">November 16, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Colossians%203%3A1-4" onclick="PS.Listen.openFull(this);return false;">Colossians 3:1-4 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues his series on Colossians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/11\/16\/So%20What%20Are%20You%20Aiming%20For%3F" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/11\/16\/So%20What%20Are%20You%20Aiming%20For%3F" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/11\/16\/So%20What%20Are%20You%20Aiming%20For%3F.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Christ and Melchizedek<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">November 9, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Max Shelnutt<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=49&search=Gensis%2014%3A18-20%2C%20Hebrews%205-10" onclick="PS.Listen.openFull(this);return false;">Gensis 14:18-20, Hebrews 5-10 (NASB)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Max continues his class on Christ in the Old Testament<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/11\/09\/Christ%20and%20Melchizedek" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/11\/09\/Christ%20and%20Melchizedek" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/11\/09\/Christ%20and%20Melchizedek.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Dangerous Religion, part 2<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">November 9, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Colossians%202%3A16-23" onclick="PS.Listen.openFull(this);return false;">Colossians 2:16-23 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues his series on Colossians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/11\/09\/Dangerous%20Religion%2C%20part%202" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/11\/09\/Dangerous%20Religion%2C%20part%202" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/11\/09\/Dangerous%20Religion%2C%20part%202.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Christ: The Forsaken Savior<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">November 2, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Max Shelnutt<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=49&search=Psalm%2022" onclick="PS.Listen.openFull(this);return false;">Psalm 22 (NASB)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Max continues his class on Christ in the Old Testament<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/11\/02\/Christ%3A%20The%20Forsaken%20Savior" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/11\/02\/Christ%3A%20The%20Forsaken%20Savior" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/11\/02\/Christ%3A%20The%20Forsaken%20Savior.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Dangerous Religion, part 1<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">November 2, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Colossians%202%3A16-23" onclick="PS.Listen.openFull(this);return false;">Colossians 2:16-23 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues his series on Colossians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/11\/02\/Dangerous%20Religion%2C%20part%201" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/11\/02\/Dangerous%20Religion%2C%20part%201" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/11\/02\/Dangerous%20Religion%2C%20part%201.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Hallelujah <\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">October 26, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rich Quintana<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Worship<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/10\/26\/Hallelujah%20" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/10\/26\/Hallelujah%20" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/10\/26\/Hallelujah%20.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">How Great is Our God<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">October 26, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rich Quintana<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Worship<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/10\/26\/How%20Great%20is%20Our%20God" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/10\/26\/How%20Great%20is%20Our%20God" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/10\/26\/How%20Great%20is%20Our%20God.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Offering<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">October 26, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rich Quintana<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Worship<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/10\/26\/Offering" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/10\/26\/Offering" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/10\/26\/Offering.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">What God Has Done<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">October 26, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Colossians%202%3A11-15" onclick="PS.Listen.openFull(this);return false;">Colossians 2:11-15 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues his series on Colossians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/10\/26\/What%20God%20Has%20Done" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/10\/26\/What%20God%20Has%20Done" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/10\/26\/What%20God%20Has%20Done.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Christ and the Ark (pt 3): Noah\'s Salvation<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">October 19, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Max Shelnutt<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=49&search=Genesis%206" onclick="PS.Listen.openFull(this);return false;">Genesis 6 (NASB)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Max continues his class on Christ in the Old Testament<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/10\/19\/Christ%20and%20the%20Ark%20%28pt%203%29%3A%20Noah%27s%20Salvation" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/10\/19\/Christ%20and%20the%20Ark%20%28pt%203%29%3A%20Noah%27s%20Salvation" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/10\/19\/Christ%20and%20the%20Ark%20%28pt%203%29%3A%20Noah%27s%20Salvation.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Jesus in the Old Testament: the Serpent Lifted Up<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">October 19, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Dale Thiele<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Numbers%2021" onclick="PS.Listen.openFull(this);return false;">Numbers 21 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Guest Speaker<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/10\/19\/Jesus%20in%20the%20Old%20Testament%3A%20the%20Serpent%20Lifted%20Up" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/10\/19\/Jesus%20in%20the%20Old%20Testament%3A%20the%20Serpent%20Lifted%20Up" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/10\/19\/Jesus%20in%20the%20Old%20Testament%3A%20the%20Serpent%20Lifted%20Up.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Christ and the Ark (pt 2)<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">October 12, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Max Shelnutt<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=49&search=Genesis%206" onclick="PS.Listen.openFull(this);return false;">Genesis 6 (NASB)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Max continues his class on Christ in the Old Testament<\/p>' +
'  <p class="PS-Episode-Summary">Due to technical difficulties, we were only able to capture the first 10 minutes of this lesson...<\/p>' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/10\/12\/Christ%20and%20the%20Ark%20%28pt%202%29" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/10\/12\/Christ%20and%20the%20Ark%20%28pt%202%29" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/10\/12\/Christ%20and%20the%20Ark%20%28pt%202%29.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Victory Secured<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">October 12, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Colossians%202%3A11-15" onclick="PS.Listen.openFull(this);return false;">Colossians 2:11-15 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues his series on Colossians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/10\/12\/Victory%20Secured" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/10\/12\/Victory%20Secured" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/10\/12\/Victory%20Secured.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Christ and the Ark (pt 1)<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">October 5, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Max Shelnutt<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=49&search=Genesis%206" onclick="PS.Listen.openFull(this);return false;">Genesis 6 (NASB)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Max continues his class on Christ in the Old Testament<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/10\/05\/Christ%20and%20the%20Ark%20%28pt%201%29" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/10\/05\/Christ%20and%20the%20Ark%20%28pt%201%29" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/10\/05\/Christ%20and%20the%20Ark%20%28pt%201%29.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Church Meeting pt. 1<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">October 5, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Our church discusses our future<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/10\/05\/Church%20Meeting%20pt.%201" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/10\/05\/Church%20Meeting%20pt.%201" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/10\/05\/Church%20Meeting%20pt.%201.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Church Meeting pt. 2<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">October 5, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Our church discusses our future<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/10\/05\/Church%20Meeting%20pt.%202" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/10\/05\/Church%20Meeting%20pt.%202" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/10\/05\/Church%20Meeting%20pt.%202.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Rest for the Weary<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">October 5, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Max Shelnutt<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=1%20John%201%3A9" onclick="PS.Listen.openFull(this);return false;">1 John 1:9 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Rest for the Weary<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/10\/05\/Rest%20for%20the%20Weary" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/10\/05\/Rest%20for%20the%20Weary" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/10\/05\/Rest%20for%20the%20Weary.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Christ in the Garden (pt 2)<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">September 28, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Max Shelnutt<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=49&search=Genesis%203" onclick="PS.Listen.openFull(this);return false;">Genesis 3 (NASB)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Max continues his class on Christ in the Old Testament<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/09\/28\/Christ%20in%20the%20Garden%20%28pt%202%29" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/09\/28\/Christ%20in%20the%20Garden%20%28pt%202%29" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/09\/28\/Christ%20in%20the%20Garden%20%28pt%202%29.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Sound the Alarm<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">September 28, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Colossians%202%3A10" onclick="PS.Listen.openFull(this);return false;">Colossians 2:10 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues his series on Colossians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/09\/28\/Sound%20the%20Alarm" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/09\/28\/Sound%20the%20Alarm" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/09\/28\/Sound%20the%20Alarm.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Christ is All<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">September 21, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Colossians%202%3A8-10" onclick="PS.Listen.openFull(this);return false;">Colossians 2:8-10 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues his series on Colossians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/09\/21\/Christ%20is%20All" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/09\/21\/Christ%20is%20All" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/09\/21\/Christ%20is%20All.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Deep Roots<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">September 14, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Colossians%202%3A6-7" onclick="PS.Listen.openFull(this);return false;">Colossians 2:6-7 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues his series on Colossians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/09\/14\/Deep%20Roots" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/09\/14\/Deep%20Roots" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/09\/14\/Deep%20Roots.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Fall Dedication<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">September 7, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Colossians%202%3A1-5" onclick="PS.Listen.openFull(this);return false;">Colossians 2:1-5 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues his series on Colossians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/09\/07\/Fall%20Dedication" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/09\/07\/Fall%20Dedication" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/09\/07\/Fall%20Dedication.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Trusting in the Heart of the Father<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">August 31, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Chris Ritter<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Chris speaks on Trust<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/08\/31\/Trusting%20in%20the%20Heart%20of%20the%20Father" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/08\/31\/Trusting%20in%20the%20Heart%20of%20the%20Father" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/08\/31\/Trusting%20in%20the%20Heart%20of%20the%20Father.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Colossians pt.7: A Compelling Life<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">August 24, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Colossians%201%3A24-29" onclick="PS.Listen.openFull(this);return false;">Colossians 1:24-29 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues his series on Colossians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/08\/24\/Colossians%20pt.7%3A%20A%20Compelling%20Life" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/08\/24\/Colossians%20pt.7%3A%20A%20Compelling%20Life" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/08\/24\/Colossians%20pt.7%3A%20A%20Compelling%20Life.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Famous One<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">August 24, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rich Quintana<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Worship<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/08\/24\/Famous%20One" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/08\/24\/Famous%20One" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/08\/24\/Famous%20One.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Highest and Greatest<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">August 24, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rich Quintana<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Worship<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/08\/24\/Highest%20and%20Greatest" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/08\/24\/Highest%20and%20Greatest" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/08\/24\/Highest%20and%20Greatest.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Offering<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">August 24, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rich Quintana<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Worship<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/08\/24\/Offering" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/08\/24\/Offering" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/08\/24\/Offering.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Prayer<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">August 24, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Worship<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/08\/24\/Prayer" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/08\/24\/Prayer" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/08\/24\/Prayer.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Surrender<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">August 24, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rich Quintana<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Worship<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/08\/24\/Surrender" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/08\/24\/Surrender" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/08\/24\/Surrender.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Colossians pt. 5: The Supremacy of Christ over The Church<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">August 17, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Colossians%201%3A19-23" onclick="PS.Listen.openFull(this);return false;">Colossians 1:19-23 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues his series on Colossians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/08\/17\/Colossians%20pt.%205%3A%20The%20Supremacy%20of%20Christ%20over%20The%20Church" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/08\/17\/Colossians%20pt.%205%3A%20The%20Supremacy%20of%20Christ%20over%20The%20Church" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/08\/17\/Colossians%20pt.%205%3A%20The%20Supremacy%20of%20Christ%20over%20The%20Church.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Colossians pt. 6:  Supreme Christ, Supreme Reconciliation<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">August 10, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues his series on Colossians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/08\/10\/Colossians%20pt.%206%3A%20%20Supreme%20Christ%2C%20Supreme%20Reconciliation" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/08\/10\/Colossians%20pt.%206%3A%20%20Supreme%20Christ%2C%20Supreme%20Reconciliation" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/08\/10\/Colossians%20pt.%206%3A%20%20Supreme%20Christ%2C%20Supreme%20Reconciliation.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Colossians pt. 4: The Supremacy of Christ over His Creation<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">August 3, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues his series on Colossians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/08\/03\/Colossians%20pt.%204%3A%20The%20Supremacy%20of%20Christ%20over%20His%20Creation" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/08\/03\/Colossians%20pt.%204%3A%20The%20Supremacy%20of%20Christ%20over%20His%20Creation" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/08\/03\/Colossians%20pt.%204%3A%20The%20Supremacy%20of%20Christ%20over%20His%20Creation.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Colossians pt. 3: A Model Prayer<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">August 1, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=31&search=Colossians%201%3A8-14" onclick="PS.Listen.openFull(this);return false;">Colossians 1:8-14 (NIV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues his series on Colossians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/08\/01\/Colossians%20pt.%203%3A%20A%20Model%20Prayer" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/08\/01\/Colossians%20pt.%203%3A%20A%20Model%20Prayer" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/08\/01\/Colossians%20pt.%203%3A%20A%20Model%20Prayer.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Colossians pt. 2:  Marks of the Gospel<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">July 23, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=31&search=colossians%201%3A1-7" onclick="PS.Listen.openFull(this);return false;">colossians 1:1-7 (NIV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues his series on Colossians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/07\/23\/Colossians%20pt.%202%3A%20%20Marks%20of%20the%20Gospel" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/07\/23\/Colossians%20pt.%202%3A%20%20Marks%20of%20the%20Gospel" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/07\/23\/Colossians%20pt.%202%3A%20%20Marks%20of%20the%20Gospel.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Colossians pt. 1: Introduction, The Will of God<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">July 13, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick begins his series on Colossians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/07\/13\/Colossians%20pt.%201%3A%20Introduction%2C%20The%20Will%20of%20God" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/07\/13\/Colossians%20pt.%201%3A%20Introduction%2C%20The%20Will%20of%20God" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/07\/13\/Colossians%20pt.%201%3A%20Introduction%2C%20The%20Will%20of%20God.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Eldership Installation Service<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">July 6, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick speaks about Eldership and Ed Donahure gives a charge to our new elders<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/07\/06\/Eldership%20Installation%20Service" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/07\/06\/Eldership%20Installation%20Service" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/07\/06\/Eldership%20Installation%20Service.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Missio Dei<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">June 22, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Engstrom<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Rick Engstrom recaps his Honduras trips and talk about being mission minded<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/06\/22\/Missio%20Dei" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/06\/22\/Missio%20Dei" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/06\/22\/Missio%20Dei.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Relating In The Family of God<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">June 14, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Max Shelnutt<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=31&search=Romans%208%3A12-19" onclick="PS.Listen.openFull(this);return false;">Romans 8:12-19 (NIV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Max Shelnutt shares from his heart about relating to each other in God\'s family<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/06\/14\/Relating%20In%20The%20Family%20of%20God" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/06\/14\/Relating%20In%20The%20Family%20of%20God" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/06\/14\/Relating%20In%20The%20Family%20of%20God.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Tony Gavia<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">June 10, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Tony Gavia<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Tony Gavia speaks from his heart, letting PBC get to know one of our future elders a bit better<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/06\/10\/Tony%20Gavia" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/06\/10\/Tony%20Gavia" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/06\/10\/Tony%20Gavia.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">&quot;Therefore&quot; Part 2<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">June 1, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Chris Ritter<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=31&search=Romans%2012%3A1-2" onclick="PS.Listen.openFull(this);return false;">Romans 12:1-2 (NIV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Chris Ritter concludes the 2 part mini-series, &quot;Therefore&quot;<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/06\/01\/%22Therefore%22%20Part%202" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/06\/01\/%22Therefore%22%20Part%202" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/06\/01\/%22Therefore%22%20Part%202.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">&quot;Therefore&quot; part 1<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">May 29, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Chris Ritter<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=31&search=Romans%2011%3A33-36" onclick="PS.Listen.openFull(this);return false;">Romans 11:33-36 (NIV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Chris Ritter begins a 2 part series on Romans 11:33-12:2<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/05\/29\/%22Therefore%22%20part%201" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/05\/29\/%22Therefore%22%20part%201" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/05\/29\/%22Therefore%22%20part%201.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Signs of a Healthy Church:  Serve<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">May 11, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick begins a 3 part series on signs of a healthy church<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/05\/11\/Signs%20of%20a%20Healthy%20Church%3A%20%20Serve" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/05\/11\/Signs%20of%20a%20Healthy%20Church%3A%20%20Serve" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/05\/11\/Signs%20of%20a%20Healthy%20Church%3A%20%20Serve.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Signs of a Healthy Church:  Love<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">May 3, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick begins a 3 part series on signs of a healthy church<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/05\/03\/Signs%20of%20a%20Healthy%20Church%3A%20%20Love" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/05\/03\/Signs%20of%20a%20Healthy%20Church%3A%20%20Love" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/05\/03\/Signs%20of%20a%20Healthy%20Church%3A%20%20Love.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Living in the Power of the Resurrection<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">April 27, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Dick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=31&search=II%20Peter%201%3A1-10" onclick="PS.Listen.openFull(this);return false;">II Peter 1:1-10 (NIV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Rick\'s father, Dick Sisson, speaks to PBC about living in the power of the resurrection<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/04\/27\/Living%20in%20the%20Power%20of%20the%20Resurrection" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/04\/27\/Living%20in%20the%20Power%20of%20the%20Resurrection" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/04\/27\/Living%20in%20the%20Power%20of%20the%20Resurrection.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">The DiVine Connection, week 4:  Much Fruit<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">April 22, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=31&search=John%2015%3A1-11" onclick="PS.Listen.openFull(this);return false;">John 15:1-11 (NIV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor rick concludes the series on John 15<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/04\/22\/The%20DiVine%20Connection%2C%20week%204%3A%20%20Much%20Fruit" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/04\/22\/The%20DiVine%20Connection%2C%20week%204%3A%20%20Much%20Fruit" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/04\/22\/The%20DiVine%20Connection%2C%20week%204%3A%20%20Much%20Fruit.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">The DiVine Connection, week 3:  Some Fruit<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">April 18, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=31&search=John%2015%3A1-11" onclick="PS.Listen.openFull(this);return false;">John 15:1-11 (NIV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick Continues his exegetical series on John 15<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/04\/18\/The%20DiVine%20Connection%2C%20week%203%3A%20%20Some%20Fruit" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/04\/18\/The%20DiVine%20Connection%2C%20week%203%3A%20%20Some%20Fruit" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/04\/18\/The%20DiVine%20Connection%2C%20week%203%3A%20%20Some%20Fruit.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Moving Forward Church Business Meeting<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">April 6, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">PBC\'s history, current\/future financial information, Q\/A with Rick and Erik.<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/04\/06\/Moving%20Forward%20Church%20Business%20Meeting" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/04\/06\/Moving%20Forward%20Church%20Business%20Meeting" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/04\/06\/Moving%20Forward%20Church%20Business%20Meeting.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">The DiVine Connection, week 2:  No Fruit<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">April 6, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=31&search=John%2015%3A1-11" onclick="PS.Listen.openFull(this);return false;">John 15:1-11 (NIV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick Continues his exegetical series on John 15<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/04\/06\/The%20DiVine%20Connection%2C%20week%202%3A%20%20No%20Fruit" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/04\/06\/The%20DiVine%20Connection%2C%20week%202%3A%20%20No%20Fruit" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/04\/06\/The%20DiVine%20Connection%2C%20week%202%3A%20%20No%20Fruit.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">The DiVine Connection, week 1<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">March 30, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=31&search=John%2015%3A1-11" onclick="PS.Listen.openFull(this);return false;">John 15:1-11 (NIV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick begins a 4 part series on John 15<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/03\/30\/The%20DiVine%20Connection%2C%20week%201" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/03\/30\/The%20DiVine%20Connection%2C%20week%201" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/03\/30\/The%20DiVine%20Connection%2C%20week%201.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Easter Sermon:  Christ Our Mediator<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">March 23, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=31&search=I%20Timothy%202%3A3-6" onclick="PS.Listen.openFull(this);return false;">I Timothy 2:3-6 (NIV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Easter 2008 Sermon from Rick Sisson<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/03\/23\/Easter%20Sermon%3A%20%20Christ%20Our%20Mediator" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/03\/23\/Easter%20Sermon%3A%20%20Christ%20Our%20Mediator" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/03\/23\/Easter%20Sermon%3A%20%20Christ%20Our%20Mediator.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">The Jesus Walk:  A Disciple Making Church<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">March 9, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick concludes the discipleship series - WARNING: sound cut for a few seconds around 1:30 - sorry!<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/03\/09\/The%20Jesus%20Walk%3A%20%20A%20Disciple%20Making%20Church" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/03\/09\/The%20Jesus%20Walk%3A%20%20A%20Disciple%20Making%20Church" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/03\/09\/The%20Jesus%20Walk%3A%20%20A%20Disciple%20Making%20Church.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">The Jesus Walk:  A Teacher of Jesus<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">March 2, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Chris Ritter<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Chris Ritter continues the discipleship series<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/03\/02\/The%20Jesus%20Walk%3A%20%20A%20Teacher%20of%20Jesus" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/03\/02\/The%20Jesus%20Walk%3A%20%20A%20Teacher%20of%20Jesus" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/03\/02\/The%20Jesus%20Walk%3A%20%20A%20Teacher%20of%20Jesus.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">The Jesus Walk:  An Ambassador of Christ<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">February 24, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues his series on Discipleship<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/02\/24\/The%20Jesus%20Walk%3A%20%20An%20Ambassador%20of%20Christ" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/02\/24\/The%20Jesus%20Walk%3A%20%20An%20Ambassador%20of%20Christ" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/02\/24\/The%20Jesus%20Walk%3A%20%20An%20Ambassador%20of%20Christ.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">The Jesus Walk: A Steward of Jesus<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">February 17, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues his series on Discipleship<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/02\/17\/The%20Jesus%20Walk%3A%20A%20Steward%20of%20Jesus" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/02\/17\/The%20Jesus%20Walk%3A%20A%20Steward%20of%20Jesus" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/02\/17\/The%20Jesus%20Walk%3A%20A%20Steward%20of%20Jesus.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Testimony from Lynda Spencer<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">February 10, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Lynda Spencer<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Lynda Spencer\'s testimony<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/02\/10\/Testimony%20from%20Lynda%20Spencer" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/02\/10\/Testimony%20from%20Lynda%20Spencer" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/02\/10\/Testimony%20from%20Lynda%20Spencer.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">The Jesus Walk:  A Worshiper of Jesus<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">February 10, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues his series on Discipleship<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/02\/10\/The%20Jesus%20Walk%3A%20%20A%20Worshiper%20of%20Jesus" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/02\/10\/The%20Jesus%20Walk%3A%20%20A%20Worshiper%20of%20Jesus" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/02\/10\/The%20Jesus%20Walk%3A%20%20A%20Worshiper%20of%20Jesus.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Guest Speaker, Pastor David George<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">February 3, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">David George<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">David George speaks to PBC<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/02\/03\/Guest%20Speaker%2C%20Pastor%20David%20George" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/02\/03\/Guest%20Speaker%2C%20Pastor%20David%20George" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/02\/03\/Guest%20Speaker%2C%20Pastor%20David%20George.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Testimony from Johnny Ochsner<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">February 3, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Johnny Ochsner<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Johnny Ochsner\'s testimony<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/02\/03\/Testimony%20from%20Johnny%20Ochsner" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/02\/03\/Testimony%20from%20Johnny%20Ochsner" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/02\/03\/Testimony%20from%20Johnny%20Ochsner.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Discipleship series, week 4<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">January 27, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues his series on Discipleship<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/01\/27\/Discipleship%20series%2C%20week%204" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/01\/27\/Discipleship%20series%2C%20week%204" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/01\/27\/Discipleship%20series%2C%20week%204.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Don Romero\'s Testimony<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">January 20, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Don Romero<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Don Romero gives his testimony<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/01\/20\/Don%20Romero%27s%20Testimony" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/01\/20\/Don%20Romero%27s%20Testimony" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/01\/20\/Don%20Romero%27s%20Testimony.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">The Jesus Walk:  Learnin from Jesus<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">January 20, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues the series on Discipleship<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/01\/20\/The%20Jesus%20Walk%3A%20%20Learnin%20from%20Jesus" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/01\/20\/The%20Jesus%20Walk%3A%20%20Learnin%20from%20Jesus" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/01\/20\/The%20Jesus%20Walk%3A%20%20Learnin%20from%20Jesus.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Doug Crocket\'s Testimony<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">January 13, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Doug Crocket<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Doug Crocket gives his testiony during Sunday\'s service<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/01\/13\/Doug%20Crocket%27s%20Testimony" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/01\/13\/Doug%20Crocket%27s%20Testimony" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/01\/13\/Doug%20Crocket%27s%20Testimony.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">The Jesus Walk:  Being called by Jesus<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">January 13, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues the series on Discipleship<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/01\/13\/The%20Jesus%20Walk%3A%20%20Being%20called%20by%20Jesus" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/01\/13\/The%20Jesus%20Walk%3A%20%20Being%20called%20by%20Jesus" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/01\/13\/The%20Jesus%20Walk%3A%20%20Being%20called%20by%20Jesus.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">The Jesus Walk: Getting covered in the dust of Jesus<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">January 6, 2008<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson and Chris Ritter<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Rick and Chris speak from their heart concerning our need for discipleship as Chrisitans<\/p>' +
'  <p class="PS-Episode-Summary">What does it mean to be a disciple, and what does it mean to &quot;make disciples&quot; of Jesus?  Rick and Chris tag team this sermon, addressing our need to become disciples and multiply discipleship in other people as we follow Jesus together.<\/p>' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2008\/01\/06\/The%20Jesus%20Walk%3A%20Getting%20covered%20in%20the%20dust%20of%20Jesus" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2008\/01\/06\/The%20Jesus%20Walk%3A%20Getting%20covered%20in%20the%20dust%20of%20Jesus" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2008\/01\/06\/The%20Jesus%20Walk%3A%20Getting%20covered%20in%20the%20dust%20of%20Jesus.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Complete Renovation: Put On<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">December 30, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=47&search=Colossians%203%3A12-17" onclick="PS.Listen.openFull(this);return false;">Colossians 3:12-17 (ESV)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues his series on Colossians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/12\/30\/Complete%20Renovation%3A%20Put%20On" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/12\/30\/Complete%20Renovation%3A%20Put%20On" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/12\/30\/Complete%20Renovation%3A%20Put%20On.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Sheep and Shepherds<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">December 30, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Chris Ritter<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Chris Ritter ends 2007 with reflections on John 10:1-21<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/12\/30\/Sheep%20and%20Shepherds" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/12\/30\/Sheep%20and%20Shepherds" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/12\/30\/Sheep%20and%20Shepherds.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">The Rejected Suffering Servant<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">December 30, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Max Shelnutt<\/p>' +
'    <p class="PS-Episode-Scripture"><a href="http:\/\/www.biblegateway.com\/passage\/?version=49&search=Isaiah%2053%3A1-3" onclick="PS.Listen.openFull(this);return false;">Isaiah 53:1-3 (NASB)<\/a><\/p>' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Max continues his class on Christ in the Old Testament<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/12\/30\/The%20Rejected%20Suffering%20Servant" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/12\/30\/The%20Rejected%20Suffering%20Servant" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/12\/30\/The%20Rejected%20Suffering%20Servant.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Belonging to a Covenant Community<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">December 24, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Rick concludes the series on the Gift of God\'s Covenant<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/12\/24\/Belonging%20to%20a%20Covenant%20Community" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/12\/24\/Belonging%20to%20a%20Covenant%20Community" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/12\/24\/Belonging%20to%20a%20Covenant%20Community.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Remembering the Covenant<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">December 16, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Third week of &quot;The Gift of God\'s Covenant Love&quot;<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/12\/16\/Remembering%20the%20Covenant" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/12\/16\/Remembering%20the%20Covenant" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/12\/16\/Remembering%20the%20Covenant.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Celebrating the New Covenant<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">December 9, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Second week of &quot;The Gift of God\'s Covenant Love&quot;<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/12\/09\/Celebrating%20the%20New%20Covenant" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/12\/09\/Celebrating%20the%20New%20Covenant" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/12\/09\/Celebrating%20the%20New%20Covenant.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">A Covenant Relationship with God<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">December 2, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick begins his series on Covenant relationships<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/12\/02\/A%20Covenant%20Relationship%20with%20God" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/12\/02\/A%20Covenant%20Relationship%20with%20God" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/12\/02\/A%20Covenant%20Relationship%20with%20God.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Love Rocklin<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">November 25, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick concludes his series on the Kingdom of God with a charge for all of us to love our area as God has loved it.<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/11\/25\/Love%20Rocklin" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/11\/25\/Love%20Rocklin" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/11\/25\/Love%20Rocklin.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Jude Part 2 - Jude 17-25<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">November 21, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Chris Ritter<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">WARNING - QUALITY IS VERY POOR for a reason we do not know, please accept our apologies!  Enjoy  :-)<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/11\/21\/Jude%20Part%202%20-%20Jude%2017-25" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/11\/21\/Jude%20Part%202%20-%20Jude%2017-25" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/11\/21\/Jude%20Part%202%20-%20Jude%2017-25.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Contending For The Faith - Jude 1-16<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">November 11, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Chris Ritter<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Chris Ritter continues &quot;The Little Guys&quot; Series, with the first of two sermons in Jude<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/11\/11\/Contending%20For%20The%20Faith%20-%20Jude%201-16" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/11\/11\/Contending%20For%20The%20Faith%20-%20Jude%201-16" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/11\/11\/Contending%20For%20The%20Faith%20-%20Jude%201-16.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Walking In The Truth<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">November 4, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Chris Ritter<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Chris Ritter continues his series on &quot;The Little Guys&quot;, this week in 3 John<\/p>' +
'  <p class="PS-Episode-Summary">Chris Ritter breaks down what it means to walk in the truth, discusses why it\'s so important to support those in ministry, and gives us a personal message of &quot;peace to you&quot; as John did to his good friend Gaius<\/p>' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/11\/04\/Walking%20In%20The%20Truth" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/11\/04\/Walking%20In%20The%20Truth" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/11\/04\/Walking%20In%20The%20Truth.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">The Little Guys Series, week one - II John<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">October 28, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Chris Ritter<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Chris Ritter begins his 4 part series on &quot;The Little Guys&quot;<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/10\/28\/The%20Little%20Guys%20Series%2C%20week%20one%20-%20II%20John" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/10\/28\/The%20Little%20Guys%20Series%2C%20week%20one%20-%20II%20John" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/10\/28\/The%20Little%20Guys%20Series%2C%20week%20one%20-%20II%20John.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Kingdom And The Heart<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">October 21, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues the Kingdom of God series<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/10\/21\/Kingdom%20And%20The%20Heart" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/10\/21\/Kingdom%20And%20The%20Heart" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/10\/21\/Kingdom%20And%20The%20Heart.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">God Sized Obstacles<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">October 7, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues the Kingdom of God series, re-exploring the story of the feeding of the thousands in John 6<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/10\/07\/God%20Sized%20Obstacles" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/10\/07\/God%20Sized%20Obstacles" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/10\/07\/God%20Sized%20Obstacles.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Loaves and Fishes<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">September 30, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues the Kingdom of God series, looking into the story of Jesus feeding the thousands.<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/09\/30\/Loaves%20and%20Fishes" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/09\/30\/Loaves%20and%20Fishes" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/09\/30\/Loaves%20and%20Fishes.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">The Heart of the Matter<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">September 27, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues the Kingdom of God series<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/09\/27\/The%20Heart%20of%20the%20Matter" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/09\/27\/The%20Heart%20of%20the%20Matter" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/09\/27\/The%20Heart%20of%20the%20Matter.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Surpassing Righteosness<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">September 16, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues the Kingdom of God series, exploring what it means to be righteous in God\'s eyes<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/09\/16\/Surpassing%20Righteosness" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/09\/16\/Surpassing%20Righteosness" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/09\/16\/Surpassing%20Righteosness.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Loving God, Loving Others<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">September 9, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick Sisson casts vision for our church in this next year.  Also, Chris Ritter, Carol Lenane, and Tyler Lenocker do the same for their ministries<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/09\/09\/Loving%20God%2C%20Loving%20Others" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/09\/09\/Loving%20God%2C%20Loving%20Others" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/09\/09\/Loving%20God%2C%20Loving%20Others.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Jesus, The Ultimate Fulfillment<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">September 2, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues our series on The Kingdom of God, studying Matthew 5:17-20<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/09\/02\/Jesus%2C%20The%20Ultimate%20Fulfillment" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/09\/02\/Jesus%2C%20The%20Ultimate%20Fulfillment" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/09\/02\/Jesus%2C%20The%20Ultimate%20Fulfillment.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">The Ultimate Treasure<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">August 26, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Chris Ritter<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Chris Ritter speaks on Matthew 6:19-34<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/08\/26\/The%20Ultimate%20Treasure" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/08\/26\/The%20Ultimate%20Treasure" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/08\/26\/The%20Ultimate%20Treasure.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Salt and Light<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">August 5, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues his series on the Kingdom of God.<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/08\/05\/Salt%20and%20Light" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/08\/05\/Salt%20and%20Light" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/08\/05\/Salt%20and%20Light.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">The Never Ending Story<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">July 22, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Engstrom<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Guest speaker Rick Engstrom<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/07\/22\/The%20Never%20Ending%20Story" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/07\/22\/The%20Never%20Ending%20Story" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/07\/22\/The%20Never%20Ending%20Story.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Bridezillas<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">July 8, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Tyler Lenocker<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Guest speaker Tyler Lenocker speaks from Matthew 9:14-17<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/07\/08\/Bridezillas" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/07\/08\/Bridezillas" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/07\/08\/Bridezillas.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">The Kingdom of God: Here and Now<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">June 24, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick Sisson begins his study on the Kingdom of God<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/06\/24\/The%20Kingdom%20of%20God%3A%20Here%20and%20Now" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/06\/24\/The%20Kingdom%20of%20God%3A%20Here%20and%20Now" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/06\/24\/The%20Kingdom%20of%20God%3A%20Here%20and%20Now.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">A Passion for People - Ephesians 6:18-24<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">June 10, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick wraps up the series in Ephesians, focusing on Paul\'s passion for people and our need for that same passion<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/06\/10\/A%20Passion%20for%20People%20-%20Ephesians%206%3A18-24" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/06\/10\/A%20Passion%20for%20People%20-%20Ephesians%206%3A18-24" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/06\/10\/A%20Passion%20for%20People%20-%20Ephesians%206%3A18-24.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Withstanding the Devil\'s Attacks<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">June 3, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues the series of Ephesians, talking about spiritual warfare from Chapter 6<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/06\/03\/Withstanding%20the%20Devil%27s%20Attacks" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/06\/03\/Withstanding%20the%20Devil%27s%20Attacks" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/06\/03\/Withstanding%20the%20Devil%27s%20Attacks.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">The Greatest Story Ever Told<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">May 20, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Chris Ritter<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Chris Ritter speaks about our longing for reconciliation and redemption, and how Scripture shows God providing both for us<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/05\/20\/The%20Greatest%20Story%20Ever%20Told" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/05\/20\/The%20Greatest%20Story%20Ever%20Told" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/05\/20\/The%20Greatest%20Story%20Ever%20Told.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Why Obedience Brings Blessing - Ephesians 6:1-4<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">May 17, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues the series in Ephesians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/05\/17\/Why%20Obedience%20Brings%20Blessing%20-%20Ephesians%206%3A1-4" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/05\/17\/Why%20Obedience%20Brings%20Blessing%20-%20Ephesians%206%3A1-4" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/05\/17\/Why%20Obedience%20Brings%20Blessing%20-%20Ephesians%206%3A1-4.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Christ Loves the Church<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">May 8, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick Sisson continues our series of Ephesians 5:25-27<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/05\/08\/Christ%20Loves%20the%20Church" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/05\/08\/Christ%20Loves%20the%20Church" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/05\/08\/Christ%20Loves%20the%20Church.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">The Mystery of Marriage Revealed<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">April 22, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick discusses one of the most difficult passages in Scripture pertaining to marriage and male\/female roles.<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/04\/22\/The%20Mystery%20of%20Marriage%20Revealed" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/04\/22\/The%20Mystery%20of%20Marriage%20Revealed" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/04\/22\/The%20Mystery%20of%20Marriage%20Revealed.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Easter Sunday Sermon<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">April 9, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick celebrates Easter with his sermon out of Ephesians 5:15-21<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/04\/09\/Easter%20Sunday%20Sermon" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/04\/09\/Easter%20Sunday%20Sermon" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/04\/09\/Easter%20Sunday%20Sermon.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Walking in the Light<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">March 25, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues the series in Ephesians<\/p>' +
'  <p class="PS-Episode-Summary">This week, Rick discusses very practically what it looks like for people to &quot;walk in the light&quot;.<\/p>' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/03\/25\/Walking%20in%20the%20Light" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/03\/25\/Walking%20in%20the%20Light" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/03\/25\/Walking%20in%20the%20Light.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Potholes to Becoming - Ephesians 5:1-2<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">March 18, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues the series in Ephesians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/03\/18\/Potholes%20to%20Becoming%20-%20Ephesians%205%3A1-2" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/03\/18\/Potholes%20to%20Becoming%20-%20Ephesians%205%3A1-2" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/03\/18\/Potholes%20to%20Becoming%20-%20Ephesians%205%3A1-2.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Forgiveness - Ephesians 4:30-32<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">March 11, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Rick Sisson continues the series on Ephesians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/03\/11\/Forgiveness%20-%20Ephesians%204%3A30-32" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/03\/11\/Forgiveness%20-%20Ephesians%204%3A30-32" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/03\/11\/Forgiveness%20-%20Ephesians%204%3A30-32.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Walk This Way<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">February 27, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Ephesians 4:25-28 from Pastor Rick Sisson<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/02\/27\/Walk%20This%20Way" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/02\/27\/Walk%20This%20Way" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/02\/27\/Walk%20This%20Way.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Ephesians 4:24-27<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">February 18, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Rick Sisson continues the series on Ephesians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/02\/18\/Ephesians%204%3A24-27" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/02\/18\/Ephesians%204%3A24-27" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/02\/18\/Ephesians%204%3A24-27.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Ephesians 4:17-24<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">February 11, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues the series in Ephesians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/02\/11\/Ephesians%204%3A17-24" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/02\/11\/Ephesians%204%3A17-24" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/02\/11\/Ephesians%204%3A17-24.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Special Speaker<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">February 4, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Brad Carpenter<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Sermon from Brad Carpenter, Associate Pastor at Valley Springs Presbyterian Church<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/02\/04\/Special%20Speaker" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/02\/04\/Special%20Speaker" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/02\/04\/Special%20Speaker.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Brought Together in Christ - Ephesians 4:3-7<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">January 21, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues the series in Ephesians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/01\/21\/Brought%20Together%20in%20Christ%20-%20Ephesians%204%3A3-7" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/01\/21\/Brought%20Together%20in%20Christ%20-%20Ephesians%204%3A3-7" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/01\/21\/Brought%20Together%20in%20Christ%20-%20Ephesians%204%3A3-7.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Oneness inChrist - Ephesians 4:1-3<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">January 14, 2007<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues the series in Ephesians<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2007\/01\/14\/Oneness%20inChrist%20-%20Ephesians%204%3A1-3" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2007\/01\/14\/Oneness%20inChrist%20-%20Ephesians%204%3A1-3" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2007\/01\/14\/Oneness%20inChrist%20-%20Ephesians%204%3A1-3.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Anticipating Jesus... Bethlehem Prepares<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">December 17, 2006<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues with the 3rd week of the Advent Series<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2006\/12\/17\/Anticipating%20Jesus...%20Bethlehem%20Prepares" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2006\/12\/17\/Anticipating%20Jesus...%20Bethlehem%20Prepares" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2006\/12\/17\/Anticipating%20Jesus...%20Bethlehem%20Prepares.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Anticipating Jesus... The Angels Announce<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">December 10, 2006<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick continues the advent series with the second week<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2006\/12\/10\/Anticipating%20Jesus...%20The%20Angels%20Announce" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2006\/12\/10\/Anticipating%20Jesus...%20The%20Angels%20Announce" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2006\/12\/10\/Anticipating%20Jesus...%20The%20Angels%20Announce.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Anticipating Jesus... Hoping In The Promises<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">December 3, 2006<\/p>' +
'    <p class="PS-Episode-Speaker">Chris Ritter<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Chris Ritter begins the Advent season speaking about hope<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2006\/12\/03\/Anticipating%20Jesus...%20Hoping%20In%20The%20Promises" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2006\/12\/03\/Anticipating%20Jesus...%20Hoping%20In%20The%20Promises" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2006\/12\/03\/Anticipating%20Jesus...%20Hoping%20In%20The%20Promises.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">November Sermon<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">November 26, 2006<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Duplicate of Sermon from November - test<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2006\/11\/26\/November%20Sermon" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2006\/11\/26\/November%20Sermon" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2006\/11\/26\/November%20Sermon.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Seeing things clearly part 2<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">November 26, 2006<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Pastor Rick concludes a 2 part series on vision for the church<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2006\/11\/26\/Seeing%20things%20clearly%20part%202" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2006\/11\/26\/Seeing%20things%20clearly%20part%202" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2006\/11\/26\/Seeing%20things%20clearly%20part%202.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Seeing Things Clearly part 1<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">November 19, 2006<\/p>' +
'    <p class="PS-Episode-Speaker">Rick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">pastor Rick Sission begins a 2 part series on vision for the church<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2006\/11\/19\/Seeing%20Things%20Clearly%20part%201" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2006\/11\/19\/Seeing%20Things%20Clearly%20part%201" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2006\/11\/19\/Seeing%20Things%20Clearly%20part%201.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Odd">' +
'  <p class="PS-Episode-Title">Staying Connected - John 15<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">November 12, 2006<\/p>' +
'    <p class="PS-Episode-Speaker">Rob Maxey<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Guest speaker Rob Maxey speaks about staying connected to Jesus<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2006\/11\/12\/Staying%20Connected%20-%20John%2015" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2006\/11\/12\/Staying%20Connected%20-%20John%2015" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2006\/11\/12\/Staying%20Connected%20-%20John%2015.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<div class="PS-Episode-Block-Even">' +
'  <p class="PS-Episode-Title">Bedrock<\/p>' +
'  <div class="PS-Episode-Detail">' +
'    <p class="PS-Episode-Date">November 5, 2006<\/p>' +
'    <p class="PS-Episode-Speaker">Dick Sisson<\/p>' +
'    ' +
'  <\/div>' +
'  <p class="PS-Episode-Description">Dick Sisson (pastor Rick\'s father) at Providence Bible Church in Rocklin, CA<\/p>' +
'  ' +
'  <ul class="PS-Episode-Actions">' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/listen\/2006\/11\/05\/Bedrock" class="PS-Episode-Link-Listen" onclick="PS.Listen.open(this);return false;">Listen<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/send\/2006\/11\/05\/Bedrock" class="PS-Episode-Link-Send" onclick="PS.Listen.openFull(this);return false;">Send to Friend<\/a><\/li>' +
'    <li><a href="http:\/\/portablesermons.com\/Providence\/2006\/11\/05\/Bedrock.mp3" class="PS-Episode-Link-Download">Download<\/a><\/li>' +
'  <\/ul>' +
'<\/div>';
document.write(PSEmbedded);

PSEmbedded = '<p style="margin:20px 0 20px 0;padding:4px 0 0 0;border:none;background:none;font-family:Verdana,Helvetica,sans-serif;font-size:10px;line-height:12px;">' +
'  <a href="http:\/\/portablesermons.com\/" style="margin:-4px 10px 0 0;padding:0;border:0;background:url(\'http:\/\/portablesermons.com\/images\/badge_logo.gif\') no-repeat;font-size:10px;text-indent:-1000em;text-decoration:none;display:block;height:30px;width:170px;float:left;" title="PortableSermons.com — your sermons. anywhere." onclick="PS.Listen.openFull(this);return false;">PortableSermons.com — your sermons. anywhere.<\/a>' +
'  Powered by <a href="http:\/\/portablesermons.com\/" style="margin:0;padding:0;border:0;background:none;font-size:10px;text-indent:0;text-decoration:none;" onclick="PS.Listen.openFull(this);return false;">PortableSermons.com<\/a><br \/><span style="font-size:9px;">&copy; 2007-2008 PortableSermons.com<\/span>' +
'<\/p>';
document.write(PSEmbedded);

PSEmbedded = '';
