function openwindowp()
{
window.open("http://www.dtv4pc.net/js/privacypolicy.htm",
	"mywindow","location=1,status=1,scrollbars=1,width=400,height=500");
}

function openwindowt()
{
window.open("http://www.dtv4pc.net/js/termsandconditions.htm",
	"mywindow","location=1,status=1,scrollbars=1,width=400,height=500");
}

document.write("<br /><div style='width:650px'><p align='center' class='footer'>&copy;1997 - ");
var mydate=new Date()
var year=mydate.getYear()
if (year < 1000)
year+=1900
document.write("<smaller><font face='Arial'>"+year+"</font></smaller>");
document.write(" 3B Software, Inc. All rights reserved. Disclaimer: The trademarks,  logos, and service marks that are displayed on ");
document.write("the Site are the registered and  unregistered marks of their respective owners. ");
document.write("Specific Channel availability may  change from time to time. We do not host ");
document.write("or offer video content of our own and  are not affiliated with or endorsed by ");
document.write("the companies or web sites listed here.  If you would like your site to be ");
document.write("removed from our directory of video, audio or  Internet TV, please <a href='mailto:cs@3bsoftware.com' style='color:#aaaaaa'>contact us</a>. &nbsp; <a href='javascript: openwindowp()' style='color:#aaaaaa'>Privacy Policy</a> &nbsp; <a href='javascript: openwindowt()' style='color:#aaaaaa'>Terms and Conditions</a></p></div><br /><br />");


