<?php
// QuickTicket 2.5 build:20101220
echo '
</td>
</tr>
</table>
';
if ( isset($strPrevUrl) && isset($strNextUrl) )
{
echo '
<div class="banner">
<div style="padding:10px;">
<table class="button" cellspacing="0">
<tr class="button">
<td><span style="color:white;font-size:8pt">powered by <a style="color:white" href="http://www.qt-cute.org">QT-cute</a></span></td>
<td class="button" style="width:90px;"><a style="font-weight:bold" href="',$strPrevUrl,'">',$strPrevLabel,'</a></td>
<td style="width:10px"></td>
<td class="button" style="width:90px;"><a style="font-weight:bold" href="',$strNextUrl,'">',$strNextLabel,'</a></td>
</tr></table>
</div>
</div>
';
}
echo '
</div>
</body>
</html>';
?>