//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]='<a><iframe src="http://serv.sejeunger.dk/banner/banner_tekst/banner1.html" name="banner1" width="230" marginwidth="0" height="230" marginheight="0" align="left" scrolling="no" frameborder="0"></iframe></a>'

banner[1]='<a><iframe src="http://serv.sejeunger.dk/banner/banner_tekst/banner2.html" name="banner2" width="230" marginwidth="0" height="230" marginheight="0" align="middle" scrolling="no" frameborder="0"></iframe></a>'

banner[2]='<a><iframe src="http://serv.sejeunger.dk/banner/banner_tekst/banner3.html" name="banner3" width="230" marginwidth="0" height="230" marginheight="0" align="middle" scrolling="no" frameborder="0"></iframe></a>'

banner[3]='<a><iframe src="http://serv.sejeunger.dk/banner/banner_tekst/banner4.html" name="banner4" width="230" marginwidth="0" height="230" marginheight="0" align="middle" scrolling="no" frameborder="0"></iframe></a>'

banner[4]='<a><iframe src="http://serv.sejeunger.dk/banner/banner_tekst/banner5.html" name="banner5" width="230" marginwidth="0" height="230" marginheight="0" align="middle" scrolling="no" frameborder="0"></iframe></a>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])
