Hjælp til optimering af ASP sider - Hvad gør jeg galt?
Hej min forside er ufattelig lang tid om at loade (iflg. frontPage 13sek ved 56) www.forskningsforum.dk/forside.asp Hvad skyldes dette? Gode råd udbedes, da alle mine sider generelt er lang tid om at loade.Jeg kører med access database. Skyldes loadtiden:
1. At jeg laver siderne i FP.
2. Kører Access i stedet for SQL
3. Min html kode
4. At jeg benytter include filer
5. Andet
Hvis nogen vil påtage sig at \"rense\" forsiden (optimerer) for at jeg kan se forskellen, smider jeg gerne nogle point i - og jeg attacher gerne scriptet..
Jeg tillader mig at paste scriptet her:
<%@ LANGUAGE=\"VBSCRIPT\" %>
<% Option Explicit
%>
<!-- #INCLUDE VIRTUAL=\"/adovbs.inc\" -->
<%
dim link, conn, RS, sql
Set conn = Server.CreateObject(\"ADODB.Connection\")
Set RS = Server.CreateObject(\"ADODB.Recordset\")
sub hent_link(link)
conn.Open Application(\"database\")
RS.Open \"SELECT * FROM TLink WHERE LinkType=\'\"& link &\"\'\", conn
while not RS.EOF
response.write \"<a href=\"\"java script:AabenLink(\'\"
response.write RS(\"URL\")
response.write \"\')\"\">\"
response.write RS(\"Beskrivelse\")
response.write \"</a><br>\"
RS.MoveNext
Wend
RS.Close
conn.close
end sub
Dim streng, SvarStatus
\' Henter antal åbne og lukkede spg.
sub hent_total(SvarStatus)
Conn.Open Application(\"Database\")
Select case SvarStatus
case FALSE
RS.Open \"SELECT Svar_ID FROM TSvar WHERE SvarStatus=FALSE AND SvarTil=0\", Conn
Response.write RS.RecordCount
case TRUE
RS.Open \"SELECT Svar_ID FROM TSvar WHERE SvarStatus=TRUE AND SvarTil=0\", Conn
Response.write RS.RecordCount
end select
RS.Close
Conn.Close
end sub
\' henter nyeste opgaver
sub nyesteOpg(opgaver)
Dim Tittel
Conn.Open Application(\"fildb\")
Select case opgaver
case \"opg\"
sql = \"SELECT TOP 5 ID, Tittel FROM TFiles ORDER BY ID DESC\"
\'RS.Open \"SELECT ID, Tittel FROM TFiles\", Conn
end select
if( LEN(sql) > 0) then
Set RS = Conn.Execute( sql )
While NOT RS.EOF
Response.write \"<img border=\"\"0\"\" src=\"\"/billeder/logo/download.gif\"\"> \"
Tittel=LEFT(RS(\"Tittel\"),28)
Tittel=LEFT(Tittel,INSTRREV(Tittel,\"\")) &\"...\"
Response.write \"<a href=\"\"/Upload/downloadDB.asp?ID=\"& RS(\"ID\") &\"\"\">\"& Tittel
Response.write \"</a><br>\"
RS.MoveNext
Wend
RS.Close
conn.Close
End if
sql = \"\"
end sub
\' henter nyeste debatindlaeg
sub nyestedebat(debat)
Dim R_Message
Conn.Open Application(\"database\")
Select case debat
case \"deb\"
sql = \"SELECT TOP 5 Reply_ID, R_Message, topic_ID FROM Reply ORDER BY Reply_ID DESC\"
\'RS.Open \"SELECT Reply_ID, R_Message, topic_ID FROM Reply\", Conn
end select
if( LEN(sql) > 0) then
Set RS = Conn.Execute( sql )
While NOT RS.EOF
Response.write \"<img border=\"\"0\"\" src=\"\"/billeder/logo/faq.gif\"\"> \"
R_Message=LEFT(RS(\"R_Message\"),28)
R_Message=LEFT(R_Message,INSTRREV(R_Message,\"\")) &\"...\"
Response.write \"<a href=\"\"/Forum2/topic.asp?topic_id=\"& RS(\"topic_ID\") &\"\"\">\"& R_Message
Response.write \"</a><br>\"
RS.MoveNext
Wend
RS.Close
conn.Close
End if
sql = \"\"
end sub
\' henter nyeste annonce
sub nyesteannonce(annonce)
Dim cTitle
Conn.Open Application(\"database\")
Select case annonce
case \"ann\"
sql = \"SELECT TOP 5 cTitle, nAdID FROM tblAds ORDER BY nAdID DESC\"
\'RS.Open \"SELECT cTitle, nAdID FROM tblAds\", Conn
end select
if( LEN(sql) > 0) then
Set RS = Conn.Execute( sql )
While NOT RS.EOF
Response.write \"<img border=\"\"0\"\" src=\"\"/billeder/logo/calendar.gif\"\"> \"
cTitle=LEFT(RS(\"cTitle\"),28)
cTitle=LEFT(cTitle,INSTRREV(cTitle,\"\")) &\"...\"
Response.write \"<a href=\"\"/bazar_dk/details.asp?nAdID=\"& RS(\"nAdID\") &\"\"\">\"& cTitle
Response.write \"</a><br>\"
RS.MoveNext
Wend
RS.Close
conn.Close
End if
sql = \"\"
end sub
%>
<script type=\"text/javascript\">
<!--
function AabenLink(URL)
{
NytVind = window.open(URL, \"NytVind\", \"toolbar=yes,status=no,resizable=yes,scrollbars=yes,width=400,height=300\")
}
// -->
</script>
<head>
<LINK href=\"/main.css\" rel=\"stylesheet\" type=\"text/css\">
<title>[ .. ForskningsForum .. Den Akademiske Portal .. ]</title>
<style fprolloverstyle>A:hover {color: #FF0000}
</style>
</head>
<!-- #INCLUDE VIRTUAL=\"/inc/headerforside.asp\" -->
<body bgcolor=\"#18949C\" leftmargin=\"0\" link=\"#003F5C\" vlink=\"#003F5C\" alink=\"#003F5C\">
<table border=\"0\" width=\"516\" height=\"100%\">
<tr>
<td width=\"115\" valign=\"top\" align=\"middle\" height=\"100%\">
<!-- #INCLUDE VIRTUAL=\"/inc/leftmenu.asp\" -->
</td>
<td bgcolor=\"#FFFFFF\" width=\"642\" valign=\"top\" height=\"100%\">
<!-- Her er det reele indhold af siden. -->
<!-- Billeder i toppen af siden -->
<table border=\"0\" width=\"629\" cellpadding=\"0\" cellspacing=\"0\" height=\"85\">
<tr><td valign=\"bottom\" width=\"168\" height=\"14\">
</td>
<td valign=\"bottom\" align=\"center\" width=\"300\" height=\"14\">
</td>
<td valign=\"bottom\" width=\"155\" height=\"14\">
</td>
</tr>
<tr><td valign=\"bottom\" rowspan=\"2\" width=\"168\" height=\"71\">
<p align=\"center\"><img border=\"0\" src=\"images/wpe3DB.jpg\"></p>
</td>
<td valign=\"top\" align=\"center\" width=\"300\" height=\"65\">
<p align=\"center\">
<img border=\"0\" src=\"/billeder/logo/logo_finish.jpg\" width=\"297\" height=\"58\" ALT=\"\" align=\"top\"></p>
</td>
<td valign=\"bottom\" rowspan=\"2\" width=\"155\" height=\"71\">
<p align=\"center\"><img border=\"0\" src=\"images/wpe3DD.jpg\"></p>
</td>
</tr><tr>
<td valign=\"top\" align=\"center\" width=\"300\" height=\"6\">
<p align=\"center\">
<img border=\"0\" src=\"/billeder/forside/daPortal.gif\" width=\"239\" height=\"21\" ALT=\"\"></p>
</td>
</tr>
</table>
<!-- billeder i toppen slut -->
<table border=\"0\" width=\"650\" cellspacing=\"0\" cellpadding=\"0\" height=\"1\">
<tr>
<td width=\"648\" height=\"2\" bgcolor=\"#003F5C\"></td>
</tr>
</table>
<!-- Tabel til hele \"body sektionen\" -->
<table border=\"0\" cellspacing=\"0\" width=\"642\" cellpadding=\"0\" cellspacing=\"0\" height=\"1\">
</tabel>
<tr><td width=\"117\" valign=\"top\" height=\"1\">
<!-- venstre link side -->
<table border=\"0\" cellspacing=\"0\" width=\"117\" height=\"601\">
<tr align=\"center\">
<td width=\"117\" bgcolor=\"#99CCCC\" valign=\"top\" height=\"146\">
<p class=\"LilleOverskrift\">AVISER</p>
<p class=\"TykLinks\">
<%
link = \"Avis\"
call hent_link(link)
%>
<br></p></td></tr>
<tr align=\"center\">
<td width=\"117\" bgcolor=\"#FCEDB3\" height=\"141\" valign=\"top\">
<p class=\"LilleOverskrift\">ANDRE TIDSSKRIFER</p>
<p class=\"TykLinks\">
<%
link = \"Tids\"
call hent_link(link)
%>
</p>
</td></tr>
<tr align=\"center\">
<td width=\"117\" bgcolor=\"#99CCCC\" height=\"192\" valign=\"top\">
<p align=\"center\" class=\"LilleOverskrift\">WORLDNEWS<br>BY CONTINENT</p>
<p align=\"center\" class=\"TykLinks\">
<%
link = \"WNews\"
call hent_link(link)
%>
<br></p>
<p>
</td></tr>
<tr align=\"center\">
<td width=\"117\" bgcolor=\"#FCEDB3\" height=\"114\" valign=\"top\">
</td></tr>
</table>
</td>
<!-- Slut paa venstre side at \"body\" -->
<!-- Start paa miderste del at \"body\" -->
<td width=\"407\" valign=\"top\" height=\"1\">
<table border=\"0\" cellspacing=\"0\" width=\"398\" height=\"589\">
<tr><td width=\"403\" valign=\"top\" align=\"left\" height=\"587\">
<table border=\"0\" cellspacing=\"0\" width=\"395\" height=\"329\">
<tr>
<td valign=\"top\" width=\"200\" height=\"96\">
<table border=\"0\" width=\"76%\" cellspacing=\"0\" cellpadding=\"3\" height=\"278\">
<tr>
<td width=\"100%\" bordercolorlight=\"#000000\" valign=\"top\" height=\"71\">
<table width=\"200\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#999999\">
<tr>
<td width=\"8\" valign=\"top\" bordercolorlight=\"#000000\" bgcolor=\"#003F5C\"><font face=\"Arial\"><img src=\"images/wpe34811.gif\"></font></td>
<td width=\"200\" align=\"center\" bgcolor=\"#003F5C\" valign=\"top\"><font color=\"#FFFFFF\" face=\"Arial\"><b>On-Line
Chat</b></font></td>
<td width=\"8\" align=\"right\" valign=\"top\" bgcolor=\"#003F5C\"><font face=\"Arial\"><img src=\"images/wpe35687.gif\"></font></td>
</tr>
</table>
<table width=\"200\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
<tr>
<td width=\"200\" colspan=\"2\" valign=\"top\">
<b><font face=\"Arial\" size=\"2\">På tværs af fag/landegrænser</font></b>
</td>
</tr>
<tr>
<td width=\"68\" valign=\"top\">
<img border=\"0\" src=\"images/forsid2.jpg\">
</td>
<td width=\"140\" valign=\"top\">
<font face=\"Arial\" size=\"2\">Mød ligesindede i det globale rum og tal
om alt mellem himmel og jord.</font>
</td>
</tr>
</table>
<table width=\"199\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
<tr valign=\"top\">
<td width=\"199\" bordercolorlight=\"#18949C\" valign=\"top\" class=\"TyndLinks\"><a href=\"/dkchat/\"><b>Se
hvilke nationaliteter der chatter netop nu</b></a> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td width=\"100%\" valign=\"top\" height=\"21\"> </td>
</tr>
<tr>
<td width=\"100%\" valign=\"top\" height=\"1\">
<table width=\"200\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#999999\">
<tr>
<td width=\"8\" valign=\"top\" bordercolorlight=\"#000000\" bgcolor=\"#003F5C\"><font face=\"Arial\"><img src=\"images/wpe34811.gif\"></font></td>
<td width=\"200\" align=\"center\" bgcolor=\"#003F5C\" height=\"20\"><font color=\"#FFFFFF\" face=\"Arial\"><b>OpgaveBank</b></font></td>
<td width=\"8\" align=\"right\" valign=\"top\" bgcolor=\"#003F5C\"><font face=\"Arial\"><img src=\"images/wpe35687.gif\"></font></td>
</tr>
</table>
<table width=\"200\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
<tr align=\"center\" valign=\"middle\">
</tr>
</table>
<table width=\"200\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
<tr>
<td width=\"200\" colspan=\"2\" height=\"20\"><b><font size=\"2\" face=\"Arial\">Global
Videndeling</font></b></td>
</tr>
<tr>
<td width=\"68\" valign=\"top\" class=\"TyndLinks\">
<a href=\"/videndeling/\"><img border=\"0\" src=\"images/communication.gif\" width=\"71\" height=\"62\"></a>
</td>
<td height=\"72\"> <font face=\"Arial\" size=\"2\">Upload dine doku- menter i
vores opgavebank. Eller hent inspiration. </font>
</td>
</tr>
</table>
<table width=\"200\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
<tr>
<td width=\"200\" valign=\"top\" height=\"21\"> <font face=\"Arial\" size=\"2\"><b><a href=\"/videndeling/\">Besøg
OpgaveBanken</a></b></font>
</td>
</tr>
<tr>
<td width=\"200\" valign=\"top\" height=\"10\"><b><font face=\"Arial\" color=\"#FF0000\" size=\"1\">Seneste
5 dokumenter uploadet:</font></b>
</td>
</tr>
<tr>
<td valign=\"top\" height=\"100%\"><p class=\"TykLinks\">
<%
call nyesteOpg(\"opg\")
%>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width=\"200\" height=\"1\" valign=\"top\"><font size=\"1\"> </font></td>
</tr>
<tr>
<td width=\"200\" valign=\"top\" height=\"20\"></td>
</tr>
<tr>
<td width=\"100%\" valign=\"top\" height=\"145\">
<table width=\"200\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#999999\">
<tr>
<td width=\"8\" valign=\"top\" bordercolorlight=\"#000000\" bgcolor=\"#003F5C\"><font face=\"Arial\"><img src=\"images/wpe34811.gif\"></font></td>
<td width=\"200\" align=\"center\" bgcolor=\"#003F5C\" height=\"20\" valign=\"top\"><font color=\"#FFFFFF\" face=\"Arial\"><b>Event
Kalender</b></font></td>
<td width=\"8\" align=\"right\" valign=\"top\" bgcolor=\"#003F5C\"><font face=\"Arial\"><img src=\"images/wpe35687.gif\"></font></td>
</tr>
</table>
<table width=\"200\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
<tr valign=\"top\">
<td width=\"200\" colspan=\"3\" height=\"20\">
<font face=\"Arial\" size=\"2\"><b>Glem ikke de gode foredrag</b></font>
</td>
</tr>
<tr valign=\"top\">
<td width=\"68\">
<img border=\"0\" src=\"images/forsid2.gif\" width=\"66\" height=\"60\">
</td>
<td width=\"140\">
<font face=\"Arial\" size=\"2\">Indsæt selv opslag om aktiviteter.
Foredrag, seminarer, fester etc.</font>
</td>
</tr>
</table>
<table width=\"200\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"59\">
<tr>
<td width=\"200\" valign=\"top\" height=\"20\"><b><font face=\"Arial\" size=\"2\"><a href=\"/kalender/\">Vælg
først fagområde:</a></font></b></td>
</tr>
<tr>
<td width=\"200\" valign=\"top\" height=\"17\"><b><font face=\"Arial\" color=\"#FF0000\" size=\"1\">Seneste
5 opslag i Kalenderen:</font></b></td>
</tr>
<tr>
<td width=\"200\" valign=\"top\" height=\"22\" ></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td align=\"center\" width=\"384\" valign=\"top\" height=\"96\">
<table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"3\" height=\"584\">
<tr>
<td width=\"100%\" bordercolorlight=\"#000000\" height=\"578\" valign=\"top\">
<table width=\"200\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#999999\">
<tr>
<td width=\"8\" valign=\"top\" bordercolorlight=\"#000000\" bgcolor=\"#003F5C\"><font face=\"Arial\"><img src=\"images/wpe34811.gif\"></font></td>
<td width=\"200\" align=\"center\" bgcolor=\"#003F5C\"><b><font color=\"#FFFFFF\" face=\"Arial\" size=\"3\">Her
og nu</font></b></td>
<td width=\"8\" align=\"right\" valign=\"top\" bgcolor=\"#003F5C\"><font face=\"Arial\"><img src=\"images/wpe35687.gif\"></font></td>
</tr>
</table>
<table width=\"200\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
<tr>
<td width=\"200\" valign=\"top\"><b><font face=\"Arial\" size=\"2\"><font color=\"#FF0000\">Velkommen
<%
if (session(\"Authenticated\")= \"1\" ) then
%>
<%=session(\"brugernavn\") %>
</font>
<%
end if
%>
</font></b></td>
</tr>
<tr valign=\"top\">
<td width=\"200\" valign=\"top\"><font color=\"#000000\" face=\"Arial\" size=\"2\"><b>Der
er <%=Application(\"AntalBrugere\") %> aktive brugere online</b></font>
</td>
</tr>
<tr valign=\"top\">
<td width=\"200\" valign=\"top\">
<b><font color=\"#FF0000\" size=\"2\" face=\"Arial\">For medlemmer:</font></b>
</td>
</tr>
</table>
<table width=\"200\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"509\">
<tr valign=\"top\">
<td width=\"200\" height=\"21\" class=\"TyndLinks\" valign=\"top\"><a href=\"/community/hvemeronline.asp\">Hvem
er Online netop nu?</a></td>
</tr>
<tr valign=\"top\">
<td width=\"200\" height=\"21\" class=\"TyndLinks\" valign=\"top\"><a href=\"/community/aendreprofil.asp\">Her kan du ændre din profil</a></td>
</tr>
<tr valign=\"top\">
<td width=\"200\" height=\"23\" valign=\"top\"></td>
</tr>
<tr valign=\"top\">
<td width=\"200\" height=\"39\"> </td>
</tr>
<tr valign=\"top\">
<td width=\"200\" valign=\"top\" height=\"156\">
<table width=\"200\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#999999\">
<tr>
<td width=\"8\" valign=\"top\" bordercolorlight=\"#000000\" bgcolor=\"#003F5C\"><font face=\"Arial\"><img src=\"images/wpe34811.gif\"></font></td>
<td width=\"200\" align=\"center\" bgcolor=\"#003F5C\" valign=\"top\" height=\"20\"><b><font color=\"#FFFFFF\" face=\"Arial\">DebatForum</font></b></td>
<td width=\"8\" align=\"right\" valign=\"top\" bgcolor=\"#003F5C\"><font face=\"Arial\"><img src=\"images/wpe35687.gif\"></font></td>
</tr>
</table>
<table width=\"200\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
<tr align=\"center\" valign=\"middle\">
</tr>
</table>
<table width=\"200\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"97\">
<tr valign=\"top\">
<td width=\"200\" colspan=\"2\" height=\"20\">
<font face=\"Arial\" size=\"2\"><b>Kig med eller deltag aktivt</b></font>
</td>
</tr>
<tr valign=\"top\">
<td width=\"68\" height=\"77\">
<a target=\"_top\"><img src=\"billeder/forside/life.gif\" border=\"0\" width=\"73\" height=\"62\"></a>
</td>
<td width=\"140\" height=\"77\">
<font face=\"Arial\" color=\"#000000\" size=\"2\">Deltag i den faglige debat. Hvor
alt kan vendes og drejes</font>
</td>
</tr>
</table>
<table width=\"200\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"61\">
<tr valign=\"top\">
<td width=\"200\" class=\"TyndLinks\" height=\"21\">
<a href=\"/forum2/\"><b><font face=\"Arial\" size=\"2\">Debatten er i fuld gang...</font></b></a>
</td>
</tr>
<tr valign=\"top\">
<td width=\"200\" valign=\"top\" height=\"10\"><b><font face=\"Arial\" color=\"#FF0000\" size=\"1\">Seneste
5
indlæg i Debatten:</font></b></td>
</tr>
<tr valign=\"top\">
<td width=\"200\" height=\"20\" valign=\"top\"><p class=\"TykLinks\">
<%
call nyestedebat(\"deb\")
%>
</td>
</tr>
</table>
</td>
</tr>
<tr valign=\"top\">
<td width=\"200\" valign=\"top\" height=\"20\" ><font size=\"1\"> </font></td>
</tr>
<tr valign=\"top\">
<td width=\"200\" valign=\"top\" height=\"25\" ></td>
</tr>
<tr>
<td width=\"100%\" valign=\"top\" height=\"166\">
<table width=\"200\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#999999\" height=\"19\">
<tr>
<td width=\"8\" valign=\"top\" bordercolorlight=\"#000000\" bgcolor=\"#003F5C\" height=\"19\"><font face=\"Arial\"><img src=\"images/wpe34811.gif\"></font></td>
<td width=\"200\" align=\"center\" bgcolor=\"#003F5C\" valign=\"top\" height=\"19\"><font color=\"#FFFFFF\" face=\"Arial\"><b>BaZar</b></font></td>
<td width=\"8\" align=\"right\" valign=\"top\" bgcolor=\"#003F5C\" height=\"19\"><font face=\"Arial\"><img src=\"images/wpe35687.gif\"></font></td>
</tr>
</table>
<table width=\"200\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"72\">
<tr valign=\"top\">
<td width=\"200\" colspan=\"3\" valign=\"top\" height=\"20\">
<font face=\"Arial\" size=\"2\"><b>Køb, salg og bytte</b></font>
</td>
</tr>
<tr valign=\"top\">
<td width=\"65\" valign=\"top\" height=\"52\">
<p align=\"center\">
<img border=\"0\" src=\"images/forsid3.jpg\" width=\"54\" height=\"60\">
</p>
</td>
<td width=\"143\" valign=\"top\" height=\"52\">
<font face=\"Arial\" size=\"2\">Ligger dine bøger og samler støv? Står
du og mangler en bog der netop er udgået?</font>
</td>
</tr>
</table>
<table width=\"200\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"57\">
<tr>
<td width=\"200\" valign=\"top\" height=\"19\" >
<a href=\"/BaZar_dk/main.asp\"><b><font face=\"Arial\" size=\"2\">Indryk annonce
eller søg
</font>
</b></a>
</td>
</tr>
<tr>
<td width=\"200\" valign=\"top\" height=\"17\" ><b><font face=\"Arial\" color=\"#FF0000\" size=\"1\">Seneste
5 annoncer i BaZaren:</font></b></td>
</tr>
<tr>
<td width=\"200\" valign=\"top\" height=\"21\" ><p class=\"TykLinks\">
<%
call nyesteannonce(\"ann\")
%>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td></tr></table>
</td>
<!-- Slut paa miderste del af body -->
<td width=\"116\" valign=\"top\" align=\"right\" height=\"1\">
<!-- Start paa hoejre side af body -->
<table border=\"0\" cellspacing=\"0\" width=\"117\" height=\"600\">
<tr>
<td bgcolor=\"#99CCCC\" valign=\"top\" width=\"117\"
<p class=\"LilleOverskrift\" height=\"74\">
<p class=\"LilleOverskrift\" align=\"center\">KUNST PÅ NETTET</p>
<p class=\"TykLinks\" align=\"center\">
<%
link = \"Kunst\"
call hent_link(link)
%>
<br></p>
<p align=\"center\">
</td>
</tr>
<tr align=\"center\">
<td bgcolor=\"#FCEDB3\" align=\"center\" valign=\"top\" width=\"117\" height=\"94\">
<p class=\"LilleOverskrift\">UNIVERSITETER WORLDWIDE</p>
<dl>
<p class=\"TykLinks\"><a href=\"java script:AabenLink(\'http://geowww.uibk.ac.at/univ/world.html\')\">Links til over 5000 universiter i 154 lande</a></p>
</dl>
</td></tr>
<tr align=\"center\">
<td bgcolor=\"#99CCCC\" align=\"center\" valign=\"top\" width=\"117\" height=\"135\">
<p class=\"LilleOverskrift\">DIVERSE</p>
<dl>
<p class=\"TykLinks\"><a href=\"java script:AabenLink(\'http://www.hotmail.com\')\">Hotmail.com</a> <br><a href=\"java script:AabenLink(\'http://www.bibliotek.dk\')\">Bibliotek.dk</a></p>
</dl>
</td></tr>
<tr align=\"center\">
<td bgcolor=\"#FCEDB3\" align=\"center\" valign=\"top\" width=\"117\" height=\"100%\">
<p class=\"LilleOverskrift\">
<p class=\"LilleOverskrift\">
<p class=\"LilleOverskrift\">
</td></tr>
</table>
</td></tr>
</table>
</table>
</body>
