docLocation = new String(document.location);
docLocation=docLocation.toLowerCase();
if(docLocation.indexOf("?")!=-1){docLocationUrlOnly=docLocation.split("?");docLocation=docLocationUrlOnly[0];}
document.write('<h3>Also on OAMitalia</h3>');
document.write('<ul class="link-list">');
//if(docLocation.indexOf("file://")!=-1){if(docLocation.indexOf("/cd/")!=-1){document.write('<li><b><a href="/en/cd/index.html">CD Home</a></b></li>');}else{document.write('<li><a href="/en/cd/index.html">CD Home</a></li>');}}
//if(docLocation.indexOf("http://oam-cd")!=-1){if(docLocation.indexOf("/cd/")!=-1){document.write('<li><b><a href="/en/cd/index.html">CD Home</a></b></li>');}else{document.write('<li><a href="/en/cd/index.html">CD Home</a></li>');}}
if(docLocation.indexOf("home")!=-1){document.write('<li><b><a href="/oam-home-en.html">Home</a></b></li>');}else{document.write('<li><a href="/oam-home-en.html">Home</a></li>');}
if(docLocation.indexOf("presentation")!=-1){document.write('<li><b><a href="/oam-presentation-en.html">Presentation</a></b></li>');}else{document.write('<li><a href="/oam-presentation-en.html">Presentation</a></li>');}
if(docLocation.indexOf("products")!=-1){document.write('<li><b><a href="/oam-products-en.html">Products</a></b></li>');}else{document.write('<li><a href="/oam-products-en.html">Products</a></li>');}
if(docLocation.indexOf("events")!=-1){document.write('<li><b><a href="/oam-events-en.html">Events</a></b></li>');}else{document.write('<li><a href="/oam-events-en.html">Events</a></li>');}
if(docLocation.indexOf("contact")!=-1){document.write('<li><b><a href="/oam-contact-en.html">Contact</a></b></li>');}else{document.write('<li><a href="/oam-contact-en.html">Contact</a></li>');}
if(docLocation.indexOf("languages")!=-1){document.write('<li><b><a href="/oam-languages-en.html?FromUrl='+document.location+'">Language</a></b></li>');}else{document.write('<li><a href="/oam-languages-en.html?FromUrl='+document.location+'">Language</a></li>');}
if(docLocation.indexOf("legal")!=-1){document.write('<li><b><a href="/oam-legal-en.html">Legal</a></b></li>');}else{document.write('<li><a href="/oam-legal-en.html">Legal</a></li>');}
if(docLocation.indexOf("search.asp")!=-1){document.write('<li><b><a href="javascript:searchValidate();">Search</a></b></li>');}else{document.write('<li><a href="javascript:searchValidate();">Search</a></li>');}
document.write('</ul>');
document.write('<div class="hr"></div>');
