hulkpieter

html site

Jun 25th, 2013
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. html site.
  2.  
  3. <body background="bg.png">
  4. </body>
  5. </html>
  6.  
  7.  
  8.  
  9. <center>
  10. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  11.  
  12. <script type="text/javascript" src="fadeslideshow.js">
  13.  
  14.  
  15. </script>
  16.  
  17. <script type="text/javascript">
  18.  
  19. var mygallery2=new fadeSlideShow({
  20. wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
  21. dimensions: [563, 669], //width/height of gallery in pixels. Should reflect dimensions of largest image
  22. imagearray: [
  23. ["http://i1295.photobucket.com/albums/b635/Pieter_van_Gool/golddigger5647totaal_zpsaa06cb93.jpg", "", "", "Subscribe to win a gift-code !"],
  24. ["images/fruits.jpg", "http://en.wikipedia.org/wiki/Cave", "_new", "Have fun with your account!"],
  25. ["images/pool.jpg"],
  26. ["images/cave.jpg", "", "", "spread the word of this site !"] //<--no trailing comma after very last image element!
  27. ],
  28. displaymode: {type:'manual', pause:2500, cycles:0, wraparound:false},
  29. persist: false, //remember last viewed slide and recall within same session?
  30. fadeduration: 500, //transition duration (milliseconds)
  31. descreveal: "always",
  32. togglerid: "fadeshow2toggler",
  33. oninit: function(){
  34. jQuery('#' + this.setting.wrapperid + ' .gallerylayer').each(function(){
  35. jQuery(this).find('img').each(function(i){
  36. jQuery(this).attr('usemap', '#' + (i + 1));
  37. });
  38. });
  39. }
  40. })
  41.  
  42.  
  43. </script>
  44.  
  45. <map name="#1">
  46. <area shape="rect" coords="72,325,260,360" href="http://adf.ly/QqDnZ" alt="download this accounts">
  47. <area shape="rect" coords="72,370,260,405" href="https://www.youtube.com/mangamen00" alt="testaccount">
  48. <area shape="rect" coords="72,414,260,450" href="http://mcpremaccounts.webs.com/donate-3" alt="testaccount">
  49. <area shape="rect" coords="72,465,162,495" href="http://adf.ly/QqDnZ" alt="testaccount">
  50. <area shape="rect" coords="175,465,260,495" href="http://adf.ly/QqDnZ" alt="testaccount">
  51. </map>
  52.  
  53.  
  54.  
  55.  
  56.  
  57. <div id="fadeshow1"></div>
  58.  
  59. <br />
  60.  
  61. <div id="fadeshow2"></div>
  62.  
  63. <div id="fadeshow2toggler" style="width:250px; text-align:center; margin-top:10px">
  64. <a href="#" class="prev"><img src="http://i1295.photobucket.com/albums/b635/Pieter_van_Gool/Knipsel_zps33810075.jpg" style="border-width:0" /></a> <span class="status" style="margin:0 50px; font-weight:bold"></span> <a href="#" class="next"><img src="http://i1295.photobucket.com/albums/b635/Pieter_van_Gool/Knipsel_zps51408b19.jpg" style="border-width:0" /></a>
  65. </div>
  66.  
  67. </center>
Add Comment
Please, Sign In to add comment