<!--

	// anchor #top script
	
	document.write ('<table width="600" border="0" cellpadding="0" cellspacing="0">');
		document.write ('<tr>');
			document.write ('<td width="600" height="30" class="brod" align="left" valign="bottom">');
				document.write ('<img src="img/spacer.gif" width="1" height="30" border="0" />');
			document.write ('</td>');
		document.write ('</tr>');
		document.write ('<tr>');
			document.write ('<td width="600" height="40" class="brod" align="center" valign="bottom">');
				document.write ('<a href="#top" title="Till toppen av sidan">');
					document.write ('TILL TOPPEN?');
				document.write ('</a>');
			document.write ('</td>');
		document.write ('</tr>');
		document.write ('<tr>');
			document.write ('<td width="600" height="10" class="brod" align="left" valign="bottom">');
				document.write ('<img src="img/spacer.gif" width="1" height="10" border="0" />');
			document.write ('</td>');
		document.write ('</tr>');
	document.write ('</table>');

// -->

