function wr(doc,style){
var www="http://bellsouthpwp.net/m/r/mrlittleguy/webring/";
none="";
//blackdash="border:4 outset gray";
ring=new Array(4);
//The format is as follows: [0]=siteId [1]=siteUrl [2]=N/A [3]=siteTitle
ring[0]=new Array("dscwebring",www,none,"Docking Station Central Webring Homepage");
ring[1]=new Array("tnn","http://bellsouthpwp.net/m/r/mrlittleguy/links.htm",none,"The Norn Notepad");
//ring[NA]=new Array("llan","http://www.mistylake.org/",none,"Misty Lake");
//ring[NA]=new Array("creaturesgirl","http://freewebs.com/creaturesgirl",none,"Creatures Heaven");
//ring[NA]=new Array("ub1111","http://www.geocities.com/michael_santiago9/Home.html",none,"Hardman Haven");
ring[2]=new Array("terrygale","http://hometown.aol.com/terrygale/",none,"Scenes from Creaturetopia");
//ring[NA]=new Array("terrygale2","http://www.geocities.com/hotcrossbuns_40502/Docking_Station_Adoptions.html",none,"TerryGale`s Docking Station Adoptions");
//ring[NA]=new Array("yurtra","http://www.geocities.com/jesserules37/YurtraSite.html",none,"Yurtra`s Dog House");
ring[3]=new Array("treesprite","http://creatures.treesprite.com/",none,"Treesprite`s Grove");
//ring[NA]=new Array("pokenorn","http://www.freewebs.com/norn_freak/",none,"Norn World");
ring[4]=new Array("cu","http://www.germancreatures.net/",none,"Creatures Unlimited");
//ring[NA]=new Array("ccc","http://www.germancreatures.net/ccc/",none,"Creatures Community Centre");
//ring[NA]=new Array("volt","http://geocities.com/neodragonvolt11",none,"Volt11`s Dimension");
ring[5]=new Array("brett","http://creaturemine.albia2000.com",none,"Creature Mine");
//ring[NA]=new Array("darkmaster881","http://grendelstation.albia2000.com/",none,"Darkmaster 881's Grendel Station");
ring[6]=new Array("nornagon","http://nornrock.i87.org/",none,"The Norn Rock")
//ring[7]=new Array("","",none,"")
ar=ring.length;
a=0;
valid="maybe";
for(a=0;a<ar;a++){
	if(doc==ring[a][0]){
		doc=a;
		valid="yes";
		}
	};
p=doc-1;
pp=p-1;
rand=new Date();
r=(rand.getSeconds())%ar;
n=doc+1;
if(p==-1){
	p=ar-1
	};
if(n>=ar){
	n=0
	};
pp=p-1;
nn=n+1;
if(pp==-1){
	pp=ar-1
	};
if(nn>=ar){
	nn=0
	};
bo=" border='0' ";
tt=" target='_top'";
if(valid!="yes"){
	document.write("<img height='88' src='"+www+"inactive.jpg' width='123'")
	}
if(valid=="yes"){
	document.write("<map name='dsc'><area alt='Docking Station Central Webring' coords='15,3,109,13' href='"+www+"' onFocus='this.blur()' shape='rectangle'"+tt+"><area alt='"+ring[p][3]+"' coords='23,30 12' href='"+ring[p][1]+"' onFocus='this.blur()' shape='circle'"+tt+"><area alt='"+ring[pp][3]+"' coords='8,44,39,61' href='"+ring[pp][1]+"' onFocus='this.blur()' shape='rectangle'"+tt+"><area alt='Questions or Comments? E-mail the Ringmaster!' coords='13,63,34,81' href='mailto:mrlittleguy@hotmail.com' onFocus='this.blur()' shape='rectangle'><area alt='DSC Webring Home Page' coords='41,16 37,21 41,36 40,59 62,56 78,64 84,57 83,45 77,37 77,30 81,23 72,17 41,16 ' href='"+www+"' onFocus='this.blur()' shape='polygon'"+tt+"><area alt='Random Site' coords='60,70 13' href='"+ring[r][1]+"' onFocus='this.blur()' shape='circle'"+tt+"><area alt='"+ring[n][3]+"' coords='100,31 13' href='"+ring[n][1]+"' onFocus='this.blur()' shape='circle'"+tt+"><area alt='"+ring[nn][3]+"' coords='85,44,114,61' href='"+ring[nn][1]+"' onFocus='this.blur()' shape='rectangle'"+tt+"><area alt='List of Sites' coords='82,60 78,66 78,77 82,83 112,83 116,77 116,66 112,60 82,60' href='"+www+"list.htm' onFocus='this.blur()' shape='polygon'"+tt+"></map>");
	document.write("<div align='center'><img"+bo+"height='88' src='"+www+"webring.jpg' style='"+style+"' usemap='#dsc' width='123' vspace='10'></div>")
	}
}