<!--
//2010.6.8
var path=location.href;
var ap="http://www.a-planet.net/";
var tline="";
var page = {
  "HOME"    : ap+"index.php",
  "ビズ" : ap+"biz/",
  "Win7Desktop" : ap+"biz/window_7pc.php",
  "Win7ノートPC" : ap+"biz/notepc.php",
  "Kechi Blog"     :  "http://kechi.a-planet.net/",
  "ふろむせんだい" :  "http://fsen.a-planet.net/",
  "仙台在住小説家" :  ap+"sen/writers.php",
  "仙台名産グルメ"     :  ap+"sen/sendaimeisan.html",
  "エコポイント"   :  ap+"special/ecopoint.php",
  "巣籠りlink"         :  ap+"special/forsugomori.php",
  "リンク"         :  ap+"links.html"
}
document.write('<div id="cbar"><ul>');
for (i in page) {
 if(page[i] != path){
           tline="<li>"+i.link(page[i])+"</li>";
 if(i == "リンク"){
  tline="<li id='llast'>"+i.link(page[i])+"</li>";
}

}else{
           tline="<li id='just'>"+i.link(page[i])+"</li>";
}
document.write(tline);
}
document.write('</ul></div>');
//-->