﻿//音乐分类，热门标签，索引
var MusicTypeID = "MusicType";
function ReadContent(action) {

    $("#MusciTypeContent").load("MusicType.aspx?Action=" + action)
    $("#" + MusicTypeID).attr("class", "");
    $("#" + action).attr("class", "on");
    MusicTypeID = action;
}
