function subcategory(subcat_name, subcat_image, spacing) {
this.subcat_name = subcat_name;
this.subcat_image = subcat_image;
this.spacing = spacing;
}
function nominee(category, Qname, Qvalue, subcat_index, product_name, artist_name, label, listen_link, zune_link, artist_cid) {
this.category = category;
this.subcat_index = subcat_index;
this.product_name = product_name;
this.artist_name = artist_name;
this.label = label;
this.listen_link = listen_link;
this.zune_link = zune_link;
this.Qname = Qname;
this.Qvalue = Qvalue;
this.artist_cid = artist_cid;
}
//displayQ displays one question from one category
function displayQ(category, question, voting) {
var voting = (voting == null) ? true : false;
var subcatImage = "";
var nominees = "";
var output = "";
for (i = 0; i < noms.length; i++) {
if ((noms[i].Qname == question) && (noms[i].category == category)) {
if (subcatImage == "") {
subcatSpacing = categories[noms[i].subcat_index].spacing;
/*if (subcatSpacing == 1) {
subcatImage = ' ';
} else {
subcatImage = ' ';
}*/
subcatImage = '' + categories[noms[i].subcat_index].subcat_name + ' ';
}
nominees = nominees + '
';
if (voting == true) {
nominees = nominees + '
';
nominees = nominees + ' ';
nominees = nominees + '
';
}
nominees = nominees + '
';
if (noms[i].product_name != "") {
nominees = nominees + '
' + noms[i].product_name + ' ';
}
if (noms[i].artist_name != "") {
if (noms[i].artist_cid != "") {
nominees = nominees + '
' + noms[i].artist_name + ' ';
} else {
nominees = nominees + '
' + noms[i].artist_name + ' ';
}
}
/*
if (noms[i].label != "") {
nominees = nominees + '
' + noms[i].label + ' ';
}
*/
if (noms[i].listen_link != "") {
nominees = nominees + '
';
}
if (noms[i].zune_link != "") {
nominees = nominees + '
';
}
nominees = nominees + '
';
nominees = nominees + '
';
nominees = nominees + '
';
}
}
output = '' + subcatImage + ' ' + nominees + '
';
return output;
}
function countNominees(category) {
var count = 0;
for (i=0; i < noms.length; i++) {
if (noms[i].category == category) {
count++;
}
}
return count;
}
function search_array(needle, haystack) {
var count = 0;
for (var i = 0; i < haystack.length; i++) {
if (haystack[i] == needle) {
count++;
}
}
return count;
}
function countAwards(category) {
var count = new Array();
for (i=0; i < noms.length; i++) {
if (noms[i].category == category) {
if (!search_array(noms[i].Qname, count)) {
count.push(noms[i].Qname);
}
}
}
return count.length;
}
function displayCategory(category) {
var totalNoms = countAwards(category);
var halfMark = parseInt((totalNoms / 2) + (totalNoms % 2));
var output = "";
var theQ = "";
var col1 = '';
var col2 = '
';
for (var i = 1; i <= totalNoms; i++) {
theQ = "Q" + i;
if ((i % 2) != 0) { //If this iteration is an odd number, put it in the first column
//if (i >= halfMark) {
col1 = col1 + displayQ(category, theQ);
} else { //Else, put it in the second column
col2 = col2 + displayQ(category, theQ);
}
}
col1 = col1 + '
';
col2 = col2 + '
';
document.write(col1);
document.write(col2);
}
function displayCategoryNominees(category) { //Will be used to display the nominees without the radio buttons
var totalNoms = countAwards(category);
var halfMark = parseInt((totalNoms / 2) + (totalNoms % 2));
var output = "";
var theQ = "";
var col1 = '';
var col2 = '
';
for (var i = 1; i <= totalNoms; i++) {
theQ = "Q" + i;
if ((i % 2) != 0) { //If this iteration is an odd number, put it in the first column
//if (i >= halfMark) {
col1 = col1 + displayQ(category, theQ, false);
} else { //Else, put it in the second column
col2 = col2 + displayQ(category, theQ, false);
}
}
col1 = col1 + '
';
col2 = col2 + '
';
output = col1 + col2;
return output;
}
var categories = new Array();
categories[1] = new subcategory("ÁLBUM DEL AÑO", "http://u.univision.com/contentroot/uol/art/images/especial/musica/premio_lo_nuestro/2009/votacion/NOMETA_183x38_album_ano.jpg", 1);
categories[2] = new subcategory("ARTISTA MASCULINO DEL AÑO", "http://u.univision.com/contentroot/uol/art/images/especial/musica/premio_lo_nuestro/2009/votacion/NOMETA_183x38_artista_masc.jpg", 2);
categories[3] = new subcategory("ARTISTA FEMENINO DEL AÑO", "http://u.univision.com/contentroot/uol/art/images/especial/musica/premio_lo_nuestro/2009/votacion/NOMETA_183x38_artista_fem.jpg", 2);
categories[4] = new subcategory("GRUPO O DÚO DEL AÑO", "http://u.univision.com/contentroot/uol/art/images/especial/musica/premio_lo_nuestro/2009/votacion/NOMETA_183x38_grupo_duo.jpg", 1);
categories[5] = new subcategory("SOLISTA O GRUPO REVELACIÓN DEL AÑO", "http://u.univision.com/contentroot/uol/art/images/especial/musica/premio_lo_nuestro/2009/votacion/NOMETA_183x38_solist_grupo.jpg", 2);
categories[6] = new subcategory("CANCIÓN DEL AÑO", "http://u.univision.com/contentroot/uol/art/images/especial/musica/premio_lo_nuestro/2009/votacion/NOMETA_183x38_cancion_ano.jpg", 1);
categories[7] = new subcategory("ARTISTA DEL AÑO", "http://u.univision.com/contentroot/uol/art/images/especial/musica/premio_lo_nuestro/2009/votacion/NOMETA_183x38_artista_ano.jpg", 1);
categories[8] = new subcategory("TROPICAL MERENGUE - ARTISTA DEL AÑO", "http://u.univision.com/contentroot/uol/art/images/especial/musica/premio_lo_nuestro/2009/votacion/NOMETA_183x38_merengue.jpg", 2);
categories[9] = new subcategory("TROPICAL SALSA - ARTISTA DEL AÑO", "http://u.univision.com/contentroot/uol/art/images/especial/musica/premio_lo_nuestro/2009/votacion/NOMETA_183x38_salsa.jpg", 2);
categories[10] = new subcategory("TROPICAL TRADICIONAL - ARTISTA DEL AÑO", "http://u.univision.com/contentroot/uol/art/images/especial/musica/premio_lo_nuestro/2009/votacion/NOMETA_183x38_tropi_tradicional.jpg", 2);
categories[11] = new subcategory("ARTISTA BANDA DEL AÑO", "http://u.univision.com/contentroot/uol/art/images/especial/musica/premio_lo_nuestro/2009/votacion/NOMETA_183x38_banda.jpg", 2);
categories[12] = new subcategory("ARTISTA DURANGUENSE DEL AÑO", "http://u.univision.com/contentroot/uol/art/images/especial/musica/premio_lo_nuestro/2009/votacion/NOMETA_183x38_duranguense.jpg", 2);
categories[13] = new subcategory("ARTISTA GRUPERO DEL AÑO", "http://u.univision.com/contentroot/uol/art/images/especial/musica/premio_lo_nuestro/2009/votacion/NOMETA_183x38_grupero.jpg", 2);
categories[14] = new subcategory("ARTISTA NORTEÑO DEL AÑ0", "http://u.univision.com/contentroot/uol/art/images/especial/musica/premio_lo_nuestro/2009/votacion/NOMETA_183x38_norteno.jpg", 2);
categories[15] = new subcategory("ARTISTA RANCHERO DEL AÑO", "http://u.univision.com/contentroot/uol/art/images/especial/musica/premio_lo_nuestro/2009/votacion/NOMETA_183x38_ranchero.jpg", 2);
categories[16] = new subcategory("VIDEO DEL AÑO", "http://u.univision.com/contentroot/uol/art/images/especial/musica/premio_lo_nuestro/2009/votacion/NOMETA_183x38_video_ano.jpg", 1);
var noms = new Array();
// nominee(category, subcat_index, product_name, artist_name, label, listen_link, zune_link, Qname, Qvalue)
//POP SECTION
noms.push(new nominee("pop", "Q1", "1", 1, "95/08 Exitos", "Enrique Iglesias", "Universal", "", "http://social.zune.net/album/Enrique+Iglesias/9508+Exitos/eb05cb00-0100-11db-89ca-0019b92a3933/details", "1789224"));
noms.push(new nominee("pop", "Q1", "2", 1, "Empezar Desde Cero", "RBD", "EMI Televisa", "", "http://social.zune.net/album/RBD/Empezar+Desde+Cero/3968b400-0100-11db-89ca-0019b92a3933/details", "1789225"));
noms.push(new nominee("pop", "Q1", "3", 1, "Entre Mariposas", "Yuridia", "Sony BMG", "", "http://social.zune.net/album/Yuridia/Entre+Mariposas/61ecb600-0100-11db-89ca-0019b92a3933/details", "1789227"));
noms.push(new nominee("pop", "Q1", "4", 1, "Fuerza", "Alejandra Guzmán", "EMI Televisa", "", "http://social.zune.net/album/Alejandra+Guzman/Fuerza/9142b600-0100-11db-89ca-0019b92a3933/details", "1777842"));
noms.push(new nominee("pop", "Q1", "5", 1, "Tarde o Temprano", "Tommy Torres", "Warner", "1622616", "http://social.zune.net/album/Tommy+Torres/Now+Tarde+O+Temprano/c55fcb00-0100-11db-89ca-0019b92a3933/details", "1798310"));
noms.push(new nominee("pop", "Q2", "1", 2, "", "Alejandro Fernández", "Sony BMG", "1472659", "http://social.zune.net/artist/Alejandro+Fern%c3%a1ndez/61970000-0600-11db-89ca-0019b92a3933/overview", "1789233"));
noms.push(new nominee("pop", "Q2", "2", 2, "", "Chayanne", "Sony BMG", "", "http://social.zune.net/artist/Chayanne/66710000-0600-11db-89ca-0019b92a3933/overview", "1798002"));
noms.push(new nominee("pop", "Q2", "3", 2, "", "Enrique Iglesias", "Universal", "", "http://social.zune.net/artist/Enrique+Iglesias/46950200-0600-11db-89ca-0019b92a3933/overview", "1789224"));
noms.push(new nominee("pop", "Q2", "4", 2, "", "Luis Fonsi", "Univsersal", "1569802", "http://social.zune.net/artist/Luis+Fonsi/7de30400-0600-11db-89ca-0019b92a3933/overview", "1797948"));
noms.push(new nominee("pop", "Q2", "5", 2, "", "Tommy Torres", "Warner", "", "http://social.zune.net/artist/Tommy+Torres/ed5a0700-0600-11db-89ca-0019b92a3933/overview", "1798310"));
noms.push(new nominee("pop", "Q3", "1", 3, "", "Alejandra Guzmán", "EMI Televisa", "", "http://social.zune.net/artist/Alejandra+Guzman/51990000-0600-11db-89ca-0019b92a3933/overview", "1777842"));
noms.push(new nominee("pop", "Q3", "2", 3, "", "Gloria Trevi", "Universal", "", "http://social.zune.net/artist/Gloria+Trevi/1c730000-0600-11db-89ca-0019b92a3933/overview", "1797961"));
noms.push(new nominee("pop", "Q3", "3", 3, "", "Julieta Venegas", "Sony BMG", "1580691", "http://social.zune.net/artist/Julieta+Venegas/bb790400-0600-11db-89ca-0019b92a3933/overview", "1797944"));
noms.push(new nominee("pop", "Q3", "4", 3, "", "Kany García", "Sony BMG", "1793629", "http://social.zune.net/artist/Kany+Garc%c3%ada/150b0e00-0600-11db-89ca-0019b92a3933/overview", "1798028"));
noms.push(new nominee("pop", "Q3", "5", 3, "", "Yuridia", "Sony BMG", "", "http://social.zune.net/artist/Yuridia/77700b00-0600-11db-89ca-0019b92a3933/overview", "1789227"));
noms.push(new nominee("pop", "Q4", "1", 4, "", "Belanova", "Universal", "", "http://social.zune.net/artist/Belanova/a33b0a00-0600-11db-89ca-0019b92a3933/overview", "1797940"));
noms.push(new nominee("pop", "Q4", "2", 4, "", "Camila", "Sony BMG", "1793201", "http://social.zune.net/artist/Camila/c1e80b00-0600-11db-89ca-0019b92a3933/overview", "1795292"));
noms.push(new nominee("pop", "Q4", "3", 4, "", "Jesse & Joy", "Warner", "", "http://social.zune.net/artist/Jesse+%26+Joy/76ca0d00-0600-11db-89ca-0019b92a3933/overview", "1790460"));
noms.push(new nominee("pop", "Q4", "4", 4, "", "RBD", "EMI Televisa", "", "http://social.zune.net/artist/RBD/248a0a00-0600-11db-89ca-0019b92a3933/overview", "1789225"));
noms.push(new nominee("pop", "Q4", "5", 4, "", "Reik", "Sony BMG", "", "http://social.zune.net/artist/Reik/c4b80a00-0600-11db-89ca-0019b92a3933/overview", "1788902"));
noms.push(new nominee("pop", "Q5", "1", 5, "", "Ana Isabelle", "La Calle/Universal", "", "http://social.zune.net/artist/Ana+Isabelle/3c370f00-0600-11db-89ca-0019b92a3933/overview", "1798588"));
noms.push(new nominee("pop", "Q5", "2", 5, "", 'Eiza ("Lola")', "EMI Televisa", "", "http://social.zune.net/artist/Lola/b3650b00-0600-11db-89ca-0019b92a3933/overview", "1795291"));
noms.push(new nominee("pop", "Q5", "3", 5, "", "Juan", "Fonovisa/Universal", "", "http://social.zune.net/artist/Juan/3f670100-0600-11db-89ca-0019b92a3933/overview", "1798621"));
noms.push(new nominee("pop", "Q5", "4", 5, "", "La Nueva Banda Timbiriche", "EMI Televisa", "", "http://social.zune.net/artist/La+Nueva+Banda+Timbiriche/e35d0600-0200-11db-89ca-0019b92a3933/overview", "1795354"));
noms.push(new nominee("pop", "Q5", "5", 5, "", "Playa Limbo", "Sony BMG", "1793629", "http://social.zune.net/artist/Playa+Limbo/44610f00-0600-11db-89ca-0019b92a3933/overview", "1795286"));
noms.push(new nominee("pop", "Q6", "1", 6, "Ahora Entendí", "Yuridia", "Sony BMG", "1793266", "", "1789227"));
noms.push(new nominee("pop", "Q6", "2", 6, "Cada Que...", "Belanova", "Universal", "1793198", "", "1797940"));
noms.push(new nominee("pop", "Q6", "3", 6, "Donde Están Corazón", "Enrique Iglesias", "Universal", "1403707", "", "1789224"));
noms.push(new nominee("pop", "Q6", "4", 6, "Inalcanzable", "RBD", "EMI Televisa", "1793641", "", "1789225"));
noms.push(new nominee("pop", "Q6", "5", 6, "Soy Solo Un Secreto", "Alejandra Guzmán", "EMI Televisa", "", "", "1777842"));
//ROCK SECTION
noms.push(new nominee("rock", "Q1", "1", 1, "17", "Motel", "Warner", "1793239", "http://social.zune.net/album/Motel/17/15cab500-0100-11db-89ca-0019b92a3933/details", "1799563"));
noms.push(new nominee("rock", "Q1", "2", 1, "La Vida es Un Ratico", "Juanes", "Universal", "", "http://social.zune.net/album/Juanes/La+Vida+Es+Un+Ratico+En+Vivo/bb932e01-0100-11db-89ca-0019b92a3933/details", "1789237"));
noms.push(new nominee("rock", "Q1", "3", 1, "Arde el Cielo", "Maná", "Warner", "1793234", "http://social.zune.net/album/Man%c3%a1/Arde+El+Cielo/39f9d000-0100-11db-89ca-0019b92a3933/details", "1795365"));
noms.push(new nominee("rock", "Q1", "4", 1, "Mucho", "Babasónicos", "Universal", "", "http://social.zune.net/album/Babas%c3%b3nicos/Mucho/1706d400-0100-11db-89ca-0019b92a3933/details", "1795343"));
noms.push(new nominee("rock", "Q1", "5", 1, "Sino", "Café Tacuba", "Machete", "", "http://social.zune.net/album/Caf%c3%a9+Tacuba/Sino/696bb000-0100-11db-89ca-0019b92a3933/details", "1797953"));
noms.push(new nominee("rock", "Q2", "1", 7, "", "Black Guayaba", "Machete", "", "http://social.zune.net/artist/Black%3aGuayaba/e7170c00-0600-11db-89ca-0019b92a3933/overview", "1799997"));
noms.push(new nominee("rock", "Q2", "2", 7, "", "Café Tacuba", "Universal", "", "http://social.zune.net/artist/Caf%c3%a9+Tacuba/cf830000-0600-11db-89ca-0019b92a3933/overview", "1797953"));
noms.push(new nominee("rock", "Q2", "3", 7, "", "Juanes", "Universal", "", "http://social.zune.net/artist/Juanes/a6e30600-0600-11db-89ca-0019b92a3933/overview", "1789237"));
noms.push(new nominee("rock", "Q2", "4", 7, "", "Maná", "Warner", "1793234", "http://social.zune.net/artist/Man%c3%a1/d4850000-0600-11db-89ca-0019b92a3933/overview", "1795365"));
noms.push(new nominee("rock", "Q2", "5", 7, "", "Motel", "Warner", "", "http://social.zune.net/artist/Motel/a5760400-0600-11db-89ca-0019b92a3933/overview", "1799563"));
noms.push(new nominee("rock", "Q3", "1", 6, "Arde el Cielo", "Maná", "Warner", "1793234", "", "1795365"));
noms.push(new nominee("rock", "Q3", "2", 6, "Gotas de Agua Dulce", "Juanes", "Universal", "", "", "1789237"));
noms.push(new nominee("rock", "Q3", "3", 6, "Me Enamora", "Juanes", "Universal", "", "", "1789237"));
noms.push(new nominee("rock", "Q3", "4", 6, "Si No Te Hubieras Ido", "Maná", "Warner", "1793237", "", "1795365"));
noms.push(new nominee("rock", "Q3", "5", 6, "Tres", "Juanes", "Universal", "", "", "1789237"));
//TROPICAL SECTION
noms.push(new nominee("tropical", "Q1", "1", 1, "Contraste", "Gilberto Santa Rosa", "Sony BMG", "", "http://social.zune.net/album/Gilberto+Santa+Rosa/Contraste/95a2b500-0100-11db-89ca-0019b92a3933/details", "1789238"));
noms.push(new nominee("tropical", "Q1", "2", 1, "Con Todas Las de Ganar", "NG2", "Sony BMG", "", "http://social.zune.net/album/NG2/Con+Todas+Las+De+Ganar/3f25ce00-0100-11db-89ca-0019b92a3933/details", "1798305"));
noms.push(new nominee("tropical", "Q1", "3", 1, "Kings of Bachata: Sold Out @ Madison Square Garden", "Aventura", "Premium", "", "http://social.zune.net/album/Aventura/Kings+Of+Bachata+Sold+Out+At+Madison+Square+Garden/f759b500-0100-11db-89ca-0019b92a3933/details", "1789239"));
noms.push(new nominee("tropical", "Q1", "4", 1, "La Nueva Escuela: Nu School", "N'Klabe", "Machete", "", "http://social.zune.net/album/NKlabe/La+Nueva+Escuela+Nu+School/b9a1b800-0100-11db-89ca-0019b92a3933/details", "1798309"));
noms.push(new nominee("tropical", "Q1", "5", 1, "Soy", "Víctor Manuelle", "Kayavi", "1793244", "http://social.zune.net/album/Victor+Manuelle/Soy/cb74dd00-0100-11db-89ca-0019b92a3933/details", "1799581"));
noms.push(new nominee("tropical", "Q2", "1", 2, "", "Frank Reyes", "MP/J&N", "1793217", "http://social.zune.net/artist/Frank+Reyes/4f6e0300-0600-11db-89ca-0019b92a3933/overview", "1800588"));
noms.push(new nominee("tropical", "Q2", "2", 2, "", "Gilberto Santa Rosa", "Sony BMG", "", "http://social.zune.net/artist/Gilberto+Santa+Rosa/dc720000-0600-11db-89ca-0019b92a3933/overview", "1789238"));
noms.push(new nominee("tropical", "Q2", "3", 2, "", "Juan Luis Guerra", "EMI Televisa", "1793232", "http://social.zune.net/artist/Juan+Luis+Guerra/3d430100-0600-11db-89ca-0019b92a3933/overview", "1797958"));
noms.push(new nominee("tropical", "Q2", "4", 2, "", "Marc Anthony", "Sony BMG", "", "http://social.zune.net/artist/Marc+Anthony/d0900000-0600-11db-89ca-0019b92a3933/overview", "1798032"));
noms.push(new nominee("tropical", "Q2", "5", 2, "", "Víctor Manuelle", "Kiyavi", "1793244", "http://social.zune.net/artist/Victor+Manuelle/89a70200-0600-11db-89ca-0019b92a3933/overview", "1799581"));
noms.push(new nominee("tropical", "Q3", "1", 3, "", "Fanny Lu", "Universal", "1698687", "http://social.zune.net/artist/Fanny+L%c3%ba/aa880c00-0600-11db-89ca-0019b92a3933/overview", "1798037"));
noms.push(new nominee("tropical", "Q3", "2", 3, "", "Gloria Estefan", "Sony BMG", "1793229", "http://social.zune.net/artist/Gloria+Estefan/6c100000-0600-11db-89ca-0019b92a3933/overview", "1800112"));
noms.push(new nominee("tropical", "Q3", "3", 3, "", "Milly Quezada", "VeneMusic", "", "http://social.zune.net/artist/Milly+Quezada/52050400-0600-11db-89ca-0019b92a3933/overview", "1795434"));
noms.push(new nominee("tropical", "Q3", "4", 3, "", "Olga Tañón", "Universal", "1795560", "http://social.zune.net/artist/Olga+Ta%c3%b1%c3%b3n/59870000-0600-11db-89ca-0019b92a3933/overview", "1795387"));
noms.push(new nominee("tropical", "Q4", "1", 4, "", "Aventura", "Premium", "", "http://social.zune.net/artist/Aventura/26de0500-0600-11db-89ca-0019b92a3933/overview", "1789239"));
noms.push(new nominee("tropical", "Q4", "2", 4, "", "DLG", "Universal", "1793206", "http://social.zune.net/artist/DLG/49210500-0200-11db-89ca-0019b92a3933/overview", ""));
noms.push(new nominee("tropical", "Q4", "3", 4, "", "NG2", "Sony BMG", "", "http://social.zune.net/artist/NG2/bc1c0a00-0600-11db-89ca-0019b92a3933/overview", "1798305"));
noms.push(new nominee("tropical", "Q4", "4", 4, "", "N'Klabe", "Machete", "", "http://social.zune.net/artist/N'Klabe/82340a00-0600-11db-89ca-0019b92a3933/overview", "1798309"));
noms.push(new nominee("tropical", "Q4", "5", 4, "", "Xtreme featuring Adrienne", "Machete", "1793258", "http://social.zune.net/artist/Xtreme/bc140b00-0600-11db-89ca-0019b92a3933/overview", "1798759"));
noms.push(new nominee("tropical", "Q5", "1", 6, "Como Yo", "Juan Luis Guerra", "EMI Televisa", "1793232", "", "1797958"));
noms.push(new nominee("tropical", "Q5", "2", 6, "Conteo Regresivo", "Gilberto Santa Rosa", "Sony BMG", "1793221", "", "1789238"));
noms.push(new nominee("tropical", "Q5", "3", 6, "El Perdedor", "Aventura", "Premium", "", "", "1789239"));
noms.push(new nominee("tropical", "Q5", "4", 6, "Ella Menea", "NG2", "Sony BMG", "1793242", "", "1798305"));
noms.push(new nominee("tropical", "Q5", "5", 6, "No Te Vayas", "Gilberto Santa Rosa", "Sony BMG", "1793223", "", "1789238"));
noms.push(new nominee("tropical", "Q6", "1", 8, "", "Elvis Crespo", "Universal", "1793214", "http://social.zune.net/artist/Elvis+Crespo/6f7b0400-0600-11db-89ca-0019b92a3933/overview", "1795411"));
noms.push(new nominee("tropical", "Q6", "2", 8, "", "Juan Luis Guerra", "EMI Televisa", "1793232", "http://social.zune.net/artist/Juan+Luis+Guerra/3d430100-0600-11db-89ca-0019b92a3933/overview", "1797958"));
noms.push(new nominee("tropical", "Q6", "3", 8, "", "Los Hermanos Rosario", "MP/J&N", "", "http://social.zune.net/artist/Los+Hermanos+Rosario/a1850000-0600-11db-89ca-0019b92a3933/overview", "1799622"));
noms.push(new nominee("tropical", "Q6", "4", 8, "", "Olga Tañón", "Universal", "1795560", "http://social.zune.net/artist/Olga+Ta%c3%b1%c3%b3n/59870000-0600-11db-89ca-0019b92a3933/overview", "1795387"));
noms.push(new nominee("tropical", "Q6", "5", 8, "", "Raúl Acosta y Oro Sólido", "24k", "http://social.zune.net/artist/Oro+Solido/e7190300-0600-11db-89ca-0019b92a3933/overview", "", "1789242"));
noms.push(new nominee("tropical", "Q7", "1", 9, "", "Gilberto Santa Rosa", "Sony BMG", "", "http://social.zune.net/artist/Gilberto+Santa+Rosa/dc720000-0600-11db-89ca-0019b92a3933/overview", "1789238"));
noms.push(new nominee("tropical", "Q7", "2", 9, "", "Marc Anthony", "Sony BMG", "", "http://social.zune.net/artist/Marc+Anthony/d0900000-0600-11db-89ca-0019b92a3933/overview", "1798032"));
noms.push(new nominee("tropical", "Q7", "3", 9, "", "NG2", "Sony BMG", "", "http://social.zune.net/artist/NG2/bc1c0a00-0600-11db-89ca-0019b92a3933/overview", "1798305"));
noms.push(new nominee("tropical", "Q7", "4", 9, "", "N'Klabe", "Machete", "", "http://social.zune.net/artist/N'Klabe/82340a00-0600-11db-89ca-0019b92a3933/overview", "1798309"));
noms.push(new nominee("tropical", "Q7", "5", 9, "", "Víctor Manuelle", "Kiyavi", "1793244", "http://social.zune.net/artist/Victor+Manuelle/89a70200-0600-11db-89ca-0019b92a3933/overview", "1799581"));
noms.push(new nominee("tropical", "Q8", "1", 10, "", "Andy Andy", "EMI Televisa", "1793191", "http://social.zune.net/artist/Andy+Andy/03e10500-0600-11db-89ca-0019b92a3933/overview", "1798056"));
noms.push(new nominee("tropical", "Q8", "2", 10, "", "Aventura", "Premium", "", "http://social.zune.net/artist/Aventura/26de0500-0600-11db-89ca-0019b92a3933/overview", "1789239"));
noms.push(new nominee("tropical", "Q8", "3", 10, "", "Fonseca", "EMI Televisa", "1793627", "http://social.zune.net/artist/Fonseca/28040c00-0600-11db-89ca-0019b92a3933/overview", "1795398"));
noms.push(new nominee("tropical", "Q8", "4", 10, "", "Frank Reyes", "MP/J&N", "1793217", "http://social.zune.net/artist/Frank+Reyes/4f6e0300-0600-11db-89ca-0019b92a3933/overview", "1800588"));
noms.push(new nominee("tropical", "Q8", "5", 10, "", "Héctor Acosta", "VeneMusic", "", "http://social.zune.net/artist/H%c3%a9ctor+Acosta/c94c0300-0600-11db-89ca-0019b92a3933/overview", "1800607"));
//REGIONAL MEXICANO SECTION
noms.push(new nominee("regional_mexicano", "Q1", "1", 1, "y Que Quede Claro", "La Arrolladora Banda el Limón", "Fonovisa", "1795484", "http://social.zune.net/album/La+Arrolladora+Banda+El+Lim%c3%b3n/Y+Que+Quede+Claro/17b7b100-0100-11db-89ca-0019b92a3933/details", "1795657"));
noms.push(new nominee("regional_mexicano", "Q1", "2", 1, "Capaz de Todo Por Ti", "K-Paz de la Sierra", "Disa", "1795552", "http://social.zune.net/album/K-Paz+de+la+Sierra/Capaz+De+Todo+Por+Ti/e952b500-0100-11db-89ca-0019b92a3933/details", "1795656"));
noms.push(new nominee("regional_mexicano", "Q1", "3", 1, "Con Banda", "Los Dareyes de la Sierra", "Disa", "1795540", "", "1798077"));
noms.push(new nominee("regional_mexicano", "Q1", "4", 1, "La Historia", "El Chapo de Sinaloa", "Disa", "1795495", "", "1800048"));
noms.push(new nominee("regional_mexicano", "Q1", "5", 1, "Que Bonito…Es Lo Bonito", "Banda el Recodo", "Fonovisa", "http://social.zune.net/album/La+Banda+el+Recodo/Que+Bonito+Es+Lo+Bonito/f902b300-0100-11db-89ca-0019b92a3933/details", "", "1795508"));
noms.push(new nominee("regional_mexicano", "Q2", "1", 2, "", "El Chapo de Sinaloa", "Disa", "1795495", "http://social.zune.net/artist/El+Chapo+de+Sinaloa/d52d0300-0600-11db-89ca-0019b92a3933/overview", "1800048"));
noms.push(new nominee("regional_mexicano", "Q2", "2", 2, "", "El Potro de Sinaloa", "Fonovisa", "1795566", "http://social.zune.net/artist/El+Potro+de+Sinaloa/be330300-0600-11db-89ca-0019b92a3933/overview", "1799884"));
noms.push(new nominee("regional_mexicano", "Q2", "3", 2, "", "Fidel Rueda", "Fonovisa/ASL", "1795542", "http://social.zune.net/artist/Fidel+Rueda/0f7d0d00-0600-11db-89ca-0019b92a3933/overview", ""));
noms.push(new nominee("regional_mexicano", "Q2", "4", 2, "", "Marco Antonio Solís", "Fonovisa", "1795554", "http://social.zune.net/artist/Marco+Antonio+Sol%c3%ads/5cfa0200-0600-11db-89ca-0019b92a3933/overview", "1795658"));
noms.push(new nominee("regional_mexicano", "Q2", "5", 2, "", "Vicente Fernández", "Sony BMG", "1795509", "http://social.zune.net/artist/Vicente+Fern%c3%a1ndez/b9710000-0600-11db-89ca-0019b92a3933/overview", "1800108"));
noms.push(new nominee("regional_mexicano", "Q3", "1", 3, "", "Diana Reyes", "DBC", "1765091", "http://social.zune.net/artist/Diana+Reyes/aa100800-0600-11db-89ca-0019b92a3933/overview", "1797957"));
noms.push(new nominee("regional_mexicano", "Q3", "2", 3, "", "Graciela Beltrán", "Fonovisa", "1795546", "http://social.zune.net/artist/Graciela+Beltran/38710000-0600-11db-89ca-0019b92a3933/overview", "1795659"));
noms.push(new nominee("regional_mexicano", "Q3", "3", 3, "", "Isabela", "Disa", "1795548", "http://social.zune.net/artist/Isabela/7fe50800-0600-11db-89ca-0019b92a3933/overview", ""));
noms.push(new nominee("regional_mexicano", "Q3", "4", 3, "", "Jenni Rivera", "Fonovisa", "1795550", "http://social.zune.net/artist/Jenni+Rivera/ef160300-0600-11db-89ca-0019b92a3933/overview", "1797963"));
noms.push(new nominee("regional_mexicano", "Q4", "1", 4, "", "Alacranes Musical", "Fonovisa", "1795477", "http://social.zune.net/artist/Alacranes+Musical/69040900-0600-11db-89ca-0019b92a3933/overview", "1798004"));
noms.push(new nominee("regional_mexicano", "Q4", "2", 4, "", "Conjunto Primavera", "Fonovisa", "", "http://social.zune.net/artist/Conjunto+Primavera/8e940000-0600-11db-89ca-0019b92a3933/overview", "1798014"));
noms.push(new nominee("regional_mexicano", "Q4", "3", 4, "", "Grupo Montéz de Durango", "Disa", "1795556", "http://social.zune.net/artist/Grupo+Mont%c3%a9z+de+Durango/27380400-0600-11db-89ca-0019b92a3933/overview", "1798040"));
noms.push(new nominee("regional_mexicano", "Q4", "4", 4, "", "La Arrolladora Banda El Limón", "Disa", "1795484", "http://social.zune.net/artist/La+Arrolladora+Banda+El+Lim%c3%b3n/59fd0600-0600-11db-89ca-0019b92a3933/overview", "1795657"));
noms.push(new nominee("regional_mexicano", "Q4", "5", 4, "", "Los Creadorez del Pasito Duranguense de Alfredo Ramírez", "Disa", "1795538", "http://social.zune.net/artist/Los+Creadorez+del+Pasito+Duranguense+de+Alfredo+Ram%c3%adrez/d2310d00-0600-11db-89ca-0019b92a3933/overview", "1799011"));
noms.push(new nominee("regional_mexicano", "Q5", "1", 5, "", "AK-7", "Fonovisa/ASL", "1795475", "http://social.zune.net/artist/AK-7/c6700700-0600-11db-89ca-0019b92a3933/overview", "1798296"));
noms.push(new nominee("regional_mexicano", "Q5", "2", 5, "", "Aliados de la Sierra", "Universal", "", "http://social.zune.net/artist/Aliados+de+La+Sierra/37370f00-0600-11db-89ca-0019b92a3933/overview", "1800209"));
noms.push(new nominee("regional_mexicano", "Q5", "3", 5, "", "Germán Montero", "Fonovisa", "1795544", "http://social.zune.net/artist/Germ%c3%a1n+Montero/548f0f00-0600-11db-89ca-0019b92a3933/overview", "1798301"));
noms.push(new nominee("regional_mexicano", "Q5", "4", 5, "", "Los Pikadientes de Caborca", "Sony", "", "http://social.zune.net/artist/Los+Pikadientes+de+Caborca/43681000-0600-11db-89ca-0019b92a3933/overview", "1800139"));
noms.push(new nominee("regional_mexicano", "Q5", "5", 5, "", "Uranio", "Machete", "", "http://social.zune.net/artist/Uranio/bb2e1000-0600-11db-89ca-0019b92a3933/overview", "1799667"));
noms.push(new nominee("regional_mexicano", "Q6", "1", 6, "Hasta el Día de Hoy", "Los Dareyes de la Sierra", "Disa", "1795540", "", "1798077"));
noms.push(new nominee("regional_mexicano", "Q6", "2", 6, "Si Te Agarran Las Ganas", "El Chapo de Sinaloa", "Disa", "", "", "1800048"));
noms.push(new nominee("regional_mexicano", "Q6", "3", 6, "Sobre Mis Pies", "La Arrolladora Banda el Limón", "Disa", "1795484", "", "1795657"));
noms.push(new nominee("regional_mexicano", "Q6", "4", 6, "Te Lloré", "Conjunto Primavera", "Fonovisa", "", "", "1798014"));
noms.push(new nominee("regional_mexicano", "Q6", "5", 6, "Un Buen Perdedor", "K-Paz de la Sierra con Franco de Vita", "Disa", "1795552", "", "1795656"));
noms.push(new nominee("regional_mexicano", "Q7", "1", 11, "", "El Chapo de Sinaloa", "Disa", "1795495", "http://social.zune.net/artist/El+Chapo+de+Sinaloa/d52d0300-0600-11db-89ca-0019b92a3933/overview", "1800048"));
noms.push(new nominee("regional_mexicano", "Q7", "2", 11, "", "El Potro de Sinaloa", "Fonovisa", "1795566", "http://social.zune.net/artist/El+Potro+de+Sinaloa/be330300-0600-11db-89ca-0019b92a3933/overview", "1799884"));
noms.push(new nominee("regional_mexicano", "Q7", "3", 11, "", "Jenni Rivera", "Fonovisa", "1795550", "http://social.zune.net/artist/Jenni+Rivera/ef160300-0600-11db-89ca-0019b92a3933/overview", "1797963"));
noms.push(new nominee("regional_mexicano", "Q7", "4", 11, "", "La Arrolladora Banda El Limón", "Disa", "1795484", "http://social.zune.net/artist/La+Arrolladora+Banda+El+Lim%c3%b3n/59fd0600-0600-11db-89ca-0019b92a3933/overview", "1795657"));
noms.push(new nominee("regional_mexicano", "Q7", "5", 11, "", "Los Dareyes de la Sierra", "Disa", "1795540", "", "1798077"));
noms.push(new nominee("regional_mexicano", "Q8", "1", 12, "", "Alacranes Musical", "Disa", "1795477", "http://social.zune.net/artist/Alacranes+Musical/69040900-0600-11db-89ca-0019b92a3933/overview", "1798004"));
noms.push(new nominee("regional_mexicano", "Q8", "2", 12, "", "Grupo Montéz de Durango", "Disa", "1795556", "http://social.zune.net/artist/Grupo+Mont%c3%a9z+de+Durango/27380400-0600-11db-89ca-0019b92a3933/overview", "1798040"));
noms.push(new nominee("regional_mexicano", "Q8", "3", 12, "", "K-Paz de la Sierra", "Fonovisa/ASL", "1795552", "http://social.zune.net/artist/K-Paz+de+la+Sierra/a18f0800-0600-11db-89ca-0019b92a3933/overview", "1795656"));
noms.push(new nominee("regional_mexicano", "Q8", "4", 12, "", "Los Creadorez del Pasito Duranguense de Alfredo Ramírez", "UMG", "1795538", "http://social.zune.net/artist/Los+Creadorez+del+Pasito+Duranguense+de+Alfredo+Ram%c3%adrez/d2310d00-0600-11db-89ca-0019b92a3933/overview", "1799011"));
noms.push(new nominee("regional_mexicano", "Q8", "5", 12, "", "Patrulla 81", "Disa", "1795562", "http://social.zune.net/artist/Patrulla+81/71330300-0600-11db-89ca-0019b92a3933/overview", "1800125"));
noms.push(new nominee("regional_mexicano", "Q9", "1", 13, "", "Bronco - El Gigante de America", "Fonovisa", "1795493", "http://social.zune.net/artist/Bronco+el+Gigante+de+America/db410b00-0600-11db-89ca-0019b92a3933/overview", "1800111"));
noms.push(new nominee("regional_mexicano", "Q9", "2", 13, "", "Control", "Dego", "1795502", "http://social.zune.net/artist/Control/6c130800-0600-11db-89ca-0019b92a3933/overview", "1799886"));
noms.push(new nominee("regional_mexicano", "Q9", "3", 13, "", "Grupo Bryndis", "Disa", "1795487", "http://social.zune.net/artist/Grupo+Bryndis/21990000-0600-11db-89ca-0019b92a3933/overview", "1799512"));
noms.push(new nominee("regional_mexicano", "Q9", "4", 13, "", "Los Temerarios", "Fonovisa", "1795568", "http://social.zune.net/artist/Los+Temerarios/05730000-0600-11db-89ca-0019b92a3933/overview", "1798145"));
noms.push(new nominee("regional_mexicano", "Q9", "5", 13, "", "Marco Antonio Solís", "Fonovisa", "1795554", "http://social.zune.net/artist/Marco+Antonio+Sol%c3%ads/5cfa0200-0600-11db-89ca-0019b92a3933/overview", "1795658"));
noms.push(new nominee("regional_mexicano", "Q10", "1", 14, "", "Conjunto Primavera", "Fonovisa", "", "http://social.zune.net/artist/Conjunto+Primavera/8e940000-0600-11db-89ca-0019b92a3933/overview", "1798014"));
noms.push(new nominee("regional_mexicano", "Q10", "2", 14, "", "Intocable", "EMI Televisa", "1795504", "http://social.zune.net/artist/Intocable/7b2e0200-0600-11db-89ca-0019b92a3933/overview", "1798156"));
noms.push(new nominee("regional_mexicano", "Q10", "3", 14, "", "Linderos del Norte", "A.R.C.", "", "http://social.zune.net/artist/Linderos+Del+Norte/e9740600-0200-11db-89ca-0019b92a3933/overview", "1800208"));
noms.push(new nominee("regional_mexicano", "Q10", "4", 14, "", "Los Rieleros del Norte", "Fonovisa", "", "http://social.zune.net/artist/Los+Rieleros+del+Norte/f6a00000-0600-11db-89ca-0019b92a3933/overview", "1800130"));
noms.push(new nominee("regional_mexicano", "Q10", "5", 14, "", "Los Tigres del Norte", "Fonovisa", "1721340", "http://social.zune.net/artist/Los+Tigres+del+Norte/0c730000-0600-11db-89ca-0019b92a3933/overview", "1798181"));
noms.push(new nominee("regional_mexicano", "Q11", "1", 15, "", "Pedro Fernández", "Universal", "1795564", "http://social.zune.net/artist/Pedro+Fernandez/a05a0000-0600-11db-89ca-0019b92a3933/overview", "1797959"));
noms.push(new nominee("regional_mexicano", "Q11", "2", 15, "", "Pepe Aguilar", "EMI Televisa", "1795506", "http://social.zune.net/artist/Pepe+Aguilar/0d710000-0600-11db-89ca-0019b92a3933/overview", "1795511"));
noms.push(new nominee("regional_mexicano", "Q11", "3", 15, "", "Vicente Fernández", "Sony BMG", "1795509", "http://social.zune.net/artist/Vicente+Fern%c3%a1ndez/b9710000-0600-11db-89ca-0019b92a3933/overview", "1800108"));
//MUSICA URBANA SECTION
noms.push(new nominee("urbana", "Q1", "1", 1, "King of Kings Live", "Don Omar", "Machete", "1793212", "http://social.zune.net/album/Don+Omar/King+Of+Kings+Live/23b6b100-0100-11db-89ca-0019b92a3933/details", "1795450"));
noms.push(new nominee("urbana", "Q1", "2", 1, "Los Extraterrestres", "Wisin y Yandel", "Machete", "1793246", "http://social.zune.net/album/Wisin++Yandel/Los+Extraterrestres/9af21200-0400-11db-89ca-0019b92a3933/details", "1795497"));
noms.push(new nominee("urbana", "Q1", "3", 1, "Showtime", "Ángel y Khriz", "Machete", "1793196", "", "1798304"));
noms.push(new nominee("urbana", "Q1", "4", 1, "Sobrenatural", "Alexis y Fido", "Sony BMG", "", "http://social.zune.net/album/Alexis++Fido/Sobrenatural/4bd4b400-0100-11db-89ca-0019b92a3933/details", "1799629"));
noms.push(new nominee("urbana", "Q1", "5", 1, "Te Quiero", "Flex", "EMI Televisa", "1793625", "http://social.zune.net/album/FLEX/Te+Quiero/3f68be00-0100-11db-89ca-0019b92a3933/details", "1800127"));
noms.push(new nominee("urbana", "Q2", "1", 7, "", "Alexis y Fido", "Sony BMG", "1793186", "http://social.zune.net/artist/Alexis+%26+Fido/a1650b00-0600-11db-89ca-0019b92a3933/overview", "1799629"));
noms.push(new nominee("urbana", "Q2", "2", 7, "", "Daddy Yankee", "Cartel", "", "http://social.zune.net/artist/Daddy+Yankee/ee430800-0600-11db-89ca-0019b92a3933/overview", "1798008"));
noms.push(new nominee("urbana", "Q2", "3", 7, "", "Don Omar", "Machete", "1793212", "http://social.zune.net/artist/Don+Omar/908e0800-0600-11db-89ca-0019b92a3933/overview", "1795450"));
noms.push(new nominee("urbana", "Q2", "4", 7, "", "Flex", "EMI Televisa", "1793625", "http://social.zune.net/artist/Flex/a0860400-0600-11db-89ca-0019b92a3933/overview", "1800127"));
noms.push(new nominee("urbana", "Q2", "5", 7, "", "Wisin y Yandel", "Machete", "1793251", "http://social.zune.net/artist/Wisin+%26+Yandel/c7ac0600-0600-11db-89ca-0019b92a3933/overview", "1795497"));
noms.push(new nominee("urbana", "Q3", "1", 6, "Ahora Es", "Wisin y Yandel", "Machete", "1793246", "", "1795497"));
noms.push(new nominee("urbana", "Q3", "2", 6, "He Venido", "MJ", "Machete", "", "", "1800138"));
noms.push(new nominee("urbana", "Q3", "3", 6, "Sexy Movimiento", "Wisin y Yandel", "Machete", "1793251", "", "1795497"));
noms.push(new nominee("urbana", "Q3", "4", 6, "Te Quiero", "Flex", "EMI Televisa", "1793625", "", "1800127"));
noms.push(new nominee("urbana", "Q3", "5", 6, "Ya No Llores", "Baby Boy", "Siente", "", "", "1800140"));
//VIDEOS SECTION
noms.push(new nominee("video", "Q1", "1", 16, "La Novela", "Akwid", "Machete", "", "", "1789247"));
noms.push(new nominee("video", "Q1", "2", 16, "Pose", "Daddy Yankee", "Cartel", "", "", "1798008"));
noms.push(new nominee("video", "Q1", "3", 16, "Tu Adiós No Mata", "Intocable", "EMI Televisa", "", "", "1798156"));
noms.push(new nominee("video", "Q1", "4", 16, "Un Beso de Desayuno", "Calle 13", "SonyBMG", "", "", "1789248"));
noms.push(new nominee("video", "Q1", "5", 16, "Visible", "Jaguares", "EMITelevisa", "", "", "1797927"));