<!--

/*
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.snillingur-jon.is"><img src="../myndir/hsnillings.gif" alt="" width="300" height="60" border="0"></a>'
mycontent[2]='<a href="mailto:jonab@centrum.is" ><img src="../myndir/hsnillings2.gif" alt="" width="300" height="60" border="0"></a>'
mycontent[3]='<a href="http://www.frodi.is"><img src="../myndir/b&b.jpg" width="250" height="39" alt="" border="0"></a>'

var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
//-->
