// JavaScript Document
document.open();
document.writeln('<div id="navibar">');
document.writeln('<ul class="videoList LinkIcon">');
document.writeln('<li><a href="/products/dslr/special/movies_with_pen/kasho_maeno/">Hiroki MAENO, Ikebana artist meets OLYMPUS PEN</a></li>');
document.writeln('<li><a href="/products/dslr/special/movies_with_pen/ohgushi/">OHGUSHI, the illustrator meets OLYMPUS PEN</a></li>');
document.writeln('</ul>');
document.writeln('</div>');
document.close();


