<!--

/*
Random Content Script- By JavaScript Kit(http://www.javascriptkit.com) 
Over 200+ free JavaScripts here!
*/

function random_content(){
var mycontent=new Array()
//specify random content below.
mycontent[1]='<a href="http://www.mbl.is/sport/urslit/rammar.html"><img src="../myndir/urslit_115x38.gif" border=0 width="115" height="38"></a>'
mycontent[2]='<a href="http://www.heimur.is"><img src="../myndir/tolvuheimur.jpg" width="100" height="133" alt="" border="0"></a>'
mycontent[3]='<div class="haus">skráðu mig á póstlista</div><div class="innlegg"><form action="mailto:jonab@centrum.is" method="post"><input type="hidden" name="subject" value="Vinsamlegast skráðu mig á póstlistann þinn"><input type="text" name="body" size="13" maxlength="30"><br><input type="submit" value=" Senda "></form></div>'

var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
//-->
