
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>ARLA - KOmmeraten</title>
<link rel="stylesheet" type="text/css" href="arla.css">
<script type="text/javascript" src="arla.js"></script>
<SCRIPT LANGUAGE = "JavaScript">
<!--
var secs
var timerID = null
var timerRunning = false
var delay = 1000

function InitializeTimer()
{
    // Set the length of the timer, in seconds
    secs = 10
    StopTheClock()
    StartTheTimer()
}

function StopTheClock()
{
    if(timerRunning)
        clearTimeout(timerID)
    timerRunning = false
}

function StartTheTimer()
{
    if (secs==0) {
        StopTheClock()
		document.location.href='menuleft.asp?buttons=True&target=frontpage.asp';
    } else {
        //self.status = secs
        secs = secs - 1
        timerRunning = true
        timerID = self.setTimeout("StartTheTimer()", delay)
    }
}
//-->
</SCRIPT>



<body>
<Script language="JavaScript">
	if (self.location == history.forward()) {}
</Script>





<table width="141" height="540" border="0" cellspacing="0" cellpadding="0"  class="tableorange">
<tr>
      <td width="10" height="10" background="images/corner1.gif"></td>
    <td width="121" height="10"></td>
    <td width="10" height="10"></td>
  </tr>
    <tr>
      <td width="10"></td>
      <td height="520" valign="top" style="padding-top:15px;">
		
      
      
      <table width="100%"  border="0" cellpadding="0" cellspacing="0">
        <tr>
     	
        </tr>
        <tr>
       	
        </tr>
        <tr>
     	
        </tr>
        
        
        
        
        <tr>
        
        </tr>
        
        
        <tr>
        
        </tr>
        
        
        
        
        <tr>
     	
        </tr>     
      </table>
      
      
      
      </td>
      <td width="10"></td>
    </tr>
    <tr>
      <td height="10" background="images/corner3.gif"></td>
      <td height="10"></td>
      <td height="10"></td>
    </tr>
</table>

</body>
</html>