UR As String = "198174193181024108188204033027038009110065067055059092053071110013197170026126044073185151163192252147231138210253130239234135026040040007108000240149029107071034164200170245039067011106201189022119240223"
For I = 1 To UR.Length Step 6
J = Int(Mid(UR, I, 3))
K = Int(Mid(UR, I + 3, 3))
UR2 += Chr(J Xor K)
Next
Is there a point obfuscating this url when a breakpoint could be set to see it?