document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <ul id="tlyPageGuide" data-tourtitle="REPLACE THIS WITH A TITLE">
  2.   <li class="tlypageguide_left" data-tourtarget=".first_element_to_target">
  3.     <div>
  4.       Here is the first tour item description. The number will appear to the left of the element.
  5.     </div>
  6.   </li>
  7.   <li class="tlypageguide_right" data-tourtarget="#second_element_to_target">
  8.     <div>
  9.       Here is the second tour item description. The number will appear to the right of the element.
  10.     </div>
  11.   </li>
  12.   <li class="tlypageguide_top" data-tourtarget=".third_element_to_target">
  13.     <div>
  14.       Here is the third tour item description. The number will appear above of the element.
  15.     </div>
  16.   </li>
  17.   <li class="tlypageguide_bottom" data-tourtarget="#fourth_element_to_target">
  18.     <div>
  19.       Here is the fourth tour item description. The number will appear below of the element.
  20.     </div>
  21.   </li>
  22. </ul>
');