﻿function SubscribeRss(xmlPath) {
    window.open(xmlPath, '_blank');
}