//Copyright 2003 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]='NetCamp - Serverhotellet' banner[1]='NetCamp - Serverhotellet' banner[2]='NetCamp - Serverhotellet' banner[3]='NetCamp - Serverhotellet' var whichbanner=Math.floor(Math.random()*(banner.length)) document.write(banner[whichbanner])