var textSrc = new Array(
'<img src="/v/vspfiles/assets/images/features/tech-support-thmb.gif" border="0" width="8" height="8" alt="-" />&nbsp;<span style="color: #c00;">FREE LIFETIME Tech Support!</span>',
'<img src="/v/vspfiles/assets/images/features/90-day-thmb.gif" border="0" width="8" height="8" alt="-" />&nbsp;<span style="color: #c00;">The Industry\'s Only 90-Day Money Back Guarantee!</span>',
'<img src="/v/vspfiles/assets/images/features/thousands-thmb.gif" border="0" width="8" height="8" alt="-" />&nbsp;<span style="color: #c00;">Thousands of Proven Systems Operating Worldwide!</span>',
'<img src="/v/vspfiles/assets/images/features/110lowprice-thmb.gif" border="0" width="8" height="8" alt="-" />&nbsp;<span style="color: #c00;">Direct from the manufacturer - No middleman markup!</span>');
var swapCnt = 0;
function swapFeatures(){
  document.getElementById('top_bar_rotate_features').innerHTML=textSrc[swapCnt];
  swapCnt++;
  if(swapCnt>=textSrc.length){swapCnt=0};
    window.setTimeout('swapFeatures()',4000);
  }
  window.setTimeout('swapFeatures()',4000);