﻿function writeFooter(){
var strFooter='';
strFooter+='<div class="mainFooterTxt"><center>';
strFooter+='	<a class="mainFooterTxt" href="default.asp">Home</a> | ';
strFooter+='	<a class="mainFooterTxt" href="tvm_about.html">About Us</a> | ';
strFooter+='	<a class="mainFooterTxt" href="tvm_restaurantowners.html">Restaurant Owners</a> | ';
strFooter+='	<a class="mainFooterTxt" href="tvm_episodes.asp">Episodes</a> | ';
strFooter+='	<a class="mainFooterTxt" href="tvm_accolades.html">Accolades</a> | ';
strFooter+='	<a class="mainFooterTxt" href="tvm_contactus.html">Contact Us</a> | ';
strFooter+='	<a class="mainFooterTxt" href="tvm_sponsors.html">Sponsors</a> | ';
//strFooter+='	<a class="mainFooterTxt" href="tvm_tellafriend.html">Tell a Friend</a> | ';
strFooter+='<\/div>';
strFooter+='<div class="mainFooterTxt">';
strFooter+='Air Times: Sunday at 11 AM on Fox Providence, Sunday at 11:30 AM on WPRI 12, and Saturday at 10 AM and Sunday at 9:30 AM on MYRITV. <br>Also on MYRITV Mon-Fri at Midnight.<br>Copyright &#169 2012 TV Maitre d - All Rights Reserved.';
strFooter+='<p>&nbsp</p><\/div>';
document.write(strFooter);
}
writeFooter();

function popcase(url, name){
	var newWin
	newWin = window.open(url,name,"screenX=90,screenY=90,top=90,left=90, ,width=550,height=500,scrollbars=yes,resizable=no");
	newWin.focus();
}

