//Text Banner Rotation Script 1.1 Copyright 2008-2008 by Livebusinessradio.com Author: Dany.  You must leave this copyright header in tact for use.  Please read the License file that accompanies the full package of this script. 
var banner=new Array()

banner[0]='<a href=http://www.facebook.com/pages/Buat-Duit/131344230233908 target=_new>DOWNLOAD EBOOK PERCUMA!!!</a>'

banner[1]='<a href=http://www.eziklan.co.cc target=_new>LETAK IKLAN PERCUMA DI SINI!!!</a>'



var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])
