<!-- Minus AutoDato -->

<!-- random banner ads -->

function random_content(){
var mycontent=new Array()



mycontent[1]='<A HREF="http://www.naturalrecordings.co.uk" TARGET="_blank"><IMG SRC="images/banners/naturaladd120ani.gif" BORDER="0" WIDTH="120" HEIGHT="120" ALIGN="bottom" ALT=""></A>' <!-- started 3/4/05 ends 3/9/05 -->

mycontent[3]='<A HREF="http://www.fairiesworld.com" TARGET="_blank"><IMG SRC="http://www.fairiesworld.com/pixs/smallogo1.gif" BORDER="1" WIDTH="120" HEIGHT="120" ALIGN="bottom" ALT=""></A>' <!-- started FREE ends 3/9/06 -->


mycontent[4]='<A HREF="http://www.faemagazine.com" TARGET="_blank"><IMG SRC="images/banners/FAEMAGSQbanner copy.gif" BORDER="1" WIDTH="120" HEIGHT="120" ALIGN="bottom" ALT=""></A>' <!-- started 26/08/06 ends ? -->


mycontent[6]='<A HREF="http://www.faemagazine.com" TARGET="_blank"><IMG SRC="images/banners/FAEMAGSQbanner copy.gif" BORDER="1" WIDTH="120" HEIGHT="120" ALIGN="bottom" ALT=""></A>' <!-- started 26/08/06 ends ? -->


mycontent[8]='<A HREF="http://www.naturalrecordings.co.uk" TARGET="_blank"><IMG SRC="images/banners/naturaladd120ani.gif" BORDER="1" WIDTH="120" HEIGHT="120" ALIGN="bottom" ALT=""></A>' <!-- started 3/4/05 ends 3/9/05 -->

mycontent[9]='<A HREF="http://www.faeryevents.com/faery-events/avalon-faery-buffet/" TARGET="_blank"><IMG SRC="images/banners/SQfaery-feast2010.gif" BORDER="1" WIDTH="120" HEIGHT="120" ALIGN="bottom" ALT=""></A>' <!-- started 26/08/06 ends ? -->






var ry=Math.floor(Math.random()*(mycontent.length-1))
<!-- var ry=Math.floor(Math.random()*mycontent.length) -->
<!-- if (ry==0) -->
<!-- ry=1 -->
ry=ry+1;
document.write(mycontent[ry]);
}
