// JavaScript Document
var text="<note>";
text=text+"<to>|</to>";
text=text+"<from>|</from>";
text=text+"<heading>|</heading>";
text=text+"<body>|</body>";
text=text+"</note>";

// code for IE
if (window.ActiveXObject)
  {
  var doc=new ActiveXObject("Microsoft.XMLDOM");
  doc.async="false";
  doc.loadXML(text);
  }
// code for Mozilla, Firefox, Opera, etc.
else
  {
  var parser=new DOMParser();
  var doc=parser.parseFromString(text,"text/xml");
  }

var x=doc.documentElement;

document.write('<br/>');
document.write('&nbsp;<a href="index.html">Home</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/ingofisrm.html">ING of ISRM </a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/cbip.html">CBIP</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/rockinindia.html">Rock Engineering in India</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/president_isrm.html">President, ISRM</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/presidentingisrm.html">President, ING ISRM</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/iab.html">International Advisory Board</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/org_committee.html">Organising Committee</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/technical_committee.html">Technical Committee</a>&nbsp;');
document.write('<br>');
document.write();
document.write('&nbsp;<a href="html/venue.html">venue</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/howtoreach.html">How to Reach</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/themes.html">Theme</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/guidelines.html">Guidelines for Submission of Synopsis</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/important_dates.html">Important dates</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/programme.html">Programme</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/about_exhibition.html">About Exhibition </a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/exhibition_layout.html">Exhibition layout</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/tariff.html">Tariff</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/registration_fee.html">Registration Fee</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/mode_of_payment.html">Mode of Payment</a>&nbsp;');
document.write('<br>');
document.write();
document.write('&nbsp;<a href="html/sponsorship.html">Sponsorship</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/advertisement.html">Advertisement</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/hotel_accommodation.html">Hotel Accommodation</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/technical_visits.html">Technical Visits</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/excursion_tour.html">Excursion Tours</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/post_conference_tours.html">Post Conference Tours</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/accompanying_person.html">Accompanying person&#8217;s Tours</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/terms_condition.html">Terms and Condition</a>&nbsp;');
document.write('<br>');
document.write();
document.write('&nbsp;<a href="html/official_travel_agent.html">Official Travel Agent</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/visa_requirement.html">Visa Requirements</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/currency.html">Currency</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/general_info_sub.html">General Information</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/liability_disclaimer.html">Liablility & Disclaimer</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/contact_us.html">Contact Us</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="pdf/ISRM International Symposium 2010 8.4.2009.pdf", target="_blank">Download Bulletin</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/submit_abstract.aspx">Submit Synopsis</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="html/register.aspx">Register</a>&nbsp;');
document.write();


