﻿$(document).ready(function () {
    $('link[rel*=sw]').each(function (index) {
        (this).href = (this).href.replace('.css', '-adv.css');
    });
});
