document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <cfoutput>
  2.   Start Counting. <br/>
  3. </cfoutput>
  4. <cfloop from="1" to="3" index="i">
  5.   <cfoutput>
  6.   #i#<br />
  7.   </cfoutput>
  8. </cfloop>
  9. <cfoutput>
  10.   Counting Done. <br/>
  11. </cfoutput>
');