<!--
// Copyright 1999 - Ash Young, Slipstream Creations
// ash@thewebsitefactory.co.uk

y = 0;

ad = new Array(y);
 
ad[y++] = '<A HREF="http://www.amazon.com/exec/obidos/redirect-home/gaws-20" Target="_top"><IMG SRC="http://www.gilliananderson.ws/banners/amazon.gif" BORDER=0 ALT="amazon.com" align="right"></A>'
 
ad[y++] = '<A HREF="http://www.buskaid.org.za/" Target="_top"><IMG SRC="http://www.gilliananderson.ws/banners/buskaid.gif" BORDER=0 ALT="Buskaid" align="right"></A>'

ad[y++] = '<A HREF="http://www.nfinc.org" Target="_top"><IMG SRC="http://www.gilliananderson.ws/banners/nfinc.gif" BORDER=0 ALT="NF, Inc." align="right"></A>'
  
ad[y++] = '<A HREF="http://www.nfa.zetnet.co.uk/" Target="_top"><IMG SRC="http://www.gilliananderson.ws/banners/nfa.gif" BORDER=0 ALT="NFA" align="right"></A>'

ad[y++] = '<A HREF="http://www.feminist.org" Target="_top"><IMG SRC="http://www.gilliananderson.ws/banners/fmf.gif" BORDER=0 ALT="Feminist Majority Foundation" align="right"></A>'

ad[y++] = '<a href="http://affiliates.allposters.com/link/redirect.asp?AID=299150&PSTID=1&LTID=13&LID=16" target="_top"><img src="http://imagecache2.allposters.com/images/banners/affil_banner_red_02.gif" alt="Click here to buy posters!" border="0" width="111" height="39" align="right"></a>'

ad[y++] = '<a href="http://www.zbf.org.uk/" target="_top"><img src="/banners/zbf.gif" alt="Zimbabwe Benefit Foundation" border="0" align="right"></a>'

ad[y++] = '<a href="/ajschool" target="_top"><img src="/news/images/ajs.gif" alt="Alinyiikira Junior School" border="0" align="right"></a>'
  
ad[y++] = '<a href="http://click.linksynergy.com/fs-bin/click?id=KrrfREK5qQw&offerid=78941.10000282&type=4&subid=0"><IMG alt="120x60 iTunes" border="0" src="http://images.apple.com/itunesaffiliates/120x60/120x60.jpg"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=KrrfREK5qQw&bids=78941.10000282&type=4&subid=0">'
 
//Continue if more required

x = Math.floor(Math.random()*(y));
document.write(ad[x]);

// -->
