function tadbanners()
{
//7
var ranNum= Math.round(Math.random() * 7);
if (ranNum == 0){document.write('<A HREF = "http://www.transtastic.com/" TARGET = "new"><IMG SRC = "http://www.transtastic.com/bannerlinks/transtastic.jpg"></A>'); } // transtastic
if (ranNum == 1){document.write('<A HREF = "http://www.goodjudy.com/" TARGET = "new"><IMG SRC = "http://www.goodjudy.com/021610blueban.jpg"></A>'); } // goodjudy
if (ranNum == 2){document.write('<A HREF = "http://www.wildbunchradio.com" TARGET = "new"><IMG SRC = "http://www.theartistd.com/images/ad_wbrn.gif"></A>'); } // wbrn
if (ranNum == 3){document.write('<A HREF = "http://www.tgforum.com" TARGET = "new"><IMG SRC = "http://www.theartistd.com/images/tgforum_ad.jpg"></A>'); } // tgforum
if (ranNum == 4){document.write('<A HREF = "http://www.transliving.co.uk" TARGET = "new"><IMG SRC = "http://www.theartistd.com/images/transliving.gif" BORDER = "0"></A>'); } // transliving
if (ranNum == 5){document.write('<A HREF = "http://www.rainbowmixradio.com" TARGET = "new"><IMG SRC = "http://www.theartistd.com/images/ad_rmx.jpg"></A>'); } // rmx
if (ranNum == 6){document.write('<A HREF = "http://cotolochronicles.blogspot.com" TARGET = "new"><IMG SRC = "http://www.theartistd.com/images/ad_cotolo.jpg" BORDER = "0"></A>'); } // cotolo
if (ranNum == 7){document.write('<A HREF = "http://wildbunchradio.com" TARGET = "new"><IMG SRC = "http://www.theartistd.com/images/ad_zoeballz.jpg" BORDER = "0"></A>'); } // zoeballz
}
