
      var pp_awpos=0;
      var pp_ebooks = new Array();

      pp_ebooks[0] = ['Our Invisible Bodies','http://www.free-ebooks.net/ebook/Our-Invisible-Bodies?lsrc=aw','http://www.free-ebooks.net/covers/normal/1301226680.jpg'];
pp_ebooks[1] = ['Dark Earth','http://www.free-ebooks.net/ebook/Dark-Earth?lsrc=aw','http://www.free-ebooks.net/covers/normal/1316165674.jpg'];
pp_ebooks[2] = ['Brains and Realities','http://www.free-ebooks.net/ebook/Brains-and-Realities?lsrc=aw','http://www.free-ebooks.net/covers/normal/1327556352.jpg'];


      function pp_move_next()
      {
        pp_awpos +=1;
        if( pp_awpos >= pp_ebooks.length) pp_awpos=0;
        pp_show_ebook();

      }
      function pp_move_prev()
      {
        pp_awpos -=1;
        if( pp_awpos <= 0) pp_awpos=pp_ebooks.length -1;
        pp_show_ebook();
      }
      function pp_show_ebook()
      {
        elem = document.getElementById('pp_a');
        elem.href= pp_ebooks[pp_awpos][1];
        elem.innerHTML= pp_ebooks[pp_awpos][0];

        elem = document.getElementById('pp_i');
        elem.src= pp_ebooks[pp_awpos][2];
        elem = document.getElementById('pp_c');
        elem.innerHTML= 'eBook ' + (pp_awpos +1) + '/' + pp_ebooks.length  ;
      }
document.write('<style type="text/css">.widget_l{margin:0px; padding:0px; width:253px;} .widget_l_header{margin:0px; padding:0px; width:253px; height:70px; background:url(http://www.free-ebooks.net/test_template/images/widget_header.png) no-repeat 0 0;} .widget_l_hdr{margin:0px 0px 10px 6px; padding-left:15px; padding-top:5px; font:bold 14px arial; line-height:18px; background:url(http://www.free-ebooks.net/test_template/images/widget_hdr.png) no-repeat 0 0; height:29px;color:#666} .widget_l_body{margin:0px; padding:0px; width:253px; background:url(http://www.free-ebooks.net/test_template/images/widget_body.png) repeat-y 0 0;} .widget_l_content{margin:0px 0px; padding:20px 30px; font: normal 14px arial;text-align:center} .widget_l_content a{margin:0px; padding:0px; color:#073763; text-decoration:underline;} .widget_l_content a:hover{color:#ff6600; text-decoration:none;} .widget_l_footer{margin:0px; padding:0px; width:253px;overflow:hidden; background:#2671CE} .widget_l_footer_left{margin:5px; padding:2px 0px 0px 10px; width:16px; float:left;} .widget_l_footer_center{margin:5px; padding-left:10px; width:150px; float:left; text-align:center; font:normal 12px arial; color:#fff;} .widget_l_footer_right{margin:5px; padding:2px 10px 0px 0px; width:16px; float:left;}</style>');document.write('<div class="widget_l"> <div class="widget_l_header"></div> <div class="widget_l_body"> <div class="widget_l_hdr">I&#39;m a Published Author</div> <div class="widget_l_content"> <img id="pp_i" src="http://www.free-ebooks.net/covers/normal/1301226680.jpg" alt="" width="81" height="123" /> <div style="height:52px;overflow:hidden"><a href="http://www.free-ebooks.net/ebook/Our-Invisible-Bodies?lsrc=aw" id="pp_a" target="_blank">Our Invisible Bodies</a></div> </div> </div> <div class="widget_l_footer" style="background:#3d85c6"> <div class="widget_l_footer_left"><a href="#" onclick="pp_move_prev();return false;"><img src="http://www.free-ebooks.net/author-widget/images/left-arrow-light.png" border="0" alt="" width="14" height="11"></a> </div> <div class="widget_l_footer_center"><span id="pp_c" style="color:#ffffff">eBook 1/3</span> </div> <div class="widget_l_footer_right"><a href="#" onclick="pp_move_next();return false;"><img src="http://www.free-ebooks.net/author-widget/images/right-arrow-light.png" border="0" alt="" width="14" height="11"></a> </div> <div style="clear:both"></div> </div></div></div>');
