// Data related to genres

var gSpecialGenres = 4; // accounts for "All", "Presets", "Guest" and spacer

//
// Complete set of genres that appear in drop-down list
//
var gGenres = new Array(
// START META_GENRES
	"All Broadcasts",
	"My Presets",
	"Guest",
	"--------------",
// END META_GENRES
// START GENRE LIST
	"Alternative",
	"Ambient",
	"Blues",
	"Christian",
	"Classical",
	"Comedy",
	"Country",
	"Dance",
	"Folk",
	"Funk",
	"Hip-hop",
	"Holiday",
	"House",
	"International",
	"Jazz",
	"Jungle",
	"Metal",
	"New Age",
	"Pop",
	"Punk",
	"R&B",
	"Rap",
	"Reggae",
	"Religious",
	"Rock",
	"Swing",
	"Talk",
	"Techno",
	"Valentine",
	"Valentine-black",
	"Valentine-blue",
	"Valentine-red",
	"Various",
	"Western",
	"World",
	"50s",
	"60s",
	"70s",
	"80s",
	"90s",
	"Other"
// END GENRE LIST
);

var gGenreIDs = new Array(
	"All",
	"Presets",
	"Guest",
	"All",
// START GENRE ID LIST
	"alternative",
	"ambient",
	"blues",
	"christian",
	"classical", 
	"comedy",
	"country",
	"dance",
	"folk",
	"funk",
	"hip%2dhop",
	"holiday",
	"house", 
	"international", 
	"jazz", 
	"jungle",
	"metal",
	"new%20age",
	"pop", 
	"punk",
	"r%26b",
	"rap",
	"reggae",
	"religious",
	"rock", 
	"swing", 
	"talk", 
	"techno", 
	"valentine",
	"valentine_black",
	"valentine_blue",
	"valentine_red",
	"various", 
	"western",
	"world", 
	"50s",
	"60s",
	"70s",
	"80s",
	"90s",
	"other"
// END GENRE ID LIST
);


var gGenreAds = new Array(
	"other",
	"other",
	"other",
	"other",
// START GENRE ADS LIST
	"alternative",
	"electronic",
	"blues",
	"religious",
	"classical", 
	"comedy",
	"country",
	"pop",
	"rock",
	"hiphop",
	"hiphop",
	"other",
	"electronic", 
	"world", 
	"jazz", 
	"electronic",
	"rock",
	"world",
	"pop", 
	"rock",
	"jazz",
	"hiphop",
	"world",
	"religious",
	"rock", 
	"jazz", 
	"talk", 
	"electronic", 
	"other",
	"other",
	"other",
	"other",
	"other", 
	"country",
	"world", 
	"pop",
	"pop",
	"pop",
	"pop",
	"pop",
	"other"
// END GENRE ADS LIST
);

