<!DOCTYPE html>
<html lang="en">
	<head>
		<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
		<meta charset="utf-8" />
		<title>New Episodes (CA)</title>
		<meta name="keywords" content="television, show, series, new episodes" />
		<meta name="description" content="A listing of episodes airing in Canada via TVMaze." />
		<link href="../common/epguides_style.css" rel="stylesheet" type="text/css" />
		<link href="../common/guide_style.css" rel="stylesheet" />
				<script>
			<!--
			function popup(mylink, windowname, iWidth, iHeight) {
				if (!window.focus) return true;
				var href;
				if (typeof(mylink) == 'string')
					href = mylink;
				else
					href = mylink.href;

				window.open(href, windowname, 'left=' + (window.screen.availWidth - iWidth - 25) + ',top=25,width=' + iWidth + ',height=' + iHeight + ',scrollbars=yes,resizable=yes');
				return false;
			}

			function targetopener(closeonly, href) {
				if (href != null) {
					window.opener.location = href;
					closeonly = true;
				}
				if (!closeonly) {
					window.opener.document.location.reload(true);
				}
				window.opener.focus();
				window.close();
				return false;
			}

			function cancel() {
				window.close();
			}
			//-->
		</script>


		<style>
			body {
				width: 85%;
				margin-left: auto;
				margin-right: auto;
				padding-left: 5px;
				padding-right: 5px;
			}
			.startTime {
				font-weight: bold;
			}
			.eptitle {
				margin-left: 2em;
			}
			.network {
				margin-left: 1em;
			}
			.blurb {
				font-style: italic;
				margin-left: 2em;
				text-align: justify;
			}
			.premiere {
				margin-left: 1em;
				color: green;
			}
			@media print {
				#feed {
					width: 95%;
					margin-left: auto;
					margin-right: auto;
				}
			}
		</style>
	</head>
	

	<body class="center">
		
		<table id="TVHeader">
			<tr>
				<td class="center wid50">
					For US airdates of a foreign show, click <b>The Futon Critic</b>.

				</td>
				<td class="right wid25">
					<form name="likeToggle" action="#" method="post">
						<span class="small">
						<input type="hidden" name="likeLink" value="like"><a href="../common/myShows.asp"
							onclick="return popup(this,'myepguides',400,400)">my shows</a> | <a href="javascript:document.likeToggle.submit();">
								</a> |
						
						change your list &lt;<a href="../common/preferences.asp">preferences</a>&gt;
						
						</span>
					</form>
				</td>
			</tr>
		</table>

		<div id="top">
			<a href="../../"><img src="../../images/epguides_logo.gif" alt="epguides.com" /></a>
		</div>
		<div>
			&nbsp;
		</div>
		<div>
			<form name="cd" method="post" action="CA.asp">
				<span style="font-weight: bold;">
					Canada - New Episodes
					<select id="chooseDay" name="chooseDay" style="font-weight: bold;" onchange="javascript:this.form.submit();">
						<option value="0" selected='selected'>Today, Friday, April 17, 2026</option>
						<option value="1" >Tomorrow, Saturday, April 18, 2026</option>
						<option value="-1" >Yesterday, Thursday, April 16, 2026</option>
					</select>
				</span>
				<br />
			</form>
			<span class="NoPrint" style="font-size: 80%;">Data from <a href="http://www.tvmaze.com/api">TVmaze&rsquo;s API</a></span><br />
			<br />
		</div>
		<div id="feed" style="text-align: left; background-color: #f0f0f0; padding: 3px 3px 3px 3px;">
			<span class='startTime'>09.00</span><br /><hr />
&#8226; <a href='https://www.tvmaze.com/shows/14522/100-huntley-street'>100 Huntley Street</a> (Yes TV) <span class='premiere'></span><br /><span class='seasonAndNumber'>2026x77</span>: <a href='https://www.tvmaze.com/episodes/3585420/100-huntley-street-2026-04-17-episode-77'>Episode 77</a><br /><div class='blurb'></div><br />

			<hr />
			<hr />
		</div>

		<div class="pads">
					<div class="flexnav">
			<div>
				<a href="#top">TO<br />
					Top of<br />
					Page</a>
			</div>
			<div id="homePage">
				<a href="..">Back to<br />
					Main<br />
					Menu</a>
			</div>
			<div id="menusGrids">
				<a href="../grid/menusgrids.asp">All Menus<br />&amp;Grids</a>
			</div>
		</div>

		<div class="pads">
			If you have any general questions, please read our <cite><a href="../FAQ/">FAQ</a></cite>, which also includes instructions on how to send us e-mail for corrections to menus or general show info. For corrections and additions to episode details for specific shows, click through to the episode and submit corrections via <a href="http://www.tvmaze.com/">TVmaze.com</a>.
		</div>

<!-- button code from https://www.templatemonster.com/blog/back-to-top-button-css-jquery/ (Matthew Cain) -->
<style>
	#button {
		display: inline-block;
		background-color: #ff9800;
		width: 30px;
		height: 30px;
		text-align: center;
		border-radius: 4px;
		position: fixed;
		bottom: 30px;
		left: 20px;
		transition: background-color .3s, opacity .5s, visibility .5s;
		opacity: 0;
		visibility: hidden;
		z-index: 1000;
	}
	#button::after {
		content: "\f077";
		font-family: FontAwesome;
		font-weight: normal;
		font-style: normal;
		font-size: 2em;
		line-height: 30px;
		color: #fff;
	}
	#button:hover {
		cursor: pointer;
		background-color: #333;
	}
	#button:active {
		background-color: #ff9800;
	}
	@media only print {
		#button.show {
			opacity: 0;
			visibility: hidden;
		}
	}
	@media only screen {
		#button.show {
			opacity: 1;
			visibility: visible;
		}
	}
</style>

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">

<a id="button"></a>

<script src="../common/js/jquery-1.9.1.min.js"></script>
<script>
	jQuery(document).ready(function() {
		var btn = $('#button');

		$(window).scroll(function() {
			if ($(window).scrollTop() > 300) {
				btn.addClass('show NoPrint');
			} else {
				btn.removeClass('show NoPrint');
			}
		});

		btn.on('click', function(e) {
			e.preventDefault();
			$('html, body').animate({scrollTop:0}, '300');
		});
	});
</script>

		</div>
	</body>
</html>
