Quantcast
Channel: SQL Server Database Engine forum
Viewing all articles
Browse latest Browse all 12963

Shredding complex XML into Relational Database

$
0
0

Hi community!

I have came across a scenario where I have to shred a complex XML Document into SQL Server DB.

Please note that , this shredding will occur in a batch JOB, as third party vendor will be providing data in an XML format to us. In other words this is a going to be a routine data exchange process between us and third party vendor.

Once XML is shredded, resulting data will go in different Databases on our side. I'm thinking of using a XML variable and then using nodes method to retrieve nodes specific values. Will it work? and more importantly will it be efficient?

Also , I'll appreciate if any one could provide me a sample of code. The XML file is attached herewith.

Thanks for your input community!

----------------------------------------------------------------------------------------------------------------------------------------------

SAMPLE XML :


<?xml version="1.0" encoding="UTF-8"?>
-<Transmittal xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" Type="UploadApplicants" SenderID="d21e3029-506d-423d-a874-f8b15b99e442" PortfolioID="f2ca1256-23ee-401b-b132-ec49ee92e5f9" ID="6d7421ab-ac42-4fd6-85bc-b0bbd1e78ba7">-<Group><GroupName>GAC-AR-NonPMA-0904</GroupName><MasterGroupNumber>GS8113</MasterGroupNumber><CicGroupNumber/><ChicGroupNumber/></Group>-<Agents>-<Agent Type="Agent" ID="1000021" UniqueID="2395cdc7-d814-488d-a4bb-70a99798ff3a"><Name>Regular UAT Nineteen</Name>-<Address><Line1/><Line2/><City/><State/><Zip/></Address><PhoneWork/><Email>uat19@cnoinc.com</Email><FirstName>Regular</FirstName><MiddleInitial>UAT</MiddleInitial><LastName>Nineteen</LastName><Split>0</Split><Organization>Washington National</Organization>-<AgentProducts>-<AgentProduct ProductID="13865"><Number>TAB04</Number></AgentProduct></AgentProducts><EnrollerType>FaceToFaceORCallCenter</EnrollerType><EffectiveDate>2014-09-04T04:07:00</EffectiveDate><TerminationDate>2034-09-04T04:07:00</TerminationDate></Agent></Agents>-<Offerings>-<Offering ID="18076"><Name>WN Group accident</Name><Code>WN_GAC</Code>-<OfferingProducts><OfferingProduct ProductID="13865"/></OfferingProducts></Offering></Offerings>-<Questions>-<Question ID="1055946" ChangeUnderwritingMode="false"><Name>AP2018_JobClass</Name><Text>Select your Job Class: </Text></Question>-<Question ID="271" ChangeUnderwritingMode="false"><Name>DI Selected Bundles</Name><Text>DI Selected Bundles</Text></Question>-<Question ID="72" ChangeUnderwritingMode="false"><Name>Smoker</Name><Text>I am a smoker or tobacco user.</Text></Question>-<Question ID="1055949" ChangeUnderwritingMode="false"><Name>AP2018_Effective_Date</Name><Text>Agent: Please select the desired Effective Date</Text></Question>-<Question ID="1055951" ChangeUnderwritingMode="false"><Name>AP2018_Birth_State</Name><Text>State of Birth:</Text></Question>-<Question ID="1055952" ChangeUnderwritingMode="false"><Name>AP2018_Active_at_Work</Name><Text>Are you Actively at Work?</Text></Question>-<Question ID="1055955" ChangeUnderwritingMode="false"><Name>AP2018_Replace</Name><Text>Will the coverage applied for with this enrollment form:</p>a. replace any existing accident and sickness coverage in force with us or any other company?</Text></Question>-<Question ID="1055956" ChangeUnderwritingMode="false"><Name>AP2018_Addition</Name><Text>b. be in addition to any existing accident coverage?</Text></Question>-<Question ID="1055957" ChangeUnderwritingMode="false"><Name>AP2018_Other</Name><Text>c. own any other accident, hospital indemnity or disability coverage with us which has not ended?</Text></Question>-<Question ID="1055958" ChangeUnderwritingMode="false"><Name>AP2018_New</Name><Text>d. be New, Increase or Decrease</Text></Question>-<Question ID="1056086" ChangeUnderwritingMode="false"><Name>AP2018_Tobacco</Name><Text>1. Have you used any tobacco product in the last 24 months?</Text></Question>-<Question ID="1056088" ChangeUnderwritingMode="false"><Name>AP2018_Agent_Certify</Name><Text>I hereby certify that I have explained to the employee/member all exceptions andlimitations pertaining to the insurance applied for, including any concerning pre-existing conditions. I hereby certify that I have truthfully andaccurately recorded in this application the information supplied by the employee/member. I further certify that I am a licensed agent in the statewhere this application is being solicited by me and signed by the employee/member.</Text></Question>-<Question ID="1056089" ChangeUnderwritingMode="false"><Name>AP2018_Agent_Name</Name><Text>Agent's Name:</Text></Question>-<Question ID="1056090" ChangeUnderwritingMode="false"><Name>AP2018_Agent_Agency</Name><Text>Agency:</Text></Question>-<Question ID="1056091" ChangeUnderwritingMode="false"><Name>AP2018_Agent_Email</Name><Text>Agents E-mail address:</Text></Question>-<Question ID="1056092" ChangeUnderwritingMode="false"><Name>AP2018_Agent_Phone</Name><Text>Agents Phone Number:</Text></Question>-<Question ID="1056093" ChangeUnderwritingMode="false"><Name>AP2018_Agent_Legal_Language</Name><Text>Agent: By clicking Next, you confirm that you have read the above certifications, that you understand them and that you agree to be bound by them. If you do not agree to be bound by the above certifications, do not continue with this enrollment.</Text></Question>-<Question ID="1056095" ChangeUnderwritingMode="false"><Name>CI_747_Inital_Premium_Authorization</Name><Text><%var number = Event.Application.EmployeeCost.ToString();//Event.Debug("*****number***** = {0}", number);var temp = number.Split('.');if(temp[1].Length > 2) temp[1] = temp[1].Substring(0, 2);number = temp[0] + "." + temp[1];%><p><strong>Authorization to draft initial premium</strong></p><p>Upon the receipt of this form, please process a draft for the initial premium, in the amount of $<%=number%>, for the application shown below. I am aware that the draft may be processed within 48 hours of receipt of this request in the home office.</p></Text></Question>-<Question ID="1056096" ChangeUnderwritingMode="false"><Name>CI_747_Future_Premium_Authorization</Name><Text><strong><p>Yes! Please deduct future premiums.</strong></p><p>By selecting this option, you are authorizing subsequent renewal premiums to be deducted from the bank account listed below. These premiums will be deducted on a monthly basis on the __________day of the month.</p></Text></Question>-<Question ID="1056097" ChangeUnderwritingMode="false"><Name>CI_747_Future_Premium_Authorization_Day</Name><Text>These premiums will be deducted on a monthly basis on what day of the month</Text></Question>-<Question ID="1056098" ChangeUnderwritingMode="false"><Name>CI_747_Account_Holder_Name</Name><Text>Account holder name (if different)</Text></Question>-<Question ID="1056099" ChangeUnderwritingMode="false"><Name>CI_747_Bank_Name</Name><Text>Financial institution/Bank name</Text></Question>-<Question ID="1056100" ChangeUnderwritingMode="false"><Name>CI_747_Routing_Number</Name><Text>Bank routing no.</Text></Question>-<Question ID="1056101" ChangeUnderwritingMode="false"><Name>CI_747_Account_Number</Name><Text>Bank account no.</Text></Question>-<Question ID="1056102" ChangeUnderwritingMode="false"><Name>CI_747_Account_Type</Name><Text>Account Type:</Text></Question>-<Question ID="1056105" ChangeUnderwritingMode="false"><Name>MEDATH_FM_PRE_LP_1</Name><Text><p><strong>1. My Informationthe individual who is the subject of the information</p></strong><%var employee:String = Event.Employee.EmployeePerson.FirstName + ' ' + Event.Employee.EmployeePerson.LastName;var dob:String = Event.Employee.EmployeePerson.DOB;dob = dob.replace('00:00:00 CST', '')var ssn:String = Event.Employee.EmployeePerson.SSN;var address:String = Event.Employee.EmployeePerson.Address.Address1 + Event.Employee.EmployeePerson.Address.Address2;var city:String = Event.Employee.EmployeePerson.Address.City;var state:String = Event.Employee.EmployeePerson.Address.State;var zip:String = Event.Employee.EmployeePerson.Address.ZIP;%><p><strong>Name:</strong> <%=employee%> <strong>Date of Birth:</strong> <%=dob%> <strong>Social Security number:</strong> <%=ssn%><p><strong>Address:</strong> <%=address%><strong> City:</strong> <%=city%><strong> State:</strong> <%=state%><strong> Zip code:</strong> <%=zip%></Text></Question>-<Question ID="1056106" ChangeUnderwritingMode="false"><Name>MEDATH_FM_PRE_LP_2</Name><Text><p><strong>2. Disclosing Partythe party or parties authorized to release information about me</p></strong><p>Any physician or other health care provider, hospital, clinic, medical facility, clinical lab, pharmacy,pharmacy benefit manager or pharmacy-related organization, insurance company or health plan,Social Security Administration, governmental agency, MIB Inc., employer or consumer creditreporting organization</p></Text></Question>-<Question ID="1056107" ChangeUnderwritingMode="false"><Name>MEDATH_FM_PRE_LP_3</Name><Text><p><strong>3. Description of my information authorized for release</p></strong><p>Any/all information related to my past, present or future health condition(s), medical care/treatment orprescription drug history, which includes information about mental health (excluding psychotherapy notes),communicable disease, HIV/AIDS, alcohol and substance abuse; as well as information contained in aconsumer credit or investigative credit report including credit, motor vehicle and criminal records</p></Text></Question>-<Question ID="1056108" ChangeUnderwritingMode="false"><Name>MEDATH_FM_PRE_LP_4</Name><Text><p><strong>4. Purpose of Authorizationhow my information will be used by the receiving party</p></strong><p>To determine my eligibility for coverage, and administer benefits under a policy or certificateof insurance</p></Text></Question>-<Question ID="1056109" ChangeUnderwritingMode="false"><Name>MEDATH_FM_PRE_LP_5</Name><Text><p><strong>5. Duration of Authorization</p></strong><p>Twenty-four (24) months from the date written below</p></Text></Question>-<Question ID="1056110" ChangeUnderwritingMode="false"><Name>MEDATH_FM_PRE_LP_6</Name><Text><p><strong>6. Receiving Partythe party authorized to receive information about me</p></strong><p>Washington National Insurance Company, its agents, representatives and reinsurers and MIB, Inc.</p></Text></Question>-<Question ID="1056111" ChangeUnderwritingMode="false"><Name>MEDATH_FM_PRE_LP_7</Name><Text><p><strong>7. Consent to provide MIB report for fraud prevention and detection</p></strong><p>I authorize Washington National Insurance Company or its reinsurers to disclose protected healthinformation about me to MIB, Inc. in the form of a brief coded report for participation in MIBs fraudprevention and detection program.</p></Text></Question>-<Question ID="1056112" ChangeUnderwritingMode="false"><Name>MEDATH_FM_PRE_LP_8</Name><Text><p><strong>8. Important informationreview carefully before signing</p></strong><ul><li>This authorization is required to determine my eligibility for coverage and benefits under apolicy or certificate of insurance.</li><li>Refusing to sign this authorization does not affect my ability to obtain medical treatment,but may prevent coverage from being issued or being able to determine when benefits arepayable under the terms of my coverage.</li><li>This authorization may be revoked at any time unless it was already relied upon.(Send a written revocation to: Washington National Insurance Company, P.O. Box 2024,Carmel, IN 46082-2024.)</li><li>Washington National Insurance Company is subject to federal privacy laws. However, if Iauthorize parties who are not subject to these laws to receive medical information aboutme, then such information could be re-disclosed and would no longer be protected.</li><li>I understand that I (or my authorized representative) have a right to a copy of thisauthorization, and that a photocopy or facsimile is as valid as the original.</li></ul></Text></Question>-<Question ID="1056113" ChangeUnderwritingMode="false"><Name>MEDATH_FM_PRE_LP_9</Name><Text><p><strong>9. Approvalthis authorization is not valid until it is signed and dated by me or mylegal representative*</p></strong></Text></Question>-<Question ID="1056114" ChangeUnderwritingMode="false"><Name>AP2018_EOI_ALL_COUNT</Name><Text/></Question>-<Question ID="1056115" ChangeUnderwritingMode="false"><Name>AP2018_EOI_ICU_COUNT</Name><Text/></Question>-<Question ID="1056116" ChangeUnderwritingMode="false"><Name>AP2018_EOI_DI_COUNT</Name><Text/></Question>-<Question ID="1056117" ChangeUnderwritingMode="false"><Name>AP2018_EOI_SD_COUNT</Name><Text/></Question></Questions>-<Applicants>-<Applicant ID="6e64ebee-acb6-4615-b85d-0972797a5cb9" UniqueID="6e64ebee-acb6-4615-b85d-0972797a5cb9" EmployeeID="6e64ebee-acb6-4615-b85d-0972797a5cb9"><AsOfDate>2014-09-04T11:20:55</AsOfDate><AsOfDateTicks>635454264550000000</AsOfDateTicks>-<Address Type="Personal"><Country>USA</Country><Line1>aaa</Line1><Line2>aaa</Line2><City>Aaa</City><State>IL</State><Zip>456687980</Zip></Address><PhoneHome>(456) 587-9809</PhoneHome><Email/><SSN>567-69-1234</SSN><FirstName>Test1</FirstName><MiddleInitial/><LastName>E2E-Retest</LastName><Suffix/><Sex>Male</Sex><PersonalEmail/>-<Employment Status="Active"><Employer>GAC-AR-NonPMA-0904</Employer><HireDate>2013-09-25T00:00:00</HireDate><EligibilityDate>2013-09-25T00:00:00</EligibilityDate><Title>se</Title><Department>All Employees</Department><Location>IL: AAAA, Illinois</Location><JobClass>All Employees</JobClass><PayGroup>10 Pay - Employee Non Payroll</PayGroup><PayrollFrequency>10</PayrollFrequency><DeductionFrequency>10</DeductionFrequency><Salary>12345.0000</Salary><HourlyWage>0.0000</HourlyWage><FTERate>1.0000</FTERate><HoursPerWeek>35</HoursPerWeek><DaysPerWeek>0</DaysPerWeek><PTOBalance>0.0000</PTOBalance><PTOCost>0.0000</PTOCost><FederalTax>0</FederalTax><FederalUnemploymentTax>0</FederalUnemploymentTax><StateUnemploymentTax>0</StateUnemploymentTax><SocialSecurityTax>0</SocialSecurityTax><MedicareTax>0</MedicareTax><WorkersComp>0</WorkersComp><Bonus>0</Bonus><Commissions>0</Commissions><Overtime>0</Overtime><StockOptionGrantValue>0</StockOptionGrantValue></Employment><LegalStatus>Employee</LegalStatus><Relationship>Employee</Relationship><NeedCalculatePostEnrollmentDeliveries>false</NeedCalculatePostEnrollmentDeliveries><BirthDate>1996-07-15T00:00:00</BirthDate><CountryOfCitizenship/><PriorName/><SmokerStatus>Never</SmokerStatus><MaritalStatus>Married</MaritalStatus><Student>false</Student><Disabled>false</Disabled><EmployeeIdent>0</EmployeeIdent><UserID/><PIN>123496</PIN>-<EnrollmentSession Status="Complete"><Location>IL: AAAA, Illinois</Location><City>AAAA</City><State>IL</State><EnrollmentType>Unknown</EnrollmentType><LastStatusUpdate>2014-09-04T11:07:46</LastStatusUpdate></EnrollmentSession>-<PaymentInfo><PaymentType>Bankdraft</PaymentType><AccountholderName>Test1 E2E-Retest</AccountholderName><BankName>aaaa</BankName><BankNumber>435465465</BankNumber><BankDraftDay>0</BankDraftDay><BankRouting>565465765</BankRouting></PaymentInfo>-<Questionnaire>-<Answer QuestionID="1055946"><Name>AP2018_JobClass</Name><Value>1</Value></Answer>-<Answer QuestionID="271"><Name>DI Selected Bundles</Name><Value>0</Value></Answer>-<Answer QuestionID="72"><Name>Smoker</Name><Value/></Answer>-<Answer QuestionID="1055949"><Name>AP2018_Effective_Date</Name><Value>10/01/2014</Value></Answer>-<Answer QuestionID="1055951"><Name>AP2018_Birth_State</Name><Value>IL</Value></Answer>-<Answer QuestionID="1055952"><Name>AP2018_Active_at_Work</Name><Value>True</Value></Answer>-<Answer QuestionID="1055955"><Name>AP2018_Replace</Name><Value>True</Value></Answer>-<Answer QuestionID="1055956"><Name>AP2018_Addition</Name><Value>False</Value></Answer>-<Answer QuestionID="1055957"><Name>AP2018_Other</Name><Value>False</Value></Answer>-<Answer QuestionID="1055958"><Name>AP2018_New</Name><Value>New</Value></Answer>-<Answer QuestionID="1056086"><Name>AP2018_Tobacco</Name><Value>True</Value></Answer>-<Answer QuestionID="1056088"><Name>AP2018_Agent_Certify</Name></Answer>-<Answer QuestionID="1056089"><Name>AP2018_Agent_Name</Name><Value>aaa</Value></Answer>-<Answer QuestionID="1056090"><Name>AP2018_Agent_Agency</Name><Value>aaa</Value></Answer>-<Answer QuestionID="1056091"><Name>AP2018_Agent_Email</Name><Value>aaa</Value></Answer>-<Answer QuestionID="1056092"><Name>AP2018_Agent_Phone</Name><Value>(436) 576-8798</Value></Answer>-<Answer QuestionID="1056093"><Name>AP2018_Agent_Legal_Language</Name></Answer>-<Answer QuestionID="1056095"><Name>CI_747_Inital_Premium_Authorization</Name><Value>True</Value></Answer>-<Answer QuestionID="1056096"><Name>CI_747_Future_Premium_Authorization</Name><Value>True</Value></Answer>-<Answer QuestionID="1056097"><Name>CI_747_Future_Premium_Authorization_Day</Name><Value>1</Value></Answer>-<Answer QuestionID="1056098"><Name>CI_747_Account_Holder_Name</Name><Value>aaa</Value></Answer>-<Answer QuestionID="1056099"><Name>CI_747_Bank_Name</Name><Value>aaaa</Value></Answer>-<Answer QuestionID="1056100"><Name>CI_747_Routing_Number</Name><Value>456576879</Value></Answer>-<Answer QuestionID="1056101"><Name>CI_747_Account_Number</Name><Value>98090900</Value></Answer>-<Answer QuestionID="1056102"><Name>CI_747_Account_Type</Name><Value>1</Value></Answer>-<Answer QuestionID="1056105"><Name>MEDATH_FM_PRE_LP_1</Name></Answer>-<Answer QuestionID="1056106"><Name>MEDATH_FM_PRE_LP_2</Name></Answer>-<Answer QuestionID="1056107"><Name>MEDATH_FM_PRE_LP_3</Name></Answer>-<Answer QuestionID="1056108"><Name>MEDATH_FM_PRE_LP_4</Name></Answer>-<Answer QuestionID="1056109"><Name>MEDATH_FM_PRE_LP_5</Name></Answer>-<Answer QuestionID="1056110"><Name>MEDATH_FM_PRE_LP_6</Name></Answer>-<Answer QuestionID="1056111"><Name>MEDATH_FM_PRE_LP_7</Name><Value>True</Value></Answer>-<Answer QuestionID="1056112"><Name>MEDATH_FM_PRE_LP_8</Name></Answer>-<Answer QuestionID="1056113"><Name>MEDATH_FM_PRE_LP_9</Name><Value>True</Value></Answer>-<Answer QuestionID="1056114"><Name>AP2018_EOI_ALL_COUNT</Name><Value>0</Value></Answer>-<Answer QuestionID="1056115"><Name>AP2018_EOI_ICU_COUNT</Name><Value>0</Value></Answer>-<Answer QuestionID="1056116"><Name>AP2018_EOI_DI_COUNT</Name><Value>0</Value></Answer>-<Answer QuestionID="1056117"><Name>AP2018_EOI_SD_COUNT</Name><Value>0</Value></Answer></Questionnaire></Applicant>-<Applicant ID="86224cc8-d88f-47b6-bfa2-85ee5a56675f" UniqueID="86224cc8-d88f-47b6-bfa2-85ee5a56675f" EmployeeID="6e64ebee-acb6-4615-b85d-0972797a5cb9"><AsOfDate>2014-09-04T10:44:46</AsOfDate><AsOfDateTicks>635454242860000000</AsOfDateTicks>-<Address Type="Personal"><Country>USA</Country><Line1>aaa</Line1><Line2>aaa</Line2><City>Aaa</City><State>IL</State><Zip>456687980</Zip></Address><SSN>456-58-7898</SSN><FirstName>aaaa</FirstName><MiddleInitial>aa</MiddleInitial><LastName>aaa</LastName><Suffix/><Sex>Female</Sex><LegalStatus>Spouse</LegalStatus><LegalStatusDescription/><Relationship>Spouse</Relationship><BirthDate>1992-01-02T00:00:00</BirthDate><SmokerStatus>Never</SmokerStatus><Student>false</Student><Disabled>false</Disabled></Applicant></Applicants>-<Documents>-<Document ID="1458300" UniqueID="e44a5343-eb3b-41aa-bbdf-6d73a8e07177" EmployeeID="6e64ebee-acb6-4615-b85d-0972797a5cb9" Status="Complete" VoicePrintSignature="true" SignatureMode="Other" PINSignature="true" OneStepSignature="true" FormID="1004185" EnrollerSignaturePerForm="0" EmployerSignaturePerForm="0" DigitizedSignature="true"><Name>AP2018_GI Enrollment for Group Insurance </Name><AsOfDate>2014-09-04T11:07:45</AsOfDate><AsOfDateTicks>635454256650000000</AsOfDateTicks><LocalUpdateTime>2014-09-04T11:20:48</LocalUpdateTime><BySiteGuid>4dd3f39a-28dd-4657-b5bc-e59b9f416e56</BySiteGuid><File>form1458300.pdf</File><CreatedDate>2014-09-04T10:53:02</CreatedDate><SignatureDate>2014-09-04T16:37:45</SignatureDate>-<Signatures>-<Signature Type="Pin" UniqueID="9d149133-27f2-4134-a7d7-ffb3a6e3decd"><CaptureDate>2014-09-04T11:07:45</CaptureDate><OwnerType>Employee</OwnerType><SignedByProxy>false</SignedByProxy></Signature></Signatures>-<DocumentApplications><DocumentApplication UniqueID="33ad8b04-d5e4-4a30-9647-e39123435c20" ApplicationID="cf32800e-bea5-433a-a53e-41acfcccdb8f" ApplicantID="6e64ebee-acb6-4615-b85d-0972797a5cb9"/></DocumentApplications></Document>-<Document ID="1458301" UniqueID="207ffea4-bae3-407c-8d11-384d0367bc2c" EmployeeID="6e64ebee-acb6-4615-b85d-0972797a5cb9" Status="Complete" VoicePrintSignature="true" SignatureMode="Other" PINSignature="true" OneStepSignature="true" FormID="1004431" EnrollerSignaturePerForm="0" EmployerSignaturePerForm="0" DigitizedSignature="true" NewFormRequired="true"><Name>AP2018-CS-ACC(1) Group Accident Coverage Selection</Name><AsOfDate>2014-09-04T11:07:45</AsOfDate><AsOfDateTicks>635454256650000000</AsOfDateTicks><LocalUpdateTime>2014-09-04T11:20:50</LocalUpdateTime><BySiteGuid>4dd3f39a-28dd-4657-b5bc-e59b9f416e56</BySiteGuid><File>form1458301.pdf</File><CreatedDate>2014-09-04T10:53:02</CreatedDate><SignatureDate>2014-09-04T16:37:45</SignatureDate>-<Signatures>-<Signature Type="Pin" UniqueID="81e3ff63-06d8-4403-a08c-2350c18cf9a5"><CaptureDate>2014-09-04T11:07:45</CaptureDate><OwnerType>Employee</OwnerType><SignedByProxy>false</SignedByProxy></Signature></Signatures>-<DocumentApplications><DocumentApplication UniqueID="5add77e6-9da6-400e-8afe-e3463a83e593" ApplicationID="cf32800e-bea5-433a-a53e-41acfcccdb8f" ApplicantID="6e64ebee-acb6-4615-b85d-0972797a5cb9"/></DocumentApplications></Document>-<Document ID="1458302" UniqueID="b24cf0f4-ec8b-4022-9cb9-e62b7e317fd9" EmployeeID="6e64ebee-acb6-4615-b85d-0972797a5cb9" Status="Complete" VoicePrintSignature="true" SignatureMode="Other" PINSignature="true" OneStepSignature="true" FormID="1004293" EnrollerSignaturePerForm="0" EmployerSignaturePerForm="0" DigitizedSignature="true"><Name>AP2018-CS-ICU Coverage Selection for Hospital Intensive Care Rider</Name><AsOfDate>2014-09-04T11:07:45</AsOfDate><AsOfDateTicks>635454256650000000</AsOfDateTicks><LocalUpdateTime>2014-09-04T11:20:50</LocalUpdateTime><BySiteGuid>4dd3f39a-28dd-4657-b5bc-e59b9f416e56</BySiteGuid><File>form1458302.pdf</File><CreatedDate>2014-09-04T10:53:02</CreatedDate><SignatureDate>2014-09-04T16:37:45</SignatureDate>-<Signatures>-<Signature Type="Pin" UniqueID="b3aea151-b9fc-4196-acb2-11a80db05eb8"><CaptureDate>2014-09-04T11:07:45</CaptureDate><OwnerType>Employee</OwnerType><SignedByProxy>false</SignedByProxy></Signature></Signatures>-<DocumentApplications><DocumentApplication UniqueID="8b76ea9d-a5c9-48ab-bea2-8da0e57bd5c9" ApplicationID="cf32800e-bea5-433a-a53e-41acfcccdb8f" ApplicantID="6e64ebee-acb6-4615-b85d-0972797a5cb9"/></DocumentApplications></Document>-<Document ID="1458303" UniqueID="4eedc773-7134-47e8-a7ca-28eda0b37cca" EmployeeID="6e64ebee-acb6-4615-b85d-0972797a5cb9" Status="Complete" VoicePrintSignature="true" SignatureMode="Other" PINSignature="true" OneStepSignature="true" FormID="1004187" EnrollerSignaturePerForm="0" EmployerSignaturePerForm="0" DigitizedSignature="true"><Name>AP2018_PREM Premium</Name><AsOfDate>2014-09-04T11:07:45</AsOfDate><AsOfDateTicks>635454256650000000</AsOfDateTicks><LocalUpdateTime>2014-09-04T11:20:52</LocalUpdateTime><BySiteGuid>4dd3f39a-28dd-4657-b5bc-e59b9f416e56</BySiteGuid><File>form1458303.pdf</File><CreatedDate>2014-09-04T10:53:02</CreatedDate><SignatureDate>2014-09-04T16:37:45</SignatureDate>-<Signatures>-<Signature Type="Pin" UniqueID="9a2f88ef-e93b-455b-a096-016769072a29"><CaptureDate>2014-09-04T11:07:45</CaptureDate><OwnerType>Employee</OwnerType><SignedByProxy>false</SignedByProxy></Signature></Signatures>-<DocumentApplications><DocumentApplication UniqueID="cbfc4324-afd2-4971-be63-9476f2c0993c" ApplicationID="cf32800e-bea5-433a-a53e-41acfcccdb8f" ApplicantID="6e64ebee-acb6-4615-b85d-0972797a5cb9"/></DocumentApplications></Document>-<Document ID="1458304" UniqueID="ae1f6ee8-a31e-43e6-b398-2fcec457fbfe" EmployeeID="6e64ebee-acb6-4615-b85d-0972797a5cb9" Status="Complete" VoicePrintSignature="true" SignatureMode="Other" PINSignature="true" OneStepSignature="true" FormID="1004200" EnrollerSignaturePerForm="0" EmployerSignaturePerForm="0" DigitizedSignature="true"><Name>AP2018-SIGAR Signature </Name><AsOfDate>2014-09-04T11:07:45</AsOfDate><AsOfDateTicks>635454256650000000</AsOfDateTicks><LocalUpdateTime>2014-09-04T11:20:52</LocalUpdateTime><BySiteGuid>4dd3f39a-28dd-4657-b5bc-e59b9f416e56</BySiteGuid><File>form1458304.pdf</File><CreatedDate>2014-09-04T10:53:02</CreatedDate><SignatureDate>2014-09-04T16:37:45</SignatureDate>-<Signatures>-<Signature Type="Pin" UniqueID="54b27b88-f0f5-4cc6-be79-eff63fb0c76a"><CaptureDate>2014-09-04T11:07:45</CaptureDate><OwnerType>Employee</OwnerType><SignedByProxy>false</SignedByProxy></Signature></Signatures>-<DocumentApplications><DocumentApplication UniqueID="5bdba667-ca62-4817-a367-33ccd5a3d1cc" ApplicationID="cf32800e-bea5-433a-a53e-41acfcccdb8f" ApplicantID="6e64ebee-acb6-4615-b85d-0972797a5cb9"/></DocumentApplications></Document>-<Document ID="1458305" UniqueID="47faff7f-47f4-46af-935e-745ca7e45315" EmployeeID="6e64ebee-acb6-4615-b85d-0972797a5cb9" Status="Complete" VoicePrintSignature="true" SignatureMode="Other" PINSignature="true" OneStepSignature="true" FormID="1004296" EnrollerSignaturePerForm="0" EmployerSignaturePerForm="0" DigitizedSignature="true" NewFormRequired="true"><Name>OC2028 Outline of Coverage form</Name><AsOfDate>2014-09-04T11:07:45</AsOfDate><AsOfDateTicks>635454256650000000</AsOfDateTicks><LocalUpdateTime>2014-09-04T11:20:53</LocalUpdateTime><BySiteGuid>4dd3f39a-28dd-4657-b5bc-e59b9f416e56</BySiteGuid><File>form1458305.pdf</File><CreatedDate>2014-09-04T10:53:02</CreatedDate><SignatureDate>2014-09-04T16:37:45</SignatureDate>-<Signatures>-<Signature Type="Pin" UniqueID="1011fdc7-77e6-4cdc-a517-b0e93b0f4166"><CaptureDate>2014-09-04T11:07:45</CaptureDate><OwnerType>Employee</OwnerType><SignedByProxy>false</SignedByProxy></Signature></Signatures>-<DocumentApplications><DocumentApplication UniqueID="1cd1bfd2-9481-437c-98fa-9b4b9a3a7574" ApplicationID="cf32800e-bea5-433a-a53e-41acfcccdb8f" ApplicantID="6e64ebee-acb6-4615-b85d-0972797a5cb9"/></DocumentApplications></Document>-<Document ID="1458306" UniqueID="510f3a15-1067-44e7-8dbd-474179360889" EmployeeID="6e64ebee-acb6-4615-b85d-0972797a5cb9" Status="Complete" VoicePrintSignature="true" SignatureMode="Other" PINSignature="true" OneStepSignature="true" FormID="1004290" EnrollerSignaturePerForm="0" EmployerSignaturePerForm="0" DigitizedSignature="true"><Name>14NRB Replacement Notice</Name><AsOfDate>2014-09-04T11:07:45</AsOfDate><AsOfDateTicks>635454256650000000</AsOfDateTicks><LocalUpdateTime>2014-09-04T11:20:53</LocalUpdateTime><BySiteGuid>4dd3f39a-28dd-4657-b5bc-e59b9f416e56</BySiteGuid><File>form1458306.pdf</File><CreatedDate>2014-09-04T10:53:02</CreatedDate><SignatureDate>2014-09-04T16:37:45</SignatureDate>-<Signatures>-<Signature Type="Pin" UniqueID="69944529-df40-4081-b3cc-75f2e2c65bed"><CaptureDate>2014-09-04T11:07:45</CaptureDate><OwnerType>Employee</OwnerType><SignedByProxy>false</SignedByProxy></Signature></Signatures>-<DocumentApplications><DocumentApplication UniqueID="ec6c7685-6549-437a-92f7-712887c7d250" ApplicationID="cf32800e-bea5-433a-a53e-41acfcccdb8f" ApplicantID="6e64ebee-acb6-4615-b85d-0972797a5cb9"/></DocumentApplications></Document>-<Document ID="1458307" UniqueID="fd4ce54f-8bce-42da-ae87-a22128c6ad84" EmployeeID="6e64ebee-acb6-4615-b85d-0972797a5cb9" Status="Complete" VoicePrintSignature="true" SignatureMode="Other" PINSignature="true" OneStepSignature="true" FormID="1004207" EnrollerSignaturePerForm="0" EmployerSignaturePerForm="0" DigitizedSignature="true"><Name>WNPRIV-FORM-APP-0214 Privacy Notice</Name><AsOfDate>2014-09-04T11:07:45</AsOfDate><AsOfDateTicks>635454256650000000</AsOfDateTicks><LocalUpdateTime>2014-09-04T11:20:53</LocalUpdateTime><BySiteGuid>4dd3f39a-28dd-4657-b5bc-e59b9f416e56</BySiteGuid><File>form1458307.pdf</File><CreatedDate>2014-09-04T10:53:03</CreatedDate><SignatureDate>2014-09-04T16:37:45</SignatureDate>-<Signatures>-<Signature Type="Pin" UniqueID="4555e10f-b4fe-4d56-8309-dc29f0d8443c"><CaptureDate>2014-09-04T11:07:45</CaptureDate><OwnerType>Employee</OwnerType><SignedByProxy>false</SignedByProxy></Signature></Signatures>-<DocumentApplications><DocumentApplication UniqueID="c93ec143-a2f7-4344-a013-6c11ec225e32" ApplicationID="cf32800e-bea5-433a-a53e-41acfcccdb8f" ApplicantID="6e64ebee-acb6-4615-b85d-0972797a5cb9"/></DocumentApplications></Document>-<Document ID="1458308" UniqueID="455b8104-3895-47b1-88b9-84967c81c05b" EmployeeID="6e64ebee-acb6-4615-b85d-0972797a5cb9" Status="Complete" VoicePrintSignature="true" SignatureMode="Other" PINSignature="true" OneStepSignature="true" FormID="1004211" EnrollerSignaturePerForm="0" EmployerSignaturePerForm="0" DigitizedSignature="true"><Name>MEDATH-FM-PRE-LP-0214</Name><AsOfDate>2014-09-04T11:07:45</AsOfDate><AsOfDateTicks>635454256650000000</AsOfDateTicks><LocalUpdateTime>2014-09-04T11:20:53</LocalUpdateTime><BySiteGuid>4dd3f39a-28dd-4657-b5bc-e59b9f416e56</BySiteGuid><File>form1458308.pdf</File><CreatedDate>2014-09-04T10:53:03</CreatedDate><SignatureDate>2014-09-04T16:37:45</SignatureDate>-<Signatures>-<Signature Type="Pin" UniqueID="a00c6051-2fcd-48f6-9e22-d0cae2fab65d"><CaptureDate>2014-09-04T11:07:45</CaptureDate><OwnerType>Employee</OwnerType><SignedByProxy>false</SignedByProxy></Signature></Signatures>-<DocumentApplications><DocumentApplication UniqueID="9c285a84-19c2-406d-b7fe-58178c2c6658" ApplicationID="cf32800e-bea5-433a-a53e-41acfcccdb8f" ApplicantID="6e64ebee-acb6-4615-b85d-0972797a5cb9"/></DocumentApplications></Document>-<Document ID="1458309" UniqueID="9c03d74e-92f7-42df-a9de-43dd2edad08f" EmployeeID="6e64ebee-acb6-4615-b85d-0972797a5cb9" Status="Complete" VoicePrintSignature="true" SignatureMode="Other" PINSignature="true" OneStepSignature="true" FormID="1004239" EnrollerSignaturePerForm="0" EmployerSignaturePerForm="0" DigitizedSignature="true"><Name>CI-747_(07-13) Electronic Funds Transfer </Name><AsOfDate>2014-09-04T11:07:45</AsOfDate><AsOfDateTicks>635454256650000000</AsOfDateTicks><LocalUpdateTime>2014-09-04T11:20:54</LocalUpdateTime><BySiteGuid>4dd3f39a-28dd-4657-b5bc-e59b9f416e56</BySiteGuid><File>form1458309.pdf</File><CreatedDate>2014-09-04T10:53:03</CreatedDate><SignatureDate>2014-09-04T16:37:45</SignatureDate>-<Signatures>-<Signature Type="Pin" UniqueID="b2858cd6-5045-408c-ad7a-5d21a7b0b25b"><CaptureDate>2014-09-04T11:07:45</CaptureDate><OwnerType>Employee</OwnerType><SignedByProxy>false</SignedByProxy></Signature></Signatures>-<DocumentApplications><DocumentApplication UniqueID="73ebcf22-285e-4dab-97b6-332caecefd8f" ApplicationID="cf32800e-bea5-433a-a53e-41acfcccdb8f" ApplicantID="6e64ebee-acb6-4615-b85d-0972797a5cb9"/></DocumentApplications></Document>-<Document ID="1458310" UniqueID="580b9eec-1a5a-44a9-a4a7-5ab9cd845c78" EmployeeID="6e64ebee-acb6-4615-b85d-0972797a5cb9" Status="Complete" VoicePrintSignature="true" SignatureMode="Other" PINSignature="true" OneStepSignature="true" FormID="28" EnrollerSignaturePerForm="0" EmployerSignaturePerForm="0" DigitizedSignature="true" IsSubmitForm="true"><Name>Enrollment Confirmation</Name><AsOfDate>2014-09-04T11:07:45</AsOfDate><AsOfDateTicks>635454256650000000</AsOfDateTicks><LocalUpdateTime>2014-09-04T11:20:54</LocalUpdateTime><BySiteGuid>4dd3f39a-28dd-4657-b5bc-e59b9f416e56</BySiteGuid><File>form1458310.pdf</File><CreatedDate>2014-09-04T10:53:33</CreatedDate><SignatureDate>2014-09-04T16:37:45</SignatureDate>-<Signatures>-<Signature Type="Pin" UniqueID="52516009-028f-4b57-abd3-2d21e96df522"><CaptureDate>2014-09-04T11:07:45</CaptureDate><OwnerType>Employee</OwnerType><SignedByProxy>false</SignedByProxy></Signature></Signatures>-<DocumentApplications><DocumentApplication UniqueID="0ba5cbb3-f555-4d96-b1b0-fb0a48f2da61" ApplicationID="cf32800e-bea5-433a-a53e-41acfcccdb8f" ApplicantID="6e64ebee-acb6-4615-b85d-0972797a5cb9"/></DocumentApplications></Document></Documents>-<Applications>-<Application ID="cf32800e-bea5-433a-a53e-41acfcccdb8f" UniqueID="cf32800e-bea5-433a-a53e-41acfcccdb8f" EmployeeID="6e64ebee-acb6-4615-b85d-0972797a5cb9" Status="Complete" ApplicantID="6e64ebee-acb6-4615-b85d-0972797a5cb9"><AsOfDate>2014-09-04T11:07:45</AsOfDate><AsOfDateTicks>635454256650000000</AsOfDateTicks><OfferingID>18076</OfferingID>-<Coverage ProductID="13865"><Tier>Employee Only</Tier><DeductionFrequency>10</DeductionFrequency><EmployeeCost>21.5900</EmployeeCost><PreTaxEmployeeCost>0.0000</PreTaxEmployeeCost><PostTaxEmployeeCost>21.5900</PostTaxEmployeeCost><EmployerCost>9.2500</EmployerCost><RateCardCost>30.8400</RateCardCost><BenefitAmountFrequency>0</BenefitAmountFrequency><OptionCode/><Section125>false</Section125><EffectiveDate>2014-10-01T00:00:00</EffectiveDate><FirstDeductionDate>2014-10-01T00:00:00</FirstDeductionDate></Coverage>-<Insureds><Insured ApplicantID="6e64ebee-acb6-4615-b85d-0972797a5cb9" Age="18"/></Insureds>-<Riders>-<Rider><Code>PS</Code><EmployeeCost>3.62</EmployeeCost><PreTaxEmployeeCost>0</PreTaxEmployeeCost><PostTaxEmployeeCost>3.62</PostTaxEmployeeCost><EmployerCost>0.00</EmployerCost></Rider>-<Rider><Code>CVR</Code><EmployeeCost>12.15</EmployeeCost><PreTaxEmployeeCost>0</PreTaxEmployeeCost><PostTaxEmployeeCost>12.15</PostTaxEmployeeCost><EmployerCost>0.00</EmployerCost></Rider>-<Rider><Code>HIC</Code><EmployeeCost>5.76</EmployeeCost><PreTaxEmployeeCost>0</PreTaxEmployeeCost><PostTaxEmployeeCost>5.76</PostTaxEmployeeCost><EmployerCost>0.00</EmployerCost><OptionCode>500</OptionCode></Rider>-<Rider><Code>RateCustomJobClass</Code><EmployeeCost>0.00</EmployeeCost><PreTaxEmployeeCost>0</PreTaxEmployeeCost><PostTaxEmployeeCost>0.00</PostTaxEmployeeCost><EmployerCost>0.00</EmployerCost><OptionCode>0</OptionCode><IsFeature>true</IsFeature></Rider>-<Rider><Code>WNGACJobClass</Code><EmployeeCost>0.00</EmployeeCost><PreTaxEmployeeCost>0</PreTaxEmployeeCost><PostTaxEmployeeCost>0.00</PostTaxEmployeeCost><EmployerCost>0.00</EmployerCost><BenefitAmount>1.00</BenefitAmount><OptionCode>1</OptionCode><IsFeature>true</IsFeature></Rider>-<Rider><Code>Group_Participation</Code><EmployeeCost>0.00</EmployeeCost><PreTaxEmployeeCost>0</PreTaxEmployeeCost><PostTaxEmployeeCost>0.00</PostTaxEmployeeCost><EmployerCost>0.00</EmployerCost><OptionCode>Yes</OptionCode><IsFeature>true</IsFeature></Rider>-<Rider><Code>Commission_Option</Code><EmployeeCost>0.00</EmployeeCost><PreTaxEmployeeCost>0</PreTaxEmployeeCost><PostTaxEmployeeCost>0.00</PostTaxEmployeeCost><EmployerCost>0.00</EmployerCost><BenefitAmount>1.00</BenefitAmount><OptionCode>1</OptionCode><IsFeature>true</IsFeature></Rider>-<Rider><Code>Option</Code><EmployeeCost>0.00</EmployeeCost><PreTaxEmployeeCost>0</PreTaxEmployeeCost><PostTaxEmployeeCost>0.00</PostTaxEmployeeCost><EmployerCost>0.00</EmployerCost><BenefitAmount>1.00</BenefitAmount><OptionCode>1</OptionCode><IsFeature>true</IsFeature></Rider>-<Rider><Code>Underwriting_Load</Code><EmployeeCost>0.00</EmployeeCost><PreTaxEmployeeCost>0</PreTaxEmployeeCost><PostTaxEmployeeCost>0.00</PostTaxEmployeeCost><EmployerCost>0.00</EmployerCost><BenefitAmount>0.05</BenefitAmount><OptionCode>0.05</OptionCode><IsFeature>true</IsFeature></Rider>-<Rider><Code>Rate_Guarantee_Load</Code><EmployeeCost>0.00</EmployeeCost><PreTaxEmployeeCost>0</PreTaxEmployeeCost><PostTaxEmployeeCost>0.00</PostTaxEmployeeCost><EmployerCost>0.00</EmployerCost><OptionCode>0</OptionCode><IsFeature>true</IsFeature></Rider>-<Rider><Code>Generic_Pay_Mode</Code><EmployeeCost>0.00</EmployeeCost><PreTaxEmployeeCost>0</PreTaxEmployeeCost><PostTaxEmployeeCost>0.00</PostTaxEmployeeCost><EmployerCost>0.00</EmployerCost><OptionCode>0</OptionCode><IsFeature>true</IsFeature></Rider>-<Rider><Code>Pay_Mode</Code><EmployeeCost>0.00</EmployeeCost><PreTaxEmployeeCost>0</PreTaxEmployeeCost><PostTaxEmployeeCost>0.00</PostTaxEmployeeCost><EmployerCost>0.00</EmployerCost><BenefitAmount>10.00</BenefitAmount><OptionCode>10</OptionCode><IsFeature>true</IsFeature></Rider>-<Rider><Code>CommonMultiplicator</Code><EmployeeCost>0.00</EmployeeCost><PreTaxEmployeeCost>0</PreTaxEmployeeCost><PostTaxEmployeeCost>0.00</PostTaxEmployeeCost><EmployerCost>0.00</EmployerCost><BenefitAmount>1.05</BenefitAmount><OptionCode>1.05</OptionCode><IsFeature>true</IsFeature></Rider>-<Rider><Code>ToDeductionFrequency</Code><EmployeeCost>0.00</EmployeeCost><PreTaxEmployeeCost>0</PreTaxEmployeeCost><PostTaxEmployeeCost>0.00</PostTaxEmployeeCost><EmployerCost>0.00</EmployerCost><BenefitAmount>0.10</BenefitAmount><OptionCode>0.1</OptionCode><IsFeature>true</IsFeature></Rider>-<Rider><Code>AnnualResult</Code><EmployeeCost>0.00</EmployeeCost><PreTaxEmployeeCost>0</PreTaxEmployeeCost><PostTaxEmployeeCost>0.00</PostTaxEmployeeCost><EmployerCost>0.00</EmployerCost><OptionCode>0</OptionCode><IsFeature>true</IsFeature></Rider>-<Rider><Code>ShowBaseLevel</Code><EmployeeCost>0.00</EmployeeCost><PreTaxEmployeeCost>0</PreTaxEmployeeCost><PostTaxEmployeeCost>0.00</PostTaxEmployeeCost><EmployerCost>0.00</EmployerCost><OptionCode>Yes</OptionCode><IsFeature>true</IsFeature></Rider>-<Rider><Name>1</Name><Code>BaseLevel</Code><EmployeeCost>0.00</EmployeeCost><PreTaxEmployeeCost>0</PreTaxEmployeeCost><PostTaxEmployeeCost>0.00</PostTaxEmployeeCost><EmployerCost>0.00</EmployerCost><BenefitAmount>1.00</BenefitAmount><OptionCode>1</OptionCode><IsFeature>true</IsFeature></Rider>-<Rider><Code>RiderDisabled</Code><EmployeeCost>0.00</EmployeeCost><PreTaxEmployeeCost>0</PreTaxEmployeeCost><PostTaxEmployeeCost>0.00</PostTaxEmployeeCost><EmployerCost>0.00</EmployerCost><OptionCode>No</OptionCode><IsFeature>true</IsFeature></Rider></Riders>-<Beneficiaries>-<Beneficiary UniqueID="00000000-0000-0000-0000-000000000000" ApplicantID="86224cc8-d88f-47b6-bfa2-85ee5a56675f"><Type>Primary</Type><Name>aaaa aaa</Name><Phone/>-<BeneficiaryAddress><FullAddress/></BeneficiaryAddress><Percent>100.00</Percent><FirstName>aaaa</FirstName><MiddleInitial>aa</MiddleInitial><LastName>aaa</LastName><Suffix/><SSN>456-58-7898</SSN><RelationshipDescription>Spouse</RelationshipDescription><Age>0</Age><CountryOfCitizenship/></Beneficiary></Beneficiaries>-<ApplicationDocuments><ApplicationDocument DocumentID="1458300"/><ApplicationDocument DocumentID="1458301"/><ApplicationDocument DocumentID="1458302"/><ApplicationDocument DocumentID="1458303"/><ApplicationDocument DocumentID="1458304"/><ApplicationDocument DocumentID="1458305"/><ApplicationDocument DocumentID="1458306"/><ApplicationDocument DocumentID="1458307"/><ApplicationDocument DocumentID="1458308"/><ApplicationDocument DocumentID="1458309"/><ApplicationDocument DocumentID="1458310"/></ApplicationDocuments>-<Enrollers>-<Enroller AgentID="1000021"><Number/><Split>100</Split></Enroller></Enrollers><ApplicationDate>2014-09-04T16:37:45</ApplicationDate><GroupNumber/><GroupNumberLabel>f2ca125623ee401bb132ec49ee92e5f9</GroupNumberLabel><NetworkID>13ee2b81e3b74f678d1ed23a216c191f</NetworkID><PlanCode/><PolicyNumber/><CnoID>1000003548</CnoID>-<Agents>-<Agent ID="169601"><AgentNumber>TAB04</AgentNumber><Split>100</Split><ProfileCode>1HI</ProfileCode><FirstName>Regular</FirstName><LastName>UAT Nineteen</LastName></Agent></Agents><PMA>False</PMA></Application></Applications><TransmittalResult Status="OK"/>-<Products>-<Product ID="13865"><Name>Washington National Group Accident</Name><Code>WN_GAC</Code></Product></Products></Transmittal>

----------------------------------------------------------------------------------------------------------------------------------------------


Viewing all articles
Browse latest Browse all 12963

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>