<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:t="http://www.participatorypolitics.org/"
      xmlns:i18n="http://www.participatoryculture.org/i18n"
      guideId="@@@kargs['id']@@@"
      eventCookie="@@@eventCookie@@@" dtvPlatform="@@@dtvPlatform@@@">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="resource:css/style.css" />
<t:include filename="dynamic.js" />
<script type="text/javascript">
function goToGuide() {
    var elt = document.getElementsByTagName("html")[0];
    var guideId = elt.getAttribute('guideId');
  eventURL('action:goToGuide?id=' + guideId);
}
setTimeout(goToGuide, 1000);
/* We use setTimeout because we want to make sure that the loading image has a
 * chance to render. Otherwise we get a blank screen when the channel guide is
 * rendering.
 */
</script>
</head>

<body class="channel-guide-body">
	<div id="channel-guide-loading-image">
		<span id="channel-guide-loading-text" i18n:translate="">Loading Channel Guide</span>
	</div>
</body>
</html>
