%
'#################################################################################
'# Copyright (C) 2002 John Andersson
'#
'# This program is free software; you can redistribute it and/or
'# modify it under the terms of the GNU General Public License
'# as published by the Free Software Foundation; either version 2
'# of the License, or any later version.
'#
'# All copyright notices regarding ZIXForum
'# must remain intact in the scripts and in the outputted HTML
'# The "powered by" text/logo with a link back to
'# http://www.john.mypc.nu/Zix in the footer of the pages MUST
'# remain visible when the pages are viewed on the internet or intranet.
'#
'# This program is distributed in the hope that it will be useful,
'# but WITHOUT ANY WARRANTY; without even the implied warranty of
'# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
'# GNU General Public License for more details.
'#
'#
'# Support can be obtained from support forums at:
'# http://www.john.mypc.nu/Zix
'#
'# Correspondence and Marketing Questions can be sent to:
'# zixforum@home.se
'#################################################################################
' Rev 1.12 checked 2002/02/26
%>
<%
j = 1
for i = 1 to 64
if i < 10 then
Response.Write "
"
else
Response.Write "
"
end if
if j = 5 then
Response.Write "
"
j = 1
else
j = j + 1
end if
next
%>