﻿// JScript File
function verify() 
{ 
       if(xmlDoc.readyState!=4)
                return false; 
}
var xmlDoc; 
xmlDoc = new ActiveXObject("Microsoft.XMLDOM"); 
xmlDoc.async="false"; 
xmlDoc.onreadystatechange=verify; 
xmlDoc.load("/PrivacyPolicy/PrivacyPolicyXML.xml"); 

var main = xmlDoc.getElementsByTagName("main");
var contents = main[0].getElementsByTagName("content");

document.write("<div style='OVERFLOW-Y:auto;HEIGHT:415px'><table style='HEIGHT: 540px' cellSpacing='0' cellPadding='0' align='left'><thead></thead><tbody><tr><td style='WIDTH: 105px; HEIGHT: 100%'></td><td style='WIDTH: 600px; HEIGHT: 100%' vAlign='top' align='left'><font class='BodyNormal'><br><br>");
document.write(contents[0].firstChild.nodeValue);
document.write("</font><br><br><font class=BodySubHead>");
document.write(contents[1].firstChild.nodeValue);
document.write("</font><br><font class=BodyNormal>");
document.write(contents[2].firstChild.nodeValue);
document.write("<br><br>");
document.write(contents[3].firstChild.nodeValue);
document.write("<br><br>");
document.write(contents[4].firstChild.nodeValue);
document.write("<br><br>");
document.write(contents[5].firstChild.nodeValue);
document.write("</font><br><br><font class=BodySubHead>");
document.write(contents[6].firstChild.nodeValue);
document.write("</font><br><font class=BodyNormal>");
document.write(contents[7].firstChild.nodeValue);
document.write("<br><br>");
document.write(contents[8].firstChild.nodeValue);
document.write("<br><br>");
document.write(contents[9].firstChild.nodeValue);
document.write("<br><br>");
document.write(contents[10].firstChild.nodeValue);
document.write("<br><br></font><font class=BodySubHead>");
document.write(contents[11].firstChild.nodeValue);
document.write("</font><font class=BodyNormal><br>");
document.write(contents[12].firstChild.nodeValue);
document.write("<br><br>");
document.write(contents[13].firstChild.nodeValue);
document.write("<br><br>");
document.write(contents[14].firstChild.nodeValue);
document.write("<br><br>");
document.write(contents[15].firstChild.nodeValue);
document.write("<br><br></font><font class=BodySubHead>");
document.write(contents[16].firstChild.nodeValue);
document.write("</font><br><font class=BodyNormal>");
document.write(contents[17].firstChild.nodeValue);
document.write("<br><br></font><font class=BodySubHead>");
document.write(contents[18].firstChild.nodeValue);
document.write("</font><br><font class=BodyNormal>");
document.write(contents[19].firstChild.nodeValue);
document.write("<br><br></font><font class=BodySubHead>");
document.write(contents[20].firstChild.nodeValue);
document.write("</font><br><font class=BodyNormal>");
document.write(contents[21].firstChild.nodeValue);
document.write("<br><br></font><br><br></font></td></tr></tbody></table></div>");