/***********************************************
* Ad rotate written by Dylan Stephens-->
***********************************************/
function adstor(){
<!-- Begin Ads (No number gaps are allowed) -->
txt[1]="Merri Ann Simonson";
url[1]="http://www.sanjuanislands.idxco.com/idx/2505/bio.php?id=36";
pic[1]="http://www.islandguardian.com/ads/coldwell.jpg";

txt[2]="Kings Market";
url[2]="http://www.kings-market.com/weekly.html";
pic[2] ="http://www.islandguardian.com/ads/kings.gif";

txt[3]="Computer Place";
url[3]="http://www.compplace.com/";
pic[3] ="http://www.islandguardian.com/ads/compplace.gif";

txt[4]="Enrique Huerta";
url[4]="http://www.islandguardian.com/ads/enrique";
pic[4]="http://www.islandguardian.com/ads/enrique3.gif";

txt[5]="John F. Towson";
url[5]="http://www.islandguardian.com/ads/towson.html";
pic[5]="http://www.islandguardian.com/ads/towson.gif";

txt[6]="San Juan Community Theater";
url[6]="http://www.sanjuancommunitytheatre.org/";
pic[6] ="http://www.islandguardian.com/ads/sjtheater.gif";

txt[7]="Island Airporter";
url[7]="http://www.islandairporter.com/";
pic[7] ="http://www.islandguardian.com/ads/airporter.gif";

txt[8]="SWAC";
url[8]="http://www.sanjuanco.com/publicworks/solid-waste.aspx";
pic[8]="http://www.islandguardian.com/ads/solidwaste.gif";

txt[9]="San Juan Suites";
url[9]="http://www.sanjuanislandsuites.com";
pic[9]="http://www.islandguardian.com/ads/sj_suites.gif";

txt[10]="Friends of the San Juans";
url[10]="http://www.sanjuans.org";
pic[10]="http://www.islandguardian.com/ads/friends.gif";

txt[11]="Citizens' Alliance for Property Rights";
url[11]="http://www.capr-sanjuan.org/";
pic[11]="http://www.islandguardian.com/ads/capr_logo.png";

txt[12]="Gavora,Inc";
url[12]="http://www.islandguardian.com/ads/pauli.htm";
pic[12]="http://www.islandguardian.com/ads/pauli.gif";

txt[13]="San Juan Airlines";
url[13]="http://www.sanjuanairlines.com/";
pic[13] ="http://www.islandguardian.com/ads/sjair.gif";

txt[14]="Vinny's Restaurant";
url[14]="http://www.islandguardian.com/ads/vinnys.html";
pic[14]="http://www.islandguardian.com/ads/vinnys.gif";

txt[15]="Edward Jones";
url[15]="http://www.edwardjones.com/cgi/getHTML.cgi?page=/USA/IR/market/index.html&CIRN=217349";
pic[15]="http://www.islandguardian.com/ads/edward_jones.gif";

txt[16]="Guesthouse Issue";
url[16]="http://www.OrcasStyle.com/";
pic[16]="http://www.islandguardian.com/ads/Guesthouse_Issue.gif";

txt[17]="Mark Kaiman";
url[17]="http://www.islandguardian.com/ads/kaiman.html";
pic[17]="http://www.islandguardian.com/ads/kaiman.gif";

txt[18]="Swanberg-Judkins";
url[18]="http://www.swanberg-judkins.com/";
pic[18]="http://www.islandguardian.com/ads/swanberg.gif";

txt[19]="Citizen Alert";
url[19]="http://www.islandguardian.com/political_news/archives/00000016.htm";
pic[19]="http://www.islandguardian.com/ads/citizen.gif";

txt[20]="Mary Kalbert";
url[20]="http://www.marykalbert.com/";
pic[20]="http://www.islandguardian.com/ads/marykalbertad.jpg";

txt[21]="HCS";
url[21]="http://www.islandguardian.com/ads/hcs.html";
pic[21]="http://www.islandguardian.com/ads/hcs.gif";

txt[22]="Westcott Bay Institute";
url[22]="http://www.wbay.org";
pic[22]="http://www.islandguardian.com/ads/westcott_bay.gif";

txt[23]="White Water";
url[23]="http://www.islandguardian.com/business/archives/00000047.htm";
pic[23]="http://www.islandguardian.com/ads/WhiteWater-1.jpg";

txt[24]="Islanders Bank";
url[24]="http://www.islandersbank.com";
pic[24]="http://www.islandguardian.com/ads/IsBank.gif";

txt[25]="Slow Food";
url[25]="http://slowfoodlandandsea.blogspot.com/";
pic[25]="http://www.islandguardian.com/ads/slowfood.jpg";

txt[26]="Poppy";
url[26]="http://www.islandguardian.com/service_organizations/archives/00000142.htm";
pic[26]="http://www.islandguardian.com/ads/Poppy_ad.jpg";

txt[27]="San Juan County Workforce";
url[27]="http://www.islandguardian.com/business/archives/00000060.htm";
pic[27]="http://www.islandguardian.com/ads/sjcw.gif";

txt[28]="Islnad Group Sotheby's International Realty";
url[28]="http://www.chrisspaulding.com/";
pic[28]="http://www.islandguardian.com/ads/spaulding.jpg";

txt[29]="Donald Galt";
url[29]="http://www.islandpropertyservices.com/";
pic[29]="http://www.islandguardian.com/ads/galtr.gif";

txt[30]="Common Sense Alliance";
url[30]="http://www.commonsensealliance.net/";
pic[30]="http://www.islandguardian.com/ads/csa.jpg";

txt[31]="School Level Renewal";
url[31]="http://www.islandguardian.com/ads/MOLevyWebInfo.pdf";
pic[31]="http://www.islandguardian.com/ads/MandO_Levy_Tile_Ad.gif";

<!-- variable must be set to total number of ads -->

var adtotal = 31

return adtotal;}


function writead(ad){
document.write('<center><p>');
document.write('<a href=\"' + url[ad] + '\" target=\"_top\">');
document.write('<img src=\"' + pic[ad] + '\" width=125px');
document.write(+ ' height=125px' + ' ');
document.write('alt=\"' + txt[ad] + '\" border=0>');
document.write('</a></p></center><br>');
return;}


// variable to show if .js file loaded
var adstor_loaded = true;
