if (self == top){
var loc = location.href;
var ref = document.referrer;
var f1 = loc.substring(loc.lastIndexOf("kenya/"), loc.lastIndexOf(".htm"));
var f2 = ref.substring(ref.lastIndexOf("kenya/"), ref.lastIndexOf(".htm"));
if (f1 != f2){
document.write ("<SMALL><B>This page is<\/B> part of Jens Finke\'s <A HREF=\'http://www.bluegecko.org/kenya/\' TARGET=\'_top\'>Traditional Music and Cultures of Kenya<\/A>, now with over 500 pages, 235 photographs, 7 hours of music and not an advert in sight! <A HREF=\'http://www.bluegecko.org/kenya/\' TARGET=\'_top\'>Click here<\/A> to access the rest of the site.</SMALL>");
}}

else {
var current_pathway = location.href; 
var filename = current_pathway.substring(current_pathway.lastIndexOf("kenya/"), current_pathway.lastIndexOf(".htm"));
document.write("<SMALL><B>This page is:<\/B><BR>www.bluegecko.org/" + filename + ".htm</SMALL>");
}

