x=location.href;
if (x.match("index.htm"))
{document.write('index | ')}
else
{document.write('index | ')}
if (x.match("home.htm"))
{document.write('home | ')}
else
{document.write('home | ')}
if (x.match("bio.htm"))
{document.write('bio | ')}
else
{document.write('bio | ')}
if (x.match("gallery.htm"))
{document.write('gallery | ')}
else
{document.write('gallery | ')}
if (x.match("media.htm"))
{document.write('media | ')}
else
{document.write('media | ')}
if (x.match("links.htm"))
{document.write('links')}
else
{document.write('links')}