/**
 * Promotion Cycle - manipulates promoboxcycle in textright
 */
function PromotionCycle(){
  servicehandleinnerhtml('promotion.php','promoboxcycle');
  setTimeout("PromotionCycle();", 5000);   // Wait and load himself
}
