<!-- Dynamic Return
// ©2004 Carol Parent
function ReturnURL(Url){
Url.href+=document.URL.split('http://')[1];
}	