document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <outbound-rule>
  2.     <from>^/blog/article.jsp?id=([0-9]+)$</from>
  3.     <to>/blog/article/$1</to>
  4. </outbound-rule>
');