var urlMyAccount = "MyAccount.aspx?channel=19"
function ProductType()
{
this.Music = 1;
this.Cd = 2;
this.Card = 3;
}
var ContentTypes = new Array();ContentTypes['Album'] = 0;ContentTypes['Artist'] = 1;ContentTypes['Music'] = 2;ContentTypes['Notice'] = 3;ContentTypes['Radio'] = 4;ContentTypes['Video'] = 5;ContentTypes['EditorPlaylists'] = 6;ContentTypes['UserPlaylists'] = 7;ContentTypes['All'] = 8;ContentTypes['Genre'] = 9;ContentTypes['Review'] = 10;ContentTypes['ArtistVirtualAlbumPlaylist'] = 11;ContentTypes['ArtistPlaylist'] = 12;