Don't like ads? PRO users don't see any ads ;-)
Guest

related post 1

By: a guest on Jun 14th, 2012  |  syntax: JavaScript  |  size: 0.83 KB  |  hits: 22  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <script language="JavaScript">
  2.  
  3. imgr = new Array();
  4.  
  5.  
  6. imgr[0] = "http://i43.tinypic.com/orpg0m.jpg";
  7.  
  8. imgr[1] = "http://i43.tinypic.com/orpg0m.jpg";
  9.  
  10. imgr[2] = "http://i43.tinypic.com/orpg0m.jpg";
  11.  
  12. imgr[3] = "http://i43.tinypic.com/orpg0m.jpg";
  13.  
  14. imgr[4] = "http://i43.tinypic.com/orpg0m.jpg";
  15. showRandomImg = true;
  16.  
  17. boxwidth = 298;
  18.  
  19. cellspacing = 8;
  20.  
  21. borderColor = "#ffffff";
  22.  
  23. bgTD = "#000000";
  24.  
  25. thumbwidth = 40;
  26.  
  27. thumbheight = 40;
  28.  
  29. fntsize = 12;
  30.  
  31. acolor = "#666";
  32.  
  33. aBold = true;
  34.  
  35. icon = " ";
  36.  
  37. text = "comments";
  38.  
  39. showPostDate = false;
  40.  
  41. summaryPost = 40;
  42.  
  43. summaryFontsize = 10;
  44.  
  45. summaryColor = "#666";
  46.  
  47. icon2 = " ";
  48.  
  49. numposts = 5;
  50.  
  51. home_page = "ibnarazy.blogspot.com/";
  52.  
  53. </script>
  54.  
  55. <script src="http://myblogtalk.com/bloggertemplates/js/recentposts_thumbnail.js" type="text/javascript"></script>