document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
  2. <style type="text/css" media="screen">
  3. <!--
  4.  
  5.  
  6. #spylist {
  7. overflow:hidden;
  8. margin-top:5px;
  9. padding:0px 0px;
  10. height:345px;
  11. }
  12. #spylist ul{
  13. width:240px;
  14. overflow:hidden;
  15. list-style-type: none;
  16. padding: 0px 0px;
  17. margin:0px 0px;
  18. }
  19. #spylist li {
  20. width:230px;
  21. padding: 5px 5px;
  22. margin:0px 0px 5px 0px;
  23. list-style-type:none;
  24. float:none;
  25. height:70px;
  26. overflow: hidden;
  27. background:#fff url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/post.jpg) repeat-x;
  28. border:1px solid #ddd;
  29. }
  30.  
  31.  
  32. #spylist li a {
  33. text-decoration:none;
  34. color:#4B545B;
  35. font-size:11px;
  36. height:18px;
  37. overflow:hidden;
  38. margin:0px 0px;
  39. padding:0px 0px 2px 0px;
  40. }
  41. #spylist li img {
  42. float:left;
  43. margin-right:5px;
  44. background:#EFEFEF;
  45. border:0;
  46. }
  47. .spydate{
  48. overflow:hidden;
  49. font-size:10px;
  50. color:#0284C2;
  51. padding:2px 0px;
  52. margin:1px 0px 0px 0px;
  53. height:15px;
  54. font-family:Tahoma,Arial,verdana, sans-serif;
  55. }
  56. .spycomment{
  57. overflow:hidden;
  58. font-family:Tahoma,Arial,verdana, sans-serif;
  59. font-size:10px;
  60. color:#262B2F;
  61. padding:0px 0px;
  62. margin:0px 0px;
  63. }
  64.  
  65. -->
  66. </style>
  67. <script language="JavaScript">
  68. imgr = new Array();
  69. imgr[0] = "http://i725.photobucket.com/albums/ww258/anasceria/Tutorial-jitu/no-image1.gif";
  70. imgr[1] = "http://i725.photobucket.com/albums/ww258/anasceria/Tutorial-jitu/no-image2.gif";
  71. imgr[2] = "http://i725.photobucket.com/albums/ww258/anasceria/Tutorial-jitu/no-image3.gif";
  72. imgr[3] = "http://i725.photobucket.com/albums/ww258/anasceria/Tutorial-jitu/no-image4.gif";
  73. imgr[4] = "http://i725.photobucket.com/albums/ww258/anasceria/Tutorial-jitu/no-image5.gif";
  74. showRandomImg = true;
  75. boxwidth = 230;
  76. cellspacing = 8;
  77. borderColor = "#ffffff";
  78. bgTD = "transparent";
  79. thumbwidth = 40;
  80. thumbheight = 40;
  81. fntsize = 12;
  82. acolor = "#666";
  83. aBold = true;
  84. icon = " ";
  85. text = "comments";
  86. showPostDate = false;
  87. summaryPost = 40;
  88. summaryFontsize = 10;
  89. summaryColor = "#666";
  90. icon2 = " ";
  91. numposts = 10;
  92. home_page = "http://negeriinfo.blogspot.com/";
  93. </script>
  94. <script src="https://sites.google.com/site/anasceria/recentposts_thumbnail.js" type="text/javascript"></script>
');