så skulle den værei hus....
<!-------------------------------------------------------------------------------
Author: RBK - Reklamebureauet Konsulenterne Aps
All copyrights to Reklamebureauet Konsulenterne Aps © 1999-2000
This page has been designed and programmed by:
Karsten Hede Jensen (karsten@rbk.dk) & David Krogstrup (david@rbk.dk)
Language: Danish
Phone: +45 - 70 218 218
Fax: +45 - 70 218 217
SnailMail: Finsensvej 37a, 2000 Frederiksberg, Denmark
RBK Emailadress: rbk@rbk.dk
-------------------------------------------------------------------------------->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<title></title>
<meta name="keywords" content="">
<meta name="description">
<style> #divBottom {
position : absolute;
font-family : verdana,arial,helvetica;
height : 20;
width : 100;
font-size : 10pt;
color : Silver;
text-decoration : none;
}
</style>
<script language="JavaScript1.2">
/********************************************************************************
Copyright (C) 1999 Thomas Brattli
This script is made by and copyrighted to Thomas Brattli at
www.bratta.comVisit for more great scripts.
This may be used freely as long as this msg is intact!
********************************************************************************/
/********************************************************************************
Remeber to set the look of the divBottom layer in the stylesheet (if you wan't
another font or something)
********************************************************************************/
/*Set these values, gleft for how much from the right you wan't the layer to go
and gtop for how much from the bottom you wan't it*/
var gleft=350
var gtop=30
//Browsercheck
var n = (document.layers) ? 1:0;
var ie = (document.all) ? 1:0;
/********************************************************************************
Constructing the ChangeText object
********************************************************************************/
function makeObj(obj,nest){
nest=(!nest) ? '':'document.'+nest+'.'
this.css=(n) ? eval(nest+'document.'+obj):eval(obj+'.style')
this.moveIt=b_moveIt;
}
function b_moveIt(x,y){
this.x=x; this.y=y
this.css.left=this.x
this.css.top=this.y
}
/********************************************************************************
Initilizing the page, getting height and width to moveto and calls the
object constructor
********************************************************************************/
var pageWidth,pageHeight
function geoInit(){
oTest=new makeObj('divBottom')
pageWidth=(ie)?document.body.offsetWidth-4:innerWidth;
pageHeight=(ie)?document.body.offsetHeight-2:innerHeight;
checkIt()
//sets the resize handler.
onresize=resized
if(ie) window.onscroll=checkIt;
}
/********************************************************************************
This function executes onscroll in ie and every 30 millisecond in ns
and checks if the user have scrolled, and if it has it moves the layer.
********************************************************************************/
function checkIt(){
if(ie) oTest.moveIt(document.body.scrollLeft+gleft,document.body.scrollTop+gtop)
else if(n){
oTest.moveIt(window.pageXOffset+gleft, window.pageYOffset+gtop)
setTimeout('checkIt()',20)
}
}
//Adds a onresize event handler to handle the resizing of the window.
function resized(){
pageWidth=(ie)?document.body.offsetWidth-4:innerWidth;
pageHeight=(ie)?document.body.offsetHeight-2:innerHeight;
if(ie) checkIt()
}
//Calls the geoInit onload
onload=geoInit;
//Here we will write the div out so that lower browser won't see it.
if(n || ie) document.write('<div id="divBottom"><a href="#" csover="158FD3B0" onmouseover="CSAction(new Array(/*CMP*/\'158FD3B0\'));return true;"><img height="55" width="40" src="up.gif"></a><p><a href="#" csover="15A23231" onmouseover="CSAction(new Array(/*CMP*/\'15A23231\'));return true;"><img height="55" width="40" src="down.gif"></a></div>')
</script>
<base>
<!-- HER STARTER SCROLL OP OG NED SCRIPTET-->
<csactions>
<csaction name="158FD3B0" class="Scroll Up" type="ONEVENT" val0="15" val1="50">
<csaction name="15A23231" class="Scroll Down" type="ONEVENT" val0="15" val1="50">
</csactions>
<csscriptdict>
<script><!--
CSStopExecution = false;
function CSAction(array) {
return CSAction2(CSAct, array);
}
function CSAction2(fct, array) {
var result;
for (var i=0;i<array.length;i++) {
if(CSStopExecution) return false;
var actArray = fct[array[i]];
if(actArray == null) return false;
var tempArray = new Array;
for(var j=1;j<actArray.length;j++) {
if((actArray[j] != null) && (typeof(actArray[j]) == "object") && (actArray[j].length == 2)) {
if(actArray[j][0] == "VAR") {
tempArray[j] = CSStateArray[actArray[j][1]];
}
else {
if(actArray[j][0] == "ACT") {
tempArray[j] = CSAction(new Array(new String(actArray[j][1])));
}
else
tempArray[j] = actArray[j];
}
}
else
tempArray[j] = actArray[j];
}
result = actArray[0](tempArray);
}
return result;
}
CSAct = new Object;
function CSScrollUp(action){
if(navigator.appVersion.charAt(0) >=4) {
var container = 0
if (action[2] > 0) {
while (container < action[1]) {
window.scrollBy(0,-action[2]);
container = container + action[2];
}
}
}
}
function CSScrollDown(action){
if(navigator.appVersion.charAt(0) >=4) {
var container = 0
if (action[2] > 0) {
while (container < action[1]) {
window.scrollBy(0,action[2]);
container = container + action[2];
}
}
}
}
// --></script>
</csscriptdict>
<csactiondict>
<script><!--
CSAct[/*CMP*/ '158FD3B0'] = new Array(CSScrollUp,15,50);
CSAct[/*CMP*/ '15A23231'] = new Array(CSScrollDown,15,50);
// --></script>
</csactiondict>
<style type="text/css"><!--
#mailer { position: absolute; top: 22px; left: 399px; width: 146px; height: 140px; visibility: visible }
a:hover { color: #000000; font-style: normal; font-size: 9pt; font-family: Geneva, Arial; text-decoration: underline }
a:link { color: #000000; font-style: normal; font-size: 9pt; font-family: Geneva, Arial; text-decoration: none }
a:visited { color: #000000; font-style: normal; font-size: 9pt; font-family: Geneva, Arial; text-decoration: none }
body { color: #000000; font-style: normal; font-size: 9pt; font-family: Geneva, Arial }
td { color: #000000; font-style: normal; font-weight: normal; font-size: 9pt; font-family: Geneva, Arial }-->
</style>
<!-- HER SLUTTER SCROLL OP OG NED SCRIPTET-->
<META NAME="Generator" CONTENT="Stone's WebWriter 2">
</head>
<body topmargin="10" marginheight="10" leftmargin="10" marginwidth="10" bgcolor="white">
Testing
<p>Testing</p>
<p>Testing
</p>
<p>Testing</p>
<p>Testing</p>
<p>Testing</p>
<p>Testing</p>
<p>Testing</p>
<p>Testing</p>
<p>Testing</p>
<p>Testing</p>
<p>Testing</p>
<p>Testing</p>
<p>Testing</p>
<p>Testing</p>
<p>Testing</p>
<p>Testing</p>
<p>Testing</p>
<p>Testing</p>
<p>Testing</p>
<p>Testing</p>
<p>Testing</p>
<p>Testing</p>
<p>Testing</p>
<p>Testing</p>
<p>Testing</p>
<p>Testing</p>
<p>Testing</p>
<p>Testing</p>
<p>Testing
</body>
</html>