var docSRC = document.location.href.substring(document.location.href.lastIndexOf("/")+1, (document.location.href.lastIndexOf("?")>0)?(document.location.href.lastIndexOf("?")-1):(document.location.href.length) );
if(docSRC=="") {
	document.write("<IMG SRC=\"pix/index.gif\" WIDTH=160 HEIGHT=15 BORDER=0><BR>")
}
else {
	document.write("<IMG SRC=\"pix/"+ docSRC.substring(0,docSRC.lastIndexOf(".")) +".gif\" WIDTH=160 HEIGHT=15 BORDER=0><BR>")
}

