theUrls=[
["www.k3.dion.ne.jp/~hearn/Glep/","Hearn"],
["zerofuga0613.blog65.fc2.com/","フウガ"],
["isonya.blog.shinobi.jp/","isonya"],
["dreamy.halfmoon.jp/gensokan/","戒(NOP)"],
[""],/*ねじまき恋文*/
[""],/*春*/
["bpm44y.ikaduchi.com/","灰時"],
["ugachihomura.iza-yoi.net/","穿焔"],
[""],/*["bluemary.at.webry.info/","Blue Mary"]*/
["sukiyakiyasaka.blog90.fc2.com/","おすぎ"],
["kageotk.blog77.fc2.com/","影男"],
["tokimugi.blog.shinobi.jp/","shotG"],
[""],
["shinin.iza-yoi.net/","巫"],
["ameblo.jp/rabiman/","rabiman"],
["kazuospace.okoshi-yasu.net/","kazuo"],
[""],
["nekodaioh.tyonmage.com/","ネオダンガイオー"],
["d-f.web2.jp/igl/","スオウ"],
["cynthia37.web.fc2.com/","美月"],
["www.eonet.ne.jp/~rosarine-page/","Rosarine"],
["sky.geocities.jp/kanitama_daioh/kanicol.htm","かにたま"],
["dreamfantasycrow.blog16.fc2.com/","夢幻"],
["rentz2018.blog47.fc2.com/","Aile"],
["dqx11.blog81.fc2.com/","dqx11"]
];

/* Glep Web Ring System v3.01 */
function setLink(UserNum){
if((UserNum+1)==(theUrls.length)){theFlont=theUrls[0];}else{if(theUrls[UserNum+1]==""){theFlont=theUrls[UserNum+2];}else{theFlont=theUrls[UserNum+1];}}
if(UserNum==0){theBack=theUrls[theUrls.length-1];}else{if(theUrls[UserNum-1]==""){theBack=theUrls[UserNum-2];}else{theBack=theUrls[UserNum-1];}}
RandomNum=Math.floor(Math.random()*(theUrls.length));
if(theUrls[RandomNum+1]==""){RandomNum+=1;}
theRandom=theUrls[RandomNum+1];
with(document){
getElementById("ringFront").href=("http://"+theFlont[0]);
getElementById("ringFront").title=(theFlont[1]+"　さん");
getElementById("ringBack").href=("http://"+theBack[0]);
getElementById("ringBack").title=(theBack[1]+"　さん");
getElementById("ringRandom").href=("http://"+theRandom[0]);
getElementById("ringRandom").title=(theRandom[1]+"　さん");
}
}
