// slumpar bild till sidan.
// Ändra antalet totala bilder om någon läggs till alt. tas bort

var intImages = 15; //Totala antalet bilder.
var intImageShow = Math.floor(Math.random() * intImages) + 1;
document.write("<a href='http://www.eman.se' title='Klicka f&ouml;r att komma till startsidan »'><img alt='Logotyp: Em&aring;ns Vattenf&ouml;rbund.' title='' src='/images/randomheaders/" + intImageShow + ".jpg' width='950' height='140' /></a>");
