


var curYear = new Date();
curYear = curYear.getFullYear(); 

var sText = "<div style=\"margin-top:" + topmargin + "px; margin-bottom:" + bottommargin + "px; width:" + width + "px;text-align:center;font-size:" + fontsize + "px;font-family:" + font + ";\">\n" +
        "        Podcasts Powered by <a href=\"http://podcastnewsservice.com/\">Podcast News Service</a><br />\n" +
        "        All trademarks mentioned herein belong to their respective owners<br />\n" + 
        "        &copy " + curYear + " <a href=\"http://podcastnewsservice.com\"><font color=\"black\" class=\"pns\">Podcast News Service</font></a><br />\n" + 
        "</div>\n"
        
document.write(sText);