<!--
function url4path(aV) {
	 furl = window.location.toString();
   // return furl.substr(0,furl.lastIndexOf('/')) +'/'+aV;
   document.write('<img src='+furl.substr(0,furl.lastIndexOf('/')) +'/'+aV+'>');
}
-->