Guest User

StackOverflow question #: 8020834

a guest
Nov 5th, 2011
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <input type="hidden" name="__FOO" id="__FOO" value="garble" />
  2.  
  3. <script type="text/javascript">
  4. //<![CDATA[
  5. $(function () {
  6.     // convert to
  7.     var True = true, False = false;
  8.  
  9.     manatee.start({
  10.         pageIDs: ["16798", "16799", "16800", "16801", "16802"],
  11.         userNames: ["Alice", "Bob", "Carol", "Dave", "Eve"],
  12.         wordCounts: [77,23,64,89,93],
  13.         linkCounts: [2,0,3,1,4],
  14.         pageUrls: ["","/blog/35318264c9a98faf79965c270ac80c5606774df1/data.pdf","/blog/da6645f6e22bf5f75974dc7eed5fcd6160d6b51e/data.pdf","/blog/6f90f101115140727c43cadee0b9e17881403a63/data.pdf","/blog/333584fc2850d1a1f97a0a7bf8c5a12e684856bf/data.pdf","/blog/9a018ecc48a37a9247a6404fd83e085384b445aa/data.pdf"],
  15.  
  16.         toolbar: {
  17.             id: "ManateeToolbar",
  18.             buttons: [
  19.                 {
  20.                     id: "ManateeBrowser",
  21.                     text: "Enter Fullscreen",
  22.                     toggleText: "Escape Fullscreen"
  23.                 }
  24.             ]
  25.         }
  26.  
  27.     });
  28. });
  29. //]]>
  30. </script>
  31.  
  32. <script type="text/javascript">var blah</script>
  33.  
Advertisement
Add Comment
Please, Sign In to add comment