

// subpartners (myP2Graphic)

   var myP2Graphic=new Array();
   var myP2Graphiclink=new Array();
   var adP2Num=0;

	//myP2Graphic[0]="http://www.sport.be/images/right/blog_lei.gif";
	//myP2Graphiclink[0]="http://nl.sitestat.com/sport-be/sport/s?Blog-Aller-Lei&ns_type=clickout";
	
    myP2Graphic[0]="http://www.sport.be/images/right/blog_dirk.gif";
	myP2Graphiclink[0]="http://nl.sitestat.com/sport-be/sport/s?Blog-DeReusVanVlaanderen&ns_type=clickout";
	myP2Graphic[1]="http://www.sport.be/images/right/blog_paul.gif";
	myP2Graphiclink[1]="http://nl.sitestat.com/sport-be/sport/s?Blog-AchterDeSchermen&ns_type=clickout";
	//myP2Graphic[2]="http://www.sport.be/images/right/blog_filip.gif";
	//myP2Graphiclink[2]="http://nl.sitestat.com/sport-be/sport/s?Blog-TheGraveyard&ns_type=clickout";
	myP2Graphic[2]="http://www.sport.be/images/right/blog_tia.gif";
	myP2Graphiclink[2]="http://nl.sitestat.com/sport-be/sport/s?Blog-Tia&ns_type=clickout";
	myP2Graphic[3]="http://www.sport.be/images/right/blog_sven.gif";
	myP2Graphiclink[3]="http://nl.sitestat.com/sport-be/sport/s?Blog-Sven&ns_type=clickout";
	myP2Graphic[4]="http://www.sport.be/images/right/blog_nick.gif";
	myP2Graphiclink[4]="http://nl.sitestat.com/sport-be/sport/s?Blog-Nick&ns_type=clickout";
	myP2Graphic[5]="http://www.sport.be/images/right/blog_luc.gif";
	myP2Graphiclink[5]="http://nl.sitestat.com/sport-be/sport/s?Blog-TheRoadToKona&ns_type=clickout";
	myP2Graphic[6]="http://www.sport.be/images/right/blog_elo.gif";
	myP2Graphiclink[6]="http://nl.sitestat.com/sport-be/sport/s?Blog-Elo&ns_type=clickout";
	myP2Graphic[7]="http://www.sport.be/images/right/blog_hanna.gif";
	myP2Graphiclink[7]="http://nl.sitestat.com/sport-be/sport/s?Blog-Hanna&ns_type=clickout";
	myP2Graphic[8]="http://www.sport.be/images/right/blog_aagje.gif";
	myP2Graphiclink[8]="http://nl.sitestat.com/sport-be/sport/s?Blog-Aagje&ns_type=clickout";
	myP2Graphic[9]="http://www.sport.be/images/right/blog_kristof.gif";
	myP2Graphiclink[9]="http://nl.sitestat.com/sport-be/sport/s?Blog-Kristof&ns_type=clickout";
	myP2Graphic[10]="http://www.sport.be/images/right/blog_starttorun.gif";
	myP2Graphiclink[10]="http://nl.sitestat.com/sport-be/sport/s?Blog-StarttoRun&ns_type=clickout";
	myP2Graphic[11]="http://www.sport.be/images/right/blog_mieke.gif";
	myP2Graphiclink[11]="http://nl.sitestat.com/sport-be/sport/s?MiekeBoeckxBlog&ns_type=clickout";
	myP2Graphic[12]="http://www.sport.be/images/right/blog_dirk.gif";
	myP2Graphiclink[12]="http://nl.sitestat.com/sport-be/sport/s?Blog-DeReusVanVlaanderen&ns_type=clickout";
	
	//myP2Graphic[4]="http://www.sport.be/images/right/blog_dirk.gif";
	//myP2Graphiclink[4]="http://nl.sitestat.com/sport-be/sport/s?Blog-DeReusVanVlaanderen&ns_type=clickout";
	// etc. etc. etc...

	   var preloadedimages=new Array();
	   for (i=0;i<(myP2Graphic.length-1);i++){
	      preloadedimages[i]=new Image();
	      preloadedimages[i].src=myP2Graphic[i];
	   }
	   adP2Num=(myP2Graphic.length-1);

	function setP2Transition(){
	   if (document.all){
	     // myP2Graphicflipper.filters.revealTrans.Transition=12;
	    // myP2Graphicflipper.filters.revealTrans.apply();
	   }
	}

	function playP2Transition(){
	   if (document.all)
	      myP2Graphicflipper.filters.revealTrans.play()
     }

	function nextP2Graphic(){
	   if(adP2Num<myP2Graphic.length-1)adP2Num++ ;
	      else adP2Num=0;
	   document.images.myP2Graphicflipper.src=myP2Graphic[adP2Num];
	   myP2Clock=setTimeout("nextP2Graphic()", 3000);
	}

	function link2P2url(){
	   linkUrl=myP2Graphiclink[adP2Num];
	   linkTarget='_blank';
	   if (linkUrl != ''){
	      if (linkTarget != '')window.open(linkUrl,linkTarget);
	      else location.href=linkUrl;
	   }
	}
	function displayP2StatusMsg() {
	   status=myP2Graphiclink[adP2Num];
	   document.returnValue = true;
	}