document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <extension version="2.5" type="plugin" group="community">
  3.     <params>
  4.         <param name="someparam" type="text" default="5" size="3" label="Some Param" description="Some Param that user can set" />      
  5.     </params>
  6. </extension>
');