<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
	<title>{{productName}}</title>
	
	<noscript>
		<meta http-equiv="refresh" content="1;URL={{rootUrl}}/requirements.bv" />
	</noscript>
	
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<meta http-equiv="Description" content="{{productShortName}}" />
	<meta http-equiv="Keywords" content="{productShortName}}" />
	<meta http-equiv="Revisit" content="15 days" />
	<meta http-equiv="Author" content="BannerView.com E-Business Solutions" />
	
	<script type="text/javascript">
		var rootUrl = '{{rootUrl}}';
	</script>
	
	<script type="text/javascript" src="{{rootUrl}}/resources/global.js"></script>
	<link href="{{rootUrl}}/resources/global.css" rel="stylesheet" />
	<script type="text/javascript" src="{{rootUrl}}/resources/default/default.js"></script>
	<link href="{{rootUrl}}/resources/default/default.css" rel="stylesheet" />

	<script type="text/javascript" src="{{rootUrl}}/resources/popBox.js"></script>
	<link href="{{rootUrl}}/resources/popBox.css" rel="stylesheet" />
	
	<!--[if IE 6]>
	<link rel="stylesheet" href="{{rootUrl}}/resources/default/ie.css" type="text/css" media="screen" />
	<![endif]-->

	{{headContents}}
</head>
<body onLoad="{{onLoad}}">
<div id="overlay"></div><div id="popBox"></div>
<div id="toolTip"></div>
<div class="wrapper">
	<div id="header">
		<span>BannerView.com - {{productName}}</span>
		<div id="navigation">
			<a href="{{rootUrl}}/admin/dashboard.bv" class="main">Main</a>
			<a href="#" onClick="popBox('{{rootUrl}}/library/credits.bv', 400, 420);" class="about">About</a>
			<a href="#" onClick="openHelp({{helpid}});" class="help">Help</a>
			<a href="{{rootUrl}}/admin/logout.bv" class="logOut">Logout</a>
		</div>
	</div>
	<div id="headerShadow"></div>
	<div align="center">
		| <a href="{{rootUrl}}/admin/dashboard.bv?id=news">Newsletter</a>
		| <a href="{{rootUrl}}/admin/dashboard.bv?id=temps">Templates</a>
		| <a href="{{rootUrl}}/admin/dashboard.bv?id=lists">Managing Lists</a>
		| <a href="{{rootUrl}}/admin/dashboard.bv?id=stats">Statistics</a>
		| <a href="{{rootUrl}}/admin/dashboard.bv?id=admin">Admin options</a> |
	</div>
	<br />
	<div id="bodyCell">
		<div align="center" class="message">
			<noscript>
				Your Browser Is Not Compatible With This Software.
			</noscript>
		</div>
		{{bodyContents}}
	</div>
	<div class="push"></div>
</div>
<div id="footer"></div>
</body>
</html>