﻿//$().ready(function() {
    $('link[rel*=style]').each(function(i) {
        if (this.href.length > 0) this.href = this.href + '?version=1';
    });
//});