//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.ptc-referrals.com target=_new>How To Get Direct Referrals In 1 Day!!!</a>'


var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])

