
      countArticle = 0;
      var mySlideData = new Array();
      mySlideData[countArticle++] = new Array(
      'templates/xtc4/img/ticker/zahlung.jpg',
      'shop_content.php/coID/11/content/Bezahlung-Versand.html',
      ' ',
      ' '
      );

      mySlideData[countArticle++] = new Array(
      'templates/xtc4/img/ticker/vorteile.jpg',
      'shop_content.php/coID/11/content/Bezahlung-Versand.html',
      ' ',
      ' '
      );
      
	  mySlideData[countArticle++] = new Array(
      'templates/xtc4/img/ticker/rueckruf.jpg',
      'shop_content.php/coID/4/content/Impressum',
      ' ',
      ' '
      );
	
       function startSlideshow() {
       var slideshow = new timedSlideShow($('mySlideshow'), mySlideData);
       }
       addLoadEvent(startSlideshow);
    
