
var friends="";
friends +="<a href='http://www.bruceosborn.com/' target='_friend' title='Bruce Osborn Photography'>\n";
friends +="<img class='friend' src='../image/basic/link_bruce_osborn.jpg' alt='Bruce OsBorn Photography' width='35' height='26' border='0'>\n";
friends +="</a>\n";
friends +="<a href='http://www.oyako.org/' target='_friend' title='Oyako Family Day'>\n";
friends +="<img class='friend' src='../image/basic/link_oyako_day.jpg' alt='Oyako no Hi' width='35' height='26' border='0'>\n";
friends +="</a>\n";
friends +="\n";
friends +="<a href='http://mylohas.net/blog8/culture/index.php' target='_friend' title='My Lohas Blog'>\n";
friends +="<img class='friend' src='../image/basic/link_mylohas.jpg' alt='MyLohas' width='35' height='26' name='MyLohas' border='0'>\n";
friends +="</a>\n";
friends +="<a href='http://www.olympus-esystem.com/dea/special/prophotodiary/' target='_friend' title='Olympus Photodiary'>\n";
friends +="<img class='friend' src='../image/basic/link_photo_diary.jpg' alt='bruce blog2' width='35' height='26' name='Bruce Blog2' border='0'>\n";
friends +="</a>\n";
friends +="<a href='http://artgene.blog.ocn.ne.jp/osborn/' target='_friend' title='ArtGene Blog'>\n";
friends +="<img class='friend' src='../image/basic/link_artgene.jpg' alt='bruce blog' width='35' height='26' name='Bruce Blog' border='0'>\n";
friends +="</a>\n";
function writefriends() {
document.write(friends);
}
