//Text Banner Rotation Script 1.1 Copyright 2003-2004 by MyKazaam.com Author: Yaza.  You must leave this copyright header in tact for use.  Please read the License file that accompanies the full package of this script.  For support visit http://www.mykazaam.com
var banner=new Array()

banner[0]='<iframe src="http://serv.sejeunger.dk/forside/Rotor/forside1.html" name="Forside banner1" width="930" marginwidth="0" height="230" marginheight="0" align="middle" scrolling="no" frameborder="0"></iframe>'

banner[1]='<iframe src="http://serv.sejeunger.dk/forside/Rotor/forside2.html" name="Forside banner1" width="930" marginwidth="0" height="230" marginheight="0" align="middle" scrolling="no" frameborder="0"></iframe>'

banner[2]='<iframe src="http://serv.sejeunger.dk/forside/Rotor/forside4.html" name="Forside banner1" width="930" marginwidth="0" height="230" marginheight="0" align="middle" scrolling="no" frameborder="0"></iframe>'

//banner[3]='<iframe src="http://serv.sejeunger.dk/forside/Rotor/forside4.html" name="Forside banner1" width="930" marginwidth="0" height="230" marginheight="0" align="middle" scrolling="no" frameborder="0"></iframe>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])
