$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]" xmlns="http://www.w3.org/1999/xhtml">
<head>
<if condition="$pages['name'] == 'home'">
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
</if>
<title>$vboptions[hometitle] <if condition="$pagetitle">- $pagetitle</if></title>
$headinclude
<if condition="$pages[name]=='home'">
<script type="text/javascript" src="$vboptions[bburl]/vbcover/vbslideshow/vbslideshow.js"></script>
</if>
</head>
<body>
$header
$navbar
<if condition="$show['customizepagelink']">
<div align="$stylevar[right]" style="padding-top: $stylevar[cellpadding]px; padding-bottom: $stylevar[cellpadding]px">
<if condition="$show['customizepage']">
[<a href="javascript
: reset_cmps_layout($pages[pageid])">$vbphrase[reset_layout]</a>]
[<a href="$show[customizepagelink]">$vbphrase[exit_customization_mode]</a>]
<else />
[<a href="$show[customizepagelink]">$vbphrase[customize_this_page]</a>]
</if>
</div>
</if>
<table align="center" class="page" cellspacing="1" cellpadding="0" width="100%">
<tr valign="top">
<if condition="$show['head_column']">
<td align="left" valign="top" bgcolor="#AACCF2">
$home[headblocks] </td>
</if>
</tr>
</table>
<table align="center" class="page" cellspacing="1" cellpadding="0" width="100%">
<tr valign="top">
<if condition="$show['top_column']">
<td width="70%" align="left" valign="top" bgcolor="#AACCF2">
$home[topblocks] </td>
</if>
<if condition="$show['top1_column']">
<td width="30%" align="left" valign="top" bgcolor="#AACCF2">
$home[top1blocks] </td>
</if>
</tr>
</table>
<table align="center" class="page" cellspacing="0" cellpadding="0" width="100%">
<tr valign="top">
<if condition="$show['left_column']">
<td width="25%"><if condition="$show['center_column'] OR $show['right_column']"> </if>
$home[leftblocks] </td>
</if>
<if condition="$show['center_column']">
<td width="50%">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<if condition="$show['center_column']">
<td width="50%" valign="top">$home[centerblocks]</td>
</if>
<if condition="$show['center1_column']">
<td width="50%" valign="top">$home[center1blocks]</td>
</if>
</tr>
<tr>
<if condition="$show['center2_column']">
<td width="50%" valign="top">$home[center2blocks]</td>
</if>
<if condition="$show['center3_column']">
<td width="50%" valign="top">$home[center3blocks]</td>
</if>
</tr>
<tr>
<if condition="$show['center4_column']">
<td width="50%" valign="top">$home[center4blocks]</td>
</if>
<if condition="$show['center5_column']">
<td width="50%" valign="top">$home[center5blocks]</td>
</if>
</tr>
<tr>
<if condition="$show['center6_column']">
<td width="50%" valign="top">$home[center6blocks]</td>
</if>
<if condition="$show['center7_column']">
<td width="50%" valign="top">$home[center7blocks]</td>
</if>
</tr>
<tr>
<if condition="$show['center8_column']">
<td width="50%" valign="top">$home[center8blocks]</td>
</if>
<if condition="$show['center9_column']">
<td width="50%" valign="top">$home[center9blocks]</td>
</if>
</tr>
</table>
</td>
</if>
<if condition="$show['right_column']">
<td valign="top" width="25%"><if condition="$show['center_column'] OR $show['left_column']"></if>
$home[rightblocks] </td>
</if>
</tr>
</table>
<table align="center" class="page" cellspacing="1" cellpadding="0" width="100%">
<tr valign="top">
<if condition="$show['bottom_column']">
<td align="left" valign="top" bgcolor="#AACCF2">
$home[bottomblocks] </td>
</if>
</tr>
</table>
$footer
</body>
</html>