//Text Banner Rotation Script 1.1 Copyright 2003-2008 by webapp-dev.org 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.webapp-dev.org
var banner=new Array()

banner[0]='<a href=http://langapp.org/><img src=http://themes.webapp-dev.org/banners/langapp1.jpg width=468 height=60 border=0 alt=LangAPP title=LangAPP Multilingual Support for Web-APP></a>'

banner[1]='<a href=http://langapp.org/><img src=http://themes.webapp-dev.org/banners/langapp2.jpg width=468 height=60 border=0 alt=LangAPP title=LangAPP Multilingual Support for Web-APP></a>'

banner[2]='<a href=http://langapp.org/><img src=http://themes.webapp-dev.org/banners/langapp3.jpg width=468 height=60 border=0 alt=LangAPP title=LangAPP Multilingual Support for Web-APP></a>'

banner[3]='<a href=http://www.webappworld.net/><img src=http://themes.webapp-dev.org/banners/themes1.jpg width=468 height=60 border=0 alt=Web-APP Themes title=Themes for Web-APP></a>'

banner[4]='<a href=http://www.webappworld.net/><img src=http://themes.webapp-dev.org/banners/themes2.jpg width=468 height=60 border=0 alt=Themes for WebAPP title=WebAPP Themes ThemeAPP></a>'

banner[5]='<a href=http://www.web-app.org/><img src=http://themes.webapp-dev.org/banners/webapp5.jpg width=468 height=60 border=0 alt=WebAPP title=WebAPP Content Management System></a>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])
