xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Colombia 2011</title>
<link rel="stylesheet" href="https://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css" />
<script src="https://code.jquery.com/jquery-1.8.2.min.js"></script>
<script src="https://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script>
<script src="https://d3js.org/d3.v2.js?2.8.1"></script>
<link href="chart.css" rel="stylesheet" type="text/css" />
<style>
/* **for future */
#chart {
height: 406px;
}
</style>
<!-- js parameters -->
<script>
/*from https://stackoverflow.com/questions/2177548/load-json-into-variable */
var parameters = (function () {
var parameters = null;
$.ajax({
'async': false,
'global': false,
'url': "parameters.json",
'dataType': "json",
'success': function (data) {
parameters = data;
}
});
return parameters;
})();
</script>
</head>
<body>
<div data-role="page" id="mpage" class="type-home">
<div data-role="content">
<h1>Colombia 2011</h1>
<div class="chart-content">
<div class="main-column">
<p id="chart"><svg><defs id="gradients"></defs></svg></p>
<div id="slider-play">
<form id="slider-form">
<!--<label for="slider">Slider:</label>-->
<input name="slider" id="slider" min="2011" max="2011" value="2011" step=".01" type="range" />
</form>
<p id="play-button">
<a href="#" id="play" data-role="button" data-inline="true" data-icon="refresh" data-mini="true"><span id="playText">Play ></span></a>
</p>
</div> <!-- /slider-play -->
</div>
<div class="additional-column">
<form>
<fieldset data-role="controlgroup" data-mini="true">
<legend>Highlight:</legend>
<input class="checkbox-mp" name="checkbox-h-1" id="checkbox-h-1" type="checkbox">
<label for="checkbox-h-1">Acuña Diaz, Laureano Augus</label>
<input class="checkbox-mp" name="checkbox-h-2" id="checkbox-h-2" type="checkbox">
<label for="checkbox-h-2">Agudelo Zapata, Ivan Dario</label>
<input class="checkbox-mp" name="checkbox-h-3" id="checkbox-h-3" type="checkbox">
<label for="checkbox-h-3">Alvarez Montene, Javier Tato</label>
<input class="checkbox-mp" name="checkbox-h-4" id="checkbox-h-4" type="checkbox">
<label for="checkbox-h-4">Amaya Garcia, Claudia Marcel</label>
<input class="checkbox-mp" name="checkbox-h-5" id="checkbox-h-5" type="checkbox">
<label for="checkbox-h-5">Amaya Rodriguez, Carlos Andres</label>
<input class="checkbox-mp" name="checkbox-h-6" id="checkbox-h-6" type="checkbox">
<label for="checkbox-h-6">Amin Escaf, Miguel</label>
<input class="checkbox-mp" name="checkbox-h-7" id="checkbox-h-7" type="checkbox">
<label for="checkbox-h-7">Amin Saleme, Fabio Raul</label>
<input class="checkbox-mp" name="checkbox-h-8" id="checkbox-h-8" type="checkbox">
<label for="checkbox-h-8">Anaya Anaya, Monica Del Car</label>
<input class="checkbox-mp" name="checkbox-h-9" id="checkbox-h-9" type="checkbox">
<label for="checkbox-h-9">Arango Torres, Jair</label>
<input class="checkbox-mp" name="checkbox-h-10" id="checkbox-h-10" type="checkbox">
<label for="checkbox-h-10">Arcila Moncada, Henry Humberto</label>
<input class="checkbox-mp" name="checkbox-h-11" id="checkbox-h-11" type="checkbox">
<label for="checkbox-h-11">Arenas Prada, Miguel Jesus</label>
<input class="checkbox-mp" name="checkbox-h-12" id="checkbox-h-12" type="checkbox">
<label for="checkbox-h-12">Arias Castillo, Wilson Neber</label>
<input class="checkbox-mp" name="checkbox-h-13" id="checkbox-h-13" type="checkbox">
<label for="checkbox-h-13">Arrechea Bangue, Heriberto</label>
<input class="checkbox-mp" name="checkbox-h-14" id="checkbox-h-14" type="checkbox">
<label for="checkbox-h-14">Barguil Assis, David Alejandr</label>
<input class="checkbox-mp" name="checkbox-h-15" id="checkbox-h-15" type="checkbox">
<label for="checkbox-h-15">Barrera Gutierr, Luis Guillermo</label>
<input class="checkbox-mp" name="checkbox-h-16" id="checkbox-h-16" type="checkbox">
<label for="checkbox-h-16">Barrera Rueda, Lina Maria</label>
<input class="checkbox-mp" name="checkbox-h-17" id="checkbox-h-17" type="checkbox">
<label for="checkbox-h-17">Benavides Solar, Diela Liliana</label>
<input class="checkbox-mp" name="checkbox-h-18" id="checkbox-h-18" type="checkbox">
<label for="checkbox-h-18">Bermudez Sanche, Jose Ignacio</label>
<input class="checkbox-mp" name="checkbox-h-19" id="checkbox-h-19" type="checkbox">
<label for="checkbox-h-19">Betancourt Pere, Bayardo Gilber</label>
<input class="checkbox-mp" name="checkbox-h-20" id="checkbox-h-20" type="checkbox">
<label for="checkbox-h-20">Blanco Alvarez, German Alcides</label>
<input class="checkbox-mp" name="checkbox-h-21" id="checkbox-h-21" type="checkbox">
<label for="checkbox-h-21">Bocanegra Varon, Alfredo</label>
<input class="checkbox-mp" name="checkbox-h-22" id="checkbox-h-22" type="checkbox">
<label for="checkbox-h-22">Bonilla Soto, Carlos Julio</label>
<input class="checkbox-mp" name="checkbox-h-23" id="checkbox-h-23" type="checkbox">
<label for="checkbox-h-23">Bravo Realpe, Oscar Fernando</label>
<input class="checkbox-mp" name="checkbox-h-24" id="checkbox-h-24" type="checkbox">
<label for="checkbox-h-24">Burgos Ramirez, Didier</label>
<input class="checkbox-mp" name="checkbox-h-25" id="checkbox-h-25" type="checkbox">
<label for="checkbox-h-25">Cabrera Baez, Angel Custodio</label>
<input class="checkbox-mp" name="checkbox-h-26" id="checkbox-h-26" type="checkbox">
<label for="checkbox-h-26">Caicedo Sastoqu, Jose Edilberto</label>
<input class="checkbox-mp" name="checkbox-h-27" id="checkbox-h-27" type="checkbox">
<label for="checkbox-h-27">Camelo Ramos, Jose Joaquin</label>
<input class="checkbox-mp" name="checkbox-h-28" id="checkbox-h-28" type="checkbox">
<label for="checkbox-h-28">Cardenas Cardos, Hernando</label>
<input class="checkbox-mp" name="checkbox-h-29" id="checkbox-h-29" type="checkbox">
<label for="checkbox-h-29">Carebilla Cuell, Manuel Antonio</label>
<input class="checkbox-mp" name="checkbox-h-30" id="checkbox-h-30" type="checkbox">
<label for="checkbox-h-30">Castillo Garcia, Nancy Denise</label>
<input class="checkbox-mp" name="checkbox-h-31" id="checkbox-h-31" type="checkbox">
<label for="checkbox-h-31">Cepeda Castro, Ivan</label>
<input class="checkbox-mp" name="checkbox-h-32" id="checkbox-h-32" type="checkbox">
<label for="checkbox-h-32">Cervantes Varel, Jaime</label>
<input class="checkbox-mp" name="checkbox-h-33" id="checkbox-h-33" type="checkbox">
<label for="checkbox-h-33">Chacon Camargo, Alejandro Carl</label>
<input class="checkbox-mp" name="checkbox-h-34" id="checkbox-h-34" type="checkbox">
<label for="checkbox-h-34">Clavijo Clavijo, Orlando Alfons</label>
<input class="checkbox-mp" name="checkbox-h-35" id="checkbox-h-35" type="checkbox">
<label for="checkbox-h-35">Correa Mojica, Carlos Arturo</label>
<input class="checkbox-mp" name="checkbox-h-36" id="checkbox-h-36" type="checkbox">
<label for="checkbox-h-36">Crissien Borrer, Eduardo</label>
<input class="checkbox-mp" name="checkbox-h-37" id="checkbox-h-37" type="checkbox">
<label for="checkbox-h-37">Cuenca Chaux, Carlos Alberto</label>
<input class="checkbox-mp" name="checkbox-h-38" id="checkbox-h-38" type="checkbox">
<label for="checkbox-h-38">De La Peña Marq, Fernando</label>
<input class="checkbox-mp" name="checkbox-h-39" id="checkbox-h-39" type="checkbox">
<label for="checkbox-h-39">Deluque Zuleta, Alfredo Rafael</label>
<input class="checkbox-mp" name="checkbox-h-40" id="checkbox-h-40" type="checkbox">
<label for="checkbox-h-40">Diaz Granados A, Eduardo A.</label>
<input class="checkbox-mp" name="checkbox-h-41" id="checkbox-h-41" type="checkbox">
<label for="checkbox-h-41">Diaz Granados T, Luis Eduardo</label>
<input class="checkbox-mp" name="checkbox-h-42" id="checkbox-h-42" type="checkbox">
<label for="checkbox-h-42">Diaz Hernandez, Holger Horacio</label>
<input class="checkbox-mp" name="checkbox-h-43" id="checkbox-h-43" type="checkbox">
<label for="checkbox-h-43">Diaz Ortiz, Gloria Stella</label>
<input class="checkbox-mp" name="checkbox-h-44" id="checkbox-h-44" type="checkbox">
<label for="checkbox-h-44">Duque Naranjo, Yolanda</label>
<input class="checkbox-mp" name="checkbox-h-45" id="checkbox-h-45" type="checkbox">
<label for="checkbox-h-45">Dussan Lopez, Luis Enrique</label>
<input class="checkbox-mp" name="checkbox-h-46" id="checkbox-h-46" type="checkbox">
<label for="checkbox-h-46">Eljadue Gutierr, Issa</label>
<input class="checkbox-mp" name="checkbox-h-47" id="checkbox-h-47" type="checkbox">
<label for="checkbox-h-47">Escobar Cordoba, Carlos Alberto</label>
<input class="checkbox-mp" name="checkbox-h-48" id="checkbox-h-48" type="checkbox">
<label for="checkbox-h-48">Florez Asprilla, Jose Bernardo</label>
<input class="checkbox-mp" name="checkbox-h-49" id="checkbox-h-49" type="checkbox">
<label for="checkbox-h-49">Franco Castaño, Adriana</label>
<input class="checkbox-mp" name="checkbox-h-50" id="checkbox-h-50" type="checkbox">
<label for="checkbox-h-50">Gallardo Archbo, Julio Eugenio</label>
<input class="checkbox-mp" name="checkbox-h-51" id="checkbox-h-51" type="checkbox">
<label for="checkbox-h-51">Garcia Gomez, Juan Carlos</label>
<input class="checkbox-mp" name="checkbox-h-52" id="checkbox-h-52" type="checkbox">
<label for="checkbox-h-52">Garcia Tirado, William Ramon</label>
<input class="checkbox-mp" name="checkbox-h-53" id="checkbox-h-53" type="checkbox">
<label for="checkbox-h-53">Gaviria Muñoz, Simon</label>
<input class="checkbox-mp" name="checkbox-h-54" id="checkbox-h-54" type="checkbox">
<label for="checkbox-h-54">Giraldo Arboled, Atilano Alonso</label>
<input class="checkbox-mp" name="checkbox-h-55" id="checkbox-h-55" type="checkbox">
<label for="checkbox-h-55">Gnecco Zuleta, Jose Alfredo</label>
<input class="checkbox-mp" name="checkbox-h-56" id="checkbox-h-56" type="checkbox">
<label for="checkbox-h-56">Gomez Martinez, Miguel</label>
<input class="checkbox-mp" name="checkbox-h-57" id="checkbox-h-57" type="checkbox">
<label for="checkbox-h-57">Gomez Velasquez, Wilson Hernand</label>
<input class="checkbox-mp" name="checkbox-h-58" id="checkbox-h-58" type="checkbox">
<label for="checkbox-h-58">Gomez Villamiza, Jorge Eliecer</label>
<input class="checkbox-mp" name="checkbox-h-59" id="checkbox-h-59" type="checkbox">
<label for="checkbox-h-59">Gonzalez De Per, Consuelo</label>
<input class="checkbox-mp" name="checkbox-h-60" id="checkbox-h-60" type="checkbox">
<label for="checkbox-h-60">Henao Martinez, Oscar Humberto</label>
<input class="checkbox-mp" name="checkbox-h-61" id="checkbox-h-61" type="checkbox">
<label for="checkbox-h-61">Hernandez Mogol, Carlos Eduardo</label>
<input class="checkbox-mp" name="checkbox-h-62" id="checkbox-h-62" type="checkbox">
<label for="checkbox-h-62">Herrera Diaz, Roberto Jose</label>
<input class="checkbox-mp" name="checkbox-h-63" id="checkbox-h-63" type="checkbox">
<label for="checkbox-h-63">Hinestrosa Sine, Jairo</label>
<input class="checkbox-mp" name="checkbox-h-64" id="checkbox-h-64" type="checkbox">
<label for="checkbox-h-64">Housni Jaller, Jack</label>
<input class="checkbox-mp" name="checkbox-h-65" id="checkbox-h-65" type="checkbox">
<label for="checkbox-h-65">Jimenez Lopez, Carlos Abraham</label>
<input class="checkbox-mp" name="checkbox-h-66" id="checkbox-h-66" type="checkbox">
<label for="checkbox-h-66">Jimenez Paterni, Nicolas Antoni</label>
<input class="checkbox-mp" name="checkbox-h-67" id="checkbox-h-67" type="checkbox">
<label for="checkbox-h-67">Lemos Uribe, Juan Felipe</label>
<input class="checkbox-mp" name="checkbox-h-68" id="checkbox-h-68" type="checkbox">
<label for="checkbox-h-68">Leon Celis, Carlos Eduardo</label>
<input class="checkbox-mp" name="checkbox-h-69" id="checkbox-h-69" type="checkbox">
<label for="checkbox-h-69">Leon Leon, Buenaventura</label>
<input class="checkbox-mp" name="checkbox-h-70" id="checkbox-h-70" type="checkbox">
<label for="checkbox-h-70">Londoño Jaramil, Juana Carolina</label>
<input class="checkbox-mp" name="checkbox-h-71" id="checkbox-h-71" type="checkbox">
<label for="checkbox-h-71">Madrid Hodeg, Rafael Antonio</label>
<input class="checkbox-mp" name="checkbox-h-72" id="checkbox-h-72" type="checkbox">
<label for="checkbox-h-72">Marin, Oscar De Jesus</label>
<input class="checkbox-mp" name="checkbox-h-73" id="checkbox-h-73" type="checkbox">
<label for="checkbox-h-73">Marquez Guenzat, Mercedes E</label>
<input class="checkbox-mp" name="checkbox-h-74" id="checkbox-h-74" type="checkbox">
<label for="checkbox-h-74">Martinez Gutier, Juan Carlos</label>
<input class="checkbox-mp" name="checkbox-h-75" id="checkbox-h-75" type="checkbox">
<label for="checkbox-h-75">Martinez Rosale, Rosmery</label>
<input class="checkbox-mp" name="checkbox-h-76" id="checkbox-h-76" type="checkbox">
<label for="checkbox-h-76">Mendez Bechara, Raymundo Elias</label>
<input class="checkbox-mp" name="checkbox-h-77" id="checkbox-h-77" type="checkbox">
<label for="checkbox-h-77">Mesa Betancur, Jose Ignacio</label>
<input class="checkbox-mp" name="checkbox-h-78" id="checkbox-h-78" type="checkbox">
<label for="checkbox-h-78">Mesa Botero, Jorge Hernan</label>
<input class="checkbox-mp" name="checkbox-h-79" id="checkbox-h-79" type="checkbox">
<label for="checkbox-h-79">Molina Triana, Alfredo Guille</label>
<input class="checkbox-mp" name="checkbox-h-80" id="checkbox-h-80" type="checkbox">
<label for="checkbox-h-80">Moreno Bandeira, Victor Hugo</label>
<input class="checkbox-mp" name="checkbox-h-81" id="checkbox-h-81" type="checkbox">
<label for="checkbox-h-81">Muvdi Aranguena, Pedro Mary</label>
<input class="checkbox-mp" name="checkbox-h-82" id="checkbox-h-82" type="checkbox">
<label for="checkbox-h-82">Naranjo Escobar, Diego Alberto</label>
<input class="checkbox-mp" name="checkbox-h-83" id="checkbox-h-83" type="checkbox">
<label for="checkbox-h-83">Navas Talero, Carlos German</label>
<input class="checkbox-mp" name="checkbox-h-84" id="checkbox-h-84" type="checkbox">
<label for="checkbox-h-84">Ochoa Zuluaga, Luis Fernando</label>
<input class="checkbox-mp" name="checkbox-h-85" id="checkbox-h-85" type="checkbox">
<label for="checkbox-h-85">Orozco Vivas, Felipe Fabian</label>
<input class="checkbox-mp" name="checkbox-h-86" id="checkbox-h-86" type="checkbox">
<label for="checkbox-h-86">Ortega Samboni, Jairo</label>
<input class="checkbox-mp" name="checkbox-h-87" id="checkbox-h-87" type="checkbox">
<label for="checkbox-h-87">Ortiz Urueña, Roberto</label>
<input class="checkbox-mp" name="checkbox-h-88" id="checkbox-h-88" type="checkbox">
<label for="checkbox-h-88">Osorio Salgado, Nidia Marcela</label>
<input class="checkbox-mp" name="checkbox-h-89" id="checkbox-h-89" type="checkbox">
<label for="checkbox-h-89">Ospina Ospina, Elkin Rodolfo</label>
<input class="checkbox-mp" name="checkbox-h-90" id="checkbox-h-90" type="checkbox">
<label for="checkbox-h-90">Pacheco Alvarez, Alvaro</label>
<input class="checkbox-mp" name="checkbox-h-91" id="checkbox-h-91" type="checkbox">
<label for="checkbox-h-91">Padaui Alvarez, Hernando Jose</label>
<input class="checkbox-mp" name="checkbox-h-92" id="checkbox-h-92" type="checkbox">
<label for="checkbox-h-92">Patiño Amariles, Diego</label>
<input class="checkbox-mp" name="checkbox-h-93" id="checkbox-h-93" type="checkbox">
<label for="checkbox-h-93">Pedraza Ortega, Telesforo</label>
<input class="checkbox-mp" name="checkbox-h-94" id="checkbox-h-94" type="checkbox">
<label for="checkbox-h-94">Penagos Giraldo, Hernan</label>
<input class="checkbox-mp" name="checkbox-h-95" id="checkbox-h-95" type="checkbox">
<label for="checkbox-h-95">Pereira Caballe, Pedrito Tomas</label>
<input class="checkbox-mp" name="checkbox-h-96" id="checkbox-h-96" type="checkbox">
<label for="checkbox-h-96">Perez Santos, Eduardo Enriqu</label>
<input class="checkbox-mp" name="checkbox-h-97" id="checkbox-h-97" type="checkbox">
<label for="checkbox-h-97">Perez Suarez, Jose Rodolfo</label>
<input class="checkbox-mp" name="checkbox-h-98" id="checkbox-h-98" type="checkbox">
<label for="checkbox-h-98">Pinilla Pedraza, Alba Luz</label>
<input class="checkbox-mp" name="checkbox-h-99" id="checkbox-h-99" type="checkbox">
<label for="checkbox-h-99">Posada Sanchez, Augusto</label>
<input class="checkbox-mp" name="checkbox-h-100" id="checkbox-h-100" type="checkbox">
<label for="checkbox-h-100">Prada Gil, Hernando Alfon</label>
<input class="checkbox-mp" name="checkbox-h-101" id="checkbox-h-101" type="checkbox">
<label for="checkbox-h-101">Puentes Diaz, Gustavo Hernan</label>
<input class="checkbox-mp" name="checkbox-h-102" id="checkbox-h-102" type="checkbox">
<label for="checkbox-h-102">Quintero Trujil, Jairo</label>
<input class="checkbox-mp" name="checkbox-h-103" id="checkbox-h-103" type="checkbox">
<label for="checkbox-h-103">Raad Hernandez, Elias</label>
<input class="checkbox-mp" name="checkbox-h-104" id="checkbox-h-104" type="checkbox">
<label for="checkbox-h-104">Ramirez Orrego, Marta Cecilia</label>
<input class="checkbox-mp" name="checkbox-h-105" id="checkbox-h-105" type="checkbox">
<label for="checkbox-h-105">Ramirez Valenci, Leon Dario</label>
<input class="checkbox-mp" name="checkbox-h-106" id="checkbox-h-106" type="checkbox">
<label for="checkbox-h-106">Rengifo Santiba, Adolfo Leon</label>
<input class="checkbox-mp" name="checkbox-h-107" id="checkbox-h-107" type="checkbox">
<label for="checkbox-h-107">Rincon Espinel, Mercedes</label>
<input class="checkbox-mp" name="checkbox-h-108" id="checkbox-h-108" type="checkbox">
<label for="checkbox-h-108">Rivera Florez, Guillermo Abel</label>
<input class="checkbox-mp" name="checkbox-h-109" id="checkbox-h-109" type="checkbox">
<label for="checkbox-h-109">Roa Sarmiento, Humphrey</label>
<input class="checkbox-mp" name="checkbox-h-110" id="checkbox-h-110" type="checkbox">
<label for="checkbox-h-110">Robledo Gomez, Angela Maria</label>
<input class="checkbox-mp" name="checkbox-h-111" id="checkbox-h-111" type="checkbox">
<label for="checkbox-h-111">Rodriguez Calvo, Constantino</label>
<input class="checkbox-mp" name="checkbox-h-112" id="checkbox-h-112" type="checkbox">
<label for="checkbox-h-112">Rodriguez Contr, Jaime</label>
<input class="checkbox-mp" name="checkbox-h-113" id="checkbox-h-113" type="checkbox">
<label for="checkbox-h-113">Rodriguez Gongo, Ruben Dario</label>
<input class="checkbox-mp" name="checkbox-h-114" id="checkbox-h-114" type="checkbox">
<label for="checkbox-h-114">Rodriguez Pinzo, Ciro Antonio</label>
<input class="checkbox-mp" name="checkbox-h-115" id="checkbox-h-115" type="checkbox">
<label for="checkbox-h-115">Rodriguez Rengi, Roosvelt</label>
<input class="checkbox-mp" name="checkbox-h-116" id="checkbox-h-116" type="checkbox">
<label for="checkbox-h-116">Rojas Ortiz, Carlos Augusto</label>
<input class="checkbox-mp" name="checkbox-h-117" id="checkbox-h-117" type="checkbox">
<label for="checkbox-h-117">Roldan Avendaño, John Jairo</label>
<input class="checkbox-mp" name="checkbox-h-118" id="checkbox-h-118" type="checkbox">
<label for="checkbox-h-118">Romero Piñeros, Rafael</label>
<input class="checkbox-mp" name="checkbox-h-119" id="checkbox-h-119" type="checkbox">
<label for="checkbox-h-119">Rozo Rodriguez, Jorge Enrique</label>
<input class="checkbox-mp" name="checkbox-h-120" id="checkbox-h-120" type="checkbox">
<label for="checkbox-h-120">Salamanca Corte, Pablo Enrique</label>
<input class="checkbox-mp" name="checkbox-h-121" id="checkbox-h-121" type="checkbox">
<label for="checkbox-h-121">Salas Moises, Luis Enrique</label>
<input class="checkbox-mp" name="checkbox-h-122" id="checkbox-h-122" type="checkbox">
<label for="checkbox-h-122">Salazar Uribe, Juan Carlos</label>
<input class="checkbox-mp" name="checkbox-h-123" id="checkbox-h-123" type="checkbox">
<label for="checkbox-h-123">Sanabria Astudi, Heriberto</label>
<input class="checkbox-mp" name="checkbox-h-124" id="checkbox-h-124" type="checkbox">
<label for="checkbox-h-124">Sanchez Franco, Juan Carlos</label>
<input class="checkbox-mp" name="checkbox-h-125" id="checkbox-h-125" type="checkbox">
<label for="checkbox-h-125">Sandoval Perill, Ivan Dario</label>
<input class="checkbox-mp" name="checkbox-h-126" id="checkbox-h-126" type="checkbox">
<label for="checkbox-h-126">Sarria Villa, Esmeralda</label>
<input class="checkbox-mp" name="checkbox-h-127" id="checkbox-h-127" type="checkbox">
<label for="checkbox-h-127">Serrano Morales, Luis Antonio</label>
<input class="checkbox-mp" name="checkbox-h-128" id="checkbox-h-128" type="checkbox">
<label for="checkbox-h-128">Sierra Leon, Pablo A</label>
<input class="checkbox-mp" name="checkbox-h-129" id="checkbox-h-129" type="checkbox">
<label for="checkbox-h-129">Sierra Palacio, Jimmy Javier</label>
<input class="checkbox-mp" name="checkbox-h-130" id="checkbox-h-130" type="checkbox">
<label for="checkbox-h-130">Suarez Florez, Mario</label>
<input class="checkbox-mp" name="checkbox-h-131" id="checkbox-h-131" type="checkbox">
<label for="checkbox-h-131">Taborda Castro, Libardo Antoni</label>
<input class="checkbox-mp" name="checkbox-h-132" id="checkbox-h-132" type="checkbox">
<label for="checkbox-h-132">Tamayo Tamayo, Gerardo</label>
<input class="checkbox-mp" name="checkbox-h-133" id="checkbox-h-133" type="checkbox">
<label for="checkbox-h-133">Tavera Amado, Didier Alberto</label>
<input class="checkbox-mp" name="checkbox-h-134" id="checkbox-h-134" type="checkbox">
<label for="checkbox-h-134">Torres Monsalvo, Efrain Antonio</label>
<input class="checkbox-mp" name="checkbox-h-135" id="checkbox-h-135" type="checkbox">
<label for="checkbox-h-135">Valdes Barcha, Juan Manuel</label>
<input class="checkbox-mp" name="checkbox-h-136" id="checkbox-h-136" type="checkbox">
<label for="checkbox-h-136">Valencia Girald, Noel Ricardo</label>
<input class="checkbox-mp" name="checkbox-h-137" id="checkbox-h-137" type="checkbox">
<label for="checkbox-h-137">Vanegas Osorio, Albeiro</label>
<input class="checkbox-mp" name="checkbox-h-138" id="checkbox-h-138" type="checkbox">
<label for="checkbox-h-138">Vargas Vives, Victoria</label>
<input class="checkbox-mp" name="checkbox-h-139" id="checkbox-h-139" type="checkbox">
<label for="checkbox-h-139">Vasquez Bustama, Jaime Alonso</label>
<input class="checkbox-mp" name="checkbox-h-140" id="checkbox-h-140" type="checkbox">
<label for="checkbox-h-140">Vasquez Villanu, Silvio</label>
<input class="checkbox-mp" name="checkbox-h-141" id="checkbox-h-141" type="checkbox">
<label for="checkbox-h-141">Velandia Sepulv, Orlando</label>
<input class="checkbox-mp" name="checkbox-h-142" id="checkbox-h-142" type="checkbox">
<label for="checkbox-h-142">Velasquez Jaram, Hugo Orlando</label>
<input class="checkbox-mp" name="checkbox-h-143" id="checkbox-h-143" type="checkbox">
<label for="checkbox-h-143">Villadiego Vill, Sandra Elena</label>
<input class="checkbox-mp" name="checkbox-h-144" id="checkbox-h-144" type="checkbox">
<label for="checkbox-h-144">Yepes Florez, Victor Raul</label>
<input class="checkbox-mp" name="checkbox-h-145" id="checkbox-h-145" type="checkbox">
<label for="checkbox-h-145">Yepes Martinez, Jaime Armando</label>
<input class="checkbox-mp" name="checkbox-h-146" id="checkbox-h-146" type="checkbox">
<label for="checkbox-h-146">Zabarain D Arce, Armando Antoni</label>
<input class="checkbox-mp" name="checkbox-h-147" id="checkbox-h-147" type="checkbox">
<label for="checkbox-h-147">Zambrano Erazo, Berner Leon</label>
<input class="checkbox-mp" name="checkbox-h-148" id="checkbox-h-148" type="checkbox">
<label for="checkbox-h-148">Zuluaga Diaz, Carlos Alberto</label>
<input class="checkbox-mp" name="checkbox-h-149" id="checkbox-h-149" type="checkbox">
<label for="checkbox-h-149">Zuluaga Henao, Obed De Jesus</label>
</fieldset>
</form>
</div> <!-- /additional-column -->
</div> <!-- /chart-content -->
<div class="description">
</div>
<script src="motion.js"></script>
</div> <!-- /content -->
</div><!-- /page -->
</body>
</html>
Modified http://code.jquery.com/jquery-1.8.2.min.js to a secure url
Modified http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js to a secure url
Modified http://d3js.org/d3.v2.js?2.8.1 to a secure url
https://code.jquery.com/jquery-1.8.2.min.js
https://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js
https://d3js.org/d3.v2.js?2.8.1