diff --git a/.gitattributes b/.gitattributes
index d512cdab28c314c42bde8e8c1c057110a013b29a..da38ddf5164ff16e6b6860b0967193f97268da64 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -4382,6 +4382,68 @@ public/opac/js/prototype.js -text
 public/opac/js/recherche.js -text
 public/opac/js/subModal.js -text
 public/opac/js/swfobject.js -text
+public/opac/js/tablesorter/addons/pager/jquery.tablesorter.pager.css -text
+public/opac/js/tablesorter/addons/pager/jquery.tablesorter.pager.js -text
+public/opac/js/tablesorter/build.xml -text
+public/opac/js/tablesorter/build/ParseMaster.js -text
+public/opac/js/tablesorter/build/js.jar -text svneol=unset#unset
+public/opac/js/tablesorter/build/jsmin.js -text
+public/opac/js/tablesorter/build/min.js -text
+public/opac/js/tablesorter/build/pack.js -text
+public/opac/js/tablesorter/build/packer.js -text
+public/opac/js/tablesorter/build/writeFile.js -text
+public/opac/js/tablesorter/changelog -text
+public/opac/js/tablesorter/docs/assets/ajax-content.html -text
+public/opac/js/tablesorter/docs/css/jq.css -text
+public/opac/js/tablesorter/docs/example-ajax.html -text
+public/opac/js/tablesorter/docs/example-empty-table.html -text
+public/opac/js/tablesorter/docs/example-extending-defaults.html -text
+public/opac/js/tablesorter/docs/example-meta-headers.html -text
+public/opac/js/tablesorter/docs/example-meta-parsers.html -text
+public/opac/js/tablesorter/docs/example-meta-sort-list.html -text
+public/opac/js/tablesorter/docs/example-option-debug.html -text
+public/opac/js/tablesorter/docs/example-option-digits.html -text
+public/opac/js/tablesorter/docs/example-option-sort-force.html -text
+public/opac/js/tablesorter/docs/example-option-sort-key.html -text
+public/opac/js/tablesorter/docs/example-option-sort-list.html -text
+public/opac/js/tablesorter/docs/example-option-sort-order.html -text
+public/opac/js/tablesorter/docs/example-option-text-extraction.html -text
+public/opac/js/tablesorter/docs/example-options-headers.html -text
+public/opac/js/tablesorter/docs/example-pager.html -text
+public/opac/js/tablesorter/docs/example-parsers.html -text
+public/opac/js/tablesorter/docs/example-trigger-sort.html -text
+public/opac/js/tablesorter/docs/example-triggers.html -text
+public/opac/js/tablesorter/docs/example-update-cell.html -text
+public/opac/js/tablesorter/docs/example-widgets.html -text
+public/opac/js/tablesorter/docs/img/external.png -text svneol=unset#unset
+public/opac/js/tablesorter/docs/index.html -text
+public/opac/js/tablesorter/docs/js/docs.js -text
+public/opac/js/tablesorter/docs/js/examples.js -text
+public/opac/js/tablesorter/jquery-latest.js -text
+public/opac/js/tablesorter/jquery.metadata.js -text
+public/opac/js/tablesorter/jquery.tablesorter.js -text
+public/opac/js/tablesorter/jquery.tablesorter.min.js -text
+public/opac/js/tablesorter/tests/assets/ajax-content.html -text
+public/opac/js/tablesorter/tests/cell.metadata.html -text
+public/opac/js/tablesorter/tests/checkbox.html -text
+public/opac/js/tablesorter/tests/colspan.html -text
+public/opac/js/tablesorter/tests/demo.html -text
+public/opac/js/tablesorter/tests/index.html -text
+public/opac/js/tablesorter/tests/large.html -text
+public/opac/js/tablesorter/tests/lockedOrder.html -text
+public/opac/js/tablesorter/tests/metadata.html -text
+public/opac/js/tablesorter/tests/multiple-headers.html -text
+public/opac/js/tablesorter/tests/pager.html -text
+public/opac/js/tablesorter/themes/blue/asc.gif -text svneol=unset#unset
+public/opac/js/tablesorter/themes/blue/bg.gif -text svneol=unset#unset
+public/opac/js/tablesorter/themes/blue/blue.zip -text svneol=unset#unset
+public/opac/js/tablesorter/themes/blue/desc.gif -text svneol=unset#unset
+public/opac/js/tablesorter/themes/blue/style.css -text
+public/opac/js/tablesorter/themes/green/asc.png -text svneol=unset#unset
+public/opac/js/tablesorter/themes/green/bg.png -text svneol=unset#unset
+public/opac/js/tablesorter/themes/green/desc.png -text svneol=unset#unset
+public/opac/js/tablesorter/themes/green/green.zip -text svneol=unset#unset
+public/opac/js/tablesorter/themes/green/style.css -text
 public/opac/skins/modele/css/calendar.css -text
 public/opac/skins/modele/css/dialog.css -text
 public/opac/skins/modele/css/erreur.css -text
diff --git a/application/modules/opac/controllers/AbonneController.php b/application/modules/opac/controllers/AbonneController.php
index b31c15ec4b52fdef28c38bfb4c7cf571ec37a14a..9474c5e3a434ad1a0aae593bfa99b55b2b5d859a 100644
--- a/application/modules/opac/controllers/AbonneController.php
+++ b/application/modules/opac/controllers/AbonneController.php
@@ -329,6 +329,7 @@ class AbonneController extends ZendAfi_Controller_Action {
 	public function pretsAction()	{
 		$this->view->fiche = $this->_user->getFicheSigb();
 		$this->view->user = $this->_user;
+		Class_ScriptLoader::getInstance()->loadTableSorter();
 	}
 
 
@@ -356,6 +357,7 @@ class AbonneController extends ZendAfi_Controller_Action {
 
 		$this->view->fiche = $this->_user->getFicheSigb();
 		$this->view->user = $this->_user;
+		Class_ScriptLoader::getInstance()->loadTableSorter();
 	}
 
 
diff --git a/application/modules/opac/views/scripts/abonne/prets.phtml b/application/modules/opac/views/scripts/abonne/prets.phtml
index d2a5e47d9dc33158266b9a3ab2beeaa76d138b61..ec9698b836f121bed7e057eeacc63bf5c754a0e8 100644
--- a/application/modules/opac/views/scripts/abonne/prets.phtml
+++ b/application/modules/opac/views/scripts/abonne/prets.phtml
@@ -3,9 +3,11 @@ echo '<div class="abonneTitre">'.$this->fiche["nom_aff"].'</div>';
 
 if($this->fiche["message"]) echo '<p class="error">'.$this->fiche["message"].'</p>';
 if($this->fiche["erreur"]) echo '<p class="error">' . $this->fiche["erreur"] . '</p>';
+
 ?>
 
-<table width="100%">
+<table width="100%" class="tablesorter">
+  <thead>
 	<tr>
 		<th style="text-align:left"><?php echo $this->_('n°') ?></th>
 		<th style="text-align:left"><?php echo $this->_('Titre') ?></th>
@@ -13,6 +15,8 @@ if($this->fiche["erreur"]) echo '<p class="error">' . $this->fiche["erreur"] . '
 		<th style="text-align:left"><?php echo $this->_('Bibliothèque') ?></th>
 		<th style="text-align:center"><?php echo $this->_('Retour prévu') ?></th>
 	</tr>
+	</thead>
+	<tbody>
 	<?php
     $num=1;
     if(isset($this->fiche["fiche"])) {
@@ -36,6 +40,7 @@ if($this->fiche["erreur"]) echo '<p class="error">' . $this->fiche["erreur"] . '
 			}
 		}
 	?>
+  </tbody>
 </table>
 
 <?php $this->closeBoite(); ?>
diff --git a/application/modules/opac/views/scripts/abonne/reservations.phtml b/application/modules/opac/views/scripts/abonne/reservations.phtml
index ea10daa266ef6e2ba95734c08b355a072e71ec47..845e290af9208ed70ba3a86362353d740386643b 100644
--- a/application/modules/opac/views/scripts/abonne/reservations.phtml
+++ b/application/modules/opac/views/scripts/abonne/reservations.phtml
@@ -2,7 +2,8 @@
 
 <div class="abonneTitre"><?php echo $this->escape($this->fiche["nom_aff"]);?></div>
 
-<table width="100%">
+<table width="100%" class="tablesorter">
+  <thead>
 	<tr>
 		<th style="text-align:left"><?php echo $this->_('n°');?></th>
 		<th style="text-align:left"><?php echo $this->_('Titre');?></th>
@@ -12,6 +13,8 @@
 		<th style="text-align:center"><?php echo $this->_('Rang');?></th>
 		<th style="text-align:center;width:20px"><?php echo $this->_('Suppr.');?></th>
 	</tr>
+  </thead>
+  <tbody>
 	<?php if ($this->fiche["message"]) { ?>
 	<tr>
 		<td colspan="6"><p class="error"><?php echo $this->fiche["message"];?></p></td>
@@ -51,6 +54,7 @@
 			</td>
 			</tr>
  <?php }}	?>
+  </tbody>
 </table>
 
 <?php $this->closeBoite();?>
diff --git a/doc/extern_libs.org b/doc/extern_libs.org
index 07d29079fc27246a2d4b794f63284cfdfb0cb516..15e67f1bcfee3bd4bef617dfd8e99efd1c863145 100644
--- a/doc/extern_libs.org
+++ b/doc/extern_libs.org
@@ -33,6 +33,7 @@
 | jQuery Mobile Icon Pack             | CC BY 3.0 + MIT / GPL       |               | icônes version téléphone          |                  | https://github.com/commadelimited/jQuery-Mobile-Icon-Pack                                                                      |
 | AudioJS                             | MIT                         |               | lire les morceaux notices GAM     | X (css)          | http://kolber.github.com/audiojs/                                                                                              |
 | jQuery Image Cube                   | GPL / MIT                   |               | kiosque cube                      |                  | http://keith-wood.name/imageCube.html                                                                                          |
+| TableSorter                         | GPL / MIT                   |               | tri des tableaux                  |                  | https://github.com/Mottie/tablesorter                                                                                                             |
 |                                     |                             |               |                                   |                  |                                                                                                                                |
 
 
diff --git a/library/Class/ScriptLoader.php b/library/Class/ScriptLoader.php
index f49df66a84edcfe35bac37e96273ceea535fa3cd..7dfa183d9d91a3c593354d137b907a4df23762b1 100644
--- a/library/Class/ScriptLoader.php
+++ b/library/Class/ScriptLoader.php
@@ -534,6 +534,17 @@ class Class_ScriptLoader {
 	}
 
 
+	/**
+	 * @return ScriptLoader
+	 */
+	public function loadTableSorter() {
+		return $this
+			->addOPACScript('tablesorter/jquery.tablesorter.min')
+			->addStyleSheet(BASE_URL."/public/opac/js/tablesorter/themes/blue/style.css")
+			->addJQueryReady('$(".tablesorter").tablesorter({dateFormat : "dd/mm/yyyy"})');
+	}
+
+
 	/**
 	 * @return String
 	 */
diff --git a/public/opac/css/global.css b/public/opac/css/global.css
index b2f9f09c9cb3bf8ce7cd984df33d520a19e5095f..25418abb82fcd7f7b547a7c0f1290c3b2924dd88 100644
--- a/public/opac/css/global.css
+++ b/public/opac/css/global.css
@@ -2002,3 +2002,11 @@ form.zend_form.reservation_pickup label {
     margin-bottom: 5px;
 }
 
+
+
+div table.tablesorter thead tr th {
+    background-color: rgb(230, 238, 238);
+    border: none;
+    font-size: inherit;
+    padding: 0px 15px 0px 0px;
+}
\ No newline at end of file
diff --git a/public/opac/js/tablesorter/addons/pager/jquery.tablesorter.pager.css b/public/opac/js/tablesorter/addons/pager/jquery.tablesorter.pager.css
new file mode 100644
index 0000000000000000000000000000000000000000..8c8e9fca4b0424c5658a82fa3107d86bc497131f
--- /dev/null
+++ b/public/opac/js/tablesorter/addons/pager/jquery.tablesorter.pager.css
@@ -0,0 +1,25 @@
+div.tablesorterPager {
+	padding: 10px 0 10px 0;
+	background-color: #D6D2C2;
+	text-align: center;
+}
+div.tablesorterPager span {
+	padding: 0 5px 0 5px;
+}
+div.tablesorterPager input.prev {
+	width: auto;
+	margin-right: 10px;
+}
+div.tablesorterPager input.next {
+	width: auto;
+	margin-left: 10px;
+}
+div.tablesorterPager input {
+	font-size: 8px;
+	width: 50px;
+	border: 1px solid #330000;
+	text-align: center;
+}
+
+
+  
\ No newline at end of file
diff --git a/public/opac/js/tablesorter/addons/pager/jquery.tablesorter.pager.js b/public/opac/js/tablesorter/addons/pager/jquery.tablesorter.pager.js
new file mode 100644
index 0000000000000000000000000000000000000000..cce6ea26460f35376f630e6b8f6a523da196aec8
--- /dev/null
+++ b/public/opac/js/tablesorter/addons/pager/jquery.tablesorter.pager.js
@@ -0,0 +1,184 @@
+(function($) {
+	$.extend({
+		tablesorterPager: new function() {
+			
+			function updatePageDisplay(c) {
+				var s = $(c.cssPageDisplay,c.container).val((c.page+1) + c.seperator + c.totalPages);	
+			}
+			
+			function setPageSize(table,size) {
+				var c = table.config;
+				c.size = size;
+				c.totalPages = Math.ceil(c.totalRows / c.size);
+				c.pagerPositionSet = false;
+				moveToPage(table);
+				fixPosition(table);
+			}
+			
+			function fixPosition(table) {
+				var c = table.config;
+				if(!c.pagerPositionSet && c.positionFixed) {
+					var c = table.config, o = $(table);
+					if(o.offset) {
+						c.container.css({
+							top: o.offset().top + o.height() + 'px',
+							position: 'absolute'
+						});
+					}
+					c.pagerPositionSet = true;
+				}
+			}
+			
+			function moveToFirstPage(table) {
+				var c = table.config;
+				c.page = 0;
+				moveToPage(table);
+			}
+			
+			function moveToLastPage(table) {
+				var c = table.config;
+				c.page = (c.totalPages-1);
+				moveToPage(table);
+			}
+			
+			function moveToNextPage(table) {
+				var c = table.config;
+				c.page++;
+				if(c.page >= (c.totalPages-1)) {
+					c.page = (c.totalPages-1);
+				}
+				moveToPage(table);
+			}
+			
+			function moveToPrevPage(table) {
+				var c = table.config;
+				c.page--;
+				if(c.page <= 0) {
+					c.page = 0;
+				}
+				moveToPage(table);
+			}
+						
+			
+			function moveToPage(table) {
+				var c = table.config;
+				if(c.page < 0 || c.page > (c.totalPages-1)) {
+					c.page = 0;
+				}
+				
+				renderTable(table,c.rowsCopy);
+			}
+			
+			function renderTable(table,rows) {
+				
+				var c = table.config;
+				var l = rows.length;
+				var s = (c.page * c.size);
+				var e = (s + c.size);
+				if(e > rows.length ) {
+					e = rows.length;
+				}
+				
+				
+				var tableBody = $(table.tBodies[0]);
+				
+				// clear the table body
+				
+				$.tablesorter.clearTableBody(table);
+				
+				for(var i = s; i < e; i++) {
+					
+					//tableBody.append(rows[i]);
+					
+					var o = rows[i];
+					var l = o.length;
+					for(var j=0; j < l; j++) {
+						
+						tableBody[0].appendChild(o[j]);
+
+					}
+				}
+				
+				fixPosition(table,tableBody);
+				
+				$(table).trigger("applyWidgets");
+				
+				if( c.page >= c.totalPages ) {
+        			moveToLastPage(table);
+				}
+				
+				updatePageDisplay(c);
+			}
+			
+			this.appender = function(table,rows) {
+				
+				var c = table.config;
+				
+				c.rowsCopy = rows;
+				c.totalRows = rows.length;
+				c.totalPages = Math.ceil(c.totalRows / c.size);
+				
+				renderTable(table,rows);
+			};
+			
+			this.defaults = {
+				size: 10,
+				offset: 0,
+				page: 0,
+				totalRows: 0,
+				totalPages: 0,
+				container: null,
+				cssNext: '.next',
+				cssPrev: '.prev',
+				cssFirst: '.first',
+				cssLast: '.last',
+				cssPageDisplay: '.pagedisplay',
+				cssPageSize: '.pagesize',
+				seperator: "/",
+				positionFixed: true,
+				appender: this.appender
+			};
+			
+			this.construct = function(settings) {
+				
+				return this.each(function() {	
+					
+					config = $.extend(this.config, $.tablesorterPager.defaults, settings);
+					
+					var table = this, pager = config.container;
+				
+					$(this).trigger("appendCache");
+					
+					config.size = parseInt($(".pagesize",pager).val());
+					
+					$(config.cssFirst,pager).click(function() {
+						moveToFirstPage(table);
+						return false;
+					});
+					$(config.cssNext,pager).click(function() {
+						moveToNextPage(table);
+						return false;
+					});
+					$(config.cssPrev,pager).click(function() {
+						moveToPrevPage(table);
+						return false;
+					});
+					$(config.cssLast,pager).click(function() {
+						moveToLastPage(table);
+						return false;
+					});
+					$(config.cssPageSize,pager).change(function() {
+						setPageSize(table,parseInt($(this).val()));
+						return false;
+					});
+				});
+			};
+			
+		}
+	});
+	// extend plugin scope
+	$.fn.extend({
+        tablesorterPager: $.tablesorterPager.construct
+	});
+	
+})(jQuery);				
\ No newline at end of file
diff --git a/public/opac/js/tablesorter/build.xml b/public/opac/js/tablesorter/build.xml
new file mode 100644
index 0000000000000000000000000000000000000000..06545bbfd84b1ab66e06e5d746c2bcc1b7bf1080
--- /dev/null
+++ b/public/opac/js/tablesorter/build.xml
@@ -0,0 +1,26 @@
+<project name="tablesorter" default="default" basedir=".">
+
+    <!-- SETUP -->
+	<property description="Files for parsing etc." name="BUILD_DIR" value="build" />
+    <property description="Rhino JS Engine" name="JAR" value="${BUILD_DIR}/js.jar" />
+
+    <!-- Files names for distribution -->
+    <property name="TS" value="jquery.tablesorter.js" />
+	<property name="TS_MIN" value="jquery.tablesorter.min.js" />
+
+    <!-- MAIN -->
+	<target name="min">
+        <echo message="Building ${TS_MIN}" />
+        <java jar="${JAR}" fork="true">
+            <arg value="${BUILD_DIR}/min.js" />
+            <arg value="${TS}" />
+            <arg value="${TS_MIN}" />
+        </java>
+        <echo message="${TS_MIN} built." />
+    </target>
+
+   <target name="default">
+		<antcall target="min"/>
+    </target>
+	
+</project>
diff --git a/public/opac/js/tablesorter/build/ParseMaster.js b/public/opac/js/tablesorter/build/ParseMaster.js
new file mode 100644
index 0000000000000000000000000000000000000000..915a8b5dbfabc8f06e73495551c52ada830c84e8
--- /dev/null
+++ b/public/opac/js/tablesorter/build/ParseMaster.js
@@ -0,0 +1,106 @@
+/*
+    ParseMaster, version 1.0.2 (2005-08-19)
+    Copyright 2005, Dean Edwards
+    License: http://creativecommons.org/licenses/LGPL/2.1/
+*/
+
+/* a multi-pattern parser */
+
+// KNOWN BUG: erroneous behavior when using escapeChar with a replacement value that is a function
+
+function ParseMaster() {
+    // constants
+    var $EXPRESSION = 0, $REPLACEMENT = 1, $LENGTH = 2;
+    // used to determine nesting levels
+    var $GROUPS = /\(/g, $SUB_REPLACE = /\$\d/, $INDEXED = /^\$\d+$/,
+        $TRIM = /(['"])\1\+(.*)\+\1\1$/, $$ESCAPE = /\\./g, $QUOTE = /'/,
+        $$DELETED = /\x01[^\x01]*\x01/g;
+    var self = this;
+    // public
+    this.add = function($expression, $replacement) {
+        if (!$replacement) $replacement = "";
+        // count the number of sub-expressions
+        //  - add one because each pattern is itself a sub-expression
+        var $length = (_internalEscape(String($expression)).match($GROUPS) || "").length + 1;
+        // does the pattern deal with sub-expressions?
+        if ($SUB_REPLACE.test($replacement)) {
+            // a simple lookup? (e.g. "$2")
+            if ($INDEXED.test($replacement)) {
+                // store the index (used for fast retrieval of matched strings)
+                $replacement = parseInt($replacement.slice(1)) - 1;
+            } else { // a complicated lookup (e.g. "Hello $2 $1")
+                // build a function to do the lookup
+                var i = $length;
+                var $quote = $QUOTE.test(_internalEscape($replacement)) ? '"' : "'";
+                while (i) $replacement = $replacement.split("$" + i--).join($quote + "+a[o+" + i + "]+" + $quote);
+                $replacement = new Function("a,o", "return" + $quote + $replacement.replace($TRIM, "$1") + $quote);
+            }
+        }
+        // pass the modified arguments
+        _add($expression || "/^$/", $replacement, $length);
+    };
+    // execute the global replacement
+    this.exec = function($string) {
+        _escaped.length = 0;
+        return _unescape(_escape($string, this.escapeChar).replace(
+            new RegExp(_patterns, this.ignoreCase ? "gi" : "g"), _replacement), this.escapeChar).replace($$DELETED, "");
+    };
+    // clear the patterns collection so that this object may be re-used
+    this.reset = function() {
+        _patterns.length = 0;
+    };
+
+    // private
+    var _escaped = [];  // escaped characters
+    var _patterns = []; // patterns stored by index
+    var _toString = function(){return "(" + String(this[$EXPRESSION]).slice(1, -1) + ")"};
+    _patterns.toString = function(){return this.join("|")};
+    // create and add a new pattern to the patterns collection
+    function _add() {
+        arguments.toString = _toString;
+        // store the pattern - as an arguments object (i think this is quicker..?)
+        _patterns[_patterns.length] = arguments;
+    }
+    // this is the global replace function (it's quite complicated)
+    function _replacement() {
+        if (!arguments[0]) return "";
+        var i = 1, j = 0, $pattern;
+        // loop through the patterns
+        while ($pattern = _patterns[j++]) {
+            // do we have a result?
+            if (arguments[i]) {
+                var $replacement = $pattern[$REPLACEMENT];
+                switch (typeof $replacement) {
+                    case "function": return $replacement(arguments, i);
+                    case "number": return arguments[$replacement + i];
+                }
+                var $delete = (arguments[i].indexOf(self.escapeChar) == -1) ? "" :
+                    "\x01" + arguments[i] + "\x01";
+                return $delete + $replacement;
+            // skip over references to sub-expressions
+            } else i += $pattern[$LENGTH];
+        }
+    };
+    // encode escaped characters
+    function _escape($string, $escapeChar) {
+        return $escapeChar ? $string.replace(new RegExp("\\" + $escapeChar + "(.)", "g"), function($match, $char) {
+            _escaped[_escaped.length] = $char;
+            return $escapeChar;
+        }) : $string;
+    };
+    // decode escaped characters
+    function _unescape($string, $escapeChar) {
+        var i = 0;
+        return $escapeChar ? $string.replace(new RegExp("\\" + $escapeChar, "g"), function() {
+            return $escapeChar + (_escaped[i++] || "");
+        }) : $string;
+    };
+    function _internalEscape($string) {
+        return $string.replace($$ESCAPE, "");
+    };
+};
+ParseMaster.prototype = {
+    constructor: ParseMaster,
+    ignoreCase: false,
+    escapeChar: ""
+};
diff --git a/public/opac/js/tablesorter/build/js.jar b/public/opac/js/tablesorter/build/js.jar
new file mode 100644
index 0000000000000000000000000000000000000000..194e5923eea23b45e763f48fae625b84f4e87aaa
Binary files /dev/null and b/public/opac/js/tablesorter/build/js.jar differ
diff --git a/public/opac/js/tablesorter/build/jsmin.js b/public/opac/js/tablesorter/build/jsmin.js
new file mode 100644
index 0000000000000000000000000000000000000000..1ef29cf1fe200cd4b6251b21d5aeb2ed5b8db5dd
--- /dev/null
+++ b/public/opac/js/tablesorter/build/jsmin.js
@@ -0,0 +1,316 @@
+/* jsmin.js - 2006-08-31
+Author: Franck Marcia
+This work is an adaptation of jsminc.c published by Douglas Crockford.
+Permission is hereby granted to use the Javascript version under the same
+conditions as the jsmin.c on which it is based.
+
+jsmin.c
+2006-05-04
+
+Copyright (c) 2002 Douglas Crockford  (www.crockford.com)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is furnished to do
+so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+The Software shall be used for Good, not Evil.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+Update:
+	add level:
+		1: minimal, keep linefeeds if single
+		2: normal, the standard algorithm
+		3: agressive, remove any linefeed and doesn't take care of potential
+		   missing semicolons (can be regressive)
+	store stats
+		jsmin.oldSize
+		jsmin.newSize
+*/
+
+String.prototype.has = function(c) {
+	return this.indexOf(c) > -1;
+};
+
+function jsmin(comment, input, level) {
+
+	if (input === undefined) {
+		input = comment;
+		comment = '';
+		level = 2;
+	} else if (level === undefined || level < 1 || level > 3) {
+		level = 2;
+	}
+
+	if (comment.length > 0) {
+		comment += '\n';
+	}
+
+	var a = '',
+		b = '',
+		EOF = -1,
+		LETTERS = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz',
+		DIGITS = '0123456789',
+		ALNUM = LETTERS + DIGITS + '_$\\',
+		theLookahead = EOF;
+
+
+	/* isAlphanum -- return true if the character is a letter, digit, underscore,
+			dollar sign, or non-ASCII character.
+	*/
+
+	function isAlphanum(c) {
+		return c != EOF && (ALNUM.has(c) || c.charCodeAt(0) > 126);
+	}
+
+
+	/* get -- return the next character. Watch out for lookahead. If the
+			character is a control character, translate it to a space or
+			linefeed.
+	*/
+
+	function get() {
+
+		var c = theLookahead;
+		if (get.i == get.l) {
+			return EOF;
+		}
+		theLookahead = EOF;
+		if (c == EOF) {
+			c = input.charAt(get.i);
+			++get.i;
+		}
+		if (c >= ' ' || c == '\n') {
+			return c;
+		}
+		if (c == '\r') {
+			return '\n';
+		}
+		return ' ';
+	}
+
+	get.i = 0;
+	get.l = input.length;
+
+
+	/* peek -- get the next character without getting it.
+	*/
+
+	function peek() {
+		theLookahead = get();
+		return theLookahead;
+	}
+
+
+	/* next -- get the next character, excluding comments. peek() is used to see
+			if a '/' is followed by a '/' or '*'.
+	*/
+
+	function next() {
+
+		var c = get();
+		if (c == '/') {
+			switch (peek()) {
+			case '/':
+				for (;;) {
+					c = get();
+					if (c <= '\n') {
+						return c;
+					}
+				}
+				break;
+			case '*':
+				get();
+				for (;;) {
+					switch (get()) {
+					case '*':
+						if (peek() == '/') {
+							get();
+							return ' ';
+						}
+						break;
+					case EOF:
+						throw 'Error: Unterminated comment.';
+					}
+				}
+				break;
+			default:
+				return c;
+			}
+		}
+		return c;
+	}
+
+
+	/* action -- do something! What you do is determined by the argument:
+			1   Output A. Copy B to A. Get the next B.
+			2   Copy B to A. Get the next B. (Delete A).
+			3   Get the next B. (Delete B).
+	   action treats a string as a single character. Wow!
+	   action recognizes a regular expression if it is preceded by ( or , or =.
+	*/
+
+	function action(d) {
+
+		var r = [];
+
+		if (d == 1) {
+			r.push(a);
+		}
+
+		if (d < 3) {
+			a = b;
+			if (a == '\'' || a == '"') {
+				for (;;) {
+					r.push(a);
+					a = get();
+					if (a == b) {
+						break;
+					}
+					if (a <= '\n') {
+						throw 'Error: unterminated string literal: ' + a;
+					}
+					if (a == '\\') {
+						r.push(a);
+						a = get();
+					}
+				}
+			}
+		}
+
+		b = next();
+
+		if (b == '/' && '(,=:[!&|'.has(a)) {
+			r.push(a);
+			r.push(b);
+			for (;;) {
+				a = get();
+				if (a == '/') {
+					break;
+				} else if (a =='\\') {
+					r.push(a);
+					a = get();
+				} else if (a <= '\n') {
+					throw 'Error: unterminated Regular Expression literal';
+				}
+				r.push(a);
+			}
+			b = next();
+		}
+
+		return r.join('');
+	}
+
+
+	/* m -- Copy the input to the output, deleting the characters which are
+			insignificant to JavaScript. Comments will be removed. Tabs will be
+			replaced with spaces. Carriage returns will be replaced with
+			linefeeds.
+			Most spaces and linefeeds will be removed.
+	*/
+
+	function m() {
+
+		var r = [];
+		a = '\n';
+
+		r.push(action(3));
+
+		while (a != EOF) {
+			switch (a) {
+			case ' ':
+				if (isAlphanum(b)) {
+					r.push(action(1));
+				} else {
+					r.push(action(2));
+				}
+				break;
+			case '\n':
+				switch (b) {
+				case '{':
+				case '[':
+				case '(':
+				case '+':
+				case '-':
+					r.push(action(1));
+					break;
+				case ' ':
+					r.push(action(3));
+					break;
+				default:
+					if (isAlphanum(b)) {
+						r.push(action(1));
+					} else {
+						if (level == 1 && b != '\n') {
+							r.push(action(1));
+						} else {
+							r.push(action(2));
+						}
+					}
+				}
+				break;
+			default:
+				switch (b) {
+				case ' ':
+					if (isAlphanum(a)) {
+						r.push(action(1));
+						break;
+					}
+					r.push(action(3));
+					break;
+				case '\n':
+					if (level == 1 && a != '\n') {
+						r.push(action(1));
+					} else {
+						switch (a) {
+						case '}':
+						case ']':
+						case ')':
+						case '+':
+						case '-':
+						case '"':
+						case '\'':
+							if (level == 3) {
+								r.push(action(3));
+							} else {
+								r.push(action(1));
+							}
+							break;
+						default:
+							if (isAlphanum(a)) {
+								r.push(action(1));
+							} else {
+								r.push(action(3));
+							}
+						}
+					}
+					break;
+				default:
+					r.push(action(1));
+					break;
+				}
+			}
+		}
+
+		return r.join('');
+	}
+
+	jsmin.oldSize = input.length;
+	ret = m(input);
+	jsmin.newSize = ret.length;
+
+	return comment + ret;
+
+}
diff --git a/public/opac/js/tablesorter/build/min.js b/public/opac/js/tablesorter/build/min.js
new file mode 100644
index 0000000000000000000000000000000000000000..da11096fab5ff494e9d8319e9df23bf4729f9e40
--- /dev/null
+++ b/public/opac/js/tablesorter/build/min.js
@@ -0,0 +1,5 @@
+load("build/jsmin.js", "build/writeFile.js");
+
+var f = jsmin('', readFile(arguments[0]), 3);
+
+writeFile( arguments[1], f );
diff --git a/public/opac/js/tablesorter/build/pack.js b/public/opac/js/tablesorter/build/pack.js
new file mode 100644
index 0000000000000000000000000000000000000000..13557039af4f4e4e33edbaa4dc6a3ebfc62db51a
--- /dev/null
+++ b/public/opac/js/tablesorter/build/pack.js
@@ -0,0 +1,5 @@
+load("build/ParseMaster.js", "build/packer.js", "build/writeFile.js");
+
+var out = readFile( arguments[0] );
+
+writeFile( arguments[1], pack( out, 62, true, false ) );
diff --git a/public/opac/js/tablesorter/build/packer.js b/public/opac/js/tablesorter/build/packer.js
new file mode 100644
index 0000000000000000000000000000000000000000..56bfdd1a2ef5cf56df44133eac9a0466c71e49c2
--- /dev/null
+++ b/public/opac/js/tablesorter/build/packer.js
@@ -0,0 +1,316 @@
+/*
+    packer, version 2.0.2 (2005-08-19)
+    Copyright 2004-2005, Dean Edwards
+    License: http://creativecommons.org/licenses/LGPL/2.1/
+*/
+
+function pack(_script, _encoding, _fastDecode, _specialChars) {
+    // constants
+    var $IGNORE = "$1";
+
+    // validate parameters
+    _script += "\n";
+    _encoding = Math.min(parseInt(_encoding), 95);
+
+    // apply all parsing routines
+    function _pack($script) {
+        var i, $parse;
+        for (i = 0; ($parse = _parsers[i]); i++) {
+            $script = $parse($script);
+        }
+        return $script;
+    };
+
+    // unpacking function - this is the boot strap function
+    //  data extracted from this packing routine is passed to
+    //  this function when decoded in the target
+    var _unpack = function($packed, $ascii, $count, $keywords, $encode, $decode) {
+        while ($count--)
+            if ($keywords[$count])
+                $packed = $packed.replace(new RegExp('\\b' + $encode($count) + '\\b', 'g'), $keywords[$count]);
+        return $packed;
+    };
+
+    // code-snippet inserted into the unpacker to speed up decoding
+    var _decode = function() {
+        // does the browser support String.replace where the
+        //  replacement value is a function?
+        if (!''.replace(/^/, String)) {
+            // decode all the values we need
+            while ($count--) $decode[$encode($count)] = $keywords[$count] || $encode($count);
+            // global replacement function
+            $keywords = [function($encoded){return $decode[$encoded]}];
+            // generic match
+            $encode = function(){return'\\w+'};
+            // reset the loop counter -  we are now doing a global replace
+            $count = 1;
+        }
+    };
+
+    // keep a list of parsing functions, they'll be executed all at once
+    var _parsers = [];
+    function _addParser($parser) {
+        _parsers[_parsers.length] = $parser;
+    };
+
+    // zero encoding - just removal of white space and comments
+    function _basicCompression($script) {
+        var $parser = new ParseMaster;
+        // make safe
+        $parser.escapeChar = "\\";
+        // protect strings
+        $parser.add(/'[^'\n\r]*'/, $IGNORE);
+        $parser.add(/"[^"\n\r]*"/, $IGNORE);
+        // remove comments
+        $parser.add(/\/\/[^\n\r]*[\n\r]/, " ");
+        $parser.add(/\/\*[^*]*\*+([^\/][^*]*\*+)*\//, " ");
+        // protect regular expressions
+        $parser.add(/\s+(\/[^\/\n\r\*][^\/\n\r]*\/g?i?)/, "$2"); // IGNORE
+        $parser.add(/[^\w\x24\/'"*)\?:]\/[^\/\n\r\*][^\/\n\r]*\/g?i?/, $IGNORE);
+        // remove: ;;; doSomething();
+        if (_specialChars) $parser.add(/;;;[^\n\r]+[\n\r]/);
+        // remove redundant semi-colons
+        $parser.add(/\(;;\)/, $IGNORE); // protect for (;;) loops
+        $parser.add(/;+\s*([};])/, "$2");
+        // apply the above
+        $script = $parser.exec($script);
+
+        // remove white-space
+        $parser.add(/(\b|\x24)\s+(\b|\x24)/, "$2 $3");
+        $parser.add(/([+\-])\s+([+\-])/, "$2 $3");
+        $parser.add(/\s+/, "");
+        // done
+        return $parser.exec($script);
+    };
+
+    function _encodeSpecialChars($script) {
+        var $parser = new ParseMaster;
+        // replace: $name -> n, $$name -> na
+        $parser.add(/((\x24+)([a-zA-Z$_]+))(\d*)/, function($match, $offset) {
+            var $length = $match[$offset + 2].length;
+            var $start = $length - Math.max($length - $match[$offset + 3].length, 0);
+            return $match[$offset + 1].substr($start, $length) + $match[$offset + 4];
+        });
+        // replace: _name -> _0, double-underscore (__name) is ignored
+        var $regexp = /\b_[A-Za-z\d]\w*/;
+        // build the word list
+        var $keywords = _analyze($script, _globalize($regexp), _encodePrivate);
+        // quick ref
+        var $encoded = $keywords.$encoded;
+        $parser.add($regexp, function($match, $offset) {
+            return $encoded[$match[$offset]];
+        });
+        return $parser.exec($script);
+    };
+
+    function _encodeKeywords($script) {
+        // escape high-ascii values already in the script (i.e. in strings)
+        if (_encoding > 62) $script = _escape95($script);
+        // create the parser
+        var $parser = new ParseMaster;
+        var $encode = _getEncoder(_encoding);
+        // for high-ascii, don't encode single character low-ascii
+        var $regexp = (_encoding > 62) ? /\w\w+/ : /\w+/;
+        // build the word list
+        $keywords = _analyze($script, _globalize($regexp), $encode);
+        var $encoded = $keywords.$encoded;
+        // encode
+        $parser.add($regexp, function($match, $offset) {
+        return $encoded[$match[$offset]];
+        });
+        // if encoded, wrap the script in a decoding function
+        return $script && _bootStrap($parser.exec($script), $keywords);
+    };
+
+    function _analyze($script, $regexp, $encode) {
+        // analyse
+        // retreive all words in the script
+        var $all = $script.match($regexp);
+        var $$sorted = []; // list of words sorted by frequency
+        var $$encoded = {}; // dictionary of word->encoding
+        var $$protected = {}; // instances of "protected" words
+        if ($all) {
+            var $unsorted = []; // same list, not sorted
+            var $protected = {}; // "protected" words (dictionary of word->"word")
+            var $values = {}; // dictionary of charCode->encoding (eg. 256->ff)
+            var $count = {}; // word->count
+            var i = $all.length, j = 0, $word;
+            // count the occurrences - used for sorting later
+            do {
+                $word = "$" + $all[--i];
+                if (!$count[$word]) {
+                    $count[$word] = 0;
+                    $unsorted[j] = $word;
+                    // make a dictionary of all of the protected words in this script
+                    //  these are words that might be mistaken for encoding
+                    $protected["$" + ($values[j] = $encode(j))] = j++;
+                }
+                // increment the word counter
+                $count[$word]++;
+            } while (i);
+            // prepare to sort the word list, first we must protect
+            //  words that are also used as codes. we assign them a code
+            //  equivalent to the word itself.
+            // e.g. if "do" falls within our encoding range
+            //      then we store keywords["do"] = "do";
+            // this avoids problems when decoding
+            i = $unsorted.length;
+            do {
+                $word = $unsorted[--i];
+                if ($protected[$word] != null) {
+                    $$sorted[$protected[$word]] = $word.slice(1);
+                    $$protected[$protected[$word]] = true;
+                    $count[$word] = 0;
+                }
+            } while (i);
+            // sort the words by frequency
+            $unsorted.sort(function($match1, $match2) {
+                return $count[$match2] - $count[$match1];
+            });
+            j = 0;
+            // because there are "protected" words in the list
+            //  we must add the sorted words around them
+            do {
+                if ($$sorted[i] == null) $$sorted[i] = $unsorted[j++].slice(1);
+                $$encoded[$$sorted[i]] = $values[i];
+            } while (++i < $unsorted.length);
+        }
+        return {$sorted: $$sorted, $encoded: $$encoded, $protected: $$protected};
+    };
+
+    // build the boot function used for loading and decoding
+    function _bootStrap($packed, $keywords) {
+        var $ENCODE = _safeRegExp("$encode\\($count\\)", "g");
+
+        // $packed: the packed script
+        $packed = "'" + _escape($packed) + "'";
+
+        // $ascii: base for encoding
+        var $ascii = Math.min($keywords.$sorted.length, _encoding) || 1;
+
+        // $count: number of words contained in the script
+        var $count = $keywords.$sorted.length;
+
+        // $keywords: list of words contained in the script
+        for (var i in $keywords.$protected) $keywords.$sorted[i] = "";
+        // convert from a string to an array
+        $keywords = "'" + $keywords.$sorted.join("|") + "'.split('|')";
+
+        // $encode: encoding function (used for decoding the script)
+        var $encode = _encoding > 62 ? _encode95 : _getEncoder($ascii);
+        $encode = String($encode).replace(/_encoding/g, "$ascii").replace(/arguments\.callee/g, "$encode");
+        var $inline = "$count" + ($ascii > 10 ? ".toString($ascii)" : "");
+
+        // $decode: code snippet to speed up decoding
+        if (_fastDecode) {
+            // create the decoder
+            var $decode = _getFunctionBody(_decode);
+            if (_encoding > 62) $decode = $decode.replace(/\\\\w/g, "[\\xa1-\\xff]");
+            // perform the encoding inline for lower ascii values
+            else if ($ascii < 36) $decode = $decode.replace($ENCODE, $inline);
+            // special case: when $count==0 there are no keywords. I want to keep
+            //  the basic shape of the unpacking funcion so i'll frig the code...
+            if (!$count) $decode = $decode.replace(_safeRegExp("($count)\\s*=\\s*1"), "$1=0");
+        }
+
+        // boot function
+        var $unpack = String(_unpack);
+        if (_fastDecode) {
+            // insert the decoder
+            $unpack = $unpack.replace(/\{/, "{" + $decode + ";");
+        }
+        $unpack = $unpack.replace(/"/g, "'");
+        if (_encoding > 62) { // high-ascii
+            // get rid of the word-boundaries for regexp matches
+            $unpack = $unpack.replace(/'\\\\b'\s*\+|\+\s*'\\\\b'/g, "");
+        }
+        if ($ascii > 36 || _encoding > 62 || _fastDecode) {
+            // insert the encode function
+            $unpack = $unpack.replace(/\{/, "{$encode=" + $encode + ";");
+        } else {
+            // perform the encoding inline
+            $unpack = $unpack.replace($ENCODE, $inline);
+        }
+        // pack the boot function too
+        $unpack = pack($unpack, 0, false, true);
+
+        // arguments
+        var $params = [$packed, $ascii, $count, $keywords];
+        if (_fastDecode) {
+            // insert placeholders for the decoder
+            $params = $params.concat(0, "{}");
+        }
+
+        // the whole thing
+        return "eval(" + $unpack + "(" + $params + "))\n";
+    };
+
+    // mmm.. ..which one do i need ??
+    function _getEncoder($ascii) {
+        return $ascii > 10 ? $ascii > 36 ? $ascii > 62 ? _encode95 : _encode62 : _encode36 : _encode10;
+    };
+
+    // zero encoding
+    // characters: 0123456789
+    var _encode10 = function($charCode) {
+        return $charCode;
+    };
+
+    // inherent base36 support
+    // characters: 0123456789abcdefghijklmnopqrstuvwxyz
+    var _encode36 = function($charCode) {
+        return $charCode.toString(36);
+    };
+
+    // hitch a ride on base36 and add the upper case alpha characters
+    // characters: 0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
+    var _encode62 = function($charCode) {
+        return ($charCode < _encoding ? '' : arguments.callee(parseInt($charCode / _encoding))) +
+            (($charCode = $charCode % _encoding) > 35 ? String.fromCharCode($charCode + 29) : $charCode.toString(36));
+    };
+
+    // use high-ascii values
+    var _encode95 = function($charCode) {
+        return ($charCode < _encoding ? '' : arguments.callee($charCode / _encoding)) +
+            String.fromCharCode($charCode % _encoding + 161);
+    };
+
+    // special _chars
+    var _encodePrivate = function($charCode) {
+        return "_" + $charCode;
+    };
+
+    // protect characters used by the parser
+    function _escape($script) {
+        return $script.replace(/([\\'])/g, "\\$1");
+    };
+
+    // protect high-ascii characters already in the script
+    function _escape95($script) {
+        return $script.replace(/[\xa1-\xff]/g, function($match) {
+            return "\\x" + $match.charCodeAt(0).toString(16);
+        });
+    };
+
+    function _safeRegExp($string, $flags) {
+        return new RegExp($string.replace(/\$/g, "\\$"), $flags);
+    };
+
+    // extract the body of a function
+    function _getFunctionBody($function) {
+        with (String($function)) return slice(indexOf("{") + 1, lastIndexOf("}"));
+    };
+
+    // set the global flag on a RegExp (you have to create a new one)
+    function _globalize($regexp) {
+        return new RegExp(String($regexp).slice(1, -1), "g");
+    };
+
+    // build the parsing routine
+    _addParser(_basicCompression);
+    if (_specialChars) _addParser(_encodeSpecialChars);
+    if (_encoding) _addParser(_encodeKeywords);
+
+    // go!
+    return _pack(_script);
+};
diff --git a/public/opac/js/tablesorter/build/writeFile.js b/public/opac/js/tablesorter/build/writeFile.js
new file mode 100644
index 0000000000000000000000000000000000000000..43b1eb246af749639263d08b8a6fbf4e3fede0d8
--- /dev/null
+++ b/public/opac/js/tablesorter/build/writeFile.js
@@ -0,0 +1,19 @@
+importPackage(java.io);
+
+function writeFile( file, stream ) {
+	var buffer = new PrintWriter( new FileWriter( file ) );
+	buffer.print( stream );
+	buffer.close();
+}
+
+function read( file ) {
+	var jq = new File(file);
+	var reader = new BufferedReader(new FileReader(jq));
+	var line = null;
+	var buffer = new java.lang.StringBuffer(jq.length());
+	while( (line = reader.readLine()) != null) {
+		buffer.append(line);
+		buffer.append("\n");
+	}
+	return buffer.toString();
+}
\ No newline at end of file
diff --git a/public/opac/js/tablesorter/changelog b/public/opac/js/tablesorter/changelog
new file mode 100644
index 0000000000000000000000000000000000000000..f6a525fd1926b4b13e6ba913f172c40c908117bf
--- /dev/null
+++ b/public/opac/js/tablesorter/changelog
@@ -0,0 +1,41 @@
+tablesorter changelog
+======================
+http://tablesorter.com
+
+Changes in version 2.0.3 (2008-03-17)
+-------------------------------------
+
+Bug fixes
+* Missing semicolon, broke the minified version
+
+
+Changes in version 2.0.2 (2008-03-14)
+-------------------------------------
+
+General
+* Added support for the new metadata plugin
+* Added support for jQuery 1.2.3
+* Added support for decimal numbers and negative and positive digits
+* Updated documenation and website with new examples
+* Removed packed version.
+
+Bug fixes
+* Sort force (Thanks to David Lynch)
+
+
+Changes in version 2.0.1 (2007-09-17)
+-------------------------------------
+
+General
+* Removed the need for Dimensions plugin when using the pagnation plugin thanks to offset being included in the jQuery 1.2 core.
+* Added support for jQuery 1.2
+* Added new Minified version of tablesorter
+* Updated documenation and website with new examples
+
+Bug fixes
+* If row values are identical the original order is kept (Thanks to David hull)
+* If thead includes a table $('tbody:first', table) breaks (Thanks to David Hull)
+
+Speed improvements:
+* appendToTable, setting innerHTML to "" before appending new content to table body.
+* zebra widget. (Thanks to James Dempster)
\ No newline at end of file
diff --git a/public/opac/js/tablesorter/docs/assets/ajax-content.html b/public/opac/js/tablesorter/docs/assets/ajax-content.html
new file mode 100644
index 0000000000000000000000000000000000000000..0d10cfbcd3b7394bc471fc1d34c71cf555c3c6e5
--- /dev/null
+++ b/public/opac/js/tablesorter/docs/assets/ajax-content.html
@@ -0,0 +1,43 @@
+	<tr>
+				<td>Peter</td>
+				<td>Parker</td>
+				<td>28</td>
+				<td>$9.99</td>
+				<td>20%</td>
+				
+				<td>Jul 6, 2006 8:14 AM</td>
+			</tr>
+			<tr>
+				<td>John</td>
+				<td>Hood</td>
+				<td>33</td>
+				<td>$19.99</td>
+				<td>25%</td>
+				
+				<td>Dec 10, 2002 5:14 AM</td>
+			</tr>
+			<tr>
+				<td>Clark</td>
+				<td>Kent</td>
+				<td>18</td>
+				<td>$15.89</td>
+				<td>44%</td>
+				<td>Jan 12, 2003 11:14 AM</td>
+			</tr>
+			<tr>
+				<td>Bruce</td>
+				<td>Almighty</td>
+				<td>45</td>
+				<td>$153.19</td>
+				<td>44%</td>
+				
+				<td>Jan 18, 2001 9:12 AM</td>
+			</tr>
+			<tr>
+				<td>Bruce</td>
+				<td>Evans</td>
+				<td>22</td>
+				<td>$13.19</td>
+				<td>11%</td>
+				<td>Jan 18, 2007 9:12 AM</td>
+			</tr>
\ No newline at end of file
diff --git a/public/opac/js/tablesorter/docs/css/jq.css b/public/opac/js/tablesorter/docs/css/jq.css
new file mode 100644
index 0000000000000000000000000000000000000000..389ee774d259ee5a8c2f1caf3f14871938358885
--- /dev/null
+++ b/public/opac/js/tablesorter/docs/css/jq.css
@@ -0,0 +1,29 @@
+body,div,h1{font-family:'trebuchet ms', verdana, arial;margin:0;padding:0;}
+body{background-color:#fff;color:#333;font-size:small;margin:0;padding:0;}
+h1{font-size:large;font-weight:400;margin:0;}
+h2{color:#333;font-size:small;font-weight:400;margin:0;}
+pre{background-color:#eee;border:1px solid #ddd;border-left-width:5px;color:#333;font-size:small;overflow-x:auto;padding:15px;}
+pre.normal{background-color:transparent;border:none;border-left-width:0;overflow-x:auto;}
+#logo{background:url(images/jq.png);display:block;float:right;height:31px;margin-right:10px;margin-top:10px;width:110px;}
+#main{margin:0 20px 20px;padding:0 15px 15px 0;}
+#content{padding:20px;}
+#busy{background-color:#e95555;border:1px ridge #ccc;color:#eee;display:none;padding:3px;position:absolute;right:7px;top:7px;}
+hr{height:1px;}
+code{font-size:108%;font-style:normal;padding:0;}
+ul{color:#333;list-style:square;}
+#banner{margin:20px;padding-bottom:10px;text-align:left;}
+#banner *{color:#232121;font-family:Georgia, Palatino, Times New Roman;font-size:30px;font-style:normal;font-weight:400;margin:0;padding:0;}
+#banner h1{display:block;float:left;}
+#banner h1 em{color:#6cf;}
+#banner h2{float:right;font-size:26px;margin:10px 10px -10px -10px;}
+#banner h3{clear:both;display:block;font-size:12px;margin-top:-20px;}
+#banner a{border-top:1px solid #888;display:block;font-size:14px;margin:5px 0 0;padding:10px 0 0;text-align:right;width:auto;}
+a.external{background-image:url(../img/external.png);background-position:center right;background-repeat:no-repeat;padding-right:12px;}
+form{font-size:10pt;margin-bottom:20px;width:auto;}
+form fieldset{padding:10px;text-align:left;width:140px;}
+div#main h1{border-bottom:1px solid #CDCDCD;display:block;margin-top:20px;padding:10px 0 2px;}
+table#tablesorter-demo {margin: 10px 0 0 0;}
+table#options *{font-size:small;}
+p.tip em {padding: 2px; background-color: #6cf; color: #FFF;}
+p.tip.update em {background-color: #FF0000;}
+div.digg {float: right;}
\ No newline at end of file
diff --git a/public/opac/js/tablesorter/docs/example-ajax.html b/public/opac/js/tablesorter/docs/example-ajax.html
new file mode 100644
index 0000000000000000000000000000000000000000..254ac70937467eb478200569ed57c4d1ed6dbd90
--- /dev/null
+++ b/public/opac/js/tablesorter/docs/example-ajax.html
@@ -0,0 +1,119 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
+<head>
+	<title>jQuery plugin: Tablesorter 2.0 - Appending table data with ajax</title>
+	<link rel="stylesheet" href="css/jq.css" type="text/css" media="print, projection, screen" />
+	<link rel="stylesheet" href="../themes/blue/style.css" type="text/css" id="" media="print, projection, screen" />
+	<script type="text/javascript" src="../jquery-latest.js"></script>
+	<script type="text/javascript" src="../jquery.tablesorter.js"></script>
+	<script type="text/javascript" src="js/chili/chili-1.8b.js"></script>
+	<script type="text/javascript" src="js/docs.js"></script>
+	<script type="text/javascript" src="js/examples.js"></script>
+	<script type="text/javascript" id="js">
+	$(document).ready(function() {
+	$("table").tablesorter();
+	$("#ajax-append").click(function() {
+		 $.get("assets/ajax-content.html", function(html) {
+		 	// append the "ajax'd" data to the table body
+		 	$("table tbody").append(html);
+			// let the plugin know that we made a update
+			$("table").trigger("update");
+			// set sorting column and direction, this will sort on the first and third column
+			var sorting = [[2,1],[0,0]];
+			// sort on the first column
+			$("table").trigger("sorton",[sorting]);
+		});
+		return false;
+	});
+}); 		
+	</script>
+</head>
+<body>
+<div id="banner">	
+	<h1>table<em>sorter</em></h1>
+	<h2>Appending table data with ajax</h2>
+	<h3>Flexible client-side table sorting</h3>
+	<a href="index.html">Back to documentation</a>
+</div>
+<div id="main">
+	<h1>Demo</h1>
+	<div id="demo">
+		<table cellspacing="1" class="tablesorter">
+			<thead>
+				<tr>
+					<th>First Name</th>
+					<th>Last Name</th>
+					<th>Age</th>
+					<th>Total</th>
+					<th>Discount</th>
+					<th>Date</th>
+	
+				</tr>
+			</thead>
+			<tbody>
+				<tr>
+					<td>Peter</td>
+					<td>Parker</td>
+					<td>28</td>
+					<td>$9.99</td>
+					<td>20%</td>
+					
+					<td>Jul 6, 2006 8:14 AM</td>
+				</tr>
+				<tr>
+					<td>John</td>
+					<td>Hood</td>
+					<td>33</td>
+					<td>$19.99</td>
+					<td>25%</td>
+					
+					<td>Dec 10, 2002 5:14 AM</td>
+				</tr>
+				<tr>
+					<td>Clark</td>
+					<td>Kent</td>
+					<td>18</td>
+					<td>$15.89</td>
+					<td>44%</td>
+					<td>Jan 12, 2003 11:14 AM</td>
+				</tr>
+				<tr>
+					<td>Bruce</td>
+					<td>Almighty</td>
+					<td>45</td>
+					<td>$153.19</td>
+					<td>44%</td>
+					
+					<td>Jan 18, 2001 9:12 AM</td>
+				</tr>
+				<tr>
+					<td>Bruce</td>
+					<td>Evans</td>
+					<td>22</td>
+					<td>$13.19</td>
+					<td>11%</td>
+					<td>Jan 18, 2007 9:12 AM</td>
+				</tr>
+			</tbody>
+		</table>
+		<a href="#" id="ajax-append">Append new table data</a>
+		<br/>
+		<br/>
+	</div>
+	<h1>Javascript</h1>
+	<div id="javascript">
+		<pre class="javascript"></pre>
+	</div>
+	<h1>HTML</h1>
+	<div id="html">
+		<pre class="html"></pre>
+	</div>
+</div>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript">
+_uacct = "UA-2189649-2";
+urchinTracker();
+</script>
+</body>
+</html>
diff --git a/public/opac/js/tablesorter/docs/example-empty-table.html b/public/opac/js/tablesorter/docs/example-empty-table.html
new file mode 100644
index 0000000000000000000000000000000000000000..52531dc8e086d6253ee45715cde9ddc684fdbbe9
--- /dev/null
+++ b/public/opac/js/tablesorter/docs/example-empty-table.html
@@ -0,0 +1,75 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
+<head>
+	<title>jQuery plugin: Tablesorter 2.0 - Initializing tablesorter on a empty table</title>
+	<link rel="stylesheet" href="css/jq.css" type="text/css" media="print, projection, screen" />
+	<link rel="stylesheet" href="../themes/blue/style.css" type="text/css" id="" media="print, projection, screen" />
+	<script type="text/javascript" src="../jquery-latest.js"></script>
+	<script type="text/javascript" src="../jquery.tablesorter.js"></script>
+	<script type="text/javascript" src="js/chili/chili-1.8b.js"></script>
+	<script type="text/javascript" src="js/docs.js"></script>
+	<script type="text/javascript" src="js/examples.js"></script>
+	<script type="text/javascript" id="js">$(document).ready(function() {
+	$("table").tablesorter();
+	$("#append").click(function() {
+		// add some html
+		var html = "<tr><td>Peter</td><td>Parker</td><td>28</td><td>$9.99</td><td>20%</td><td>Jul 6, 2006 8:14 AM</td></tr>";
+		html += "<tr><td>John</td><td>Hood</td><td>33</td><td>$19.99</td><td>25%</td><td>Dec 10, 2002 5:14 AM</td></tr><tr><td>Clark</td><td>Kent</td><td>18</td><td>$15.89</td><td>44%</td><td>Jan 12, 2003 11:14 AM</td></tr>";		
+		html += "<tr><td>Bruce</td><td>Almighty</td><td>45</td><td>$153.19</td><td>44%</td><td>Jan 18, 2001 9:12 AM</td></tr>";
+		// append new html to table body 
+		 $("table tbody").append(html);
+		// let the plugin know that we made a update
+		$("table").trigger("update");
+		// set sorting column and direction, this will sort on the first and third column
+		var sorting = [[2,1],[0,0]];
+		// sort on the first column
+		$("table").trigger("sorton",[sorting]);
+		return false;
+	});
+});</script>
+</head>
+<body>
+<div id="banner">	
+	<h1>table<em>sorter</em></h1>
+	<h2>Initializing tablesorter on a empty table</h2>
+	<h3>Flexible client-side table sorting</h3>
+	<a href="index.html">Back to documentation</a>
+</div>
+<div id="main">
+	<h1>Demo</h1>
+	<div id="demo">
+		<table cellspacing="1" class="tablesorter">
+			<thead>
+				<tr>
+					<th>First Name</th>
+					<th>Last Name</th>
+					<th>Age</th>
+					<th>Total</th>
+					<th>Discount</th>
+					<th>Date</th>
+				</tr>
+			</thead>
+			<tbody>
+			</tbody>
+		</table>
+		<a href="#" id="append">Append new table data</a>
+		<br/>
+		<br/>
+	</div>
+	<h1>Javascript</h1>
+	<div id="javascript">
+		<pre class="javascript"></pre>
+	</div>
+	<h1>HTML</h1>
+	<div id="html">
+		<pre class="html"></pre>
+	</div>
+</div>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript">
+_uacct = "UA-2189649-2";
+urchinTracker();
+</script>
+</body>
+</html>
diff --git a/public/opac/js/tablesorter/docs/example-extending-defaults.html b/public/opac/js/tablesorter/docs/example-extending-defaults.html
new file mode 100644
index 0000000000000000000000000000000000000000..931e26a6112cbda94149ff619133d5dde2d5dcd9
--- /dev/null
+++ b/public/opac/js/tablesorter/docs/example-extending-defaults.html
@@ -0,0 +1,109 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
+<head>
+	<title>jQuery plugin: Tablesorter 2.0 - Extending default options</title>
+	<link rel="stylesheet" href="css/jq.css" type="text/css" media="print, projection, screen" />
+	<link rel="stylesheet" href="../themes/blue/style.css" type="text/css" id="" media="print, projection, screen" />
+	<script type="text/javascript" src="../jquery-latest.js"></script>
+	
+	<script type="text/javascript" src="../jquery.tablesorter.js"></script>
+	<script type="text/javascript" src="../addons/pager/jquery.tablesorter.pager.js"></script>
+	<script type="text/javascript" src="js/chili/chili-1.8b.js"></script>
+	<script type="text/javascript" src="js/docs.js"></script>
+	<script type="text/javascript" src="js/examples.js"></script>
+<script type="text/javascript" id="js">$(document).ready(function() {
+	// extend the default setting to always include the zebra widget.
+	$.tablesorter.defaults.widgets = ['zebra'];
+	// extend the default setting to always sort on the first column
+	$.tablesorter.defaults.sortList = [[0,0]];
+	// call the tablesorter plugin
+	$("table").tablesorter();
+}); </script>
+</head>
+<body>
+<div id="banner">	
+	<h1>table<em>sorter</em></h1>
+	<h2>Extending default options</h2>
+	<h3>Flexible client-side table sorting</h3>
+	<a href="index.html">Back to documentation</a>
+</div>
+<div id="main">
+	<h1>Demo</h1>
+	<div id="demo">
+		<table cellspacing="1" class="tablesorter">
+		<thead>
+				<tr>
+					<th>First Name</th>
+					<th>Last Name</th>
+					<th>Age</th>
+					<th>Total</th>
+					<th>Discount</th>
+					<th>Date</th>
+	
+				</tr>
+			</thead>
+			<tbody>
+				<tr>
+					<td>Peter</td>
+					<td>Parker</td>
+					<td>28</td>
+					<td>$9.99</td>
+					<td>20%</td>
+					
+					<td>Jul 6, 2006 8:14 AM</td>
+				</tr>
+				<tr>
+					<td>John</td>
+					<td>Hood</td>
+					<td>33</td>
+					<td>$19.99</td>
+					<td>25%</td>
+					
+					<td>Dec 10, 2002 5:14 AM</td>
+				</tr>
+				<tr>
+					<td>Clark</td>
+					<td>Kent</td>
+					<td>18</td>
+					<td>$15.89</td>
+					<td>44%</td>
+					<td>Jan 12, 2003 11:14 AM</td>
+				</tr>
+				<tr>
+					<td>Bruce</td>
+					<td>Almighty</td>
+					<td>45</td>
+					<td>$153.19</td>
+					<td>44%</td>
+					
+					<td>Jan 18, 2001 9:12 AM</td>
+				</tr>
+				<tr>
+					<td>Bruce</td>
+					<td>Evans</td>
+					<td>22</td>
+					<td>$13.19</td>
+					<td>11%</td>
+					<td>Jan 18, 2007 9:12 AM</td>
+				</tr>
+			</tbody>
+		</table>
+	</div>
+	<h1>Javascript</h1>
+	<div id="javascript">
+		<pre class="javascript"></pre>
+	</div>
+	<h1>HTML</h1>
+	<div id="html">
+		<pre class="html"></pre>
+	</div>
+</div>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript">
+_uacct = "UA-2189649-2";
+urchinTracker();
+</script>
+</body>
+</html>
+
diff --git a/public/opac/js/tablesorter/docs/example-meta-headers.html b/public/opac/js/tablesorter/docs/example-meta-headers.html
new file mode 100644
index 0000000000000000000000000000000000000000..6340faab9b856df03a546ddb95325c4aeef82bbc
--- /dev/null
+++ b/public/opac/js/tablesorter/docs/example-meta-headers.html
@@ -0,0 +1,108 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
+<head>
+	<title>jQuery plugin: Tablesorter 2.0 - Disable headers using metadata</title>
+	<link rel="stylesheet" href="css/jq.css" type="text/css" media="print, projection, screen" />
+	<link rel="stylesheet" href="../themes/blue/style.css" type="text/css" id="" media="print, projection, screen" />
+	<script type="text/javascript" src="../jquery-latest.js"></script>
+	
+	<script type="text/javascript" src="../jquery.metadata.js"></script>
+	<script type="text/javascript" src="../jquery.tablesorter.js"></script>
+	<script type="text/javascript" src="../addons/pager/jquery.tablesorter.pager.js"></script>
+	<script type="text/javascript" src="js/chili/chili-1.8b.js"></script>
+	<script type="text/javascript" src="js/docs.js"></script>
+	<script type="text/javascript">
+		window.tableFile="table-metadata-disable.html";
+	</script>
+	<script type="text/javascript" src="js/examples.js"></script>
+<script type="text/javascript" id="js">$(document).ready(function() {
+	// call the tablesorter plugin, the magic happens in the markup
+	$("table").tablesorter();
+}); </script>
+</head>
+<body>
+<div id="banner">	
+	<h1>table<em>sorter</em></h1>
+	<h2>Disable headers using metadata</h2>
+	<h3>Flexible client-side table sorting</h3>
+	<a href="index.html">Back to documentation</a>
+</div>
+<div id="main">
+	<h1>Demo</h1>
+	<div id="demo">
+		<table cellspacing="1" class="tablesorter">
+				<thead>
+			<tr>
+				<th class="{sorter: false}">First Name</th>
+				<th>Last Name</th>
+				<th>Age</th>
+				<th>Total</th>
+				<th class="{sorter: false}">Discount</th>
+				<th>Date</th>
+			</tr>
+		</thead>
+	<tbody>
+		<tr>
+			<td>Peter</td>
+			<td>Parker</td>
+			<td>28</td>
+			<td>$9.99</td>
+			<td>20%</td>
+			
+			<td>Jul 6, 2006 8:14 AM</td>
+		</tr>
+		<tr>
+			<td>John</td>
+			<td>Hood</td>
+			<td>33</td>
+			<td>$19.99</td>
+			<td>25%</td>
+			
+			<td>Dec 10, 2002 5:14 AM</td>
+		</tr>
+		<tr>
+			<td>Clark</td>
+			<td>Kent</td>
+			<td>18</td>
+			<td>$15.89</td>
+			<td>44%</td>
+			<td>Jan 12, 2003 11:14 AM</td>
+		</tr>
+		<tr>
+			<td>Bruce</td>
+			<td>Almighty</td>
+			<td>45</td>
+			<td>$153.19</td>
+			<td>44%</td>
+			
+			<td>Jan 18, 2001 9:12 AM</td>
+		</tr>
+		<tr>
+			<td>Bruce</td>
+			<td>Evans</td>
+			<td>22</td>
+			<td>$13.19</td>
+			<td>11%</td>
+			<td>Jan 18, 2007 9:12 AM</td>
+		</tr>
+	</tbody>
+		</table>
+	</div>
+	<h1>Javascript</h1>
+	<div id="javascript">
+		<pre class="javascript"></pre>
+	</div>
+	<h1>HTML</h1>
+	<div id="html">
+		<pre class="html"></pre>
+	</div>
+</div>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript">
+_uacct = "UA-2189649-2";
+urchinTracker();
+</script>
+</body>
+</html>
+
diff --git a/public/opac/js/tablesorter/docs/example-meta-parsers.html b/public/opac/js/tablesorter/docs/example-meta-parsers.html
new file mode 100644
index 0000000000000000000000000000000000000000..33a938cf3f31e62b9606f6c99d34534f9bb39e8e
--- /dev/null
+++ b/public/opac/js/tablesorter/docs/example-meta-parsers.html
@@ -0,0 +1,105 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
+<head>
+	<title>jQuery plugin: Tablesorter 2.0 - Setting column parser using metadata</title>
+	<link rel="stylesheet" href="css/jq.css" type="text/css" media="print, projection, screen" />
+	<link rel="stylesheet" href="../themes/blue/style.css" type="text/css" id="" media="print, projection, screen" />
+	<script type="text/javascript" src="../jquery-latest.js"></script>
+	
+	<script type="text/javascript" src="../jquery.metadata.js"></script>
+	<script type="text/javascript" src="../jquery.tablesorter.js"></script>
+	<script type="text/javascript" src="../addons/pager/jquery.tablesorter.pager.js"></script>
+	<script type="text/javascript" src="js/chili/chili-1.8b.js"></script>
+	<script type="text/javascript" src="js/docs.js"></script>
+	<script type="text/javascript" src="js/examples.js"></script>
+<script type="text/javascript" id="js">$(document).ready(function() {
+	// call the tablesorter plugin, the magic happens in the markup
+	$("table").tablesorter();
+}); </script>
+</head>
+<body>
+<div id="banner">	
+	<h1>table<em>sorter</em></h1>
+	<h2>Setting column parser using metadata</h2>
+	<h3>Flexible client-side table sorting</h3>
+	<a href="index.html">Back to documentation</a>
+</div>
+<div id="main">
+	<h1>Demo</h1>
+	<div id="demo">
+	<table cellspacing="1" class="tablesorter">
+		<thead>
+		<tr>
+			<th class="{sorter: 'text'}">First Name</th>
+			<th>Last Name</th>
+			<th>Age</th>
+			<th>Total</th>
+			<th class="{sorter: 'procent'}">Discount</th>
+			<th>Date</th>
+		</tr>
+	</thead>
+	<tbody>
+		<tr>
+			<td>Peter</td>
+			<td>Parker</td>
+			<td>28</td>
+			<td>$9.99</td>
+			<td>20%</td>
+			
+			<td>Jul 6, 2006 8:14 AM</td>
+		</tr>
+		<tr>
+			<td>John</td>
+			<td>Hood</td>
+			<td>33</td>
+			<td>$19.99</td>
+			<td>25%</td>
+			
+			<td>Dec 10, 2002 5:14 AM</td>
+		</tr>
+		<tr>
+			<td>Clark</td>
+			<td>Kent</td>
+			<td>18</td>
+			<td>$15.89</td>
+			<td>44%</td>
+			<td>Jan 12, 2003 11:14 AM</td>
+		</tr>
+		<tr>
+			<td>Bruce</td>
+			<td>Almighty</td>
+			<td>45</td>
+			<td>$153.19</td>
+			<td>44%</td>
+			
+			<td>Jan 18, 2001 9:12 AM</td>
+		</tr>
+		<tr>
+			<td>Bruce</td>
+			<td>Evans</td>
+			<td>22</td>
+			<td>$13.19</td>
+			<td>11%</td>
+			<td>Jan 18, 2007 9:12 AM</td>
+		</tr>
+	</tbody>
+		</table>
+	</div>
+	<h1>Javascript</h1>
+	<div id="javascript">
+		<pre class="javascript"></pre>
+	</div>
+	<h1>HTML</h1>
+	<div id="html">
+		<pre class="html"></pre>
+	</div>
+</div>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript">
+_uacct = "UA-2189649-2";
+urchinTracker();
+</script>
+</body>
+</html>
+
diff --git a/public/opac/js/tablesorter/docs/example-meta-sort-list.html b/public/opac/js/tablesorter/docs/example-meta-sort-list.html
new file mode 100644
index 0000000000000000000000000000000000000000..99fdaeba394ddeefc05b0a5b91f3dc3de1ee4ad5
--- /dev/null
+++ b/public/opac/js/tablesorter/docs/example-meta-sort-list.html
@@ -0,0 +1,107 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
+<head>
+	<title>jQuery plugin: Tablesorter 2.0 - Setting initial sorting order with metadata</title>
+	<link rel="stylesheet" href="css/jq.css" type="text/css" media="print, projection, screen" />
+	<link rel="stylesheet" href="../themes/blue/style.css" type="text/css" id="" media="print, projection, screen" />
+	<script type="text/javascript" src="../jquery-latest.js"></script>
+	
+	<script type="text/javascript" src="../jquery.metadata.js"></script>
+	<script type="text/javascript" src="../jquery.tablesorter.js"></script>
+	<script type="text/javascript" src="../addons/pager/jquery.tablesorter.pager.js"></script>
+	<script type="text/javascript" src="js/chili/chili-1.8b.js"></script>
+	<script type="text/javascript" src="js/docs.js"></script>
+	<script type="text/javascript" src="js/examples.js"></script>
+<script type="text/javascript" id="js">$(document).ready(function() {
+	// call the tablesorter plugin, the magic happens in the markup
+	$("table").tablesorter();
+}); </script>
+</head>
+<body>
+<div id="banner">	
+	<h1>table<em>sorter</em></h1>
+	<h2>Setting initial sorting order with metadata</h2>
+	<h3>Flexible client-side table sorting</h3>
+	<a href="index.html">Back to documentation</a>
+</div>
+<div id="main">
+	<h1>Demo</h1>
+	<div id="demo">
+		<!-- sortlist is appended to the table using the class attribute and is picked up by metadata plugin -->
+		<table cellspacing="1" class="tablesorter {sortlist: [[0,0],[4,0]]}">
+				<thead>
+			<tr>
+				<th>First Name</th>
+				<th>Last Name</th>
+				<th>Age</th>
+				<th>Total</th>
+				<th>Discount</th>
+				<th>Date</th>
+
+			</tr>
+		</thead>
+	<tbody>
+		<tr>
+			<td>Peter</td>
+			<td>Parker</td>
+			<td>28</td>
+			<td>$9.99</td>
+			<td>20%</td>
+			
+			<td>Jul 6, 2006 8:14 AM</td>
+		</tr>
+		<tr>
+			<td>John</td>
+			<td>Hood</td>
+			<td>33</td>
+			<td>$19.99</td>
+			<td>25%</td>
+			
+			<td>Dec 10, 2002 5:14 AM</td>
+		</tr>
+		<tr>
+			<td>Clark</td>
+			<td>Kent</td>
+			<td>18</td>
+			<td>$15.89</td>
+			<td>44%</td>
+			<td>Jan 12, 2003 11:14 AM</td>
+		</tr>
+		<tr>
+			<td>Bruce</td>
+			<td>Almighty</td>
+			<td>45</td>
+			<td>$153.19</td>
+			<td>44%</td>
+			
+			<td>Jan 18, 2001 9:12 AM</td>
+		</tr>
+		<tr>
+			<td>Bruce</td>
+			<td>Evans</td>
+			<td>22</td>
+			<td>$13.19</td>
+			<td>11%</td>
+			<td>Jan 18, 2007 9:12 AM</td>
+		</tr>
+	</tbody>
+		</table>
+	</div>
+	<h1>Javascript</h1>
+	<div id="javascript">
+		<pre class="javascript"></pre>
+	</div>
+	<h1>HTML</h1>
+	<div id="html">
+		<pre class="html"></pre>
+	</div>
+</div>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript">
+_uacct = "UA-2189649-2";
+urchinTracker();
+</script>
+</body>
+</html>
+
diff --git a/public/opac/js/tablesorter/docs/example-option-debug.html b/public/opac/js/tablesorter/docs/example-option-debug.html
new file mode 100644
index 0000000000000000000000000000000000000000..8492b607afd8e9661c5068ae9d533cf9239bbfcb
--- /dev/null
+++ b/public/opac/js/tablesorter/docs/example-option-debug.html
@@ -0,0 +1,116 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
+<head>
+	<title>jQuery plugin: Tablesorter 2.0 - Enabling debug mode</title>
+	<link rel="stylesheet" href="css/jq.css" type="text/css" media="print, projection, screen" />
+	<link rel="stylesheet" href="../themes/blue/style.css" type="text/css" id="" media="print, projection, screen" />
+	<script type="text/javascript" src="../jquery-latest.js"></script>
+	
+	<script type="text/javascript" src="../jquery.tablesorter.js"></script>
+	<script type="text/javascript" src="../addons/pager/jquery.tablesorter.pager.js"></script>
+	<script type="text/javascript" src="js/chili/chili-1.8b.js"></script>
+	<script type="text/javascript" src="js/docs.js"></script>
+	<script type="text/javascript" src="js/examples.js"></script>
+<script type="text/javascript" id="js">$(document).ready(function() {
+	// call the tablesorter plugin
+	$("table").tablesorter({
+		// enable debug mode
+		debug: true
+	});
+}); </script>
+</head>
+<body>
+<div id="banner">	
+	<h1>table<em>sorter</em></h1>
+	<h2>Enabling debug mode</h2>
+	<h3>Flexible client-side table sorting</h3>
+	<a href="index.html">Back to documentation</a>
+</div>
+<div id="main">
+	
+		<p class="tip">
+			<em>NOTE!</em> If firebug is installed the debuging information will be displayed in the firebug console.
+		</p>
+	
+	<h1>Demo</h1>
+	<div id="demo">
+		
+		<table cellspacing="1" class="tablesorter">
+		<thead>
+				<tr>
+					<th>First Name</th>
+					<th>Last Name</th>
+					<th>Age</th>
+					<th>Total</th>
+					<th>Discount</th>
+					<th>Date</th>
+	
+				</tr>
+			</thead>
+			<tbody>
+				<tr>
+					<td>Peter</td>
+					<td>Parker</td>
+					<td>28</td>
+					<td>$9.99</td>
+					<td>20%</td>
+					
+					<td>Jul 6, 2006 8:14 AM</td>
+				</tr>
+				<tr>
+					<td>John</td>
+					<td>Hood</td>
+					<td>33</td>
+					<td>$19.99</td>
+					<td>25%</td>
+					
+					<td>Dec 10, 2002 5:14 AM</td>
+				</tr>
+				<tr>
+					<td>Clark</td>
+					<td>Kent</td>
+					<td>18</td>
+					<td>$15.89</td>
+					<td>44%</td>
+					<td>Jan 12, 2003 11:14 AM</td>
+				</tr>
+				<tr>
+					<td>Bruce</td>
+					<td>Almighty</td>
+					<td>45</td>
+					<td>$153.19</td>
+					<td>44%</td>
+					
+					<td>Jan 18, 2001 9:12 AM</td>
+				</tr>
+				<tr>
+					<td>Bruce</td>
+					<td>Evans</td>
+					<td>22</td>
+					<td>$13.19</td>
+					<td>11%</td>
+					<td>Jan 18, 2007 9:12 AM</td>
+				</tr>
+			</tbody>
+		</table>
+
+	</div>
+	
+	<h1>Javascript</h1>
+	<div id="javascript">
+		<pre class="javascript"></pre>
+	</div>
+	<h1>HTML</h1>
+	<div id="html">
+		<pre class="html"></pre>
+	</div>
+</div>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript">
+_uacct = "UA-2189649-2";
+urchinTracker();
+</script>
+</body>
+</html>
+
diff --git a/public/opac/js/tablesorter/docs/example-option-digits.html b/public/opac/js/tablesorter/docs/example-option-digits.html
new file mode 100644
index 0000000000000000000000000000000000000000..6db8fb2b5a9b935900d427b4263b1c50c86bc59e
--- /dev/null
+++ b/public/opac/js/tablesorter/docs/example-option-digits.html
@@ -0,0 +1,106 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
+<head>
+	<title>jQuery plugin: Tablesorter 2.0 - Enabling debug mode</title>
+	<link rel="stylesheet" href="css/jq.css" type="text/css" media="print, projection, screen" />
+	<link rel="stylesheet" href="../themes/blue/style.css" type="text/css" id="" media="print, projection, screen" />
+	<script type="text/javascript" src="../jquery-latest.js"></script>
+	
+	<script type="text/javascript" src="../jquery.tablesorter.js"></script>
+	<script type="text/javascript" src="../addons/pager/jquery.tablesorter.pager.js"></script>
+	<script type="text/javascript" src="js/chili/chili-1.8b.js"></script>
+	<script type="text/javascript" src="js/docs.js"></script>
+	<script type="text/javascript" src="js/examples.js"></script>
+<script type="text/javascript" id="js">$(document).ready(function() {
+	// call the tablesorter plugin
+	$("table").tablesorter();
+}); </script>
+</head>
+<body>
+<div id="banner">	
+	<h1>table<em>sorter</em></h1>
+	<h2>Dealing with digits</h2>
+	<h3>Flexible client-side table sorting</h3>
+	<a href="index.html">Back to documentation</a>
+</div>
+<div id="main">
+	
+	<h1>Demo</h1>
+	<div id="demo">
+		
+		<table cellspacing="1" class="tablesorter">
+		<thead>
+				<tr>
+					<th>First Name</th>
+					<th>Last Name</th>
+					<th>Age</th>
+					<th>Total</th>
+					<th>Discount</th>
+					<th>Diff</th>
+	
+				</tr>
+			</thead>
+			<tbody>
+				<tr>
+					<td>Peter</td>
+					<td>Parker</td>
+					<td>28</td>
+					<td>9.99</td>
+					<td>20.3%</td>
+					<td>+3.0</td>
+				</tr>
+				<tr>
+					<td>John</td>
+					<td>Hood</td>
+					<td>33</td>
+					<td>19.99</td>
+					<td>25.1%</td>
+					<td>-7</td>
+				</tr>
+				<tr>
+					<td>Clark</td>
+					<td>Kent</td>
+					<td>18</td>
+					<td>15.89</td>
+					<td>44.2%</td>
+					<td>-15</td>
+				</tr>
+				<tr>
+					<td>Bruce</td>
+					<td>Almighty</td>
+					<td>45</td>
+					<td>153.19</td>
+					<td>44%</td>
+					<td>+19</td>
+				</tr>
+				<tr>
+					<td>Bruce</td>
+					<td>Evans</td>
+					<td>56</td>
+					<td>153.19</td>
+					<td>23%</td>
+					<td>+9</td>
+				</tr>
+			</tbody>
+		</table>
+
+	</div>
+	
+	<h1>Javascript</h1>
+	<div id="javascript">
+		<pre class="javascript"></pre>
+	</div>
+	<h1>HTML</h1>
+	<div id="html">
+		<pre class="html"></pre>
+	</div>
+</div>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript">
+_uacct = "UA-2189649-2";
+urchinTracker();
+</script>
+</body>
+</html>
+
diff --git a/public/opac/js/tablesorter/docs/example-option-sort-force.html b/public/opac/js/tablesorter/docs/example-option-sort-force.html
new file mode 100644
index 0000000000000000000000000000000000000000..6e8824c70b9df2000bed47fdab8c31b2a5580adb
--- /dev/null
+++ b/public/opac/js/tablesorter/docs/example-option-sort-force.html
@@ -0,0 +1,107 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
+<head>
+	<title>jQuery plugin: Tablesorter 2.0 - Force a default sorting order</title>
+	<link rel="stylesheet" href="css/jq.css" type="text/css" media="print, projection, screen" />
+	<link rel="stylesheet" href="../themes/blue/style.css" type="text/css" id="" media="print, projection, screen" />
+	<script type="text/javascript" src="../jquery-latest.js"></script>
+	
+	<script type="text/javascript" src="../jquery.tablesorter.js"></script>
+	<script type="text/javascript" src="js/chili/chili-1.8b.js"></script>
+	<script type="text/javascript" src="js/docs.js"></script>
+	<script type="text/javascript" src="js/examples.js"></script>
+<script type="text/javascript" id="js">$(document).ready(function() {
+	// call the tablesorter plugin
+	$("table").tablesorter({
+		// set forced sort on the fourth column and i decending order.
+		sortForce: [[0,0]]
+	});
+}); </script>
+</head>
+<body>
+<div id="banner">	
+	<h1>table<em>sorter</em></h1>
+	<h2>Force a default sorting order</h2>
+	<h3>Flexible client-side table sorting</h3>
+	<a href="index.html">Back to documentation</a>
+</div>
+<div id="main">
+	<h1>Demo</h1>
+	<div id="demo">
+		<table cellspacing="1" class="tablesorter">
+		<thead>
+				<tr>
+					<th>First Name</th>
+					<th>Last Name</th>
+					<th>Age</th>
+					<th>Total</th>
+					<th>Discount</th>
+					<th>Date</th>
+	
+				</tr>
+			</thead>
+			<tbody>
+				<tr>
+					<td>Peter</td>
+					<td>Parker</td>
+					<td>28</td>
+					<td>$9.99</td>
+					<td>20%</td>
+					
+					<td>Jul 6, 2006 8:14 AM</td>
+				</tr>
+				<tr>
+					<td>John</td>
+					<td>Hood</td>
+					<td>33</td>
+					<td>$19.99</td>
+					<td>25%</td>
+					
+					<td>Dec 10, 2002 5:14 AM</td>
+				</tr>
+				<tr>
+					<td>Clark</td>
+					<td>Kent</td>
+					<td>18</td>
+					<td>$15.89</td>
+					<td>44%</td>
+					<td>Jan 12, 2003 11:14 AM</td>
+				</tr>
+				<tr>
+					<td>Bruce</td>
+					<td>Almighty</td>
+					<td>45</td>
+					<td>$153.19</td>
+					<td>44%</td>
+					
+					<td>Jan 18, 2001 9:12 AM</td>
+				</tr>
+				<tr>
+					<td>Bruce</td>
+					<td>Evans</td>
+					<td>22</td>
+					<td>$13.19</td>
+					<td>11%</td>
+					<td>Jan 18, 2007 9:12 AM</td>
+				</tr>
+			</tbody>
+		</table>
+	</div>
+	<h1>Javascript</h1>
+	<div id="javascript">
+		<pre class="javascript"></pre>
+	</div>
+	<h1>HTML</h1>
+	<div id="html">
+		<pre class="html"></pre>
+	</div>
+</div>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript">
+_uacct = "UA-2189649-2";
+urchinTracker();
+</script>
+</body>
+</html>
+
diff --git a/public/opac/js/tablesorter/docs/example-option-sort-key.html b/public/opac/js/tablesorter/docs/example-option-sort-key.html
new file mode 100644
index 0000000000000000000000000000000000000000..ec8d48a08db4b5189fa46d6c979f2f5ac97567f4
--- /dev/null
+++ b/public/opac/js/tablesorter/docs/example-option-sort-key.html
@@ -0,0 +1,108 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
+<head>
+	<title>jQuery plugin: Tablesorter 2.0 - Change multi-column sorting key</title>
+	<link rel="stylesheet" href="css/jq.css" type="text/css" media="print, projection, screen" />
+	<link rel="stylesheet" href="../themes/blue/style.css" type="text/css" id="" media="print, projection, screen" />
+	<script type="text/javascript" src="../jquery-latest.js"></script>
+	
+	<script type="text/javascript" src="../jquery.tablesorter.js"></script>
+	<script type="text/javascript" src="../addons/pager/jquery.tablesorter.pager.js"></script>
+	<script type="text/javascript" src="js/chili/chili-1.8b.js"></script>
+	<script type="text/javascript" src="js/docs.js"></script>
+	<script type="text/javascript" src="js/examples.js"></script>
+<script type="text/javascript" id="js">$(document).ready(function() {
+	// call the tablesorter plugin
+	$("table").tablesorter({
+		// change the multi sort key from the default shift to alt button
+		sortMultiSortKey: 'altKey'
+	});
+}); </script>
+</head>
+<body>
+<div id="banner">	
+	<h1>table<em>sorter</em></h1>
+	<h2>Change multi-column sorting key</h2>
+	<h3>Flexible client-side table sorting</h3>
+	<a href="index.html">Back to documentation</a>
+</div>
+<div id="main">
+	<h1>Demo</h1>
+	<div id="demo">
+		<table cellspacing="1" class="tablesorter">
+		<thead>
+				<tr>
+					<th>First Name</th>
+					<th>Last Name</th>
+					<th>Age</th>
+					<th>Total</th>
+					<th>Discount</th>
+					<th>Date</th>
+	
+				</tr>
+			</thead>
+			<tbody>
+				<tr>
+					<td>Peter</td>
+					<td>Parker</td>
+					<td>28</td>
+					<td>$9.99</td>
+					<td>20%</td>
+					
+					<td>Jul 6, 2006 8:14 AM</td>
+				</tr>
+				<tr>
+					<td>John</td>
+					<td>Hood</td>
+					<td>33</td>
+					<td>$19.99</td>
+					<td>25%</td>
+					
+					<td>Dec 10, 2002 5:14 AM</td>
+				</tr>
+				<tr>
+					<td>Clark</td>
+					<td>Kent</td>
+					<td>18</td>
+					<td>$15.89</td>
+					<td>44%</td>
+					<td>Jan 12, 2003 11:14 AM</td>
+				</tr>
+				<tr>
+					<td>Bruce</td>
+					<td>Almighty</td>
+					<td>45</td>
+					<td>$153.19</td>
+					<td>44%</td>
+					
+					<td>Jan 18, 2001 9:12 AM</td>
+				</tr>
+				<tr>
+					<td>Bruce</td>
+					<td>Evans</td>
+					<td>22</td>
+					<td>$13.19</td>
+					<td>11%</td>
+					<td>Jan 18, 2007 9:12 AM</td>
+				</tr>
+			</tbody>
+		</table>
+	</div>
+	<h1>Javascript</h1>
+	<div id="javascript">
+		<pre class="javascript"></pre>
+	</div>
+	<h1>HTML</h1>
+	<div id="html">
+		<pre class="html"></pre>
+	</div>
+</div>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript">
+_uacct = "UA-2189649-2";
+urchinTracker();
+</script>
+</body>
+</html>
+
diff --git a/public/opac/js/tablesorter/docs/example-option-sort-list.html b/public/opac/js/tablesorter/docs/example-option-sort-list.html
new file mode 100644
index 0000000000000000000000000000000000000000..eda63721cd257a60ab700a02aa35751028e934d4
--- /dev/null
+++ b/public/opac/js/tablesorter/docs/example-option-sort-list.html
@@ -0,0 +1,108 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
+<head>
+	<title>jQuery plugin: Tablesorter 2.0 - Set a initial sorting order</title>
+	<link rel="stylesheet" href="css/jq.css" type="text/css" media="print, projection, screen" />
+	<link rel="stylesheet" href="../themes/blue/style.css" type="text/css" id="" media="print, projection, screen" />
+	<script type="text/javascript" src="../jquery-latest.js"></script>
+	
+	<script type="text/javascript" src="../jquery.tablesorter.js"></script>
+	<script type="text/javascript" src="../addons/pager/jquery.tablesorter.pager.js"></script>
+	<script type="text/javascript" src="js/chili/chili-1.8b.js"></script>
+	<script type="text/javascript" src="js/docs.js"></script>
+	<script type="text/javascript" src="js/examples.js"></script>
+<script type="text/javascript" id="js">$(document).ready(function() {
+	// call the tablesorter plugin
+	$("table").tablesorter({
+		// sort on the first column and third column, order asc
+		sortList: [[0,0],[2,0]]
+	});
+}); </script>
+</head>
+<body>
+<div id="banner">	
+	<h1>table<em>sorter</em></h1>
+	<h2>Set a initial sorting order</h2>
+	<h3>Flexible client-side table sorting</h3>
+	<a href="index.html">Back to documentation</a>
+</div>
+<div id="main">
+	<h1>Demo</h1>
+	<div id="demo">
+		<table cellspacing="1" class="tablesorter">
+		<thead>
+				<tr>
+					<th>First Name</th>
+					<th>Last Name</th>
+					<th>Age</th>
+					<th>Total</th>
+					<th>Discount</th>
+					<th>Date</th>
+	
+				</tr>
+			</thead>
+			<tbody>
+				<tr>
+					<td>Peter</td>
+					<td>Parker</td>
+					<td>28</td>
+					<td>$9.99</td>
+					<td>20%</td>
+					
+					<td>Jul 6, 2006 8:14 AM</td>
+				</tr>
+				<tr>
+					<td>John</td>
+					<td>Hood</td>
+					<td>33</td>
+					<td>$19.99</td>
+					<td>25%</td>
+					
+					<td>Dec 10, 2002 5:14 AM</td>
+				</tr>
+				<tr>
+					<td>Clark</td>
+					<td>Kent</td>
+					<td>18</td>
+					<td>$15.89</td>
+					<td>44%</td>
+					<td>Jan 12, 2003 11:14 AM</td>
+				</tr>
+				<tr>
+					<td>Bruce</td>
+					<td>Almighty</td>
+					<td>45</td>
+					<td>$153.19</td>
+					<td>44%</td>
+					
+					<td>Jan 18, 2001 9:12 AM</td>
+				</tr>
+				<tr>
+					<td>Bruce</td>
+					<td>Evans</td>
+					<td>22</td>
+					<td>$13.19</td>
+					<td>11%</td>
+					<td>Jan 18, 2007 9:12 AM</td>
+				</tr>
+			</tbody>
+		</table>
+	</div>
+	<h1>Javascript</h1>
+	<div id="javascript">
+		<pre class="javascript"></pre>
+	</div>
+	<h1>HTML</h1>
+	<div id="html">
+		<pre class="html"></pre>
+	</div>
+</div>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript">
+_uacct = "UA-2189649-2";
+urchinTracker();
+</script>
+</body>
+</html>
+
diff --git a/public/opac/js/tablesorter/docs/example-option-sort-order.html b/public/opac/js/tablesorter/docs/example-option-sort-order.html
new file mode 100644
index 0000000000000000000000000000000000000000..b3b0bbef3f699cdd2971889595bf29d7339384b5
--- /dev/null
+++ b/public/opac/js/tablesorter/docs/example-option-sort-order.html
@@ -0,0 +1,108 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
+<head>
+	<title>jQuery plugin: Tablesorter 2.0 - Set a initi
+	<link rel="stylesheet" href="css/jq.css" type="text/css" media="print, projection, screen" />
+	<link rel="stylesheet" href="../themes/blue/style.css" type="text/css" id="" media="print, projection, screen" />
+	<script type="text/javascript" src="../jquery-latest.js"></script>
+	
+	<script type="text/javascript" src="../jquery.tablesorter.js"></script>
+	<script type="text/javascript" src="../addons/pager/jquery.tablesorter.pager.js"></script>
+	<script type="text/javascript" src="js/chili/chili-1.8b.js"></script>
+	<script type="text/javascript" src="js/docs.js"></script>
+	<script type="text/javascript" src="js/examples.js"></script>
+<script type="text/javascript" id="js">$(document).ready(function() {
+	// call the tablesorter plugin
+	$("table").tablesorter({
+		// change the default sorting order from 'asc' to 'desc'
+		sortInitialOrder: 'desc'
+	});
+}); </script>
+</head>
+<body>
+<div id="banner">	
+	<h1>table<em>sorter</em></h1>
+	<h2>Set a initial sorting order</h2>
+	<h3>Flexible client-side table sorting</h3>
+	<a href="index.html">Back to documentation</a>
+</div>
+<div id="main">
+	<h1>Demo</h1>
+	<div id="demo">
+		<table cellspacing="1" class="tablesorter">
+		<thead>
+				<tr>
+					<th>First Name</th>
+					<th>Last Name</th>
+					<th>Age</th>
+					<th>Total</th>
+					<th>Discount</th>
+					<th>Date</th>
+	
+				</tr>
+			</thead>
+			<tbody>
+				<tr>
+					<td>Peter</td>
+					<td>Parker</td>
+					<td>28</td>
+					<td>$9.99</td>
+					<td>20%</td>
+					
+					<td>Jul 6, 2006 8:14 AM</td>
+				</tr>
+				<tr>
+					<td>John</td>
+					<td>Hood</td>
+					<td>33</td>
+					<td>$19.99</td>
+					<td>25%</td>
+					
+					<td>Dec 10, 2002 5:14 AM</td>
+				</tr>
+				<tr>
+					<td>Clark</td>
+					<td>Kent</td>
+					<td>18</td>
+					<td>$15.89</td>
+					<td>44%</td>
+					<td>Jan 12, 2003 11:14 AM</td>
+				</tr>
+				<tr>
+					<td>Bruce</td>
+					<td>Almighty</td>
+					<td>45</td>
+					<td>$153.19</td>
+					<td>44%</td>
+					
+					<td>Jan 18, 2001 9:12 AM</td>
+				</tr>
+				<tr>
+					<td>Bruce</td>
+					<td>Evans</td>
+					<td>22</td>
+					<td>$13.19</td>
+					<td>11%</td>
+					<td>Jan 18, 2007 9:12 AM</td>
+				</tr>
+			</tbody>
+		</table>
+	</div>
+	<h1>Javascript</h1>
+	<div id="javascript">
+		<pre class="javascript"></pre>
+	</div>
+	<h1>HTML</h1>
+	<div id="html">
+		<pre class="html"></pre>
+	</div>
+</div>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript">
+_uacct = "UA-2189649-2";
+urchinTracker();
+</script>
+</body>
+</html>
+
diff --git a/public/opac/js/tablesorter/docs/example-option-text-extraction.html b/public/opac/js/tablesorter/docs/example-option-text-extraction.html
new file mode 100644
index 0000000000000000000000000000000000000000..fb4b523c5b4b331b7f06e4d7099ef8c88da0b5ad
--- /dev/null
+++ b/public/opac/js/tablesorter/docs/example-option-text-extraction.html
@@ -0,0 +1,85 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
+<head>
+	<title>jQuery plugin: Tablesorter 2.0 - Dealing with markup inside cells</title>
+	<link rel="stylesheet" href="css/jq.css" type="text/css" media="print, projection, screen" />
+	<link rel="stylesheet" href="../themes/blue/style.css" type="text/css" id="" media="print, projection, screen" />
+	<script type="text/javascript" src="../jquery-latest.js"></script>
+	
+	<script type="text/javascript" src="../jquery.tablesorter.js"></script>
+	<script type="text/javascript" src="../addons/pager/jquery.tablesorter.pager.js"></script>
+	<script type="text/javascript" src="js/chili/chili-1.8b.js"></script>
+	<script type="text/javascript" src="js/docs.js"></script>
+	<script type="text/javascript" src="js/examples.js"></script>
+<script type="text/javascript" id="js">$(document).ready(function() {
+	
+	// call the tablesorter plugin
+	$("table").tablesorter({
+		// define a custom text extraction function
+		textExtraction: function(node) {
+			// extract data from markup and return it 
+			return node.childNodes[0].childNodes[0].innerHTML;
+		}
+	});
+}); </script>
+</head>
+<body>
+<div id="banner">	
+	<h1>table<em>sorter</em></h1>
+	<h2>Dealing with markup inside cells</h2>
+	<h3>Flexible client-side table sorting</h3>
+	<a href="index.html">Back to documentation</a>
+</div>
+<div id="main">
+	<h1>Demo</h1>
+	<div id="demo">
+		<table cellspacing="1" class="tablesorter">
+				<thead>
+			<tr>
+				<th>First Name</th>
+				<th>Last Name</th>
+				<th>Age</th>
+				<th>Total</th>
+				<th>Discount</th>
+				<th>Date</th>
+
+			</tr>
+		</thead>
+		<tbody>
+			<tr>
+				<td><strong><em>Peter</em></strong></td>
+				<td><strong><em>Parker</em></strong></td>
+				<td><strong><em>28</em></strong></td>
+				<td><strong><em>$9.99</em></strong></td>
+				<td><strong><em>20%</em></strong></td>	
+				<td><strong><em>Jul 6, 2006 8:14 AM</em></strong></td>
+			</tr>
+			<tr>
+				<td><strong><em>John</em></strong></td>
+				<td><strong><em>Hood</em></strong></td>
+				<td><strong><em>33</em></strong></td>
+				<td><strong><em>$19.99</em></strong></td>
+				<td><strong><em>25%</em></strong></td>
+				<td><strong><em>Dec 10, 2002 5:14 AM</em></strong></td>
+			</tr>
+		</tbody>
+		</table>
+	</div>
+	<h1>Javascript</h1>
+	<div id="javascript">
+		<pre class="javascript"></pre>
+	</div>
+	<h1>HTML</h1>
+	<div id="html">
+		<pre class="html"></pre>
+	</div>
+</div>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript">
+_uacct = "UA-2189649-2";
+urchinTracker();
+</script>
+</body>
+</html>
+
diff --git a/public/opac/js/tablesorter/docs/example-options-headers.html b/public/opac/js/tablesorter/docs/example-options-headers.html
new file mode 100644
index 0000000000000000000000000000000000000000..b382b355e8cbcf267b08cf8529032e3969cdfdbe
--- /dev/null
+++ b/public/opac/js/tablesorter/docs/example-options-headers.html
@@ -0,0 +1,118 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
+<head>
+	<title>jQuery plugin: Tablesorter 2.0 - Disable headers using options</title>
+	<link rel="stylesheet" href="css/jq.css" type="text/css" media="print, projection, screen" />
+	<link rel="stylesheet" href="../themes/blue/style.css" type="text/css" id="" media="print, projection, screen" />
+	<script type="text/javascript" src="../jquery-latest.js"></script>
+	
+	<script type="text/javascript" src="../jquery.tablesorter.js"></script>
+	<script type="text/javascript" src="../addons/pager/jquery.tablesorter.pager.js"></script>
+	<script type="text/javascript" src="js/chili/chili-1.8b.js"></script>
+	<script type="text/javascript" src="js/docs.js"></script>
+	<script type="text/javascript" src="js/examples.js"></script>
+<script type="text/javascript" id="js">$(document).ready(function() {
+	$("table").tablesorter({
+		// pass the headers argument and assing a object
+		headers: {
+			// assign the secound column (we start counting zero)
+			1: {
+				// disable it by setting the property sorter to false
+				sorter: false
+			},
+			// assign the third column (we start counting zero)
+			2: {
+				// disable it by setting the property sorter to false
+				sorter: false
+			}
+		}
+	});
+});</script>
+</head>
+<body>
+<div id="banner">	
+	<h1>table<em>sorter</em></h1>
+	<h2>Disable headers using options</h2>
+	<h3>Flexible client-side table sorting</h3>
+	<a href="index.html">Back to documentation</a>
+</div>
+<div id="main">
+	<h1>Demo</h1>
+	<div id="demo">
+		<table cellspacing="1" class="tablesorter">
+			<thead>
+				<tr>
+					<th>First Name</th>
+					<th>Last Name</th>
+					<th>Age</th>
+					<th>Total</th>
+					<th>Discount</th>
+					<th>Date</th>
+	
+				</tr>
+			</thead>
+			<tbody>
+				<tr>
+					<td>Peter</td>
+					<td>Parker</td>
+					<td>28</td>
+					<td>$9.99</td>
+					<td>20%</td>
+					
+					<td>Jul 6, 2006 8:14 AM</td>
+				</tr>
+				<tr>
+					<td>John</td>
+					<td>Hood</td>
+					<td>33</td>
+					<td>$19.99</td>
+					<td>25%</td>
+					
+					<td>Dec 10, 2002 5:14 AM</td>
+				</tr>
+				<tr>
+					<td>Clark</td>
+					<td>Kent</td>
+					<td>18</td>
+					<td>$15.89</td>
+					<td>44%</td>
+					<td>Jan 12, 2003 11:14 AM</td>
+				</tr>
+				<tr>
+					<td>Bruce</td>
+					<td>Almighty</td>
+					<td>45</td>
+					<td>$153.19</td>
+					<td>44%</td>
+					
+					<td>Jan 18, 2001 9:12 AM</td>
+				</tr>
+				<tr>
+					<td>Bruce</td>
+					<td>Evans</td>
+					<td>22</td>
+					<td>$13.19</td>
+					<td>11%</td>
+					<td>Jan 18, 2007 9:12 AM</td>
+				</tr>
+			</tbody>
+		</table>
+	</div>
+	<h1>Javascript</h1>
+	<div id="javascript">
+		<pre class="javascript"></pre>
+	</div>
+	<h1>HTML</h1>
+	<div id="html">
+		<pre class="html"></pre>
+	</div>
+</div>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript">
+_uacct = "UA-2189649-2";
+urchinTracker();
+</script>
+</body>
+</html>
+
diff --git a/public/opac/js/tablesorter/docs/example-pager.html b/public/opac/js/tablesorter/docs/example-pager.html
new file mode 100644
index 0000000000000000000000000000000000000000..6313568a20d72ccb4ecdde3224cd28ce8eb10a36
--- /dev/null
+++ b/public/opac/js/tablesorter/docs/example-pager.html
@@ -0,0 +1,329 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
+<head>
+	<title>jQuery plugin: Tablesorter 2.0 - Pager plugin</title>
+	<link rel="stylesheet" href="css/jq.css" type="text/css" media="print, projection, screen" />
+	<link rel="stylesheet" href="../themes/blue/style.css" type="text/css" media="print, projection, screen" />
+	<script type="text/javascript" src="../jquery-latest.js"></script>
+	<script type="text/javascript" src="../jquery.tablesorter.js"></script>
+	<script type="text/javascript" src="../addons/pager/jquery.tablesorter.pager.js"></script>
+	<script type="text/javascript" src="js/chili/chili-1.8b.js"></script>
+	<script type="text/javascript" src="js/docs.js"></script>
+	<script type="text/javascript">
+	$(function() {
+		$("table")
+			.tablesorter({widthFixed: true, widgets: ['zebra']})
+			.tablesorterPager({container: $("#pager")});
+	});
+	</script>
+</head>
+<body>
+<div id="banner">	
+	<h1>table<em>sorter</em></h1>
+	<h2>Pager plugin</h2>
+	<h3>Flexible client-side table sorting</h3>
+	<a href="index.html">Back to documentation</a>
+</div>
+<div id="main">
+
+<h1>Javascript</h1>
+<pre class="javascript">
+$(document).ready(function() {
+	$("table")
+	.tablesorter({widthFixed: true, widgets: ['zebra']})
+	.tablesorterPager({container: $("#pager")});
+});
+</pre>
+<h1>Demo</h1>
+<table cellspacing="1" class="tablesorter">
+	<thead>
+		<tr>
+			<th>Name</th>
+			<th>Major</th>
+			<th>Sex</th>
+			<th>English</th>
+			<th>Japanese</th>
+			<th>Calculus</th>
+			<th>Geometry</th>
+
+		</tr>
+	</thead>
+	<tfoot>
+		<tr>
+			<th>Name</th>
+			<th>Major</th>
+			<th>Sex</th>
+			<th>English</th>
+			<th>Japanese</th>
+			<th>Calculus</th>
+			<th>Geometry</th>
+
+		</tr>
+	</tfoot>
+	<tbody>
+		<tr>
+			<td>Student01</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>80</td>
+			<td>70</td>
+			<td>75</td>
+			<td>80</td>
+		</tr>
+		<tr>
+			<td>Student02</td>
+
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>90</td>
+			<td>88</td>
+			<td>100</td>
+			<td>90</td>
+
+		</tr>
+		<tr>
+			<td>Student03</td>
+			<td>Languages</td>
+			<td>female</td>
+			<td>85</td>
+			<td>95</td>
+
+			<td>80</td>
+			<td>85</td>
+		</tr>
+		<tr>
+			<td>Student04</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>60</td>
+			<td>55</td>
+			<td>100</td>
+			<td>100</td>
+		</tr>
+		<tr>
+			<td>Student05</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>68</td>
+			<td>80</td>
+			<td>95</td>
+			<td>80</td>
+
+		</tr>
+		<tr>
+			<td>Student06</td>
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>100</td>
+			<td>99</td>
+
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student07</td>
+			<td>Mathematics</td>
+			<td>male</td>
+
+			<td>85</td>
+			<td>68</td>
+			<td>90</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student08</td>
+
+			<td>Languages</td>
+			<td>male</td>
+			<td>100</td>
+			<td>90</td>
+			<td>90</td>
+			<td>85</td>
+
+		</tr>
+		<tr>
+			<td>Student09</td>
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>80</td>
+			<td>50</td>
+
+			<td>65</td>
+			<td>75</td>
+		</tr>
+		<tr>
+			<td>Student10</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>85</td>
+			<td>100</td>
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student11</td>
+
+			<td>Languages</td>
+			<td>male</td>
+			<td>86</td>
+			<td>85</td>
+			<td>100</td>
+			<td>100</td>
+
+		</tr>
+		<tr>
+			<td>Student12</td>
+			<td>Mathematics</td>
+			<td>female</td>
+			<td>100</td>
+			<td>75</td>
+
+			<td>70</td>
+			<td>85</td>
+		</tr>
+		<tr>
+			<td>Student13</td>
+			<td>Languages</td>
+			<td>female</td>
+
+			<td>100</td>
+			<td>80</td>
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student14</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>50</td>
+			<td>45</td>
+			<td>55</td>
+			<td>90</td>
+
+		</tr>
+		<tr>
+			<td>Student15</td>
+			<td>Languages</td>
+			<td>male</td>
+			<td>95</td>
+			<td>35</td>
+
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student16</td>
+			<td>Languages</td>
+			<td>female</td>
+
+			<td>100</td>
+			<td>50</td>
+			<td>30</td>
+			<td>70</td>
+		</tr>
+		<tr>
+			<td>Student17</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>80</td>
+			<td>100</td>
+			<td>55</td>
+			<td>65</td>
+
+		</tr>
+		<tr>
+			<td>Student18</td>
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>30</td>
+			<td>49</td>
+
+			<td>55</td>
+			<td>75</td>
+		</tr>
+		<tr>
+			<td>Student19</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>68</td>
+			<td>90</td>
+			<td>88</td>
+			<td>70</td>
+		</tr>
+		<tr>
+			<td>Student20</td>
+
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>40</td>
+			<td>45</td>
+			<td>40</td>
+			<td>80</td>
+
+		</tr>
+		<tr>
+			<td>Student21</td>
+			<td>Languages</td>
+			<td>male</td>
+			<td>50</td>
+			<td>45</td>
+
+			<td>100</td>
+			<td>100</td>
+		</tr>
+		<tr>
+			<td>Student22</td>
+			<td>Mathematics</td>
+			<td>male</td>
+
+			<td>100</td>
+			<td>99</td>
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student23</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>85</td>
+			<td>80</td>
+			<td>80</td>
+			<td>80</td>
+
+		</tr>
+	<tr><td>student23</td><td>Mathematics</td><td>male</td><td>82</td><td>77</td><td>0</td><td>79</td></tr><tr><td>student24</td><td>Languages</td><td>female</td><td>100</td><td>91</td><td>13</td><td>82</td></tr><tr><td>student25</td><td>Mathematics</td><td>male</td><td>22</td><td>96</td><td>82</td><td>53</td></tr><tr><td>student26</td><td>Languages</td><td>female</td><td>37</td><td>29</td><td>56</td><td>59</td></tr><tr><td>student27</td><td>Mathematics</td><td>male</td><td>86</td><td>82</td><td>69</td><td>23</td></tr><tr><td>student28</td><td>Languages</td><td>female</td><td>44</td><td>25</td><td>43</td><td>1</td></tr><tr><td>student29</td><td>Mathematics</td><td>male</td><td>77</td><td>47</td><td>22</td><td>38</td></tr><tr><td>student30</td><td>Languages</td><td>female</td><td>19</td><td>35</td><td>23</td><td>10</td></tr><tr><td>student31</td><td>Mathematics</td><td>male</td><td>90</td><td>27</td><td>17</td><td>50</td></tr><tr><td>student32</td><td>Languages</td><td>female</td><td>60</td><td>75</td><td>33</td><td>38</td></tr><tr><td>student33</td><td>Mathematics</td><td>male</td><td>4</td><td>31</td><td>37</td><td>15</td></tr><tr><td>student34</td><td>Languages</td><td>female</td><td>77</td><td>97</td><td>81</td><td>44</td></tr><tr><td>student35</td><td>Mathematics</td><td>male</td><td>5</td><td>81</td><td>51</td><td>95</td></tr><tr><td>student36</td><td>Languages</td><td>female</td><td>70</td><td>61</td><td>70</td><td>94</td></tr><tr><td>student37</td><td>Mathematics</td><td>male</td><td>60</td><td>3</td><td>61</td><td>84</td></tr><tr><td>student38</td><td>Languages</td><td>female</td><td>63</td><td>39</td><td>0</td><td>11</td></tr><tr><td>student39</td><td>Mathematics</td><td>male</td><td>50</td><td>46</td><td>32</td><td>38</td></tr><tr><td>student40</td><td>Languages</td><td>female</td><td>51</td><td>75</td><td>25</td><td>3</td></tr><tr><td>student41</td><td>Mathematics</td><td>male</td><td>43</td><td>34</td><td>28</td><td>78</td></tr><tr><td>student42</td><td>Languages</td><td>female</td><td>11</td><td>89</td><td>60</td><td>95</td></tr><tr><td>student43</td><td>Mathematics</td><td>male</td><td>48</td><td>92</td><td>18</td><td>88</td></tr><tr><td>student44</td><td>Languages</td><td>female</td><td>82</td><td>2</td><td>59</td><td>73</td></tr><tr><td>student45</td><td>Mathematics</td><td>male</td><td>91</td><td>73</td><td>37</td><td>39</td></tr><tr><td>student46</td><td>Languages</td><td>female</td><td>4</td><td>8</td><td>12</td><td>10</td></tr><tr><td>student47</td><td>Mathematics</td><td>male</td><td>89</td><td>10</td><td>6</td><td>11</td></tr><tr><td>student48</td><td>Languages</td><td>female</td><td>90</td><td>32</td><td>21</td><td>18</td></tr><tr><td>student49</td><td>Mathematics</td><td>male</td><td>42</td><td>49</td><td>49</td><td>72</td></tr><tr><td>student50</td><td>Languages</td><td>female</td><td>56</td><td>37</td><td>67</td><td>54</td></tr><tr><td>student51</td><td>Mathematics</td><td>male</td><td>48</td><td>31</td><td>55</td><td>63</td></tr><tr><td>student52</td><td>Languages</td><td>female</td><td>38</td><td>91</td><td>71</td><td>74</td></tr><tr><td>student53</td><td>Mathematics</td><td>male</td><td>2</td><td>63</td><td>85</td><td>100</td></tr><tr><td>student54</td><td>Languages</td><td>female</td><td>75</td><td>81</td><td>16</td><td>23</td></tr><tr><td>student55</td><td>Mathematics</td><td>male</td><td>65</td><td>52</td><td>15</td><td>53</td></tr><tr><td>student56</td><td>Languages</td><td>female</td><td>23</td><td>52</td><td>79</td><td>94</td></tr><tr><td>student57</td><td>Mathematics</td><td>male</td><td>80</td><td>22</td><td>61</td><td>12</td></tr><tr><td>student58</td><td>Languages</td><td>female</td><td>53</td><td>5</td><td>79</td><td>79</td></tr><tr><td>student59</td><td>Mathematics</td><td>male</td><td>96</td><td>32</td><td>35</td><td>17</td></tr><tr><td>student60</td><td>Languages</td><td>female</td><td>16</td><td>76</td><td>65</td><td>27</td></tr><tr><td>student61</td><td>Mathematics</td><td>male</td><td>20</td><td>57</td><td>22</td><td>23</td></tr><tr><td>student62</td><td>Languages</td><td>female</td><td>19</td><td>83</td><td>87</td><td>78</td></tr><tr><td>student63</td><td>Mathematics</td><td>male</td><td>2</td><td>5</td><td>83</td><td>30</td></tr><tr><td>student64</td><td>Languages</td><td>female</td><td>0</td><td>21</td><td>9</td><td>93</td></tr><tr><td>student65</td><td>Mathematics</td><td>male</td><td>20</td><td>86</td><td>13</td><td>96</td></tr><tr><td>student66</td><td>Languages</td><td>female</td><td>28</td><td>35</td><td>87</td><td>57</td></tr><tr><td>student67</td><td>Mathematics</td><td>male</td><td>36</td><td>50</td><td>29</td><td>10</td></tr><tr><td>student68</td><td>Languages</td><td>female</td><td>60</td><td>90</td><td>96</td><td>6</td></tr><tr><td>student69</td><td>Mathematics</td><td>male</td><td>34</td><td>61</td><td>43</td><td>98</td></tr><tr><td>student70</td><td>Languages</td><td>female</td><td>13</td><td>37</td><td>91</td><td>83</td></tr><tr><td>student71</td><td>Mathematics</td><td>male</td><td>47</td><td>80</td><td>57</td><td>82</td></tr><tr><td>student72</td><td>Languages</td><td>female</td><td>69</td><td>43</td><td>37</td><td>37</td></tr><tr><td>student73</td><td>Mathematics</td><td>male</td><td>54</td><td>60</td><td>94</td><td>21</td></tr><tr><td>student74</td><td>Languages</td><td>female</td><td>71</td><td>14</td><td>34</td><td>46</td></tr><tr><td>student75</td><td>Mathematics</td><td>male</td><td>89</td><td>96</td><td>31</td><td>17</td></tr><tr><td>student76</td><td>Languages</td><td>female</td><td>28</td><td>48</td><td>29</td><td>94</td></tr><tr><td>student77</td><td>Mathematics</td><td>male</td><td>100</td><td>65</td><td>20</td><td>24</td></tr><tr><td>student78</td><td>Languages</td><td>female</td><td>11</td><td>96</td><td>90</td><td>33</td></tr><tr><td>student79</td><td>Mathematics</td><td>male</td><td>53</td><td>55</td><td>93</td><td>39</td></tr><tr><td>student80</td><td>Languages</td><td>female</td><td>1</td><td>100</td><td>84</td><td>44</td></tr><tr><td>student81</td><td>Mathematics</td><td>male</td><td>63</td><td>78</td><td>96</td><td>43</td></tr><tr><td>student82</td><td>Languages</td><td>female</td><td>41</td><td>69</td><td>82</td><td>35</td></tr><tr><td>student83</td><td>Mathematics</td><td>male</td><td>94</td><td>98</td><td>13</td><td>9</td></tr><tr><td>student84</td><td>Languages</td><td>female</td><td>94</td><td>72</td><td>91</td><td>77</td></tr><tr><td>student85</td><td>Mathematics</td><td>male</td><td>71</td><td>32</td><td>45</td><td>25</td></tr><tr><td>student86</td><td>Languages</td><td>female</td><td>9</td><td>89</td><td>64</td><td>37</td></tr><tr><td>student87</td><td>Mathematics</td><td>male</td><td>89</td><td>1</td><td>73</td><td>67</td></tr><tr><td>student88</td><td>Languages</td><td>female</td><td>43</td><td>41</td><td>68</td><td>79</td></tr><tr><td>student89</td><td>Mathematics</td><td>male</td><td>7</td><td>38</td><td>22</td><td>37</td></tr><tr><td>student90</td><td>Languages</td><td>female</td><td>94</td><td>83</td><td>93</td><td>37</td></tr><tr><td>student91</td><td>Mathematics</td><td>male</td><td>82</td><td>84</td><td>2</td><td>61</td></tr><tr><td>student92</td><td>Languages</td><td>female</td><td>46</td><td>41</td><td>30</td><td>69</td></tr><tr><td>student93</td><td>Mathematics</td><td>male</td><td>47</td><td>19</td><td>85</td><td>83</td></tr><tr><td>student94</td><td>Languages</td><td>female</td><td>39</td><td>14</td><td>64</td><td>62</td></tr><tr><td>student95</td><td>Mathematics</td><td>male</td><td>71</td><td>31</td><td>46</td><td>28</td></tr><tr><td>student96</td><td>Languages</td><td>female</td><td>90</td><td>94</td><td>45</td><td>40</td></tr><tr><td>student97</td><td>Mathematics</td><td>male</td><td>46</td><td>89</td><td>2</td><td>5</td></tr><tr><td>student98</td><td>Languages</td><td>female</td><td>41</td><td>43</td><td>47</td><td>99</td></tr><tr><td>student99</td><td>Mathematics</td><td>male</td><td>71</td><td>90</td><td>89</td><td>73</td></tr><tr><td>student100</td><td>Languages</td><td>female</td><td>31</td><td>64</td><td>18</td><td>56</td></tr><tr><td>student101</td><td>Mathematics</td><td>male</td><td>52</td><td>13</td><td>69</td><td>99</td></tr><tr><td>student102</td><td>Languages</td><td>female</td><td>86</td><td>39</td><td>83</td><td>18</td></tr><tr><td>student103</td><td>Mathematics</td><td>male</td><td>23</td><td>65</td><td>98</td><td>80</td></tr><tr><td>student104</td><td>Languages</td><td>female</td><td>78</td><td>100</td><td>57</td><td>66</td></tr><tr><td>student105</td><td>Mathematics</td><td>male</td><td>69</td><td>21</td><td>43</td><td>97</td></tr><tr><td>student106</td><td>Languages</td><td>female</td><td>27</td><td>2</td><td>78</td><td>38</td></tr><tr><td>student107</td><td>Mathematics</td><td>male</td><td>86</td><td>96</td><td>46</td><td>34</td></tr><tr><td>student108</td><td>Languages</td><td>female</td><td>13</td><td>84</td><td>66</td><td>64</td></tr><tr><td>student109</td><td>Mathematics</td><td>male</td><td>35</td><td>95</td><td>98</td><td>81</td></tr><tr><td>student110</td><td>Languages</td><td>female</td><td>30</td><td>28</td><td>62</td><td>54</td></tr><tr><td>student111</td><td>Mathematics</td><td>male</td><td>60</td><td>31</td><td>35</td><td>85</td></tr><tr><td>student112</td><td>Languages</td><td>female</td><td>19</td><td>81</td><td>19</td><td>69</td></tr><tr><td>student113</td><td>Mathematics</td><td>male</td><td>66</td><td>5</td><td>98</td><td>54</td></tr><tr><td>student114</td><td>Languages</td><td>female</td><td>38</td><td>80</td><td>40</td><td>16</td></tr><tr><td>student115</td><td>Mathematics</td><td>male</td><td>5</td><td>84</td><td>96</td><td>97</td></tr><tr><td>student116</td><td>Languages</td><td>female</td><td>59</td><td>97</td><td>69</td><td>54</td></tr><tr><td>student117</td><td>Mathematics</td><td>male</td><td>0</td><td>34</td><td>79</td><td>49</td></tr><tr><td>student118</td><td>Languages</td><td>female</td><td>18</td><td>7</td><td>12</td><td>85</td></tr><tr><td>student119</td><td>Mathematics</td><td>male</td><td>93</td><td>87</td><td>7</td><td>59</td></tr><tr><td>student120</td><td>Languages</td><td>female</td><td>42</td><td>23</td><td>26</td><td>90</td></tr><tr><td>student121</td><td>Mathematics</td><td>male</td><td>17</td><td>39</td><td>66</td><td>89</td></tr><tr><td>student122</td><td>Languages</td><td>female</td><td>26</td><td>75</td><td>90</td><td>18</td></tr><tr><td>student123</td><td>Mathematics</td><td>male</td><td>34</td><td>23</td><td>77</td><td>80</td></tr><tr><td>student124</td><td>Languages</td><td>female</td><td>52</td><td>6</td><td>77</td><td>42</td></tr><tr><td>student125</td><td>Mathematics</td><td>male</td><td>56</td><td>2</td><td>85</td><td>81</td></tr><tr><td>student126</td><td>Languages</td><td>female</td><td>51</td><td>35</td><td>67</td><td>44</td></tr><tr><td>student127</td><td>Mathematics</td><td>male</td><td>64</td><td>64</td><td>44</td><td>34</td></tr><tr><td>student128</td><td>Languages</td><td>female</td><td>67</td><td>91</td><td>79</td><td>82</td></tr><tr><td>student129</td><td>Mathematics</td><td>male</td><td>4</td><td>26</td><td>15</td><td>79</td></tr><tr><td>student130</td><td>Languages</td><td>female</td><td>72</td><td>10</td><td>3</td><td>69</td></tr><tr><td>student131</td><td>Mathematics</td><td>male</td><td>94</td><td>77</td><td>51</td><td>1</td></tr><tr><td>student132</td><td>Languages</td><td>female</td><td>27</td><td>95</td><td>85</td><td>48</td></tr><tr><td>student133</td><td>Mathematics</td><td>male</td><td>92</td><td>11</td><td>40</td><td>61</td></tr><tr><td>student134</td><td>Languages</td><td>female</td><td>4</td><td>18</td><td>56</td><td>60</td></tr><tr><td>student135</td><td>Mathematics</td><td>male</td><td>8</td><td>42</td><td>26</td><td>52</td></tr><tr><td>student136</td><td>Languages</td><td>female</td><td>7</td><td>60</td><td>47</td><td>21</td></tr><tr><td>student137</td><td>Mathematics</td><td>male</td><td>51</td><td>81</td><td>30</td><td>90</td></tr><tr><td>student138</td><td>Languages</td><td>female</td><td>58</td><td>6</td><td>16</td><td>73</td></tr><tr><td>student139</td><td>Mathematics</td><td>male</td><td>48</td><td>38</td><td>37</td><td>31</td></tr><tr><td>student140</td><td>Languages</td><td>female</td><td>33</td><td>26</td><td>56</td><td>60</td></tr><tr><td>student141</td><td>Mathematics</td><td>male</td><td>84</td><td>84</td><td>29</td><td>75</td></tr><tr><td>student142</td><td>Languages</td><td>female</td><td>72</td><td>35</td><td>6</td><td>54</td></tr><tr><td>student143</td><td>Mathematics</td><td>male</td><td>31</td><td>42</td><td>70</td><td>82</td></tr><tr><td>student144</td><td>Languages</td><td>female</td><td>94</td><td>87</td><td>50</td><td>35</td></tr><tr><td>student145</td><td>Mathematics</td><td>male</td><td>91</td><td>52</td><td>80</td><td>26</td></tr><tr><td>student146</td><td>Languages</td><td>female</td><td>78</td><td>65</td><td>79</td><td>79</td></tr><tr><td>student147</td><td>Mathematics</td><td>male</td><td>50</td><td>90</td><td>59</td><td>71</td></tr><tr><td>student148</td><td>Languages</td><td>female</td><td>15</td><td>68</td><td>66</td><td>33</td></tr><tr><td>student149</td><td>Mathematics</td><td>male</td><td>17</td><td>36</td><td>34</td><td>13</td></tr><tr><td>student150</td><td>Languages</td><td>female</td><td>30</td><td>95</td><td>69</td><td>73</td></tr><tr><td>student151</td><td>Mathematics</td><td>male</td><td>20</td><td>53</td><td>49</td><td>58</td></tr><tr><td>student152</td><td>Languages</td><td>female</td><td>19</td><td>89</td><td>60</td><td>60</td></tr><tr><td>student153</td><td>Mathematics</td><td>male</td><td>52</td><td>82</td><td>20</td><td>3</td></tr><tr><td>student154</td><td>Languages</td><td>female</td><td>66</td><td>98</td><td>53</td><td>66</td></tr><tr><td>student155</td><td>Mathematics</td><td>male</td><td>5</td><td>85</td><td>22</td><td>58</td></tr><tr><td>student156</td><td>Languages</td><td>female</td><td>34</td><td>43</td><td>68</td><td>8</td></tr><tr><td>student157</td><td>Mathematics</td><td>male</td><td>43</td><td>0</td><td>91</td><td>14</td></tr><tr><td>student158</td><td>Languages</td><td>female</td><td>34</td><td>18</td><td>67</td><td>31</td></tr><tr><td>student159</td><td>Mathematics</td><td>male</td><td>79</td><td>73</td><td>34</td><td>52</td></tr><tr><td>student160</td><td>Languages</td><td>female</td><td>15</td><td>61</td><td>37</td><td>27</td></tr><tr><td>student161</td><td>Mathematics</td><td>male</td><td>74</td><td>77</td><td>15</td><td>45</td></tr><tr><td>student162</td><td>Languages</td><td>female</td><td>52</td><td>62</td><td>19</td><td>58</td></tr><tr><td>student163</td><td>Mathematics</td><td>male</td><td>77</td><td>60</td><td>27</td><td>95</td></tr><tr><td>student164</td><td>Languages</td><td>female</td><td>96</td><td>1</td><td>93</td><td>57</td></tr><tr><td>student165</td><td>Mathematics</td><td>male</td><td>51</td><td>63</td><td>75</td><td>19</td></tr><tr><td>student166</td><td>Languages</td><td>female</td><td>32</td><td>44</td><td>72</td><td>99</td></tr><tr><td>student167</td><td>Mathematics</td><td>male</td><td>82</td><td>84</td><td>57</td><td>63</td></tr><tr><td>student168</td><td>Languages</td><td>female</td><td>53</td><td>12</td><td>85</td><td>67</td></tr><tr><td>student169</td><td>Mathematics</td><td>male</td><td>49</td><td>16</td><td>84</td><td>6</td></tr><tr><td>student170</td><td>Languages</td><td>female</td><td>39</td><td>34</td><td>16</td><td>65</td></tr><tr><td>student171</td><td>Mathematics</td><td>male</td><td>100</td><td>68</td><td>88</td><td>4</td></tr><tr><td>student172</td><td>Languages</td><td>female</td><td>14</td><td>25</td><td>63</td><td>52</td></tr><tr><td>student173</td><td>Mathematics</td><td>male</td><td>74</td><td>26</td><td>15</td><td>60</td></tr><tr><td>student174</td><td>Languages</td><td>female</td><td>11</td><td>58</td><td>8</td><td>92</td></tr><tr><td>student175</td><td>Mathematics</td><td>male</td><td>62</td><td>47</td><td>2</td><td>31</td></tr><tr><td>student176</td><td>Languages</td><td>female</td><td>65</td><td>26</td><td>32</td><td>42</td></tr><tr><td>student177</td><td>Mathematics</td><td>male</td><td>83</td><td>78</td><td>69</td><td>24</td></tr><tr><td>student178</td><td>Languages</td><td>female</td><td>14</td><td>100</td><td>7</td><td>43</td></tr><tr><td>student179</td><td>Mathematics</td><td>male</td><td>28</td><td>35</td><td>89</td><td>7</td></tr><tr><td>student180</td><td>Languages</td><td>female</td><td>1</td><td>48</td><td>39</td><td>62</td></tr><tr><td>student181</td><td>Mathematics</td><td>male</td><td>14</td><td>4</td><td>24</td><td>69</td></tr><tr><td>student182</td><td>Languages</td><td>female</td><td>64</td><td>52</td><td>72</td><td>2</td></tr><tr><td>student183</td><td>Mathematics</td><td>male</td><td>15</td><td>26</td><td>27</td><td>85</td></tr><tr><td>student184</td><td>Languages</td><td>female</td><td>91</td><td>49</td><td>40</td><td>7</td></tr><tr><td>student185</td><td>Mathematics</td><td>male</td><td>87</td><td>89</td><td>42</td><td>87</td></tr><tr><td>student186</td><td>Languages</td><td>female</td><td>75</td><td>76</td><td>61</td><td>88</td></tr><tr><td>student187</td><td>Mathematics</td><td>male</td><td>11</td><td>48</td><td>66</td><td>30</td></tr><tr><td>student188</td><td>Languages</td><td>female</td><td>73</td><td>7</td><td>92</td><td>72</td></tr><tr><td>student189</td><td>Mathematics</td><td>male</td><td>98</td><td>36</td><td>58</td><td>15</td></tr><tr><td>student190</td><td>Languages</td><td>female</td><td>80</td><td>2</td><td>86</td><td>56</td></tr><tr><td>student191</td><td>Mathematics</td><td>male</td><td>36</td><td>33</td><td>97</td><td>4</td></tr><tr><td>student192</td><td>Languages</td><td>female</td><td>59</td><td>2</td><td>33</td><td>90</td></tr><tr><td>student193</td><td>Mathematics</td><td>male</td><td>94</td><td>6</td><td>19</td><td>33</td></tr><tr><td>student194</td><td>Languages</td><td>female</td><td>82</td><td>49</td><td>72</td><td>42</td></tr><tr><td>student195</td><td>Mathematics</td><td>male</td><td>80</td><td>59</td><td>8</td><td>30</td></tr><tr><td>student196</td><td>Languages</td><td>female</td><td>89</td><td>17</td><td>90</td><td>27</td></tr><tr><td>student197</td><td>Mathematics</td><td>male</td><td>46</td><td>22</td><td>6</td><td>67</td></tr><tr><td>student198</td><td>Languages</td><td>female</td><td>65</td><td>75</td><td>73</td><td>77</td></tr><tr><td>student199</td><td>Mathematics</td><td>male</td><td>77</td><td>97</td><td>54</td><td>13</td></tr><tr><td>student200</td><td>Languages</td><td>female</td><td>78</td><td>19</td><td>57</td><td>96</td></tr><tr><td>student201</td><td>Mathematics</td><td>male</td><td>92</td><td>21</td><td>11</td><td>80</td></tr><tr><td>student202</td><td>Languages</td><td>female</td><td>45</td><td>49</td><td>93</td><td>40</td></tr><tr><td>student203</td><td>Mathematics</td><td>male</td><td>74</td><td>25</td><td>87</td><td>53</td></tr><tr><td>student204</td><td>Languages</td><td>female</td><td>15</td><td>71</td><td>23</td><td>4</td></tr><tr><td>student205</td><td>Mathematics</td><td>male</td><td>82</td><td>97</td><td>95</td><td>73</td></tr><tr><td>student206</td><td>Languages</td><td>female</td><td>82</td><td>60</td><td>58</td><td>98</td></tr><tr><td>student207</td><td>Mathematics</td><td>male</td><td>26</td><td>64</td><td>11</td><td>100</td></tr><tr><td>student208</td><td>Languages</td><td>female</td><td>64</td><td>9</td><td>60</td><td>45</td></tr><tr><td>student209</td><td>Mathematics</td><td>male</td><td>96</td><td>81</td><td>96</td><td>63</td></tr><tr><td>student210</td><td>Languages</td><td>female</td><td>24</td><td>39</td><td>0</td><td>69</td></tr><tr><td>student211</td><td>Mathematics</td><td>male</td><td>86</td><td>64</td><td>7</td><td>10</td></tr><tr><td>student212</td><td>Languages</td><td>female</td><td>7</td><td>64</td><td>50</td><td>7</td></tr><tr><td>student213</td><td>Mathematics</td><td>male</td><td>59</td><td>12</td><td>26</td><td>77</td></tr><tr><td>student214</td><td>Languages</td><td>female</td><td>21</td><td>25</td><td>93</td><td>82</td></tr><tr><td>student215</td><td>Mathematics</td><td>male</td><td>22</td><td>18</td><td>64</td><td>51</td></tr><tr><td>student216</td><td>Languages</td><td>female</td><td>92</td><td>41</td><td>98</td><td>28</td></tr><tr><td>student217</td><td>Mathematics</td><td>male</td><td>32</td><td>48</td><td>14</td><td>17</td></tr><tr><td>student218</td><td>Languages</td><td>female</td><td>62</td><td>36</td><td>85</td><td>56</td></tr><tr><td>student219</td><td>Mathematics</td><td>male</td><td>33</td><td>37</td><td>90</td><td>87</td></tr><tr><td>student220</td><td>Languages</td><td>female</td><td>24</td><td>43</td><td>60</td><td>84</td></tr><tr><td>student221</td><td>Mathematics</td><td>male</td><td>6</td><td>59</td><td>37</td><td>51</td></tr><tr><td>student222</td><td>Languages</td><td>female</td><td>91</td><td>97</td><td>5</td><td>76</td></tr><tr><td>student223</td><td>Mathematics</td><td>male</td><td>86</td><td>29</td><td>32</td><td>27</td></tr><tr><td>student224</td><td>Languages</td><td>female</td><td>63</td><td>59</td><td>68</td><td>91</td></tr><tr><td>student225</td><td>Mathematics</td><td>male</td><td>57</td><td>73</td><td>95</td><td>68</td></tr><tr><td>student226</td><td>Languages</td><td>female</td><td>38</td><td>54</td><td>59</td><td>87</td></tr><tr><td>student227</td><td>Mathematics</td><td>male</td><td>53</td><td>62</td><td>72</td><td>64</td></tr><tr><td>student228</td><td>Languages</td><td>female</td><td>62</td><td>84</td><td>72</td><td>73</td></tr><tr><td>student229</td><td>Mathematics</td><td>male</td><td>13</td><td>0</td><td>83</td><td>58</td></tr><tr><td>student230</td><td>Languages</td><td>female</td><td>35</td><td>65</td><td>80</td><td>87</td></tr><tr><td>student231</td><td>Mathematics</td><td>male</td><td>76</td><td>20</td><td>28</td><td>50</td></tr><tr><td>student232</td><td>Languages</td><td>female</td><td>9</td><td>17</td><td>66</td><td>33</td></tr><tr><td>student233</td><td>Mathematics</td><td>male</td><td>92</td><td>2</td><td>99</td><td>61</td></tr><tr><td>student234</td><td>Languages</td><td>female</td><td>47</td><td>69</td><td>98</td><td>39</td></tr><tr><td>student235</td><td>Mathematics</td><td>male</td><td>21</td><td>44</td><td>38</td><td>82</td></tr><tr><td>student236</td><td>Languages</td><td>female</td><td>19</td><td>86</td><td>51</td><td>78</td></tr><tr><td>student237</td><td>Mathematics</td><td>male</td><td>28</td><td>45</td><td>49</td><td>36</td></tr><tr><td>student238</td><td>Languages</td><td>female</td><td>78</td><td>19</td><td>49</td><td>81</td></tr><tr><td>student239</td><td>Mathematics</td><td>male</td><td>72</td><td>69</td><td>47</td><td>20</td></tr><tr><td>student240</td><td>Languages</td><td>female</td><td>17</td><td>43</td><td>66</td><td>56</td></tr><tr><td>student241</td><td>Mathematics</td><td>male</td><td>90</td><td>1</td><td>94</td><td>4</td></tr><tr><td>student242</td><td>Languages</td><td>female</td><td>6</td><td>18</td><td>2</td><td>51</td></tr><tr><td>student243</td><td>Mathematics</td><td>male</td><td>1</td><td>37</td><td>72</td><td>13</td></tr><tr><td>student244</td><td>Languages</td><td>female</td><td>80</td><td>0</td><td>58</td><td>54</td></tr><tr><td>student245</td><td>Mathematics</td><td>male</td><td>83</td><td>31</td><td>85</td><td>9</td></tr><tr><td>student246</td><td>Languages</td><td>female</td><td>90</td><td>99</td><td>29</td><td>12</td></tr><tr><td>student247</td><td>Mathematics</td><td>male</td><td>89</td><td>23</td><td>81</td><td>59</td></tr><tr><td>student248</td><td>Languages</td><td>female</td><td>72</td><td>26</td><td>28</td><td>3</td></tr><tr><td>student249</td><td>Mathematics</td><td>male</td><td>28</td><td>10</td><td>50</td><td>47</td></tr><tr><td>student250</td><td>Languages</td><td>female</td><td>89</td><td>14</td><td>89</td><td>4</td></tr><tr><td>student251</td><td>Mathematics</td><td>male</td><td>15</td><td>23</td><td>37</td><td>69</td></tr><tr><td>student252</td><td>Languages</td><td>female</td><td>27</td><td>82</td><td>10</td><td>36</td></tr><tr><td>student253</td><td>Mathematics</td><td>male</td><td>49</td><td>45</td><td>64</td><td>23</td></tr><tr><td>student254</td><td>Languages</td><td>female</td><td>79</td><td>75</td><td>63</td><td>74</td></tr><tr><td>student255</td><td>Mathematics</td><td>male</td><td>2</td><td>56</td><td>64</td><td>75</td></tr><tr><td>student256</td><td>Languages</td><td>female</td><td>36</td><td>26</td><td>29</td><td>58</td></tr><tr><td>student257</td><td>Mathematics</td><td>male</td><td>17</td><td>22</td><td>66</td><td>73</td></tr><tr><td>student258</td><td>Languages</td><td>female</td><td>70</td><td>91</td><td>97</td><td>45</td></tr><tr><td>student259</td><td>Mathematics</td><td>male</td><td>34</td><td>30</td><td>78</td><td>30</td></tr><tr><td>student260</td><td>Languages</td><td>female</td><td>77</td><td>57</td><td>86</td><td>77</td></tr><tr><td>student261</td><td>Mathematics</td><td>male</td><td>12</td><td>59</td><td>68</td><td>7</td></tr><tr><td>student262</td><td>Languages</td><td>female</td><td>11</td><td>60</td><td>97</td><td>71</td></tr><tr><td>student263</td><td>Mathematics</td><td>male</td><td>12</td><td>30</td><td>35</td><td>58</td></tr><tr><td>student264</td><td>Languages</td><td>female</td><td>46</td><td>15</td><td>23</td><td>40</td></tr><tr><td>student265</td><td>Mathematics</td><td>male</td><td>44</td><td>81</td><td>9</td><td>26</td></tr><tr><td>student266</td><td>Languages</td><td>female</td><td>15</td><td>68</td><td>32</td><td>15</td></tr><tr><td>student267</td><td>Mathematics</td><td>male</td><td>5</td><td>58</td><td>50</td><td>98</td></tr><tr><td>student268</td><td>Languages</td><td>female</td><td>42</td><td>30</td><td>32</td><td>24</td></tr><tr><td>student269</td><td>Mathematics</td><td>male</td><td>78</td><td>100</td><td>99</td><td>57</td></tr><tr><td>student270</td><td>Languages</td><td>female</td><td>55</td><td>33</td><td>87</td><td>25</td></tr><tr><td>student271</td><td>Mathematics</td><td>male</td><td>25</td><td>97</td><td>29</td><td>93</td></tr><tr><td>student272</td><td>Languages</td><td>female</td><td>39</td><td>35</td><td>18</td><td>43</td></tr><tr><td>student273</td><td>Mathematics</td><td>male</td><td>35</td><td>17</td><td>99</td><td>58</td></tr><tr><td>student274</td><td>Languages</td><td>female</td><td>86</td><td>52</td><td>27</td><td>24</td></tr><tr><td>student275</td><td>Mathematics</td><td>male</td><td>97</td><td>38</td><td>73</td><td>76</td></tr><tr><td>student276</td><td>Languages</td><td>female</td><td>20</td><td>6</td><td>19</td><td>8</td></tr><tr><td>student277</td><td>Mathematics</td><td>male</td><td>93</td><td>36</td><td>9</td><td>47</td></tr><tr><td>student278</td><td>Languages</td><td>female</td><td>42</td><td>3</td><td>15</td><td>2</td></tr><tr><td>student279</td><td>Mathematics</td><td>male</td><td>61</td><td>18</td><td>96</td><td>2</td></tr><tr><td>student280</td><td>Languages</td><td>female</td><td>99</td><td>89</td><td>87</td><td>94</td></tr><tr><td>student281</td><td>Mathematics</td><td>male</td><td>48</td><td>95</td><td>90</td><td>0</td></tr><tr><td>student282</td><td>Languages</td><td>female</td><td>60</td><td>47</td><td>31</td><td>30</td></tr><tr><td>student283</td><td>Mathematics</td><td>male</td><td>64</td><td>24</td><td>10</td><td>76</td></tr><tr><td>student284</td><td>Languages</td><td>female</td><td>99</td><td>37</td><td>4</td><td>68</td></tr><tr><td>student285</td><td>Mathematics</td><td>male</td><td>0</td><td>98</td><td>68</td><td>69</td></tr><tr><td>student286</td><td>Languages</td><td>female</td><td>66</td><td>82</td><td>49</td><td>59</td></tr><tr><td>student287</td><td>Mathematics</td><td>male</td><td>86</td><td>14</td><td>37</td><td>17</td></tr><tr><td>student288</td><td>Languages</td><td>female</td><td>27</td><td>48</td><td>93</td><td>27</td></tr><tr><td>student289</td><td>Mathematics</td><td>male</td><td>84</td><td>89</td><td>6</td><td>68</td></tr><tr><td>student290</td><td>Languages</td><td>female</td><td>99</td><td>0</td><td>20</td><td>57</td></tr><tr><td>student291</td><td>Mathematics</td><td>male</td><td>50</td><td>96</td><td>72</td><td>42</td></tr><tr><td>student292</td><td>Languages</td><td>female</td><td>98</td><td>2</td><td>27</td><td>92</td></tr><tr><td>student293</td><td>Mathematics</td><td>male</td><td>19</td><td>9</td><td>42</td><td>87</td></tr><tr><td>student294</td><td>Languages</td><td>female</td><td>98</td><td>97</td><td>9</td><td>22</td></tr><tr><td>student295</td><td>Mathematics</td><td>male</td><td>75</td><td>30</td><td>77</td><td>64</td></tr><tr><td>student296</td><td>Languages</td><td>female</td><td>51</td><td>98</td><td>55</td><td>3</td></tr><tr><td>student297</td><td>Mathematics</td><td>male</td><td>25</td><td>95</td><td>86</td><td>72</td></tr><tr><td>student298</td><td>Languages</td><td>female</td><td>20</td><td>75</td><td>37</td><td>35</td></tr><tr><td>student299</td><td>Mathematics</td><td>male</td><td>4</td><td>92</td><td>41</td><td>11</td></tr><tr><td>student300</td><td>Languages</td><td>female</td><td>28</td><td>3</td><td>28</td><td>91</td></tr><tr><td>student301</td><td>Mathematics</td><td>male</td><td>41</td><td>63</td><td>4</td><td>25</td></tr><tr><td>student302</td><td>Languages</td><td>female</td><td>29</td><td>16</td><td>77</td><td>90</td></tr><tr><td>student303</td><td>Mathematics</td><td>male</td><td>89</td><td>41</td><td>51</td><td>82</td></tr><tr><td>student304</td><td>Languages</td><td>female</td><td>40</td><td>91</td><td>24</td><td>34</td></tr><tr><td>student305</td><td>Mathematics</td><td>male</td><td>7</td><td>47</td><td>49</td><td>78</td></tr><tr><td>student306</td><td>Languages</td><td>female</td><td>6</td><td>37</td><td>55</td><td>62</td></tr><tr><td>student307</td><td>Mathematics</td><td>male</td><td>30</td><td>73</td><td>34</td><td>90</td></tr><tr><td>student308</td><td>Languages</td><td>female</td><td>82</td><td>91</td><td>95</td><td>93</td></tr><tr><td>student309</td><td>Mathematics</td><td>male</td><td>62</td><td>4</td><td>73</td><td>82</td></tr><tr><td>student310</td><td>Languages</td><td>female</td><td>39</td><td>10</td><td>12</td><td>57</td></tr><tr><td>student311</td><td>Mathematics</td><td>male</td><td>89</td><td>64</td><td>20</td><td>67</td></tr><tr><td>student312</td><td>Languages</td><td>female</td><td>56</td><td>36</td><td>92</td><td>41</td></tr><tr><td>student313</td><td>Mathematics</td><td>male</td><td>99</td><td>80</td><td>99</td><td>74</td></tr><tr><td>student314</td><td>Languages</td><td>female</td><td>31</td><td>79</td><td>64</td><td>93</td></tr><tr><td>student315</td><td>Mathematics</td><td>male</td><td>53</td><td>2</td><td>70</td><td>55</td></tr><tr><td>student316</td><td>Languages</td><td>female</td><td>35</td><td>15</td><td>29</td><td>60</td></tr><tr><td>student317</td><td>Mathematics</td><td>male</td><td>31</td><td>47</td><td>69</td><td>60</td></tr><tr><td>student318</td><td>Languages</td><td>female</td><td>88</td><td>28</td><td>13</td><td>66</td></tr><tr><td>student319</td><td>Mathematics</td><td>male</td><td>65</td><td>12</td><td>16</td><td>40</td></tr><tr><td>student320</td><td>Languages</td><td>female</td><td>28</td><td>17</td><td>19</td><td>40</td></tr><tr><td>student321</td><td>Mathematics</td><td>male</td><td>24</td><td>100</td><td>44</td><td>70</td></tr><tr><td>student322</td><td>Languages</td><td>female</td><td>20</td><td>59</td><td>83</td><td>52</td></tr><tr><td>student323</td><td>Mathematics</td><td>male</td><td>17</td><td>60</td><td>82</td><td>91</td></tr><tr><td>student324</td><td>Languages</td><td>female</td><td>95</td><td>99</td><td>43</td><td>37</td></tr><tr><td>student325</td><td>Mathematics</td><td>male</td><td>30</td><td>18</td><td>99</td><td>31</td></tr><tr><td>student326</td><td>Languages</td><td>female</td><td>34</td><td>7</td><td>83</td><td>86</td></tr><tr><td>student327</td><td>Mathematics</td><td>male</td><td>98</td><td>63</td><td>4</td><td>35</td></tr><tr><td>student328</td><td>Languages</td><td>female</td><td>54</td><td>23</td><td>98</td><td>46</td></tr><tr><td>student329</td><td>Mathematics</td><td>male</td><td>97</td><td>93</td><td>45</td><td>18</td></tr><tr><td>student330</td><td>Languages</td><td>female</td><td>27</td><td>74</td><td>0</td><td>77</td></tr><tr><td>student331</td><td>Mathematics</td><td>male</td><td>9</td><td>70</td><td>41</td><td>37</td></tr><tr><td>student332</td><td>Languages</td><td>female</td><td>52</td><td>37</td><td>76</td><td>20</td></tr><tr><td>student333</td><td>Mathematics</td><td>male</td><td>74</td><td>18</td><td>68</td><td>19</td></tr><tr><td>student334</td><td>Languages</td><td>female</td><td>77</td><td>100</td><td>33</td><td>9</td></tr><tr><td>student335</td><td>Mathematics</td><td>male</td><td>38</td><td>53</td><td>77</td><td>18</td></tr><tr><td>student336</td><td>Languages</td><td>female</td><td>18</td><td>13</td><td>26</td><td>10</td></tr><tr><td>student337</td><td>Mathematics</td><td>male</td><td>90</td><td>47</td><td>87</td><td>70</td></tr><tr><td>student338</td><td>Languages</td><td>female</td><td>38</td><td>49</td><td>36</td><td>74</td></tr><tr><td>student339</td><td>Mathematics</td><td>male</td><td>100</td><td>64</td><td>13</td><td>72</td></tr><tr><td>student340</td><td>Languages</td><td>female</td><td>74</td><td>25</td><td>41</td><td>52</td></tr><tr><td>student341</td><td>Mathematics</td><td>male</td><td>37</td><td>13</td><td>16</td><td>13</td></tr><tr><td>student342</td><td>Languages</td><td>female</td><td>24</td><td>34</td><td>15</td><td>83</td></tr><tr><td>student343</td><td>Mathematics</td><td>male</td><td>20</td><td>5</td><td>67</td><td>28</td></tr><tr><td>student344</td><td>Languages</td><td>female</td><td>45</td><td>2</td><td>25</td><td>72</td></tr><tr><td>student345</td><td>Mathematics</td><td>male</td><td>19</td><td>11</td><td>75</td><td>35</td></tr><tr><td>student346</td><td>Languages</td><td>female</td><td>6</td><td>58</td><td>31</td><td>15</td></tr><tr><td>student347</td><td>Mathematics</td><td>male</td><td>16</td><td>66</td><td>36</td><td>11</td></tr><tr><td>student348</td><td>Languages</td><td>female</td><td>12</td><td>3</td><td>95</td><td>40</td></tr><tr><td>student349</td><td>Mathematics</td><td>male</td><td>7</td><td>52</td><td>74</td><td>2</td></tr><tr><td>student350</td><td>Languages</td><td>female</td><td>88</td><td>92</td><td>60</td><td>55</td></tr><tr><td>student351</td><td>Mathematics</td><td>male</td><td>92</td><td>70</td><td>91</td><td>45</td></tr><tr><td>student352</td><td>Languages</td><td>female</td><td>74</td><td>76</td><td>59</td><td>44</td></tr><tr><td>student353</td><td>Mathematics</td><td>male</td><td>63</td><td>69</td><td>60</td><td>94</td></tr><tr><td>student354</td><td>Languages</td><td>female</td><td>3</td><td>68</td><td>55</td><td>48</td></tr><tr><td>student355</td><td>Mathematics</td><td>male</td><td>39</td><td>96</td><td>21</td><td>48</td></tr><tr><td>student356</td><td>Languages</td><td>female</td><td>41</td><td>34</td><td>27</td><td>5</td></tr><tr><td>student357</td><td>Mathematics</td><td>male</td><td>64</td><td>3</td><td>47</td><td>33</td></tr><tr><td>student358</td><td>Languages</td><td>female</td><td>95</td><td>14</td><td>63</td><td>55</td></tr><tr><td>student359</td><td>Mathematics</td><td>male</td><td>70</td><td>100</td><td>13</td><td>82</td></tr><tr><td>student360</td><td>Languages</td><td>female</td><td>52</td><td>24</td><td>100</td><td>21</td></tr><tr><td>student361</td><td>Mathematics</td><td>male</td><td>0</td><td>40</td><td>86</td><td>9</td></tr><tr><td>student362</td><td>Languages</td><td>female</td><td>0</td><td>2</td><td>49</td><td>32</td></tr><tr><td>student363</td><td>Mathematics</td><td>male</td><td>23</td><td>10</td><td>86</td><td>94</td></tr><tr><td>student364</td><td>Languages</td><td>female</td><td>15</td><td>3</td><td>86</td><td>49</td></tr><tr><td>student365</td><td>Mathematics</td><td>male</td><td>76</td><td>23</td><td>31</td><td>0</td></tr><tr><td>student366</td><td>Languages</td><td>female</td><td>35</td><td>35</td><td>78</td><td>94</td></tr><tr><td>student367</td><td>Mathematics</td><td>male</td><td>29</td><td>42</td><td>43</td><td>100</td></tr><tr><td>student368</td><td>Languages</td><td>female</td><td>66</td><td>8</td><td>5</td><td>10</td></tr><tr><td>student369</td><td>Mathematics</td><td>male</td><td>74</td><td>15</td><td>56</td><td>83</td></tr><tr><td>student370</td><td>Languages</td><td>female</td><td>75</td><td>43</td><td>90</td><td>8</td></tr><tr><td>student371</td><td>Mathematics</td><td>male</td><td>40</td><td>60</td><td>4</td><td>70</td></tr><tr><td>student372</td><td>Languages</td><td>female</td><td>62</td><td>42</td><td>17</td><td>49</td></tr><tr><td>student373</td><td>Mathematics</td><td>male</td><td>31</td><td>46</td><td>44</td><td>54</td></tr><tr><td>student374</td><td>Languages</td><td>female</td><td>30</td><td>34</td><td>47</td><td>87</td></tr><tr><td>student375</td><td>Mathematics</td><td>male</td><td>9</td><td>69</td><td>41</td><td>52</td></tr><tr><td>student376</td><td>Languages</td><td>female</td><td>85</td><td>43</td><td>29</td><td>92</td></tr><tr><td>student377</td><td>Mathematics</td><td>male</td><td>79</td><td>0</td><td>40</td><td>25</td></tr><tr><td>student378</td><td>Languages</td><td>female</td><td>36</td><td>40</td><td>72</td><td>85</td></tr><tr><td>student379</td><td>Mathematics</td><td>male</td><td>53</td><td>68</td><td>88</td><td>2</td></tr><tr><td>student380</td><td>Languages</td><td>female</td><td>87</td><td>78</td><td>38</td><td>79</td></tr><tr><td>student381</td><td>Mathematics</td><td>male</td><td>89</td><td>97</td><td>83</td><td>38</td></tr><tr><td>student382</td><td>Languages</td><td>female</td><td>21</td><td>19</td><td>49</td><td>10</td></tr><tr><td>student383</td><td>Mathematics</td><td>male</td><td>47</td><td>12</td><td>68</td><td>50</td></tr><tr><td>student384</td><td>Languages</td><td>female</td><td>37</td><td>12</td><td>49</td><td>95</td></tr><tr><td>student385</td><td>Mathematics</td><td>male</td><td>84</td><td>0</td><td>88</td><td>51</td></tr><tr><td>student386</td><td>Languages</td><td>female</td><td>89</td><td>61</td><td>27</td><td>48</td></tr><tr><td>student387</td><td>Mathematics</td><td>male</td><td>10</td><td>47</td><td>87</td><td>61</td></tr><tr><td>student388</td><td>Languages</td><td>female</td><td>16</td><td>9</td><td>26</td><td>56</td></tr><tr><td>student389</td><td>Mathematics</td><td>male</td><td>57</td><td>33</td><td>13</td><td>47</td></tr><tr><td>student390</td><td>Languages</td><td>female</td><td>90</td><td>35</td><td>77</td><td>75</td></tr><tr><td>student391</td><td>Mathematics</td><td>male</td><td>31</td><td>47</td><td>47</td><td>53</td></tr><tr><td>student392</td><td>Languages</td><td>female</td><td>9</td><td>4</td><td>24</td><td>12</td></tr><tr><td>student393</td><td>Mathematics</td><td>male</td><td>61</td><td>19</td><td>81</td><td>7</td></tr><tr><td>student394</td><td>Languages</td><td>female</td><td>4</td><td>57</td><td>57</td><td>7</td></tr><tr><td>student395</td><td>Mathematics</td><td>male</td><td>67</td><td>29</td><td>21</td><td>2</td></tr><tr><td>student396</td><td>Languages</td><td>female</td><td>51</td><td>6</td><td>45</td><td>6</td></tr><tr><td>student397</td><td>Mathematics</td><td>male</td><td>93</td><td>14</td><td>77</td><td>14</td></tr><tr><td>student398</td><td>Languages</td><td>female</td><td>1</td><td>89</td><td>34</td><td>27</td></tr><tr><td>student399</td><td>Mathematics</td><td>male</td><td>93</td><td>77</td><td>57</td><td>91</td></tr><tr><td>student400</td><td>Languages</td><td>female</td><td>67</td><td>77</td><td>80</td><td>32</td></tr><tr><td>student401</td><td>Mathematics</td><td>male</td><td>58</td><td>89</td><td>4</td><td>17</td></tr><tr><td>student402</td><td>Languages</td><td>female</td><td>30</td><td>56</td><td>0</td><td>53</td></tr><tr><td>student403</td><td>Mathematics</td><td>male</td><td>28</td><td>25</td><td>32</td><td>59</td></tr><tr><td>student404</td><td>Languages</td><td>female</td><td>62</td><td>34</td><td>81</td><td>64</td></tr><tr><td>student405</td><td>Mathematics</td><td>male</td><td>29</td><td>84</td><td>26</td><td>23</td></tr><tr><td>student406</td><td>Languages</td><td>female</td><td>70</td><td>8</td><td>63</td><td>77</td></tr><tr><td>student407</td><td>Mathematics</td><td>male</td><td>8</td><td>65</td><td>47</td><td>99</td></tr><tr><td>student408</td><td>Languages</td><td>female</td><td>9</td><td>38</td><td>10</td><td>89</td></tr><tr><td>student409</td><td>Mathematics</td><td>male</td><td>84</td><td>21</td><td>46</td><td>58</td></tr><tr><td>student410</td><td>Languages</td><td>female</td><td>21</td><td>84</td><td>18</td><td>49</td></tr><tr><td>student411</td><td>Mathematics</td><td>male</td><td>27</td><td>9</td><td>63</td><td>40</td></tr><tr><td>student412</td><td>Languages</td><td>female</td><td>93</td><td>0</td><td>19</td><td>91</td></tr><tr><td>student413</td><td>Mathematics</td><td>male</td><td>31</td><td>92</td><td>87</td><td>43</td></tr><tr><td>student414</td><td>Languages</td><td>female</td><td>53</td><td>25</td><td>98</td><td>43</td></tr><tr><td>student415</td><td>Mathematics</td><td>male</td><td>36</td><td>75</td><td>80</td><td>89</td></tr><tr><td>student416</td><td>Languages</td><td>female</td><td>37</td><td>68</td><td>12</td><td>54</td></tr><tr><td>student417</td><td>Mathematics</td><td>male</td><td>25</td><td>89</td><td>12</td><td>53</td></tr><tr><td>student418</td><td>Languages</td><td>female</td><td>92</td><td>2</td><td>8</td><td>46</td></tr><tr><td>student419</td><td>Mathematics</td><td>male</td><td>11</td><td>28</td><td>60</td><td>58</td></tr><tr><td>student420</td><td>Languages</td><td>female</td><td>1</td><td>37</td><td>35</td><td>17</td></tr><tr><td>student421</td><td>Mathematics</td><td>male</td><td>67</td><td>30</td><td>38</td><td>85</td></tr><tr><td>student422</td><td>Languages</td><td>female</td><td>68</td><td>79</td><td>34</td><td>41</td></tr><tr><td>student423</td><td>Mathematics</td><td>male</td><td>72</td><td>45</td><td>93</td><td>41</td></tr><tr><td>student424</td><td>Languages</td><td>female</td><td>56</td><td>46</td><td>45</td><td>38</td></tr><tr><td>student425</td><td>Mathematics</td><td>male</td><td>86</td><td>21</td><td>84</td><td>0</td></tr><tr><td>student426</td><td>Languages</td><td>female</td><td>99</td><td>85</td><td>41</td><td>19</td></tr><tr><td>student427</td><td>Mathematics</td><td>male</td><td>71</td><td>35</td><td>3</td><td>89</td></tr><tr><td>student428</td><td>Languages</td><td>female</td><td>22</td><td>91</td><td>12</td><td>16</td></tr><tr><td>student429</td><td>Mathematics</td><td>male</td><td>15</td><td>3</td><td>26</td><td>93</td></tr><tr><td>student430</td><td>Languages</td><td>female</td><td>35</td><td>46</td><td>34</td><td>74</td></tr><tr><td>student431</td><td>Mathematics</td><td>male</td><td>33</td><td>83</td><td>97</td><td>20</td></tr><tr><td>student432</td><td>Languages</td><td>female</td><td>99</td><td>20</td><td>3</td><td>26</td></tr><tr><td>student433</td><td>Mathematics</td><td>male</td><td>48</td><td>42</td><td>83</td><td>18</td></tr><tr><td>student434</td><td>Languages</td><td>female</td><td>44</td><td>4</td><td>25</td><td>30</td></tr><tr><td>student435</td><td>Mathematics</td><td>male</td><td>78</td><td>48</td><td>60</td><td>45</td></tr><tr><td>student436</td><td>Languages</td><td>female</td><td>47</td><td>57</td><td>89</td><td>0</td></tr><tr><td>student437</td><td>Mathematics</td><td>male</td><td>88</td><td>12</td><td>100</td><td>53</td></tr><tr><td>student438</td><td>Languages</td><td>female</td><td>48</td><td>0</td><td>51</td><td>60</td></tr><tr><td>student439</td><td>Mathematics</td><td>male</td><td>70</td><td>89</td><td>85</td><td>16</td></tr><tr><td>student440</td><td>Languages</td><td>female</td><td>71</td><td>94</td><td>34</td><td>33</td></tr><tr><td>student441</td><td>Mathematics</td><td>male</td><td>68</td><td>13</td><td>72</td><td>18</td></tr><tr><td>student442</td><td>Languages</td><td>female</td><td>7</td><td>53</td><td>97</td><td>21</td></tr><tr><td>student443</td><td>Mathematics</td><td>male</td><td>65</td><td>36</td><td>60</td><td>87</td></tr><tr><td>student444</td><td>Languages</td><td>female</td><td>43</td><td>21</td><td>24</td><td>34</td></tr><tr><td>student445</td><td>Mathematics</td><td>male</td><td>85</td><td>77</td><td>65</td><td>28</td></tr><tr><td>student446</td><td>Languages</td><td>female</td><td>61</td><td>90</td><td>78</td><td>91</td></tr><tr><td>student447</td><td>Mathematics</td><td>male</td><td>92</td><td>0</td><td>78</td><td>12</td></tr><tr><td>student448</td><td>Languages</td><td>female</td><td>33</td><td>30</td><td>62</td><td>90</td></tr><tr><td>student449</td><td>Mathematics</td><td>male</td><td>86</td><td>16</td><td>74</td><td>5</td></tr><tr><td>student450</td><td>Languages</td><td>female</td><td>100</td><td>86</td><td>24</td><td>23</td></tr><tr><td>student451</td><td>Mathematics</td><td>male</td><td>14</td><td>25</td><td>6</td><td>45</td></tr><tr><td>student452</td><td>Languages</td><td>female</td><td>86</td><td>39</td><td>98</td><td>88</td></tr><tr><td>student453</td><td>Mathematics</td><td>male</td><td>72</td><td>68</td><td>77</td><td>19</td></tr><tr><td>student454</td><td>Languages</td><td>female</td><td>9</td><td>45</td><td>23</td><td>100</td></tr><tr><td>student455</td><td>Mathematics</td><td>male</td><td>34</td><td>67</td><td>89</td><td>79</td></tr><tr><td>student456</td><td>Languages</td><td>female</td><td>92</td><td>0</td><td>47</td><td>45</td></tr><tr><td>student457</td><td>Mathematics</td><td>male</td><td>64</td><td>58</td><td>26</td><td>98</td></tr><tr><td>student458</td><td>Languages</td><td>female</td><td>43</td><td>93</td><td>59</td><td>100</td></tr><tr><td>student459</td><td>Mathematics</td><td>male</td><td>82</td><td>35</td><td>97</td><td>81</td></tr><tr><td>student460</td><td>Languages</td><td>female</td><td>18</td><td>35</td><td>24</td><td>100</td></tr><tr><td>student461</td><td>Mathematics</td><td>male</td><td>79</td><td>80</td><td>43</td><td>51</td></tr><tr><td>student462</td><td>Languages</td><td>female</td><td>56</td><td>10</td><td>17</td><td>67</td></tr><tr><td>student463</td><td>Mathematics</td><td>male</td><td>36</td><td>44</td><td>14</td><td>85</td></tr><tr><td>student464</td><td>Languages</td><td>female</td><td>26</td><td>40</td><td>69</td><td>2</td></tr><tr><td>student465</td><td>Mathematics</td><td>male</td><td>59</td><td>93</td><td>43</td><td>78</td></tr><tr><td>student466</td><td>Languages</td><td>female</td><td>78</td><td>84</td><td>88</td><td>3</td></tr><tr><td>student467</td><td>Mathematics</td><td>male</td><td>41</td><td>37</td><td>80</td><td>60</td></tr><tr><td>student468</td><td>Languages</td><td>female</td><td>44</td><td>27</td><td>97</td><td>77</td></tr><tr><td>student469</td><td>Mathematics</td><td>male</td><td>29</td><td>19</td><td>64</td><td>82</td></tr><tr><td>student470</td><td>Languages</td><td>female</td><td>50</td><td>96</td><td>27</td><td>46</td></tr><tr><td>student471</td><td>Mathematics</td><td>male</td><td>49</td><td>15</td><td>51</td><td>45</td></tr><tr><td>student472</td><td>Languages</td><td>female</td><td>38</td><td>35</td><td>31</td><td>78</td></tr><tr><td>student473</td><td>Mathematics</td><td>male</td><td>1</td><td>80</td><td>23</td><td>65</td></tr><tr><td>student474</td><td>Languages</td><td>female</td><td>91</td><td>17</td><td>23</td><td>76</td></tr><tr><td>student475</td><td>Mathematics</td><td>male</td><td>57</td><td>39</td><td>35</td><td>63</td></tr><tr><td>student476</td><td>Languages</td><td>female</td><td>33</td><td>73</td><td>62</td><td>14</td></tr><tr><td>student477</td><td>Mathematics</td><td>male</td><td>96</td><td>16</td><td>88</td><td>40</td></tr><tr><td>student478</td><td>Languages</td><td>female</td><td>30</td><td>63</td><td>16</td><td>13</td></tr><tr><td>student479</td><td>Mathematics</td><td>male</td><td>74</td><td>39</td><td>37</td><td>87</td></tr><tr><td>student480</td><td>Languages</td><td>female</td><td>26</td><td>36</td><td>94</td><td>79</td></tr><tr><td>student481</td><td>Mathematics</td><td>male</td><td>19</td><td>58</td><td>65</td><td>12</td></tr><tr><td>student482</td><td>Languages</td><td>female</td><td>73</td><td>36</td><td>22</td><td>48</td></tr><tr><td>student483</td><td>Mathematics</td><td>male</td><td>78</td><td>94</td><td>75</td><td>7</td></tr><tr><td>student484</td><td>Languages</td><td>female</td><td>59</td><td>51</td><td>9</td><td>35</td></tr><tr><td>student485</td><td>Mathematics</td><td>male</td><td>67</td><td>71</td><td>100</td><td>85</td></tr><tr><td>student486</td><td>Languages</td><td>female</td><td>33</td><td>30</td><td>15</td><td>46</td></tr><tr><td>student487</td><td>Mathematics</td><td>male</td><td>12</td><td>19</td><td>16</td><td>37</td></tr><tr><td>student488</td><td>Languages</td><td>female</td><td>80</td><td>98</td><td>29</td><td>14</td></tr><tr><td>student489</td><td>Mathematics</td><td>male</td><td>70</td><td>51</td><td>14</td><td>31</td></tr><tr><td>student490</td><td>Languages</td><td>female</td><td>95</td><td>38</td><td>15</td><td>92</td></tr><tr><td>student491</td><td>Mathematics</td><td>male</td><td>60</td><td>31</td><td>74</td><td>12</td></tr><tr><td>student492</td><td>Languages</td><td>female</td><td>62</td><td>56</td><td>90</td><td>68</td></tr><tr><td>student493</td><td>Mathematics</td><td>male</td><td>63</td><td>11</td><td>29</td><td>91</td></tr><tr><td>student494</td><td>Languages</td><td>female</td><td>41</td><td>1</td><td>25</td><td>20</td></tr><tr><td>student495</td><td>Mathematics</td><td>male</td><td>60</td><td>5</td><td>31</td><td>44</td></tr><tr><td>student496</td><td>Languages</td><td>female</td><td>11</td><td>35</td><td>5</td><td>28</td></tr><tr><td>student497</td><td>Mathematics</td><td>male</td><td>11</td><td>96</td><td>42</td><td>37</td></tr><tr><td>student498</td><td>Languages</td><td>female</td><td>16</td><td>72</td><td>79</td><td>74</td></tr><tr><td>student499</td><td>Mathematics</td><td>male</td><td>9</td><td>21</td><td>22</td><td>66</td></tr><tr><td>student500</td><td>Languages</td><td>female</td><td>34</td><td>22</td><td>64</td><td>34</td></tr><tr><td>student501</td><td>Mathematics</td><td>male</td><td>50</td><td>93</td><td>86</td><td>61</td></tr><tr><td>student502</td><td>Languages</td><td>female</td><td>50</td><td>22</td><td>40</td><td>44</td></tr><tr><td>student503</td><td>Mathematics</td><td>male</td><td>3</td><td>8</td><td>39</td><td>17</td></tr><tr><td>student504</td><td>Languages</td><td>female</td><td>98</td><td>16</td><td>93</td><td>55</td></tr><tr><td>student505</td><td>Mathematics</td><td>male</td><td>86</td><td>89</td><td>36</td><td>28</td></tr><tr><td>student506</td><td>Languages</td><td>female</td><td>16</td><td>53</td><td>13</td><td>50</td></tr><tr><td>student507</td><td>Mathematics</td><td>male</td><td>57</td><td>57</td><td>3</td><td>38</td></tr><tr><td>student508</td><td>Languages</td><td>female</td><td>34</td><td>79</td><td>69</td><td>77</td></tr><tr><td>student509</td><td>Mathematics</td><td>male</td><td>2</td><td>4</td><td>16</td><td>59</td></tr><tr><td>student510</td><td>Languages</td><td>female</td><td>60</td><td>62</td><td>99</td><td>100</td></tr><tr><td>student511</td><td>Mathematics</td><td>male</td><td>65</td><td>52</td><td>52</td><td>95</td></tr><tr><td>student512</td><td>Languages</td><td>female</td><td>58</td><td>73</td><td>94</td><td>1</td></tr><tr><td>student513</td><td>Mathematics</td><td>male</td><td>39</td><td>75</td><td>28</td><td>76</td></tr><tr><td>student514</td><td>Languages</td><td>female</td><td>46</td><td>6</td><td>64</td><td>78</td></tr><tr><td>student515</td><td>Mathematics</td><td>male</td><td>51</td><td>60</td><td>99</td><td>8</td></tr><tr><td>student516</td><td>Languages</td><td>female</td><td>17</td><td>20</td><td>12</td><td>97</td></tr><tr><td>student517</td><td>Mathematics</td><td>male</td><td>72</td><td>17</td><td>96</td><td>73</td></tr><tr><td>student518</td><td>Languages</td><td>female</td><td>92</td><td>21</td><td>62</td><td>27</td></tr><tr><td>student519</td><td>Mathematics</td><td>male</td><td>50</td><td>42</td><td>4</td><td>33</td></tr><tr><td>student520</td><td>Languages</td><td>female</td><td>52</td><td>37</td><td>1</td><td>57</td></tr><tr><td>student521</td><td>Mathematics</td><td>male</td><td>58</td><td>40</td><td>35</td><td>54</td></tr><tr><td>student522</td><td>Languages</td><td>female</td><td>9</td><td>38</td><td>57</td><td>53</td></tr><tr><td>student523</td><td>Mathematics</td><td>male</td><td>79</td><td>20</td><td>18</td><td>18</td></tr><tr><td>student524</td><td>Languages</td><td>female</td><td>1</td><td>4</td><td>94</td><td>27</td></tr><tr><td>student525</td><td>Mathematics</td><td>male</td><td>95</td><td>41</td><td>29</td><td>98</td></tr><tr><td>student526</td><td>Languages</td><td>female</td><td>34</td><td>59</td><td>9</td><td>21</td></tr><tr><td>student527</td><td>Mathematics</td><td>male</td><td>39</td><td>66</td><td>41</td><td>29</td></tr><tr><td>student528</td><td>Languages</td><td>female</td><td>3</td><td>2</td><td>81</td><td>25</td></tr><tr><td>student529</td><td>Mathematics</td><td>male</td><td>33</td><td>44</td><td>37</td><td>85</td></tr><tr><td>student530</td><td>Languages</td><td>female</td><td>69</td><td>25</td><td>59</td><td>79</td></tr><tr><td>student531</td><td>Mathematics</td><td>male</td><td>13</td><td>50</td><td>49</td><td>52</td></tr><tr><td>student532</td><td>Languages</td><td>female</td><td>54</td><td>83</td><td>45</td><td>31</td></tr><tr><td>student533</td><td>Mathematics</td><td>male</td><td>15</td><td>24</td><td>97</td><td>51</td></tr><tr><td>student534</td><td>Languages</td><td>female</td><td>7</td><td>51</td><td>69</td><td>63</td></tr><tr><td>student535</td><td>Mathematics</td><td>male</td><td>91</td><td>8</td><td>38</td><td>56</td></tr><tr><td>student536</td><td>Languages</td><td>female</td><td>50</td><td>13</td><td>74</td><td>80</td></tr><tr><td>student537</td><td>Mathematics</td><td>male</td><td>54</td><td>75</td><td>74</td><td>10</td></tr><tr><td>student538</td><td>Languages</td><td>female</td><td>76</td><td>39</td><td>70</td><td>46</td></tr><tr><td>student539</td><td>Mathematics</td><td>male</td><td>84</td><td>72</td><td>39</td><td>40</td></tr><tr><td>student540</td><td>Languages</td><td>female</td><td>100</td><td>47</td><td>2</td><td>14</td></tr><tr><td>student541</td><td>Mathematics</td><td>male</td><td>42</td><td>61</td><td>1</td><td>1</td></tr><tr><td>student542</td><td>Languages</td><td>female</td><td>57</td><td>71</td><td>65</td><td>61</td></tr><tr><td>student543</td><td>Mathematics</td><td>male</td><td>78</td><td>5</td><td>41</td><td>34</td></tr><tr><td>student544</td><td>Languages</td><td>female</td><td>14</td><td>76</td><td>36</td><td>47</td></tr><tr><td>student545</td><td>Mathematics</td><td>male</td><td>15</td><td>19</td><td>63</td><td>96</td></tr><tr><td>student546</td><td>Languages</td><td>female</td><td>27</td><td>82</td><td>33</td><td>56</td></tr><tr><td>student547</td><td>Mathematics</td><td>male</td><td>70</td><td>23</td><td>96</td><td>90</td></tr><tr><td>student548</td><td>Languages</td><td>female</td><td>61</td><td>2</td><td>2</td><td>78</td></tr><tr><td>student549</td><td>Mathematics</td><td>male</td><td>22</td><td>37</td><td>64</td><td>36</td></tr><tr><td>student550</td><td>Languages</td><td>female</td><td>75</td><td>96</td><td>94</td><td>40</td></tr><tr><td>student551</td><td>Mathematics</td><td>male</td><td>43</td><td>8</td><td>29</td><td>21</td></tr><tr><td>student552</td><td>Languages</td><td>female</td><td>7</td><td>96</td><td>87</td><td>18</td></tr><tr><td>student553</td><td>Mathematics</td><td>male</td><td>65</td><td>76</td><td>52</td><td>44</td></tr><tr><td>student554</td><td>Languages</td><td>female</td><td>41</td><td>62</td><td>73</td><td>54</td></tr><tr><td>student555</td><td>Mathematics</td><td>male</td><td>25</td><td>98</td><td>21</td><td>40</td></tr><tr><td>student556</td><td>Languages</td><td>female</td><td>17</td><td>70</td><td>96</td><td>82</td></tr><tr><td>student557</td><td>Mathematics</td><td>male</td><td>43</td><td>91</td><td>27</td><td>43</td></tr><tr><td>student558</td><td>Languages</td><td>female</td><td>33</td><td>37</td><td>24</td><td>33</td></tr><tr><td>student559</td><td>Mathematics</td><td>male</td><td>87</td><td>87</td><td>10</td><td>31</td></tr><tr><td>student560</td><td>Languages</td><td>female</td><td>48</td><td>40</td><td>97</td><td>74</td></tr><tr><td>student561</td><td>Mathematics</td><td>male</td><td>63</td><td>75</td><td>91</td><td>55</td></tr><tr><td>student562</td><td>Languages</td><td>female</td><td>66</td><td>82</td><td>59</td><td>95</td></tr><tr><td>student563</td><td>Mathematics</td><td>male</td><td>21</td><td>95</td><td>58</td><td>38</td></tr><tr><td>student564</td><td>Languages</td><td>female</td><td>92</td><td>9</td><td>97</td><td>45</td></tr><tr><td>student565</td><td>Mathematics</td><td>male</td><td>59</td><td>7</td><td>94</td><td>20</td></tr><tr><td>student566</td><td>Languages</td><td>female</td><td>64</td><td>95</td><td>24</td><td>12</td></tr><tr><td>student567</td><td>Mathematics</td><td>male</td><td>70</td><td>46</td><td>36</td><td>74</td></tr><tr><td>student568</td><td>Languages</td><td>female</td><td>16</td><td>25</td><td>91</td><td>49</td></tr><tr><td>student569</td><td>Mathematics</td><td>male</td><td>73</td><td>33</td><td>24</td><td>88</td></tr><tr><td>student570</td><td>Languages</td><td>female</td><td>9</td><td>61</td><td>95</td><td>27</td></tr><tr><td>student571</td><td>Mathematics</td><td>male</td><td>18</td><td>12</td><td>76</td><td>46</td></tr><tr><td>student572</td><td>Languages</td><td>female</td><td>61</td><td>71</td><td>49</td><td>63</td></tr><tr><td>student573</td><td>Mathematics</td><td>male</td><td>46</td><td>32</td><td>85</td><td>17</td></tr><tr><td>student574</td><td>Languages</td><td>female</td><td>42</td><td>42</td><td>11</td><td>37</td></tr><tr><td>student575</td><td>Mathematics</td><td>male</td><td>49</td><td>76</td><td>41</td><td>20</td></tr><tr><td>student576</td><td>Languages</td><td>female</td><td>22</td><td>27</td><td>80</td><td>12</td></tr><tr><td>student577</td><td>Mathematics</td><td>male</td><td>76</td><td>34</td><td>18</td><td>66</td></tr><tr><td>student578</td><td>Languages</td><td>female</td><td>96</td><td>77</td><td>29</td><td>17</td></tr><tr><td>student579</td><td>Mathematics</td><td>male</td><td>62</td><td>51</td><td>67</td><td>72</td></tr><tr><td>student580</td><td>Languages</td><td>female</td><td>96</td><td>67</td><td>22</td><td>54</td></tr><tr><td>student581</td><td>Mathematics</td><td>male</td><td>77</td><td>11</td><td>23</td><td>88</td></tr><tr><td>student582</td><td>Languages</td><td>female</td><td>6</td><td>28</td><td>24</td><td>33</td></tr><tr><td>student583</td><td>Mathematics</td><td>male</td><td>39</td><td>23</td><td>12</td><td>100</td></tr><tr><td>student584</td><td>Languages</td><td>female</td><td>10</td><td>21</td><td>20</td><td>71</td></tr><tr><td>student585</td><td>Mathematics</td><td>male</td><td>11</td><td>27</td><td>7</td><td>100</td></tr><tr><td>student586</td><td>Languages</td><td>female</td><td>40</td><td>34</td><td>97</td><td>78</td></tr><tr><td>student587</td><td>Mathematics</td><td>male</td><td>2</td><td>51</td><td>83</td><td>19</td></tr><tr><td>student588</td><td>Languages</td><td>female</td><td>18</td><td>76</td><td>30</td><td>25</td></tr><tr><td>student589</td><td>Mathematics</td><td>male</td><td>24</td><td>57</td><td>46</td><td>81</td></tr><tr><td>student590</td><td>Languages</td><td>female</td><td>2</td><td>10</td><td>31</td><td>94</td></tr><tr><td>student591</td><td>Mathematics</td><td>male</td><td>91</td><td>84</td><td>75</td><td>13</td></tr><tr><td>student592</td><td>Languages</td><td>female</td><td>79</td><td>44</td><td>97</td><td>10</td></tr><tr><td>student593</td><td>Mathematics</td><td>male</td><td>42</td><td>60</td><td>67</td><td>30</td></tr><tr><td>student594</td><td>Languages</td><td>female</td><td>61</td><td>57</td><td>75</td><td>35</td></tr><tr><td>student595</td><td>Mathematics</td><td>male</td><td>42</td><td>46</td><td>81</td><td>71</td></tr><tr><td>student596</td><td>Languages</td><td>female</td><td>92</td><td>63</td><td>75</td><td>74</td></tr><tr><td>student597</td><td>Mathematics</td><td>male</td><td>86</td><td>37</td><td>40</td><td>51</td></tr><tr><td>student598</td><td>Languages</td><td>female</td><td>52</td><td>10</td><td>47</td><td>3</td></tr><tr><td>student599</td><td>Mathematics</td><td>male</td><td>100</td><td>28</td><td>14</td><td>76</td></tr><tr><td>student600</td><td>Languages</td><td>female</td><td>31</td><td>76</td><td>20</td><td>43</td></tr><tr><td>student601</td><td>Mathematics</td><td>male</td><td>40</td><td>27</td><td>6</td><td>6</td></tr><tr><td>student602</td><td>Languages</td><td>female</td><td>5</td><td>8</td><td>79</td><td>21</td></tr><tr><td>student603</td><td>Mathematics</td><td>male</td><td>7</td><td>54</td><td>6</td><td>91</td></tr><tr><td>student604</td><td>Languages</td><td>female</td><td>28</td><td>30</td><td>15</td><td>3</td></tr><tr><td>student605</td><td>Mathematics</td><td>male</td><td>38</td><td>93</td><td>98</td><td>92</td></tr><tr><td>student606</td><td>Languages</td><td>female</td><td>43</td><td>96</td><td>89</td><td>91</td></tr><tr><td>student607</td><td>Mathematics</td><td>male</td><td>43</td><td>49</td><td>14</td><td>83</td></tr><tr><td>student608</td><td>Languages</td><td>female</td><td>50</td><td>61</td><td>72</td><td>98</td></tr><tr><td>student609</td><td>Mathematics</td><td>male</td><td>4</td><td>49</td><td>99</td><td>83</td></tr><tr><td>student610</td><td>Languages</td><td>female</td><td>5</td><td>36</td><td>73</td><td>82</td></tr><tr><td>student611</td><td>Mathematics</td><td>male</td><td>40</td><td>84</td><td>99</td><td>54</td></tr><tr><td>student612</td><td>Languages</td><td>female</td><td>29</td><td>96</td><td>65</td><td>69</td></tr><tr><td>student613</td><td>Mathematics</td><td>male</td><td>12</td><td>76</td><td>5</td><td>99</td></tr><tr><td>student614</td><td>Languages</td><td>female</td><td>47</td><td>83</td><td>49</td><td>4</td></tr><tr><td>student615</td><td>Mathematics</td><td>male</td><td>37</td><td>27</td><td>22</td><td>4</td></tr><tr><td>student616</td><td>Languages</td><td>female</td><td>94</td><td>39</td><td>49</td><td>24</td></tr><tr><td>student617</td><td>Mathematics</td><td>male</td><td>0</td><td>75</td><td>21</td><td>41</td></tr><tr><td>student618</td><td>Languages</td><td>female</td><td>59</td><td>36</td><td>4</td><td>18</td></tr><tr><td>student619</td><td>Mathematics</td><td>male</td><td>22</td><td>66</td><td>13</td><td>3</td></tr><tr><td>student620</td><td>Languages</td><td>female</td><td>43</td><td>87</td><td>4</td><td>48</td></tr><tr><td>student621</td><td>Mathematics</td><td>male</td><td>100</td><td>15</td><td>51</td><td>52</td></tr><tr><td>student622</td><td>Languages</td><td>female</td><td>63</td><td>71</td><td>99</td><td>17</td></tr><tr><td>student623</td><td>Mathematics</td><td>male</td><td>14</td><td>34</td><td>44</td><td>100</td></tr><tr><td>student624</td><td>Languages</td><td>female</td><td>23</td><td>8</td><td>57</td><td>27</td></tr><tr><td>student625</td><td>Mathematics</td><td>male</td><td>23</td><td>14</td><td>32</td><td>40</td></tr><tr><td>student626</td><td>Languages</td><td>female</td><td>34</td><td>49</td><td>72</td><td>54</td></tr><tr><td>student627</td><td>Mathematics</td><td>male</td><td>21</td><td>16</td><td>81</td><td>26</td></tr><tr><td>student628</td><td>Languages</td><td>female</td><td>54</td><td>69</td><td>34</td><td>34</td></tr><tr><td>student629</td><td>Mathematics</td><td>male</td><td>72</td><td>11</td><td>63</td><td>31</td></tr><tr><td>student630</td><td>Languages</td><td>female</td><td>87</td><td>98</td><td>9</td><td>47</td></tr><tr><td>student631</td><td>Mathematics</td><td>male</td><td>43</td><td>52</td><td>53</td><td>58</td></tr><tr><td>student632</td><td>Languages</td><td>female</td><td>50</td><td>14</td><td>4</td><td>20</td></tr><tr><td>student633</td><td>Mathematics</td><td>male</td><td>89</td><td>83</td><td>67</td><td>87</td></tr><tr><td>student634</td><td>Languages</td><td>female</td><td>0</td><td>79</td><td>9</td><td>16</td></tr><tr><td>student635</td><td>Mathematics</td><td>male</td><td>59</td><td>17</td><td>84</td><td>58</td></tr><tr><td>student636</td><td>Languages</td><td>female</td><td>94</td><td>95</td><td>36</td><td>60</td></tr><tr><td>student637</td><td>Mathematics</td><td>male</td><td>39</td><td>42</td><td>63</td><td>46</td></tr><tr><td>student638</td><td>Languages</td><td>female</td><td>0</td><td>19</td><td>6</td><td>10</td></tr><tr><td>student639</td><td>Mathematics</td><td>male</td><td>50</td><td>16</td><td>41</td><td>71</td></tr><tr><td>student640</td><td>Languages</td><td>female</td><td>8</td><td>60</td><td>46</td><td>13</td></tr><tr><td>student641</td><td>Mathematics</td><td>male</td><td>45</td><td>85</td><td>59</td><td>36</td></tr><tr><td>student642</td><td>Languages</td><td>female</td><td>83</td><td>35</td><td>0</td><td>57</td></tr><tr><td>student643</td><td>Mathematics</td><td>male</td><td>8</td><td>30</td><td>60</td><td>14</td></tr><tr><td>student644</td><td>Languages</td><td>female</td><td>76</td><td>80</td><td>73</td><td>38</td></tr><tr><td>student645</td><td>Mathematics</td><td>male</td><td>26</td><td>14</td><td>58</td><td>2</td></tr><tr><td>student646</td><td>Languages</td><td>female</td><td>93</td><td>16</td><td>42</td><td>2</td></tr><tr><td>student647</td><td>Mathematics</td><td>male</td><td>85</td><td>94</td><td>76</td><td>16</td></tr><tr><td>student648</td><td>Languages</td><td>female</td><td>57</td><td>45</td><td>32</td><td>16</td></tr><tr><td>student649</td><td>Mathematics</td><td>male</td><td>16</td><td>16</td><td>90</td><td>13</td></tr><tr><td>student650</td><td>Languages</td><td>female</td><td>43</td><td>3</td><td>18</td><td>87</td></tr><tr><td>student651</td><td>Mathematics</td><td>male</td><td>16</td><td>24</td><td>32</td><td>44</td></tr><tr><td>student652</td><td>Languages</td><td>female</td><td>59</td><td>98</td><td>3</td><td>34</td></tr><tr><td>student653</td><td>Mathematics</td><td>male</td><td>73</td><td>18</td><td>47</td><td>83</td></tr><tr><td>student654</td><td>Languages</td><td>female</td><td>99</td><td>25</td><td>100</td><td>93</td></tr><tr><td>student655</td><td>Mathematics</td><td>male</td><td>0</td><td>73</td><td>97</td><td>84</td></tr><tr><td>student656</td><td>Languages</td><td>female</td><td>0</td><td>28</td><td>94</td><td>75</td></tr><tr><td>student657</td><td>Mathematics</td><td>male</td><td>65</td><td>90</td><td>58</td><td>63</td></tr><tr><td>student658</td><td>Languages</td><td>female</td><td>84</td><td>35</td><td>86</td><td>41</td></tr><tr><td>student659</td><td>Mathematics</td><td>male</td><td>45</td><td>39</td><td>59</td><td>9</td></tr><tr><td>student660</td><td>Languages</td><td>female</td><td>32</td><td>10</td><td>31</td><td>62</td></tr><tr><td>student661</td><td>Mathematics</td><td>male</td><td>61</td><td>28</td><td>54</td><td>61</td></tr><tr><td>student662</td><td>Languages</td><td>female</td><td>70</td><td>96</td><td>14</td><td>54</td></tr><tr><td>student663</td><td>Mathematics</td><td>male</td><td>63</td><td>92</td><td>29</td><td>8</td></tr><tr><td>student664</td><td>Languages</td><td>female</td><td>41</td><td>10</td><td>46</td><td>23</td></tr><tr><td>student665</td><td>Mathematics</td><td>male</td><td>81</td><td>91</td><td>80</td><td>21</td></tr><tr><td>student666</td><td>Languages</td><td>female</td><td>79</td><td>71</td><td>65</td><td>68</td></tr><tr><td>student667</td><td>Mathematics</td><td>male</td><td>47</td><td>69</td><td>18</td><td>90</td></tr><tr><td>student668</td><td>Languages</td><td>female</td><td>26</td><td>16</td><td>70</td><td>0</td></tr><tr><td>student669</td><td>Mathematics</td><td>male</td><td>66</td><td>10</td><td>93</td><td>35</td></tr><tr><td>student670</td><td>Languages</td><td>female</td><td>66</td><td>68</td><td>27</td><td>13</td></tr><tr><td>student671</td><td>Mathematics</td><td>male</td><td>86</td><td>79</td><td>26</td><td>45</td></tr><tr><td>student672</td><td>Languages</td><td>female</td><td>50</td><td>53</td><td>25</td><td>74</td></tr><tr><td>student673</td><td>Mathematics</td><td>male</td><td>97</td><td>53</td><td>9</td><td>14</td></tr><tr><td>student674</td><td>Languages</td><td>female</td><td>28</td><td>79</td><td>69</td><td>42</td></tr><tr><td>student675</td><td>Mathematics</td><td>male</td><td>60</td><td>72</td><td>5</td><td>9</td></tr><tr><td>student676</td><td>Languages</td><td>female</td><td>53</td><td>21</td><td>39</td><td>43</td></tr><tr><td>student677</td><td>Mathematics</td><td>male</td><td>37</td><td>65</td><td>45</td><td>91</td></tr><tr><td>student678</td><td>Languages</td><td>female</td><td>76</td><td>80</td><td>60</td><td>27</td></tr><tr><td>student679</td><td>Mathematics</td><td>male</td><td>85</td><td>27</td><td>34</td><td>55</td></tr><tr><td>student680</td><td>Languages</td><td>female</td><td>66</td><td>11</td><td>41</td><td>17</td></tr><tr><td>student681</td><td>Mathematics</td><td>male</td><td>27</td><td>61</td><td>89</td><td>82</td></tr><tr><td>student682</td><td>Languages</td><td>female</td><td>40</td><td>26</td><td>1</td><td>3</td></tr><tr><td>student683</td><td>Mathematics</td><td>male</td><td>25</td><td>1</td><td>66</td><td>95</td></tr><tr><td>student684</td><td>Languages</td><td>female</td><td>63</td><td>44</td><td>85</td><td>63</td></tr><tr><td>student685</td><td>Mathematics</td><td>male</td><td>97</td><td>95</td><td>78</td><td>83</td></tr><tr><td>student686</td><td>Languages</td><td>female</td><td>51</td><td>2</td><td>13</td><td>87</td></tr><tr><td>student687</td><td>Mathematics</td><td>male</td><td>63</td><td>92</td><td>87</td><td>23</td></tr><tr><td>student688</td><td>Languages</td><td>female</td><td>22</td><td>96</td><td>59</td><td>59</td></tr><tr><td>student689</td><td>Mathematics</td><td>male</td><td>33</td><td>80</td><td>15</td><td>23</td></tr><tr><td>student690</td><td>Languages</td><td>female</td><td>34</td><td>75</td><td>19</td><td>24</td></tr><tr><td>student691</td><td>Mathematics</td><td>male</td><td>36</td><td>68</td><td>48</td><td>54</td></tr><tr><td>student692</td><td>Languages</td><td>female</td><td>32</td><td>36</td><td>20</td><td>12</td></tr><tr><td>student693</td><td>Mathematics</td><td>male</td><td>68</td><td>91</td><td>74</td><td>50</td></tr><tr><td>student694</td><td>Languages</td><td>female</td><td>87</td><td>91</td><td>96</td><td>37</td></tr><tr><td>student695</td><td>Mathematics</td><td>male</td><td>23</td><td>9</td><td>14</td><td>4</td></tr><tr><td>student696</td><td>Languages</td><td>female</td><td>94</td><td>62</td><td>9</td><td>77</td></tr><tr><td>student697</td><td>Mathematics</td><td>male</td><td>14</td><td>7</td><td>45</td><td>75</td></tr><tr><td>student698</td><td>Languages</td><td>female</td><td>73</td><td>92</td><td>19</td><td>90</td></tr><tr><td>student699</td><td>Mathematics</td><td>male</td><td>8</td><td>20</td><td>79</td><td>78</td></tr><tr><td>student700</td><td>Languages</td><td>female</td><td>76</td><td>35</td><td>100</td><td>39</td></tr><tr><td>student701</td><td>Mathematics</td><td>male</td><td>27</td><td>51</td><td>89</td><td>49</td></tr><tr><td>student702</td><td>Languages</td><td>female</td><td>0</td><td>64</td><td>72</td><td>37</td></tr><tr><td>student703</td><td>Mathematics</td><td>male</td><td>93</td><td>46</td><td>94</td><td>87</td></tr><tr><td>student704</td><td>Languages</td><td>female</td><td>69</td><td>22</td><td>17</td><td>2</td></tr><tr><td>student705</td><td>Mathematics</td><td>male</td><td>17</td><td>52</td><td>11</td><td>3</td></tr><tr><td>student706</td><td>Languages</td><td>female</td><td>13</td><td>2</td><td>52</td><td>19</td></tr><tr><td>student707</td><td>Mathematics</td><td>male</td><td>75</td><td>61</td><td>72</td><td>73</td></tr><tr><td>student708</td><td>Languages</td><td>female</td><td>84</td><td>37</td><td>7</td><td>36</td></tr><tr><td>student709</td><td>Mathematics</td><td>male</td><td>81</td><td>19</td><td>45</td><td>14</td></tr><tr><td>student710</td><td>Languages</td><td>female</td><td>62</td><td>17</td><td>39</td><td>27</td></tr><tr><td>student711</td><td>Mathematics</td><td>male</td><td>88</td><td>69</td><td>6</td><td>81</td></tr><tr><td>student712</td><td>Languages</td><td>female</td><td>53</td><td>82</td><td>59</td><td>29</td></tr><tr><td>student713</td><td>Mathematics</td><td>male</td><td>83</td><td>34</td><td>71</td><td>34</td></tr><tr><td>student714</td><td>Languages</td><td>female</td><td>95</td><td>52</td><td>61</td><td>4</td></tr><tr><td>student715</td><td>Mathematics</td><td>male</td><td>6</td><td>71</td><td>53</td><td>13</td></tr><tr><td>student716</td><td>Languages</td><td>female</td><td>82</td><td>97</td><td>82</td><td>5</td></tr><tr><td>student717</td><td>Mathematics</td><td>male</td><td>65</td><td>50</td><td>31</td><td>46</td></tr><tr><td>student718</td><td>Languages</td><td>female</td><td>27</td><td>46</td><td>25</td><td>37</td></tr><tr><td>student719</td><td>Mathematics</td><td>male</td><td>98</td><td>42</td><td>35</td><td>44</td></tr><tr><td>student720</td><td>Languages</td><td>female</td><td>90</td><td>1</td><td>44</td><td>44</td></tr><tr><td>student721</td><td>Mathematics</td><td>male</td><td>3</td><td>16</td><td>82</td><td>93</td></tr><tr><td>student722</td><td>Languages</td><td>female</td><td>34</td><td>3</td><td>43</td><td>70</td></tr><tr><td>student723</td><td>Mathematics</td><td>male</td><td>59</td><td>77</td><td>14</td><td>21</td></tr><tr><td>student724</td><td>Languages</td><td>female</td><td>16</td><td>53</td><td>57</td><td>59</td></tr><tr><td>student725</td><td>Mathematics</td><td>male</td><td>79</td><td>1</td><td>44</td><td>16</td></tr><tr><td>student726</td><td>Languages</td><td>female</td><td>10</td><td>8</td><td>19</td><td>9</td></tr><tr><td>student727</td><td>Mathematics</td><td>male</td><td>89</td><td>48</td><td>79</td><td>16</td></tr><tr><td>student728</td><td>Languages</td><td>female</td><td>8</td><td>87</td><td>23</td><td>87</td></tr><tr><td>student729</td><td>Mathematics</td><td>male</td><td>17</td><td>53</td><td>95</td><td>84</td></tr><tr><td>student730</td><td>Languages</td><td>female</td><td>65</td><td>52</td><td>39</td><td>61</td></tr><tr><td>student731</td><td>Mathematics</td><td>male</td><td>44</td><td>30</td><td>96</td><td>72</td></tr><tr><td>student732</td><td>Languages</td><td>female</td><td>70</td><td>79</td><td>32</td><td>33</td></tr><tr><td>student733</td><td>Mathematics</td><td>male</td><td>30</td><td>47</td><td>46</td><td>11</td></tr><tr><td>student734</td><td>Languages</td><td>female</td><td>76</td><td>100</td><td>16</td><td>49</td></tr><tr><td>student735</td><td>Mathematics</td><td>male</td><td>39</td><td>36</td><td>90</td><td>89</td></tr><tr><td>student736</td><td>Languages</td><td>female</td><td>1</td><td>94</td><td>19</td><td>29</td></tr><tr><td>student737</td><td>Mathematics</td><td>male</td><td>23</td><td>73</td><td>78</td><td>87</td></tr><tr><td>student738</td><td>Languages</td><td>female</td><td>87</td><td>71</td><td>44</td><td>64</td></tr><tr><td>student739</td><td>Mathematics</td><td>male</td><td>22</td><td>19</td><td>82</td><td>20</td></tr><tr><td>student740</td><td>Languages</td><td>female</td><td>94</td><td>52</td><td>67</td><td>39</td></tr><tr><td>student741</td><td>Mathematics</td><td>male</td><td>14</td><td>17</td><td>51</td><td>87</td></tr><tr><td>student742</td><td>Languages</td><td>female</td><td>56</td><td>63</td><td>98</td><td>3</td></tr><tr><td>student743</td><td>Mathematics</td><td>male</td><td>99</td><td>92</td><td>46</td><td>98</td></tr><tr><td>student744</td><td>Languages</td><td>female</td><td>19</td><td>76</td><td>83</td><td>88</td></tr><tr><td>student745</td><td>Mathematics</td><td>male</td><td>15</td><td>77</td><td>68</td><td>81</td></tr><tr><td>student746</td><td>Languages</td><td>female</td><td>48</td><td>81</td><td>48</td><td>38</td></tr><tr><td>student747</td><td>Mathematics</td><td>male</td><td>29</td><td>1</td><td>38</td><td>61</td></tr><tr><td>student748</td><td>Languages</td><td>female</td><td>71</td><td>63</td><td>0</td><td>30</td></tr><tr><td>student749</td><td>Mathematics</td><td>male</td><td>19</td><td>68</td><td>30</td><td>53</td></tr><tr><td>student750</td><td>Languages</td><td>female</td><td>91</td><td>18</td><td>27</td><td>62</td></tr><tr><td>student751</td><td>Mathematics</td><td>male</td><td>73</td><td>33</td><td>38</td><td>36</td></tr><tr><td>student752</td><td>Languages</td><td>female</td><td>99</td><td>38</td><td>75</td><td>50</td></tr><tr><td>student753</td><td>Mathematics</td><td>male</td><td>55</td><td>71</td><td>34</td><td>90</td></tr><tr><td>student754</td><td>Languages</td><td>female</td><td>52</td><td>40</td><td>98</td><td>83</td></tr><tr><td>student755</td><td>Mathematics</td><td>male</td><td>14</td><td>63</td><td>61</td><td>1</td></tr><tr><td>student756</td><td>Languages</td><td>female</td><td>1</td><td>31</td><td>94</td><td>96</td></tr><tr><td>student757</td><td>Mathematics</td><td>male</td><td>49</td><td>66</td><td>55</td><td>92</td></tr><tr><td>student758</td><td>Languages</td><td>female</td><td>0</td><td>19</td><td>80</td><td>82</td></tr><tr><td>student759</td><td>Mathematics</td><td>male</td><td>26</td><td>35</td><td>87</td><td>3</td></tr><tr><td>student760</td><td>Languages</td><td>female</td><td>8</td><td>28</td><td>76</td><td>39</td></tr><tr><td>student761</td><td>Mathematics</td><td>male</td><td>52</td><td>11</td><td>83</td><td>57</td></tr><tr><td>student762</td><td>Languages</td><td>female</td><td>83</td><td>68</td><td>84</td><td>25</td></tr><tr><td>student763</td><td>Mathematics</td><td>male</td><td>17</td><td>2</td><td>56</td><td>70</td></tr><tr><td>student764</td><td>Languages</td><td>female</td><td>17</td><td>58</td><td>0</td><td>84</td></tr><tr><td>student765</td><td>Mathematics</td><td>male</td><td>75</td><td>6</td><td>47</td><td>85</td></tr><tr><td>student766</td><td>Languages</td><td>female</td><td>76</td><td>32</td><td>93</td><td>39</td></tr><tr><td>student767</td><td>Mathematics</td><td>male</td><td>20</td><td>75</td><td>84</td><td>65</td></tr><tr><td>student768</td><td>Languages</td><td>female</td><td>25</td><td>47</td><td>12</td><td>89</td></tr><tr><td>student769</td><td>Mathematics</td><td>male</td><td>86</td><td>94</td><td>79</td><td>45</td></tr><tr><td>student770</td><td>Languages</td><td>female</td><td>65</td><td>81</td><td>55</td><td>35</td></tr><tr><td>student771</td><td>Mathematics</td><td>male</td><td>62</td><td>41</td><td>41</td><td>43</td></tr><tr><td>student772</td><td>Languages</td><td>female</td><td>14</td><td>4</td><td>62</td><td>43</td></tr><tr><td>student773</td><td>Mathematics</td><td>male</td><td>17</td><td>55</td><td>72</td><td>78</td></tr><tr><td>student774</td><td>Languages</td><td>female</td><td>95</td><td>46</td><td>35</td><td>6</td></tr><tr><td>student775</td><td>Mathematics</td><td>male</td><td>72</td><td>0</td><td>56</td><td>48</td></tr><tr><td>student776</td><td>Languages</td><td>female</td><td>30</td><td>88</td><td>19</td><td>56</td></tr><tr><td>student777</td><td>Mathematics</td><td>male</td><td>42</td><td>44</td><td>88</td><td>56</td></tr><tr><td>student778</td><td>Languages</td><td>female</td><td>42</td><td>69</td><td>56</td><td>63</td></tr><tr><td>student779</td><td>Mathematics</td><td>male</td><td>78</td><td>57</td><td>78</td><td>3</td></tr><tr><td>student780</td><td>Languages</td><td>female</td><td>15</td><td>86</td><td>24</td><td>98</td></tr><tr><td>student781</td><td>Mathematics</td><td>male</td><td>46</td><td>8</td><td>43</td><td>69</td></tr><tr><td>student782</td><td>Languages</td><td>female</td><td>67</td><td>98</td><td>15</td><td>52</td></tr><tr><td>student783</td><td>Mathematics</td><td>male</td><td>33</td><td>32</td><td>63</td><td>57</td></tr><tr><td>student784</td><td>Languages</td><td>female</td><td>35</td><td>95</td><td>16</td><td>53</td></tr><tr><td>student785</td><td>Mathematics</td><td>male</td><td>78</td><td>54</td><td>54</td><td>82</td></tr><tr><td>student786</td><td>Languages</td><td>female</td><td>81</td><td>85</td><td>91</td><td>4</td></tr><tr><td>student787</td><td>Mathematics</td><td>male</td><td>42</td><td>41</td><td>23</td><td>14</td></tr><tr><td>student788</td><td>Languages</td><td>female</td><td>59</td><td>100</td><td>86</td><td>36</td></tr><tr><td>student789</td><td>Mathematics</td><td>male</td><td>1</td><td>92</td><td>60</td><td>12</td></tr><tr><td>student790</td><td>Languages</td><td>female</td><td>100</td><td>34</td><td>5</td><td>70</td></tr><tr><td>student791</td><td>Mathematics</td><td>male</td><td>3</td><td>81</td><td>2</td><td>17</td></tr><tr><td>student792</td><td>Languages</td><td>female</td><td>31</td><td>55</td><td>19</td><td>3</td></tr><tr><td>student793</td><td>Mathematics</td><td>male</td><td>11</td><td>33</td><td>98</td><td>77</td></tr><tr><td>student794</td><td>Languages</td><td>female</td><td>4</td><td>61</td><td>7</td><td>86</td></tr><tr><td>student795</td><td>Mathematics</td><td>male</td><td>57</td><td>86</td><td>7</td><td>27</td></tr><tr><td>student796</td><td>Languages</td><td>female</td><td>5</td><td>74</td><td>62</td><td>36</td></tr><tr><td>student797</td><td>Mathematics</td><td>male</td><td>57</td><td>67</td><td>66</td><td>61</td></tr><tr><td>student798</td><td>Languages</td><td>female</td><td>93</td><td>88</td><td>87</td><td>25</td></tr><tr><td>student799</td><td>Mathematics</td><td>male</td><td>59</td><td>96</td><td>64</td><td>41</td></tr><tr><td>student800</td><td>Languages</td><td>female</td><td>62</td><td>7</td><td>69</td><td>23</td></tr><tr><td>student801</td><td>Mathematics</td><td>male</td><td>35</td><td>83</td><td>32</td><td>55</td></tr><tr><td>student802</td><td>Languages</td><td>female</td><td>42</td><td>58</td><td>15</td><td>83</td></tr><tr><td>student803</td><td>Mathematics</td><td>male</td><td>41</td><td>90</td><td>40</td><td>12</td></tr><tr><td>student804</td><td>Languages</td><td>female</td><td>81</td><td>43</td><td>83</td><td>7</td></tr><tr><td>student805</td><td>Mathematics</td><td>male</td><td>87</td><td>77</td><td>33</td><td>20</td></tr><tr><td>student806</td><td>Languages</td><td>female</td><td>53</td><td>87</td><td>30</td><td>37</td></tr><tr><td>student807</td><td>Mathematics</td><td>male</td><td>13</td><td>35</td><td>85</td><td>16</td></tr><tr><td>student808</td><td>Languages</td><td>female</td><td>20</td><td>82</td><td>90</td><td>34</td></tr><tr><td>student809</td><td>Mathematics</td><td>male</td><td>58</td><td>2</td><td>16</td><td>14</td></tr><tr><td>student810</td><td>Languages</td><td>female</td><td>14</td><td>28</td><td>23</td><td>56</td></tr><tr><td>student811</td><td>Mathematics</td><td>male</td><td>49</td><td>97</td><td>36</td><td>8</td></tr><tr><td>student812</td><td>Languages</td><td>female</td><td>31</td><td>46</td><td>11</td><td>63</td></tr><tr><td>student813</td><td>Mathematics</td><td>male</td><td>74</td><td>9</td><td>76</td><td>43</td></tr><tr><td>student814</td><td>Languages</td><td>female</td><td>42</td><td>83</td><td>95</td><td>75</td></tr><tr><td>student815</td><td>Mathematics</td><td>male</td><td>2</td><td>65</td><td>45</td><td>29</td></tr><tr><td>student816</td><td>Languages</td><td>female</td><td>79</td><td>59</td><td>69</td><td>88</td></tr><tr><td>student817</td><td>Mathematics</td><td>male</td><td>68</td><td>18</td><td>26</td><td>84</td></tr><tr><td>student818</td><td>Languages</td><td>female</td><td>39</td><td>13</td><td>99</td><td>15</td></tr><tr><td>student819</td><td>Mathematics</td><td>male</td><td>22</td><td>48</td><td>71</td><td>6</td></tr><tr><td>student820</td><td>Languages</td><td>female</td><td>12</td><td>53</td><td>88</td><td>11</td></tr><tr><td>student821</td><td>Mathematics</td><td>male</td><td>33</td><td>90</td><td>80</td><td>29</td></tr><tr><td>student822</td><td>Languages</td><td>female</td><td>37</td><td>9</td><td>54</td><td>86</td></tr><tr><td>student823</td><td>Mathematics</td><td>male</td><td>91</td><td>78</td><td>85</td><td>1</td></tr><tr><td>student824</td><td>Languages</td><td>female</td><td>31</td><td>58</td><td>67</td><td>31</td></tr><tr><td>student825</td><td>Mathematics</td><td>male</td><td>22</td><td>30</td><td>50</td><td>98</td></tr><tr><td>student826</td><td>Languages</td><td>female</td><td>55</td><td>58</td><td>56</td><td>10</td></tr><tr><td>student827</td><td>Mathematics</td><td>male</td><td>56</td><td>76</td><td>57</td><td>53</td></tr><tr><td>student828</td><td>Languages</td><td>female</td><td>1</td><td>12</td><td>98</td><td>81</td></tr><tr><td>student829</td><td>Mathematics</td><td>male</td><td>67</td><td>92</td><td>66</td><td>71</td></tr><tr><td>student830</td><td>Languages</td><td>female</td><td>30</td><td>61</td><td>44</td><td>49</td></tr><tr><td>student831</td><td>Mathematics</td><td>male</td><td>0</td><td>41</td><td>44</td><td>61</td></tr><tr><td>student832</td><td>Languages</td><td>female</td><td>72</td><td>52</td><td>45</td><td>85</td></tr><tr><td>student833</td><td>Mathematics</td><td>male</td><td>60</td><td>99</td><td>12</td><td>94</td></tr><tr><td>student834</td><td>Languages</td><td>female</td><td>83</td><td>58</td><td>75</td><td>42</td></tr><tr><td>student835</td><td>Mathematics</td><td>male</td><td>95</td><td>0</td><td>53</td><td>77</td></tr><tr><td>student836</td><td>Languages</td><td>female</td><td>33</td><td>28</td><td>70</td><td>62</td></tr><tr><td>student837</td><td>Mathematics</td><td>male</td><td>39</td><td>82</td><td>75</td><td>5</td></tr><tr><td>student838</td><td>Languages</td><td>female</td><td>41</td><td>100</td><td>45</td><td>47</td></tr><tr><td>student839</td><td>Mathematics</td><td>male</td><td>81</td><td>69</td><td>27</td><td>29</td></tr><tr><td>student840</td><td>Languages</td><td>female</td><td>90</td><td>1</td><td>26</td><td>49</td></tr><tr><td>student841</td><td>Mathematics</td><td>male</td><td>45</td><td>38</td><td>20</td><td>34</td></tr><tr><td>student842</td><td>Languages</td><td>female</td><td>3</td><td>25</td><td>31</td><td>1</td></tr><tr><td>student843</td><td>Mathematics</td><td>male</td><td>55</td><td>77</td><td>86</td><td>49</td></tr><tr><td>student844</td><td>Languages</td><td>female</td><td>61</td><td>60</td><td>91</td><td>76</td></tr><tr><td>student845</td><td>Mathematics</td><td>male</td><td>80</td><td>85</td><td>74</td><td>9</td></tr><tr><td>student846</td><td>Languages</td><td>female</td><td>63</td><td>89</td><td>73</td><td>71</td></tr><tr><td>student847</td><td>Mathematics</td><td>male</td><td>79</td><td>15</td><td>97</td><td>42</td></tr><tr><td>student848</td><td>Languages</td><td>female</td><td>99</td><td>18</td><td>73</td><td>43</td></tr><tr><td>student849</td><td>Mathematics</td><td>male</td><td>30</td><td>52</td><td>38</td><td>56</td></tr><tr><td>student850</td><td>Languages</td><td>female</td><td>65</td><td>86</td><td>67</td><td>34</td></tr><tr><td>student851</td><td>Mathematics</td><td>male</td><td>73</td><td>43</td><td>6</td><td>55</td></tr><tr><td>student852</td><td>Languages</td><td>female</td><td>42</td><td>43</td><td>51</td><td>73</td></tr><tr><td>student853</td><td>Mathematics</td><td>male</td><td>8</td><td>70</td><td>98</td><td>0</td></tr><tr><td>student854</td><td>Languages</td><td>female</td><td>29</td><td>41</td><td>12</td><td>45</td></tr><tr><td>student855</td><td>Mathematics</td><td>male</td><td>57</td><td>3</td><td>90</td><td>90</td></tr><tr><td>student856</td><td>Languages</td><td>female</td><td>80</td><td>52</td><td>96</td><td>54</td></tr><tr><td>student857</td><td>Mathematics</td><td>male</td><td>43</td><td>83</td><td>82</td><td>46</td></tr><tr><td>student858</td><td>Languages</td><td>female</td><td>7</td><td>91</td><td>71</td><td>31</td></tr><tr><td>student859</td><td>Mathematics</td><td>male</td><td>68</td><td>13</td><td>70</td><td>7</td></tr><tr><td>student860</td><td>Languages</td><td>female</td><td>51</td><td>44</td><td>15</td><td>52</td></tr><tr><td>student861</td><td>Mathematics</td><td>male</td><td>91</td><td>70</td><td>1</td><td>78</td></tr><tr><td>student862</td><td>Languages</td><td>female</td><td>4</td><td>11</td><td>65</td><td>78</td></tr><tr><td>student863</td><td>Mathematics</td><td>male</td><td>20</td><td>63</td><td>55</td><td>85</td></tr><tr><td>student864</td><td>Languages</td><td>female</td><td>59</td><td>3</td><td>87</td><td>26</td></tr><tr><td>student865</td><td>Mathematics</td><td>male</td><td>4</td><td>89</td><td>44</td><td>32</td></tr><tr><td>student866</td><td>Languages</td><td>female</td><td>26</td><td>67</td><td>98</td><td>39</td></tr><tr><td>student867</td><td>Mathematics</td><td>male</td><td>48</td><td>79</td><td>38</td><td>66</td></tr><tr><td>student868</td><td>Languages</td><td>female</td><td>16</td><td>32</td><td>15</td><td>3</td></tr><tr><td>student869</td><td>Mathematics</td><td>male</td><td>13</td><td>20</td><td>50</td><td>85</td></tr><tr><td>student870</td><td>Languages</td><td>female</td><td>4</td><td>92</td><td>20</td><td>39</td></tr><tr><td>student871</td><td>Mathematics</td><td>male</td><td>82</td><td>6</td><td>23</td><td>53</td></tr><tr><td>student872</td><td>Languages</td><td>female</td><td>6</td><td>60</td><td>74</td><td>64</td></tr><tr><td>student873</td><td>Mathematics</td><td>male</td><td>66</td><td>48</td><td>39</td><td>14</td></tr><tr><td>student874</td><td>Languages</td><td>female</td><td>43</td><td>83</td><td>3</td><td>100</td></tr><tr><td>student875</td><td>Mathematics</td><td>male</td><td>21</td><td>49</td><td>9</td><td>0</td></tr><tr><td>student876</td><td>Languages</td><td>female</td><td>79</td><td>80</td><td>71</td><td>80</td></tr><tr><td>student877</td><td>Mathematics</td><td>male</td><td>84</td><td>25</td><td>26</td><td>88</td></tr><tr><td>student878</td><td>Languages</td><td>female</td><td>38</td><td>46</td><td>66</td><td>60</td></tr><tr><td>student879</td><td>Mathematics</td><td>male</td><td>35</td><td>27</td><td>98</td><td>51</td></tr><tr><td>student880</td><td>Languages</td><td>female</td><td>57</td><td>59</td><td>2</td><td>67</td></tr><tr><td>student881</td><td>Mathematics</td><td>male</td><td>76</td><td>87</td><td>78</td><td>8</td></tr><tr><td>student882</td><td>Languages</td><td>female</td><td>21</td><td>40</td><td>8</td><td>17</td></tr><tr><td>student883</td><td>Mathematics</td><td>male</td><td>50</td><td>4</td><td>68</td><td>66</td></tr><tr><td>student884</td><td>Languages</td><td>female</td><td>83</td><td>86</td><td>30</td><td>92</td></tr><tr><td>student885</td><td>Mathematics</td><td>male</td><td>63</td><td>46</td><td>66</td><td>94</td></tr><tr><td>student886</td><td>Languages</td><td>female</td><td>76</td><td>71</td><td>2</td><td>62</td></tr><tr><td>student887</td><td>Mathematics</td><td>male</td><td>74</td><td>18</td><td>68</td><td>6</td></tr><tr><td>student888</td><td>Languages</td><td>female</td><td>65</td><td>77</td><td>44</td><td>88</td></tr><tr><td>student889</td><td>Mathematics</td><td>male</td><td>67</td><td>32</td><td>61</td><td>19</td></tr><tr><td>student890</td><td>Languages</td><td>female</td><td>85</td><td>96</td><td>85</td><td>41</td></tr><tr><td>student891</td><td>Mathematics</td><td>male</td><td>14</td><td>87</td><td>70</td><td>5</td></tr><tr><td>student892</td><td>Languages</td><td>female</td><td>81</td><td>28</td><td>45</td><td>28</td></tr><tr><td>student893</td><td>Mathematics</td><td>male</td><td>9</td><td>19</td><td>18</td><td>83</td></tr><tr><td>student894</td><td>Languages</td><td>female</td><td>40</td><td>70</td><td>2</td><td>4</td></tr><tr><td>student895</td><td>Mathematics</td><td>male</td><td>18</td><td>19</td><td>51</td><td>89</td></tr><tr><td>student896</td><td>Languages</td><td>female</td><td>70</td><td>35</td><td>25</td><td>12</td></tr><tr><td>student897</td><td>Mathematics</td><td>male</td><td>72</td><td>90</td><td>7</td><td>41</td></tr><tr><td>student898</td><td>Languages</td><td>female</td><td>84</td><td>1</td><td>71</td><td>86</td></tr><tr><td>student899</td><td>Mathematics</td><td>male</td><td>14</td><td>2</td><td>38</td><td>86</td></tr><tr><td>student900</td><td>Languages</td><td>female</td><td>78</td><td>37</td><td>60</td><td>1</td></tr><tr><td>student901</td><td>Mathematics</td><td>male</td><td>66</td><td>95</td><td>31</td><td>68</td></tr><tr><td>student902</td><td>Languages</td><td>female</td><td>23</td><td>60</td><td>80</td><td>65</td></tr><tr><td>student903</td><td>Mathematics</td><td>male</td><td>76</td><td>89</td><td>63</td><td>96</td></tr><tr><td>student904</td><td>Languages</td><td>female</td><td>3</td><td>46</td><td>90</td><td>70</td></tr><tr><td>student905</td><td>Mathematics</td><td>male</td><td>65</td><td>44</td><td>96</td><td>79</td></tr><tr><td>student906</td><td>Languages</td><td>female</td><td>68</td><td>77</td><td>8</td><td>65</td></tr><tr><td>student907</td><td>Mathematics</td><td>male</td><td>86</td><td>61</td><td>99</td><td>43</td></tr><tr><td>student908</td><td>Languages</td><td>female</td><td>88</td><td>95</td><td>32</td><td>13</td></tr><tr><td>student909</td><td>Mathematics</td><td>male</td><td>53</td><td>100</td><td>59</td><td>82</td></tr><tr><td>student910</td><td>Languages</td><td>female</td><td>35</td><td>7</td><td>95</td><td>35</td></tr><tr><td>student911</td><td>Mathematics</td><td>male</td><td>23</td><td>0</td><td>1</td><td>77</td></tr><tr><td>student912</td><td>Languages</td><td>female</td><td>9</td><td>68</td><td>72</td><td>63</td></tr><tr><td>student913</td><td>Mathematics</td><td>male</td><td>23</td><td>92</td><td>39</td><td>96</td></tr><tr><td>student914</td><td>Languages</td><td>female</td><td>94</td><td>97</td><td>6</td><td>58</td></tr><tr><td>student915</td><td>Mathematics</td><td>male</td><td>49</td><td>31</td><td>29</td><td>71</td></tr><tr><td>student916</td><td>Languages</td><td>female</td><td>21</td><td>57</td><td>79</td><td>57</td></tr><tr><td>student917</td><td>Mathematics</td><td>male</td><td>0</td><td>35</td><td>100</td><td>89</td></tr><tr><td>student918</td><td>Languages</td><td>female</td><td>64</td><td>82</td><td>75</td><td>52</td></tr><tr><td>student919</td><td>Mathematics</td><td>male</td><td>16</td><td>66</td><td>69</td><td>68</td></tr><tr><td>student920</td><td>Languages</td><td>female</td><td>92</td><td>95</td><td>11</td><td>27</td></tr><tr><td>student921</td><td>Mathematics</td><td>male</td><td>16</td><td>88</td><td>85</td><td>90</td></tr><tr><td>student922</td><td>Languages</td><td>female</td><td>56</td><td>15</td><td>26</td><td>98</td></tr><tr><td>student923</td><td>Mathematics</td><td>male</td><td>78</td><td>27</td><td>40</td><td>17</td></tr><tr><td>student924</td><td>Languages</td><td>female</td><td>95</td><td>10</td><td>44</td><td>32</td></tr><tr><td>student925</td><td>Mathematics</td><td>male</td><td>99</td><td>85</td><td>52</td><td>18</td></tr><tr><td>student926</td><td>Languages</td><td>female</td><td>73</td><td>31</td><td>71</td><td>49</td></tr><tr><td>student927</td><td>Mathematics</td><td>male</td><td>21</td><td>79</td><td>10</td><td>63</td></tr><tr><td>student928</td><td>Languages</td><td>female</td><td>92</td><td>71</td><td>80</td><td>12</td></tr><tr><td>student929</td><td>Mathematics</td><td>male</td><td>23</td><td>29</td><td>33</td><td>88</td></tr><tr><td>student930</td><td>Languages</td><td>female</td><td>41</td><td>8</td><td>98</td><td>84</td></tr><tr><td>student931</td><td>Mathematics</td><td>male</td><td>97</td><td>17</td><td>79</td><td>21</td></tr><tr><td>student932</td><td>Languages</td><td>female</td><td>72</td><td>40</td><td>93</td><td>92</td></tr><tr><td>student933</td><td>Mathematics</td><td>male</td><td>75</td><td>58</td><td>3</td><td>26</td></tr><tr><td>student934</td><td>Languages</td><td>female</td><td>15</td><td>98</td><td>27</td><td>28</td></tr><tr><td>student935</td><td>Mathematics</td><td>male</td><td>76</td><td>88</td><td>80</td><td>6</td></tr><tr><td>student936</td><td>Languages</td><td>female</td><td>84</td><td>23</td><td>42</td><td>92</td></tr><tr><td>student937</td><td>Mathematics</td><td>male</td><td>71</td><td>56</td><td>86</td><td>71</td></tr><tr><td>student938</td><td>Languages</td><td>female</td><td>7</td><td>39</td><td>58</td><td>22</td></tr><tr><td>student939</td><td>Mathematics</td><td>male</td><td>1</td><td>55</td><td>54</td><td>60</td></tr><tr><td>student940</td><td>Languages</td><td>female</td><td>20</td><td>31</td><td>30</td><td>8</td></tr><tr><td>student941</td><td>Mathematics</td><td>male</td><td>97</td><td>54</td><td>41</td><td>81</td></tr><tr><td>student942</td><td>Languages</td><td>female</td><td>83</td><td>41</td><td>86</td><td>64</td></tr><tr><td>student943</td><td>Mathematics</td><td>male</td><td>71</td><td>95</td><td>32</td><td>7</td></tr><tr><td>student944</td><td>Languages</td><td>female</td><td>0</td><td>27</td><td>30</td><td>91</td></tr><tr><td>student945</td><td>Mathematics</td><td>male</td><td>99</td><td>75</td><td>17</td><td>22</td></tr><tr><td>student946</td><td>Languages</td><td>female</td><td>92</td><td>53</td><td>10</td><td>90</td></tr><tr><td>student947</td><td>Mathematics</td><td>male</td><td>4</td><td>44</td><td>94</td><td>32</td></tr><tr><td>student948</td><td>Languages</td><td>female</td><td>0</td><td>97</td><td>48</td><td>79</td></tr><tr><td>student949</td><td>Mathematics</td><td>male</td><td>97</td><td>55</td><td>79</td><td>74</td></tr><tr><td>student950</td><td>Languages</td><td>female</td><td>65</td><td>98</td><td>9</td><td>32</td></tr><tr><td>student951</td><td>Mathematics</td><td>male</td><td>56</td><td>73</td><td>38</td><td>81</td></tr><tr><td>student952</td><td>Languages</td><td>female</td><td>84</td><td>94</td><td>61</td><td>50</td></tr><tr><td>student953</td><td>Mathematics</td><td>male</td><td>48</td><td>20</td><td>77</td><td>0</td></tr><tr><td>student954</td><td>Languages</td><td>female</td><td>39</td><td>98</td><td>14</td><td>20</td></tr><tr><td>student955</td><td>Mathematics</td><td>male</td><td>4</td><td>15</td><td>24</td><td>65</td></tr><tr><td>student956</td><td>Languages</td><td>female</td><td>78</td><td>22</td><td>92</td><td>31</td></tr><tr><td>student957</td><td>Mathematics</td><td>male</td><td>28</td><td>38</td><td>26</td><td>54</td></tr><tr><td>student958</td><td>Languages</td><td>female</td><td>49</td><td>61</td><td>35</td><td>54</td></tr><tr><td>student959</td><td>Mathematics</td><td>male</td><td>81</td><td>15</td><td>28</td><td>17</td></tr><tr><td>student960</td><td>Languages</td><td>female</td><td>54</td><td>80</td><td>58</td><td>2</td></tr><tr><td>student961</td><td>Mathematics</td><td>male</td><td>75</td><td>23</td><td>5</td><td>37</td></tr><tr><td>student962</td><td>Languages</td><td>female</td><td>55</td><td>65</td><td>1</td><td>20</td></tr><tr><td>student963</td><td>Mathematics</td><td>male</td><td>86</td><td>42</td><td>70</td><td>36</td></tr><tr><td>student964</td><td>Languages</td><td>female</td><td>54</td><td>45</td><td>54</td><td>80</td></tr><tr><td>student965</td><td>Mathematics</td><td>male</td><td>38</td><td>18</td><td>69</td><td>92</td></tr><tr><td>student966</td><td>Languages</td><td>female</td><td>33</td><td>89</td><td>46</td><td>83</td></tr><tr><td>student967</td><td>Mathematics</td><td>male</td><td>43</td><td>9</td><td>55</td><td>76</td></tr><tr><td>student968</td><td>Languages</td><td>female</td><td>13</td><td>26</td><td>12</td><td>86</td></tr><tr><td>student969</td><td>Mathematics</td><td>male</td><td>94</td><td>22</td><td>85</td><td>59</td></tr><tr><td>student970</td><td>Languages</td><td>female</td><td>93</td><td>58</td><td>6</td><td>10</td></tr><tr><td>student971</td><td>Mathematics</td><td>male</td><td>35</td><td>72</td><td>85</td><td>36</td></tr><tr><td>student972</td><td>Languages</td><td>female</td><td>37</td><td>51</td><td>96</td><td>93</td></tr><tr><td>student973</td><td>Mathematics</td><td>male</td><td>71</td><td>10</td><td>79</td><td>59</td></tr><tr><td>student974</td><td>Languages</td><td>female</td><td>71</td><td>31</td><td>73</td><td>93</td></tr><tr><td>student975</td><td>Mathematics</td><td>male</td><td>80</td><td>26</td><td>86</td><td>97</td></tr><tr><td>student976</td><td>Languages</td><td>female</td><td>69</td><td>21</td><td>67</td><td>69</td></tr><tr><td>student977</td><td>Mathematics</td><td>male</td><td>38</td><td>86</td><td>10</td><td>39</td></tr><tr><td>student978</td><td>Languages</td><td>female</td><td>48</td><td>90</td><td>39</td><td>81</td></tr><tr><td>student979</td><td>Mathematics</td><td>male</td><td>90</td><td>83</td><td>3</td><td>42</td></tr><tr><td>student980</td><td>Languages</td><td>female</td><td>19</td><td>1</td><td>91</td><td>84</td></tr><tr><td>student981</td><td>Mathematics</td><td>male</td><td>98</td><td>25</td><td>50</td><td>46</td></tr><tr><td>student982</td><td>Languages</td><td>female</td><td>38</td><td>88</td><td>21</td><td>16</td></tr><tr><td>student983</td><td>Mathematics</td><td>male</td><td>71</td><td>48</td><td>18</td><td>43</td></tr><tr><td>student984</td><td>Languages</td><td>female</td><td>79</td><td>85</td><td>18</td><td>16</td></tr><tr><td>student985</td><td>Mathematics</td><td>male</td><td>51</td><td>66</td><td>90</td><td>68</td></tr><tr><td>student986</td><td>Languages</td><td>female</td><td>100</td><td>95</td><td>65</td><td>91</td></tr><tr><td>student987</td><td>Mathematics</td><td>male</td><td>6</td><td>74</td><td>24</td><td>24</td></tr><tr><td>student988</td><td>Languages</td><td>female</td><td>93</td><td>80</td><td>94</td><td>35</td></tr><tr><td>student989</td><td>Mathematics</td><td>male</td><td>65</td><td>78</td><td>57</td><td>94</td></tr><tr><td>student990</td><td>Languages</td><td>female</td><td>27</td><td>92</td><td>21</td><td>91</td></tr><tr><td>student991</td><td>Mathematics</td><td>male</td><td>77</td><td>15</td><td>26</td><td>76</td></tr><tr><td>student992</td><td>Languages</td><td>female</td><td>28</td><td>84</td><td>51</td><td>67</td></tr><tr><td>student993</td><td>Mathematics</td><td>male</td><td>3</td><td>78</td><td>62</td><td>50</td></tr><tr><td>student994</td><td>Languages</td><td>female</td><td>59</td><td>77</td><td>20</td><td>74</td></tr><tr><td>student995</td><td>Mathematics</td><td>male</td><td>62</td><td>66</td><td>8</td><td>75</td></tr><tr><td>student996</td><td>Languages</td><td>female</td><td>88</td><td>70</td><td>33</td><td>43</td></tr><tr><td>student997</td><td>Mathematics</td><td>male</td><td>73</td><td>33</td><td>42</td><td>53</td></tr><tr><td>student998</td><td>Languages</td><td>female</td><td>64</td><td>10</td><td>2</td><td>31</td></tr><tr><td>student999</td><td>Mathematics</td><td>male</td><td>91</td><td>93</td><td>16</td><td>35</td></tr><tr><td>student1000</td><td>Languages</td><td>female</td><td>30</td><td>68</td><td>95</td><td>40</td></tr><tr><td>student1001</td><td>Mathematics</td><td>male</td><td>25</td><td>2</td><td>48</td><td>32</td></tr><tr><td>student1002</td><td>Languages</td><td>female</td><td>50</td><td>77</td><td>53</td><td>81</td></tr><tr><td>student1003</td><td>Mathematics</td><td>male</td><td>67</td><td>44</td><td>10</td><td>65</td></tr><tr><td>student1004</td><td>Languages</td><td>female</td><td>29</td><td>53</td><td>34</td><td>86</td></tr><tr><td>student1005</td><td>Mathematics</td><td>male</td><td>77</td><td>69</td><td>22</td><td>75</td></tr><tr><td>student1006</td><td>Languages</td><td>female</td><td>48</td><td>82</td><td>95</td><td>40</td></tr><tr><td>student1007</td><td>Mathematics</td><td>male</td><td>30</td><td>71</td><td>29</td><td>63</td></tr><tr><td>student1008</td><td>Languages</td><td>female</td><td>45</td><td>31</td><td>4</td><td>71</td></tr><tr><td>student1009</td><td>Mathematics</td><td>male</td><td>81</td><td>12</td><td>20</td><td>44</td></tr><tr><td>student1010</td><td>Languages</td><td>female</td><td>17</td><td>66</td><td>82</td><td>42</td></tr><tr><td>student1011</td><td>Mathematics</td><td>male</td><td>15</td><td>11</td><td>32</td><td>18</td></tr><tr><td>student1012</td><td>Languages</td><td>female</td><td>27</td><td>34</td><td>59</td><td>19</td></tr><tr><td>student1013</td><td>Mathematics</td><td>male</td><td>18</td><td>67</td><td>25</td><td>14</td></tr><tr><td>student1014</td><td>Languages</td><td>female</td><td>24</td><td>64</td><td>52</td><td>24</td></tr><tr><td>student1015</td><td>Mathematics</td><td>male</td><td>36</td><td>87</td><td>48</td><td>46</td></tr><tr><td>student1016</td><td>Languages</td><td>female</td><td>33</td><td>1</td><td>70</td><td>68</td></tr><tr><td>student1017</td><td>Mathematics</td><td>male</td><td>48</td><td>26</td><td>3</td><td>80</td></tr><tr><td>student1018</td><td>Languages</td><td>female</td><td>53</td><td>63</td><td>85</td><td>57</td></tr><tr><td>student1019</td><td>Mathematics</td><td>male</td><td>58</td><td>73</td><td>0</td><td>24</td></tr><tr><td>student1020</td><td>Languages</td><td>female</td><td>85</td><td>90</td><td>81</td><td>0</td></tr><tr><td>student1021</td><td>Mathematics</td><td>male</td><td>69</td><td>28</td><td>52</td><td>76</td></tr><tr><td>student1022</td><td>Languages</td><td>female</td><td>75</td><td>22</td><td>7</td><td>52</td></tr></tbody>
+</table>
+<div id="pager" class="pager">
+	<form>
+		<img src="../addons/pager/icons/first.png" class="first"/>
+		<img src="../addons/pager/icons/prev.png" class="prev"/>
+		<input type="text" class="pagedisplay"/>
+		<img src="../addons/pager/icons/next.png" class="next"/>
+		<img src="../addons/pager/icons/last.png" class="last"/>
+		<select class="pagesize">
+			<option selected="selected"  value="10">10</option>
+			<option value="20">20</option>
+			<option value="30">30</option>
+			<option  value="40">40</option>
+		</select>
+	</form>
+</div>
+
+</div>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript">
+_uacct = "UA-2189649-2";
+urchinTracker();
+</script>
+</body>
+</html>
+
diff --git a/public/opac/js/tablesorter/docs/example-parsers.html b/public/opac/js/tablesorter/docs/example-parsers.html
new file mode 100644
index 0000000000000000000000000000000000000000..002ee0a7f7e81d173ad89ae7effd2ceafccf6dfd
--- /dev/null
+++ b/public/opac/js/tablesorter/docs/example-parsers.html
@@ -0,0 +1,112 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
+<head>
+	<title>jQuery plugin: Tablesorter 2.0 - Writing custom parsers</title>
+	<link rel="stylesheet" href="css/jq.css" type="text/css" media="print, projection, screen" />
+	<link rel="stylesheet" href="../themes/blue/style.css" type="text/css" media="print, projection, screen" />
+	<script type="text/javascript" src="../jquery-latest.js"></script>
+	
+	<script type="text/javascript" src="../jquery.tablesorter.js"></script>
+	<script type="text/javascript" src="../addons/pager/jquery.tablesorter.pager.js"></script>
+	<script type="text/javascript" src="js/chili/chili-1.8b.js"></script>
+	<script type="text/javascript" src="js/docs.js"></script>
+	<script type="text/javascript" src="js/examples.js"></script>
+	<script type="text/javascript" id="js">
+	// add parser through the tablesorter addParser method
+	$.tablesorter.addParser({
+		// set a unique id
+		id: 'grades',
+		is: function(s) {
+			// return false so this parser is not auto detected
+			return false;
+		},
+		format: function(s) {
+			// format your data for normalization
+			return s.toLowerCase().replace(/good/,2).replace(/medium/,1).replace(/bad/,0);
+		},
+		// set type, either numeric or text
+		type: 'numeric'
+	});
+	
+	$(function() {
+		$("table").tablesorter({
+			headers: {
+				6: {
+					sorter:'grades'
+				}
+			}
+		});
+	}); 				
+	</script>
+</head>
+<body>
+<div id="banner">	
+	<h1>table<em>sorter</em></h1>
+	<h2>Writing custom parsers</h2>
+	<h3>Flexible client-side table sorting</h3>
+	<a href="index.html">Back to documentation</a>
+</div>
+<div id="main">
+	<h1>Demo</h1>
+	<div id="demo">
+	<table cellspacing="1" class="tablesorter">
+		<thead>
+			<tr>
+				<th>Name</th>
+				<th>Major</th>
+				<th>Gender</th>
+				<th>English</th>
+				<th>Japanese</th>
+				<th>Calculus</th>
+				<th>Overall grades</th>
+			</tr>
+		</thead>
+		<tbody>
+			<tr>
+				<td>Student01</td>
+				<td>Languages</td>
+				<td>male</td>
+				<td>80</td>
+				<td>70</td>
+				<td>75</td>
+				<td>bad</td>
+			</tr>
+			<tr>
+				<td>Student02</td>
+				<td>Mathematics</td>
+				<td>male</td>
+				<td>90</td>
+				<td>88</td>
+				<td>100</td>
+				<td>good</td>
+			</tr>
+			<tr>
+				<td>Student03</td>
+				<td>Languages</td>
+				<td>female</td>
+				<td>85</td>
+				<td>95</td>
+				<td>80</td>
+				<td>medium</td>
+			</tr>
+		</tbody>
+	</table>
+	</div>
+	<h1>Javascript</h1>
+	<div id="javascript">
+		<pre class="javascript"></pre>
+	</div>
+	<h1>HTML</h1>
+	<div id="html">
+		<pre class="html"></pre>
+	</div>
+</div>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript">
+_uacct = "UA-2189649-2";
+urchinTracker();
+</script>
+</body>
+</html>
+
diff --git a/public/opac/js/tablesorter/docs/example-trigger-sort.html b/public/opac/js/tablesorter/docs/example-trigger-sort.html
new file mode 100644
index 0000000000000000000000000000000000000000..d107921f874a528e9eb3f4b8806af85387609c75
--- /dev/null
+++ b/public/opac/js/tablesorter/docs/example-trigger-sort.html
@@ -0,0 +1,113 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
+<head>
+	<title>jQuery plugin: Tablesorter 2.0 - Sort table using a link outside the table</title>
+	<link rel="stylesheet" href="css/jq.css" type="text/css" media="print, projection, screen" />
+	<link rel="stylesheet" href="../themes/blue/style.css" type="text/css" id="" media="print, projection, screen" />
+	<script type="text/javascript" src="../jquery-latest.js"></script>
+	
+	<script type="text/javascript" src="../jquery.tablesorter.js"></script>
+	<script type="text/javascript" src="../addons/pager/jquery.tablesorter.pager.js"></script>
+	<script type="text/javascript" src="js/chili/chili-1.8b.js"></script>
+	<script type="text/javascript" src="js/docs.js"></script>
+	<script type="text/javascript" src="js/examples.js"></script>
+	<script type="text/javascript" id="js">$(document).ready(function() {
+	$("table").tablesorter();
+	$("#trigger-link").click(function() {
+		// set sorting column and direction, this will sort on the first and third column the column index starts at zero
+		var sorting = [[0,0],[2,0]];
+		// sort on the first column
+		$("table").trigger("sorton",[sorting]);
+		// return false to stop default link action
+		return false;
+	});
+});</script>
+</head>
+<body>
+<div id="banner">	
+	<h1>table<em>sorter</em></h1>
+	<h2>Sort table using a link outside the table</h2>
+	<h3>Flexible client-side table sorting</h3>
+	<a href="index.html">Back to documentation</a>
+</div>
+<div id="main">
+	<h1>Demo</h1>
+	<div id="demo">
+		<table cellspacing="1" class="tablesorter">
+			<thead>
+				<tr>
+					<th>First Name</th>
+					<th>Last Name</th>
+					<th>Age</th>
+					<th>Total</th>
+					<th>Discount</th>
+					<th>Date</th>
+	
+				</tr>
+			</thead>
+			<tbody>
+				<tr>
+					<td>Peter</td>
+					<td>Parker</td>
+					<td>28</td>
+					<td>$9.99</td>
+					<td>20%</td>
+					
+					<td>Jul 6, 2006 8:14 AM</td>
+				</tr>
+				<tr>
+					<td>John</td>
+					<td>Hood</td>
+					<td>33</td>
+					<td>$19.99</td>
+					<td>25%</td>
+					
+					<td>Dec 10, 2002 5:14 AM</td>
+				</tr>
+				<tr>
+					<td>Clark</td>
+					<td>Kent</td>
+					<td>18</td>
+					<td>$15.89</td>
+					<td>44%</td>
+					<td>Jan 12, 2003 11:14 AM</td>
+				</tr>
+				<tr>
+					<td>Bruce</td>
+					<td>Almighty</td>
+					<td>45</td>
+					<td>$153.19</td>
+					<td>44%</td>
+					
+					<td>Jan 18, 2001 9:12 AM</td>
+				</tr>
+				<tr>
+					<td>Bruce</td>
+					<td>Evans</td>
+					<td>22</td>
+					<td>$13.19</td>
+					<td>11%</td>
+					<td>Jan 18, 2007 9:12 AM</td>
+				</tr>
+			</tbody></table>
+		<a href="#" id="trigger-link">Sort first and third columns</a>
+		<br/>
+		<br/>
+	</div>
+	<h1>Javascript</h1>
+	<div id="javascript">
+		<pre class="javascript"></pre>
+	</div>
+	<h1>HTML</h1>
+	<div id="html">
+		<pre class="html"></pre>
+	</div>
+</div>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript">
+_uacct = "UA-2189649-2";
+urchinTracker();
+</script>
+</body>
+</html>
diff --git a/public/opac/js/tablesorter/docs/example-triggers.html b/public/opac/js/tablesorter/docs/example-triggers.html
new file mode 100644
index 0000000000000000000000000000000000000000..58d1711a960869978d61185a57966644b219a833
--- /dev/null
+++ b/public/opac/js/tablesorter/docs/example-triggers.html
@@ -0,0 +1,336 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
+<head>
+	<title>jQuery plugin: Tablesorter 2.0 - Triggers sortStart and sortEnd</title>
+	<link rel="stylesheet" href="css/jq.css" type="text/css" media="print, projection, screen" />
+	<link rel="stylesheet" href="../themes/blue/style.css" type="text/css" id="" media="print, projection, screen" />
+	<script type="text/javascript" src="../jquery-latest.js"></script>
+	<script type="text/javascript" src="../jquery.tablesorter.js"></script>
+	<script type="text/javascript" src="js/chili/chili-1.8b.js"></script>
+	<script type="text/javascript" src="js/docs.js"></script>
+	<script type="text/javascript" src="js/examples.js"></script>
+<script type="text/javascript" id="js">$(document).ready(function() {
+	// call the tablesorter plugin, the magic happens in the markup
+	$("table").tablesorter();
+	//assign the sortStart event
+	$("table").bind("sortStart",function() {
+		$("#overlay").show();
+	}).bind("sortEnd",function() {
+		$("#overlay").hide();
+	});
+}); </script>
+<style>
+#overlay {
+	top: 100px;
+	left: 50%;
+	position: absolute;
+	margin-left: -100px;
+	width: 200px;
+	text-align: center;
+	display: none;
+	margin-top: -10px;
+	background: #000;
+	color: #FFF;
+}
+</style>
+</head>
+<body>
+<div id="banner">	
+	<h1>table<em>sorter</em></h1>
+	<h2>Triggers sortStart and sortEnd</h2>
+	<h3>Flexible client-side table sorting</h3>
+	<a href="index.html">Back to documentation</a>
+</div>
+<div id="main">
+	<h1>Demo</h1>
+	<div id="">
+		<div id="overlay">
+		Please wait...
+		</div>
+		<!-- sortlist is appended to the table using the class attribute and is picked up by metadata plugin -->
+		<table cellspacing="1" class="tablesorter">
+	<thead>
+		<tr>
+			<th>Name</th>
+			<th>Major</th>
+			<th>Sex</th>
+			<th>English</th>
+			<th>Japanese</th>
+			<th>Calculus</th>
+			<th>Geometry</th>
+
+		</tr>
+	</thead>
+	<tfoot>
+		<tr>
+			<th>Name</th>
+			<th>Major</th>
+			<th>Sex</th>
+			<th>English</th>
+			<th>Japanese</th>
+			<th>Calculus</th>
+			<th>Geometry</th>
+
+		</tr>
+	</tfoot>
+	<tbody>
+		<tr>
+			<td>Student01</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>80</td>
+			<td>70</td>
+			<td>75</td>
+			<td>80</td>
+		</tr>
+		<tr>
+			<td>Student02</td>
+
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>90</td>
+			<td>88</td>
+			<td>100</td>
+			<td>90</td>
+
+		</tr>
+		<tr>
+			<td>Student03</td>
+			<td>Languages</td>
+			<td>female</td>
+			<td>85</td>
+			<td>95</td>
+
+			<td>80</td>
+			<td>85</td>
+		</tr>
+		<tr>
+			<td>Student04</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>60</td>
+			<td>55</td>
+			<td>100</td>
+			<td>100</td>
+		</tr>
+		<tr>
+			<td>Student05</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>68</td>
+			<td>80</td>
+			<td>95</td>
+			<td>80</td>
+
+		</tr>
+		<tr>
+			<td>Student06</td>
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>100</td>
+			<td>99</td>
+
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student07</td>
+			<td>Mathematics</td>
+			<td>male</td>
+
+			<td>85</td>
+			<td>68</td>
+			<td>90</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student08</td>
+
+			<td>Languages</td>
+			<td>male</td>
+			<td>100</td>
+			<td>90</td>
+			<td>90</td>
+			<td>85</td>
+
+		</tr>
+		<tr>
+			<td>Student09</td>
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>80</td>
+			<td>50</td>
+
+			<td>65</td>
+			<td>75</td>
+		</tr>
+		<tr>
+			<td>Student10</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>85</td>
+			<td>100</td>
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student11</td>
+
+			<td>Languages</td>
+			<td>male</td>
+			<td>86</td>
+			<td>85</td>
+			<td>100</td>
+			<td>100</td>
+
+		</tr>
+		<tr>
+			<td>Student12</td>
+			<td>Mathematics</td>
+			<td>female</td>
+			<td>100</td>
+			<td>75</td>
+
+			<td>70</td>
+			<td>85</td>
+		</tr>
+		<tr>
+			<td>Student13</td>
+			<td>Languages</td>
+			<td>female</td>
+
+			<td>100</td>
+			<td>80</td>
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student14</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>50</td>
+			<td>45</td>
+			<td>55</td>
+			<td>90</td>
+
+		</tr>
+		<tr>
+			<td>Student15</td>
+			<td>Languages</td>
+			<td>male</td>
+			<td>95</td>
+			<td>35</td>
+
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student16</td>
+			<td>Languages</td>
+			<td>female</td>
+
+			<td>100</td>
+			<td>50</td>
+			<td>30</td>
+			<td>70</td>
+		</tr>
+		<tr>
+			<td>Student17</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>80</td>
+			<td>100</td>
+			<td>55</td>
+			<td>65</td>
+
+		</tr>
+		<tr>
+			<td>Student18</td>
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>30</td>
+			<td>49</td>
+
+			<td>55</td>
+			<td>75</td>
+		</tr>
+		<tr>
+			<td>Student19</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>68</td>
+			<td>90</td>
+			<td>88</td>
+			<td>70</td>
+		</tr>
+		<tr>
+			<td>Student20</td>
+
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>40</td>
+			<td>45</td>
+			<td>40</td>
+			<td>80</td>
+
+		</tr>
+		<tr>
+			<td>Student21</td>
+			<td>Languages</td>
+			<td>male</td>
+			<td>50</td>
+			<td>45</td>
+
+			<td>100</td>
+			<td>100</td>
+		</tr>
+		<tr>
+			<td>Student22</td>
+			<td>Mathematics</td>
+			<td>male</td>
+
+			<td>100</td>
+			<td>99</td>
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student23</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>85</td>
+			<td>80</td>
+			<td>80</td>
+			<td>80</td>
+
+		</tr>
+		<tr><td>student23</td><td>Mathematics</td><td>male</td><td>82</td><td>77</td><td>0</td><td>79</td></tr><tr><td>student24</td><td>Languages</td><td>female</td><td>100</td><td>91</td><td>13</td><td>82</td></tr><tr><td>student25</td><td>Mathematics</td><td>male</td><td>22</td><td>96</td><td>82</td><td>53</td></tr><tr><td>student26</td><td>Languages</td><td>female</td><td>37</td><td>29</td><td>56</td><td>59</td></tr><tr><td>student27</td><td>Mathematics</td><td>male</td><td>86</td><td>82</td><td>69</td><td>23</td></tr><tr><td>student28</td><td>Languages</td><td>female</td><td>44</td><td>25</td><td>43</td><td>1</td></tr><tr><td>student29</td><td>Mathematics</td><td>male</td><td>77</td><td>47</td><td>22</td><td>38</td></tr><tr><td>student30</td><td>Languages</td><td>female</td><td>19</td><td>35</td><td>23</td><td>10</td></tr><tr><td>student31</td><td>Mathematics</td><td>male</td><td>90</td><td>27</td><td>17</td><td>50</td></tr><tr><td>student32</td><td>Languages</td><td>female</td><td>60</td><td>75</td><td>33</td><td>38</td></tr><tr><td>student33</td><td>Mathematics</td><td>male</td><td>4</td><td>31</td><td>37</td><td>15</td></tr><tr><td>student34</td><td>Languages</td><td>female</td><td>77</td><td>97</td><td>81</td><td>44</td></tr><tr><td>student35</td><td>Mathematics</td><td>male</td><td>5</td><td>81</td><td>51</td><td>95</td></tr><tr><td>student36</td><td>Languages</td><td>female</td><td>70</td><td>61</td><td>70</td><td>94</td></tr><tr><td>student37</td><td>Mathematics</td><td>male</td><td>60</td><td>3</td><td>61</td><td>84</td></tr><tr><td>student38</td><td>Languages</td><td>female</td><td>63</td><td>39</td><td>0</td><td>11</td></tr><tr><td>student39</td><td>Mathematics</td><td>male</td><td>50</td><td>46</td><td>32</td><td>38</td></tr><tr><td>student40</td><td>Languages</td><td>female</td><td>51</td><td>75</td><td>25</td><td>3</td></tr><tr><td>student41</td><td>Mathematics</td><td>male</td><td>43</td><td>34</td><td>28</td><td>78</td></tr><tr><td>student42</td><td>Languages</td><td>female</td><td>11</td><td>89</td><td>60</td><td>95</td></tr><tr><td>student43</td><td>Mathematics</td><td>male</td><td>48</td><td>92</td><td>18</td><td>88</td></tr><tr><td>student44</td><td>Languages</td><td>female</td><td>82</td><td>2</td><td>59</td><td>73</td></tr><tr><td>student45</td><td>Mathematics</td><td>male</td><td>91</td><td>73</td><td>37</td><td>39</td></tr><tr><td>student46</td><td>Languages</td><td>female</td><td>4</td><td>8</td><td>12</td><td>10</td></tr><tr><td>student47</td><td>Mathematics</td><td>male</td><td>89</td><td>10</td><td>6</td><td>11</td></tr><tr><td>student48</td><td>Languages</td><td>female</td><td>90</td><td>32</td><td>21</td><td>18</td></tr><tr><td>student49</td><td>Mathematics</td><td>male</td><td>42</td><td>49</td><td>49</td><td>72</td></tr><tr><td>student50</td><td>Languages</td><td>female</td><td>56</td><td>37</td><td>67</td><td>54</td></tr><tr><td>student51</td><td>Mathematics</td><td>male</td><td>48</td><td>31</td><td>55</td><td>63</td></tr><tr><td>student52</td><td>Languages</td><td>female</td><td>38</td><td>91</td><td>71</td><td>74</td></tr><tr><td>student53</td><td>Mathematics</td><td>male</td><td>2</td><td>63</td><td>85</td><td>100</td></tr><tr><td>student54</td><td>Languages</td><td>female</td><td>75</td><td>81</td><td>16</td><td>23</td></tr><tr><td>student55</td><td>Mathematics</td><td>male</td><td>65</td><td>52</td><td>15</td><td>53</td></tr><tr><td>student56</td><td>Languages</td><td>female</td><td>23</td><td>52</td><td>79</td><td>94</td></tr><tr><td>student57</td><td>Mathematics</td><td>male</td><td>80</td><td>22</td><td>61</td><td>12</td></tr><tr><td>student58</td><td>Languages</td><td>female</td><td>53</td><td>5</td><td>79</td><td>79</td></tr><tr><td>student59</td><td>Mathematics</td><td>male</td><td>96</td><td>32</td><td>35</td><td>17</td></tr><tr><td>student60</td><td>Languages</td><td>female</td><td>16</td><td>76</td><td>65</td><td>27</td></tr><tr><td>student61</td><td>Mathematics</td><td>male</td><td>20</td><td>57</td><td>22</td><td>23</td></tr><tr><td>student62</td><td>Languages</td><td>female</td><td>19</td><td>83</td><td>87</td><td>78</td></tr><tr><td>student63</td><td>Mathematics</td><td>male</td><td>2</td><td>5</td><td>83</td><td>30</td></tr><tr><td>student64</td><td>Languages</td><td>female</td><td>0</td><td>21</td><td>9</td><td>93</td></tr><tr><td>student65</td><td>Mathematics</td><td>male</td><td>20</td><td>86</td><td>13</td><td>96</td></tr><tr><td>student66</td><td>Languages</td><td>female</td><td>28</td><td>35</td><td>87</td><td>57</td></tr><tr><td>student67</td><td>Mathematics</td><td>male</td><td>36</td><td>50</td><td>29</td><td>10</td></tr><tr><td>student68</td><td>Languages</td><td>female</td><td>60</td><td>90</td><td>96</td><td>6</td></tr><tr><td>student69</td><td>Mathematics</td><td>male</td><td>34</td><td>61</td><td>43</td><td>98</td></tr><tr><td>student70</td><td>Languages</td><td>female</td><td>13</td><td>37</td><td>91</td><td>83</td></tr><tr><td>student71</td><td>Mathematics</td><td>male</td><td>47</td><td>80</td><td>57</td><td>82</td></tr><tr><td>student72</td><td>Languages</td><td>female</td><td>69</td><td>43</td><td>37</td><td>37</td></tr><tr><td>student73</td><td>Mathematics</td><td>male</td><td>54</td><td>60</td><td>94</td><td>21</td></tr><tr><td>student74</td><td>Languages</td><td>female</td><td>71</td><td>14</td><td>34</td><td>46</td></tr><tr><td>student75</td><td>Mathematics</td><td>male</td><td>89</td><td>96</td><td>31</td><td>17</td></tr><tr><td>student76</td><td>Languages</td><td>female</td><td>28</td><td>48</td><td>29</td><td>94</td></tr><tr><td>student77</td><td>Mathematics</td><td>male</td><td>100</td><td>65</td><td>20</td><td>24</td></tr><tr><td>student78</td><td>Languages</td><td>female</td><td>11</td><td>96</td><td>90</td><td>33</td></tr><tr><td>student79</td><td>Mathematics</td><td>male</td><td>53</td><td>55</td><td>93</td><td>39</td></tr><tr><td>student80</td><td>Languages</td><td>female</td><td>1</td><td>100</td><td>84</td><td>44</td></tr><tr><td>student81</td><td>Mathematics</td><td>male</td><td>63</td><td>78</td><td>96</td><td>43</td></tr><tr><td>student82</td><td>Languages</td><td>female</td><td>41</td><td>69</td><td>82</td><td>35</td></tr><tr><td>student83</td><td>Mathematics</td><td>male</td><td>94</td><td>98</td><td>13</td><td>9</td></tr><tr><td>student84</td><td>Languages</td><td>female</td><td>94</td><td>72</td><td>91</td><td>77</td></tr><tr><td>student85</td><td>Mathematics</td><td>male</td><td>71</td><td>32</td><td>45</td><td>25</td></tr><tr><td>student86</td><td>Languages</td><td>female</td><td>9</td><td>89</td><td>64</td><td>37</td></tr><tr><td>student87</td><td>Mathematics</td><td>male</td><td>89</td><td>1</td><td>73</td><td>67</td></tr><tr><td>student88</td><td>Languages</td><td>female</td><td>43</td><td>41</td><td>68</td><td>79</td></tr><tr><td>student89</td><td>Mathematics</td><td>male</td><td>7</td><td>38</td><td>22</td><td>37</td></tr><tr><td>student90</td><td>Languages</td><td>female</td><td>94</td><td>83</td><td>93</td><td>37</td></tr><tr><td>student91</td><td>Mathematics</td><td>male</td><td>82</td><td>84</td><td>2</td><td>61</td></tr><tr><td>student92</td><td>Languages</td><td>female</td><td>46</td><td>41</td><td>30</td><td>69</td></tr><tr><td>student93</td><td>Mathematics</td><td>male</td><td>47</td><td>19</td><td>85</td><td>83</td></tr><tr><td>student94</td><td>Languages</td><td>female</td><td>39</td><td>14</td><td>64</td><td>62</td></tr><tr><td>student95</td><td>Mathematics</td><td>male</td><td>71</td><td>31</td><td>46</td><td>28</td></tr><tr><td>student96</td><td>Languages</td><td>female</td><td>90</td><td>94</td><td>45</td><td>40</td></tr><tr><td>student97</td><td>Mathematics</td><td>male</td><td>46</td><td>89</td><td>2</td><td>5</td></tr><tr><td>student98</td><td>Languages</td><td>female</td><td>41</td><td>43</td><td>47</td><td>99</td></tr><tr><td>student99</td><td>Mathematics</td><td>male</td><td>71</td><td>90</td><td>89</td><td>73</td></tr><tr><td>student100</td><td>Languages</td><td>female</td><td>31</td><td>64</td><td>18</td><td>56</td></tr><tr><td>student101</td><td>Mathematics</td><td>male</td><td>52</td><td>13</td><td>69</td><td>99</td></tr><tr><td>student102</td><td>Languages</td><td>female</td><td>86</td><td>39</td><td>83</td><td>18</td></tr><tr><td>student103</td><td>Mathematics</td><td>male</td><td>23</td><td>65</td><td>98</td><td>80</td></tr><tr><td>student104</td><td>Languages</td><td>female</td><td>78</td><td>100</td><td>57</td><td>66</td></tr><tr><td>student105</td><td>Mathematics</td><td>male</td><td>69</td><td>21</td><td>43</td><td>97</td></tr><tr><td>student106</td><td>Languages</td><td>female</td><td>27</td><td>2</td><td>78</td><td>38</td></tr><tr><td>student107</td><td>Mathematics</td><td>male</td><td>86</td><td>96</td><td>46</td><td>34</td></tr><tr><td>student108</td><td>Languages</td><td>female</td><td>13</td><td>84</td><td>66</td><td>64</td></tr><tr><td>student109</td><td>Mathematics</td><td>male</td><td>35</td><td>95</td><td>98</td><td>81</td></tr><tr><td>student110</td><td>Languages</td><td>female</td><td>30</td><td>28</td><td>62</td><td>54</td></tr><tr><td>student111</td><td>Mathematics</td><td>male</td><td>60</td><td>31</td><td>35</td><td>85</td></tr><tr><td>student112</td><td>Languages</td><td>female</td><td>19</td><td>81</td><td>19</td><td>69</td></tr><tr><td>student113</td><td>Mathematics</td><td>male</td><td>66</td><td>5</td><td>98</td><td>54</td></tr><tr><td>student114</td><td>Languages</td><td>female</td><td>38</td><td>80</td><td>40</td><td>16</td></tr><tr><td>student115</td><td>Mathematics</td><td>male</td><td>5</td><td>84</td><td>96</td><td>97</td></tr><tr><td>student116</td><td>Languages</td><td>female</td><td>59</td><td>97</td><td>69</td><td>54</td></tr><tr><td>student117</td><td>Mathematics</td><td>male</td><td>0</td><td>34</td><td>79</td><td>49</td></tr><tr><td>student118</td><td>Languages</td><td>female</td><td>18</td><td>7</td><td>12</td><td>85</td></tr><tr><td>student119</td><td>Mathematics</td><td>male</td><td>93</td><td>87</td><td>7</td><td>59</td></tr><tr><td>student120</td><td>Languages</td><td>female</td><td>42</td><td>23</td><td>26</td><td>90</td></tr><tr><td>student121</td><td>Mathematics</td><td>male</td><td>17</td><td>39</td><td>66</td><td>89</td></tr><tr><td>student122</td><td>Languages</td><td>female</td><td>26</td><td>75</td><td>90</td><td>18</td></tr><tr><td>student123</td><td>Mathematics</td><td>male</td><td>34</td><td>23</td><td>77</td><td>80</td></tr><tr><td>student124</td><td>Languages</td><td>female</td><td>52</td><td>6</td><td>77</td><td>42</td></tr><tr><td>student125</td><td>Mathematics</td><td>male</td><td>56</td><td>2</td><td>85</td><td>81</td></tr><tr><td>student126</td><td>Languages</td><td>female</td><td>51</td><td>35</td><td>67</td><td>44</td></tr><tr><td>student127</td><td>Mathematics</td><td>male</td><td>64</td><td>64</td><td>44</td><td>34</td></tr><tr><td>student128</td><td>Languages</td><td>female</td><td>67</td><td>91</td><td>79</td><td>82</td></tr><tr><td>student129</td><td>Mathematics</td><td>male</td><td>4</td><td>26</td><td>15</td><td>79</td></tr><tr><td>student130</td><td>Languages</td><td>female</td><td>72</td><td>10</td><td>3</td><td>69</td></tr><tr><td>student131</td><td>Mathematics</td><td>male</td><td>94</td><td>77</td><td>51</td><td>1</td></tr><tr><td>student132</td><td>Languages</td><td>female</td><td>27</td><td>95</td><td>85</td><td>48</td></tr><tr><td>student133</td><td>Mathematics</td><td>male</td><td>92</td><td>11</td><td>40</td><td>61</td></tr><tr><td>student134</td><td>Languages</td><td>female</td><td>4</td><td>18</td><td>56</td><td>60</td></tr><tr><td>student135</td><td>Mathematics</td><td>male</td><td>8</td><td>42</td><td>26</td><td>52</td></tr><tr><td>student136</td><td>Languages</td><td>female</td><td>7</td><td>60</td><td>47</td><td>21</td></tr><tr><td>student137</td><td>Mathematics</td><td>male</td><td>51</td><td>81</td><td>30</td><td>90</td></tr><tr><td>student138</td><td>Languages</td><td>female</td><td>58</td><td>6</td><td>16</td><td>73</td></tr><tr><td>student139</td><td>Mathematics</td><td>male</td><td>48</td><td>38</td><td>37</td><td>31</td></tr><tr><td>student140</td><td>Languages</td><td>female</td><td>33</td><td>26</td><td>56</td><td>60</td></tr><tr><td>student141</td><td>Mathematics</td><td>male</td><td>84</td><td>84</td><td>29</td><td>75</td></tr><tr><td>student142</td><td>Languages</td><td>female</td><td>72</td><td>35</td><td>6</td><td>54</td></tr><tr><td>student143</td><td>Mathematics</td><td>male</td><td>31</td><td>42</td><td>70</td><td>82</td></tr><tr><td>student144</td><td>Languages</td><td>female</td><td>94</td><td>87</td><td>50</td><td>35</td></tr><tr><td>student145</td><td>Mathematics</td><td>male</td><td>91</td><td>52</td><td>80</td><td>26</td></tr><tr><td>student146</td><td>Languages</td><td>female</td><td>78</td><td>65</td><td>79</td><td>79</td></tr><tr><td>student147</td><td>Mathematics</td><td>male</td><td>50</td><td>90</td><td>59</td><td>71</td></tr><tr><td>student148</td><td>Languages</td><td>female</td><td>15</td><td>68</td><td>66</td><td>33</td></tr><tr><td>student149</td><td>Mathematics</td><td>male</td><td>17</td><td>36</td><td>34</td><td>13</td></tr><tr><td>student150</td><td>Languages</td><td>female</td><td>30</td><td>95</td><td>69</td><td>73</td></tr><tr><td>student151</td><td>Mathematics</td><td>male</td><td>20</td><td>53</td><td>49</td><td>58</td></tr><tr><td>student152</td><td>Languages</td><td>female</td><td>19</td><td>89</td><td>60</td><td>60</td></tr><tr><td>student153</td><td>Mathematics</td><td>male</td><td>52</td><td>82</td><td>20</td><td>3</td></tr><tr><td>student154</td><td>Languages</td><td>female</td><td>66</td><td>98</td><td>53</td><td>66</td></tr><tr><td>student155</td><td>Mathematics</td><td>male</td><td>5</td><td>85</td><td>22</td><td>58</td></tr><tr><td>student156</td><td>Languages</td><td>female</td><td>34</td><td>43</td><td>68</td><td>8</td></tr><tr><td>student157</td><td>Mathematics</td><td>male</td><td>43</td><td>0</td><td>91</td><td>14</td></tr><tr><td>student158</td><td>Languages</td><td>female</td><td>34</td><td>18</td><td>67</td><td>31</td></tr><tr><td>student159</td><td>Mathematics</td><td>male</td><td>79</td><td>73</td><td>34</td><td>52</td></tr><tr><td>student160</td><td>Languages</td><td>female</td><td>15</td><td>61</td><td>37</td><td>27</td></tr><tr><td>student161</td><td>Mathematics</td><td>male</td><td>74</td><td>77</td><td>15</td><td>45</td></tr><tr><td>student162</td><td>Languages</td><td>female</td><td>52</td><td>62</td><td>19</td><td>58</td></tr><tr><td>student163</td><td>Mathematics</td><td>male</td><td>77</td><td>60</td><td>27</td><td>95</td></tr><tr><td>student164</td><td>Languages</td><td>female</td><td>96</td><td>1</td><td>93</td><td>57</td></tr><tr><td>student165</td><td>Mathematics</td><td>male</td><td>51</td><td>63</td><td>75</td><td>19</td></tr><tr><td>student166</td><td>Languages</td><td>female</td><td>32</td><td>44</td><td>72</td><td>99</td></tr><tr><td>student167</td><td>Mathematics</td><td>male</td><td>82</td><td>84</td><td>57</td><td>63</td></tr><tr><td>student168</td><td>Languages</td><td>female</td><td>53</td><td>12</td><td>85</td><td>67</td></tr><tr><td>student169</td><td>Mathematics</td><td>male</td><td>49</td><td>16</td><td>84</td><td>6</td></tr><tr><td>student170</td><td>Languages</td><td>female</td><td>39</td><td>34</td><td>16</td><td>65</td></tr><tr><td>student171</td><td>Mathematics</td><td>male</td><td>100</td><td>68</td><td>88</td><td>4</td></tr><tr><td>student172</td><td>Languages</td><td>female</td><td>14</td><td>25</td><td>63</td><td>52</td></tr><tr><td>student173</td><td>Mathematics</td><td>male</td><td>74</td><td>26</td><td>15</td><td>60</td></tr><tr><td>student174</td><td>Languages</td><td>female</td><td>11</td><td>58</td><td>8</td><td>92</td></tr><tr><td>student175</td><td>Mathematics</td><td>male</td><td>62</td><td>47</td><td>2</td><td>31</td></tr><tr><td>student176</td><td>Languages</td><td>female</td><td>65</td><td>26</td><td>32</td><td>42</td></tr><tr><td>student177</td><td>Mathematics</td><td>male</td><td>83</td><td>78</td><td>69</td><td>24</td></tr><tr><td>student178</td><td>Languages</td><td>female</td><td>14</td><td>100</td><td>7</td><td>43</td></tr><tr><td>student179</td><td>Mathematics</td><td>male</td><td>28</td><td>35</td><td>89</td><td>7</td></tr><tr><td>student180</td><td>Languages</td><td>female</td><td>1</td><td>48</td><td>39</td><td>62</td></tr><tr><td>student181</td><td>Mathematics</td><td>male</td><td>14</td><td>4</td><td>24</td><td>69</td></tr><tr><td>student182</td><td>Languages</td><td>female</td><td>64</td><td>52</td><td>72</td><td>2</td></tr><tr><td>student183</td><td>Mathematics</td><td>male</td><td>15</td><td>26</td><td>27</td><td>85</td></tr><tr><td>student184</td><td>Languages</td><td>female</td><td>91</td><td>49</td><td>40</td><td>7</td></tr><tr><td>student185</td><td>Mathematics</td><td>male</td><td>87</td><td>89</td><td>42</td><td>87</td></tr><tr><td>student186</td><td>Languages</td><td>female</td><td>75</td><td>76</td><td>61</td><td>88</td></tr><tr><td>student187</td><td>Mathematics</td><td>male</td><td>11</td><td>48</td><td>66</td><td>30</td></tr><tr><td>student188</td><td>Languages</td><td>female</td><td>73</td><td>7</td><td>92</td><td>72</td></tr><tr><td>student189</td><td>Mathematics</td><td>male</td><td>98</td><td>36</td><td>58</td><td>15</td></tr><tr><td>student190</td><td>Languages</td><td>female</td><td>80</td><td>2</td><td>86</td><td>56</td></tr><tr><td>student191</td><td>Mathematics</td><td>male</td><td>36</td><td>33</td><td>97</td><td>4</td></tr><tr><td>student192</td><td>Languages</td><td>female</td><td>59</td><td>2</td><td>33</td><td>90</td></tr><tr><td>student193</td><td>Mathematics</td><td>male</td><td>94</td><td>6</td><td>19</td><td>33</td></tr><tr><td>student194</td><td>Languages</td><td>female</td><td>82</td><td>49</td><td>72</td><td>42</td></tr><tr><td>student195</td><td>Mathematics</td><td>male</td><td>80</td><td>59</td><td>8</td><td>30</td></tr><tr><td>student196</td><td>Languages</td><td>female</td><td>89</td><td>17</td><td>90</td><td>27</td></tr><tr><td>student197</td><td>Mathematics</td><td>male</td><td>46</td><td>22</td><td>6</td><td>67</td></tr><tr><td>student198</td><td>Languages</td><td>female</td><td>65</td><td>75</td><td>73</td><td>77</td></tr><tr><td>student199</td><td>Mathematics</td><td>male</td><td>77</td><td>97</td><td>54</td><td>13</td></tr><tr><td>student200</td><td>Languages</td><td>female</td><td>78</td><td>19</td><td>57</td><td>96</td></tr><tr><td>student201</td><td>Mathematics</td><td>male</td><td>92</td><td>21</td><td>11</td><td>80</td></tr><tr><td>student202</td><td>Languages</td><td>female</td><td>45</td><td>49</td><td>93</td><td>40</td></tr><tr><td>student203</td><td>Mathematics</td><td>male</td><td>74</td><td>25</td><td>87</td><td>53</td></tr><tr><td>student204</td><td>Languages</td><td>female</td><td>15</td><td>71</td><td>23</td><td>4</td></tr><tr><td>student205</td><td>Mathematics</td><td>male</td><td>82</td><td>97</td><td>95</td><td>73</td></tr><tr><td>student206</td><td>Languages</td><td>female</td><td>82</td><td>60</td><td>58</td><td>98</td></tr><tr><td>student207</td><td>Mathematics</td><td>male</td><td>26</td><td>64</td><td>11</td><td>100</td></tr><tr><td>student208</td><td>Languages</td><td>female</td><td>64</td><td>9</td><td>60</td><td>45</td></tr><tr><td>student209</td><td>Mathematics</td><td>male</td><td>96</td><td>81</td><td>96</td><td>63</td></tr><tr><td>student210</td><td>Languages</td><td>female</td><td>24</td><td>39</td><td>0</td><td>69</td></tr><tr><td>student211</td><td>Mathematics</td><td>male</td><td>86</td><td>64</td><td>7</td><td>10</td></tr><tr><td>student212</td><td>Languages</td><td>female</td><td>7</td><td>64</td><td>50</td><td>7</td></tr><tr><td>student213</td><td>Mathematics</td><td>male</td><td>59</td><td>12</td><td>26</td><td>77</td></tr><tr><td>student214</td><td>Languages</td><td>female</td><td>21</td><td>25</td><td>93</td><td>82</td></tr><tr><td>student215</td><td>Mathematics</td><td>male</td><td>22</td><td>18</td><td>64</td><td>51</td></tr><tr><td>student216</td><td>Languages</td><td>female</td><td>92</td><td>41</td><td>98</td><td>28</td></tr><tr><td>student217</td><td>Mathematics</td><td>male</td><td>32</td><td>48</td><td>14</td><td>17</td></tr><tr><td>student218</td><td>Languages</td><td>female</td><td>62</td><td>36</td><td>85</td><td>56</td></tr><tr><td>student219</td><td>Mathematics</td><td>male</td><td>33</td><td>37</td><td>90</td><td>87</td></tr><tr><td>student220</td><td>Languages</td><td>female</td><td>24</td><td>43</td><td>60</td><td>84</td></tr><tr><td>student221</td><td>Mathematics</td><td>male</td><td>6</td><td>59</td><td>37</td><td>51</td></tr><tr><td>student222</td><td>Languages</td><td>female</td><td>91</td><td>97</td><td>5</td><td>76</td></tr><tr><td>student223</td><td>Mathematics</td><td>male</td><td>86</td><td>29</td><td>32</td><td>27</td></tr><tr><td>student224</td><td>Languages</td><td>female</td><td>63</td><td>59</td><td>68</td><td>91</td></tr><tr><td>student225</td><td>Mathematics</td><td>male</td><td>57</td><td>73</td><td>95</td><td>68</td></tr><tr><td>student226</td><td>Languages</td><td>female</td><td>38</td><td>54</td><td>59</td><td>87</td></tr><tr><td>student227</td><td>Mathematics</td><td>male</td><td>53</td><td>62</td><td>72</td><td>64</td></tr><tr><td>student228</td><td>Languages</td><td>female</td><td>62</td><td>84</td><td>72</td><td>73</td></tr><tr><td>student229</td><td>Mathematics</td><td>male</td><td>13</td><td>0</td><td>83</td><td>58</td></tr><tr><td>student230</td><td>Languages</td><td>female</td><td>35</td><td>65</td><td>80</td><td>87</td></tr><tr><td>student231</td><td>Mathematics</td><td>male</td><td>76</td><td>20</td><td>28</td><td>50</td></tr><tr><td>student232</td><td>Languages</td><td>female</td><td>9</td><td>17</td><td>66</td><td>33</td></tr><tr><td>student233</td><td>Mathematics</td><td>male</td><td>92</td><td>2</td><td>99</td><td>61</td></tr><tr><td>student234</td><td>Languages</td><td>female</td><td>47</td><td>69</td><td>98</td><td>39</td></tr><tr><td>student235</td><td>Mathematics</td><td>male</td><td>21</td><td>44</td><td>38</td><td>82</td></tr><tr><td>student236</td><td>Languages</td><td>female</td><td>19</td><td>86</td><td>51</td><td>78</td></tr><tr><td>student237</td><td>Mathematics</td><td>male</td><td>28</td><td>45</td><td>49</td><td>36</td></tr><tr><td>student238</td><td>Languages</td><td>female</td><td>78</td><td>19</td><td>49</td><td>81</td></tr><tr><td>student239</td><td>Mathematics</td><td>male</td><td>72</td><td>69</td><td>47</td><td>20</td></tr><tr><td>student240</td><td>Languages</td><td>female</td><td>17</td><td>43</td><td>66</td><td>56</td></tr><tr><td>student241</td><td>Mathematics</td><td>male</td><td>90</td><td>1</td><td>94</td><td>4</td></tr><tr><td>student242</td><td>Languages</td><td>female</td><td>6</td><td>18</td><td>2</td><td>51</td></tr><tr><td>student243</td><td>Mathematics</td><td>male</td><td>1</td><td>37</td><td>72</td><td>13</td></tr><tr><td>student244</td><td>Languages</td><td>female</td><td>80</td><td>0</td><td>58</td><td>54</td></tr><tr><td>student245</td><td>Mathematics</td><td>male</td><td>83</td><td>31</td><td>85</td><td>9</td></tr><tr><td>student246</td><td>Languages</td><td>female</td><td>90</td><td>99</td><td>29</td><td>12</td></tr><tr><td>student247</td><td>Mathematics</td><td>male</td><td>89</td><td>23</td><td>81</td><td>59</td></tr><tr><td>student248</td><td>Languages</td><td>female</td><td>72</td><td>26</td><td>28</td><td>3</td></tr><tr><td>student249</td><td>Mathematics</td><td>male</td><td>28</td><td>10</td><td>50</td><td>47</td></tr><tr><td>student250</td><td>Languages</td><td>female</td><td>89</td><td>14</td><td>89</td><td>4</td></tr><tr><td>student251</td><td>Mathematics</td><td>male</td><td>15</td><td>23</td><td>37</td><td>69</td></tr><tr><td>student252</td><td>Languages</td><td>female</td><td>27</td><td>82</td><td>10</td><td>36</td></tr><tr><td>student253</td><td>Mathematics</td><td>male</td><td>49</td><td>45</td><td>64</td><td>23</td></tr><tr><td>student254</td><td>Languages</td><td>female</td><td>79</td><td>75</td><td>63</td><td>74</td></tr><tr><td>student255</td><td>Mathematics</td><td>male</td><td>2</td><td>56</td><td>64</td><td>75</td></tr><tr><td>student256</td><td>Languages</td><td>female</td><td>36</td><td>26</td><td>29</td><td>58</td></tr><tr><td>student257</td><td>Mathematics</td><td>male</td><td>17</td><td>22</td><td>66</td><td>73</td></tr><tr><td>student258</td><td>Languages</td><td>female</td><td>70</td><td>91</td><td>97</td><td>45</td></tr><tr><td>student259</td><td>Mathematics</td><td>male</td><td>34</td><td>30</td><td>78</td><td>30</td></tr><tr><td>student260</td><td>Languages</td><td>female</td><td>77</td><td>57</td><td>86</td><td>77</td></tr><tr><td>student261</td><td>Mathematics</td><td>male</td><td>12</td><td>59</td><td>68</td><td>7</td></tr><tr><td>student262</td><td>Languages</td><td>female</td><td>11</td><td>60</td><td>97</td><td>71</td></tr><tr><td>student263</td><td>Mathematics</td><td>male</td><td>12</td><td>30</td><td>35</td><td>58</td></tr><tr><td>student264</td><td>Languages</td><td>female</td><td>46</td><td>15</td><td>23</td><td>40</td></tr><tr><td>student265</td><td>Mathematics</td><td>male</td><td>44</td><td>81</td><td>9</td><td>26</td></tr><tr><td>student266</td><td>Languages</td><td>female</td><td>15</td><td>68</td><td>32</td><td>15</td></tr><tr><td>student267</td><td>Mathematics</td><td>male</td><td>5</td><td>58</td><td>50</td><td>98</td></tr><tr><td>student268</td><td>Languages</td><td>female</td><td>42</td><td>30</td><td>32</td><td>24</td></tr><tr><td>student269</td><td>Mathematics</td><td>male</td><td>78</td><td>100</td><td>99</td><td>57</td></tr><tr><td>student270</td><td>Languages</td><td>female</td><td>55</td><td>33</td><td>87</td><td>25</td></tr><tr><td>student271</td><td>Mathematics</td><td>male</td><td>25</td><td>97</td><td>29</td><td>93</td></tr><tr><td>student272</td><td>Languages</td><td>female</td><td>39</td><td>35</td><td>18</td><td>43</td></tr><tr><td>student273</td><td>Mathematics</td><td>male</td><td>35</td><td>17</td><td>99</td><td>58</td></tr><tr><td>student274</td><td>Languages</td><td>female</td><td>86</td><td>52</td><td>27</td><td>24</td></tr><tr><td>student275</td><td>Mathematics</td><td>male</td><td>97</td><td>38</td><td>73</td><td>76</td></tr><tr><td>student276</td><td>Languages</td><td>female</td><td>20</td><td>6</td><td>19</td><td>8</td></tr><tr><td>student277</td><td>Mathematics</td><td>male</td><td>93</td><td>36</td><td>9</td><td>47</td></tr><tr><td>student278</td><td>Languages</td><td>female</td><td>42</td><td>3</td><td>15</td><td>2</td></tr><tr><td>student279</td><td>Mathematics</td><td>male</td><td>61</td><td>18</td><td>96</td><td>2</td></tr><tr><td>student280</td><td>Languages</td><td>female</td><td>99</td><td>89</td><td>87</td><td>94</td></tr><tr><td>student281</td><td>Mathematics</td><td>male</td><td>48</td><td>95</td><td>90</td><td>0</td></tr><tr><td>student282</td><td>Languages</td><td>female</td><td>60</td><td>47</td><td>31</td><td>30</td></tr><tr><td>student283</td><td>Mathematics</td><td>male</td><td>64</td><td>24</td><td>10</td><td>76</td></tr><tr><td>student284</td><td>Languages</td><td>female</td><td>99</td><td>37</td><td>4</td><td>68</td></tr><tr><td>student285</td><td>Mathematics</td><td>male</td><td>0</td><td>98</td><td>68</td><td>69</td></tr><tr><td>student286</td><td>Languages</td><td>female</td><td>66</td><td>82</td><td>49</td><td>59</td></tr><tr><td>student287</td><td>Mathematics</td><td>male</td><td>86</td><td>14</td><td>37</td><td>17</td></tr><tr><td>student288</td><td>Languages</td><td>female</td><td>27</td><td>48</td><td>93</td><td>27</td></tr><tr><td>student289</td><td>Mathematics</td><td>male</td><td>84</td><td>89</td><td>6</td><td>68</td></tr><tr><td>student290</td><td>Languages</td><td>female</td><td>99</td><td>0</td><td>20</td><td>57</td></tr><tr><td>student291</td><td>Mathematics</td><td>male</td><td>50</td><td>96</td><td>72</td><td>42</td></tr><tr><td>student292</td><td>Languages</td><td>female</td><td>98</td><td>2</td><td>27</td><td>92</td></tr><tr><td>student293</td><td>Mathematics</td><td>male</td><td>19</td><td>9</td><td>42</td><td>87</td></tr><tr><td>student294</td><td>Languages</td><td>female</td><td>98</td><td>97</td><td>9</td><td>22</td></tr><tr><td>student295</td><td>Mathematics</td><td>male</td><td>75</td><td>30</td><td>77</td><td>64</td></tr><tr><td>student296</td><td>Languages</td><td>female</td><td>51</td><td>98</td><td>55</td><td>3</td></tr><tr><td>student297</td><td>Mathematics</td><td>male</td><td>25</td><td>95</td><td>86</td><td>72</td></tr><tr><td>student298</td><td>Languages</td><td>female</td><td>20</td><td>75</td><td>37</td><td>35</td></tr><tr><td>student299</td><td>Mathematics</td><td>male</td><td>4</td><td>92</td><td>41</td><td>11</td></tr><tr><td>student300</td><td>Languages</td><td>female</td><td>28</td><td>3</td><td>28</td><td>91</td></tr><tr><td>student301</td><td>Mathematics</td><td>male</td><td>41</td><td>63</td><td>4</td><td>25</td></tr><tr><td>student302</td><td>Languages</td><td>female</td><td>29</td><td>16</td><td>77</td><td>90</td></tr><tr><td>student303</td><td>Mathematics</td><td>male</td><td>89</td><td>41</td><td>51</td><td>82</td></tr><tr><td>student304</td><td>Languages</td><td>female</td><td>40</td><td>91</td><td>24</td><td>34</td></tr><tr><td>student305</td><td>Mathematics</td><td>male</td><td>7</td><td>47</td><td>49</td><td>78</td></tr><tr><td>student306</td><td>Languages</td><td>female</td><td>6</td><td>37</td><td>55</td><td>62</td></tr><tr><td>student307</td><td>Mathematics</td><td>male</td><td>30</td><td>73</td><td>34</td><td>90</td></tr><tr><td>student308</td><td>Languages</td><td>female</td><td>82</td><td>91</td><td>95</td><td>93</td></tr><tr><td>student309</td><td>Mathematics</td><td>male</td><td>62</td><td>4</td><td>73</td><td>82</td></tr><tr><td>student310</td><td>Languages</td><td>female</td><td>39</td><td>10</td><td>12</td><td>57</td></tr><tr><td>student311</td><td>Mathematics</td><td>male</td><td>89</td><td>64</td><td>20</td><td>67</td></tr><tr><td>student312</td><td>Languages</td><td>female</td><td>56</td><td>36</td><td>92</td><td>41</td></tr><tr><td>student313</td><td>Mathematics</td><td>male</td><td>99</td><td>80</td><td>99</td><td>74</td></tr><tr><td>student314</td><td>Languages</td><td>female</td><td>31</td><td>79</td><td>64</td><td>93</td></tr><tr><td>student315</td><td>Mathematics</td><td>male</td><td>53</td><td>2</td><td>70</td><td>55</td></tr><tr><td>student316</td><td>Languages</td><td>female</td><td>35</td><td>15</td><td>29</td><td>60</td></tr><tr><td>student317</td><td>Mathematics</td><td>male</td><td>31</td><td>47</td><td>69</td><td>60</td></tr><tr><td>student318</td><td>Languages</td><td>female</td><td>88</td><td>28</td><td>13</td><td>66</td></tr><tr><td>student319</td><td>Mathematics</td><td>male</td><td>65</td><td>12</td><td>16</td><td>40</td></tr><tr><td>student320</td><td>Languages</td><td>female</td><td>28</td><td>17</td><td>19</td><td>40</td></tr><tr><td>student321</td><td>Mathematics</td><td>male</td><td>24</td><td>100</td><td>44</td><td>70</td></tr><tr><td>student322</td><td>Languages</td><td>female</td><td>20</td><td>59</td><td>83</td><td>52</td></tr><tr><td>student323</td><td>Mathematics</td><td>male</td><td>17</td><td>60</td><td>82</td><td>91</td></tr><tr><td>student324</td><td>Languages</td><td>female</td><td>95</td><td>99</td><td>43</td><td>37</td></tr><tr><td>student325</td><td>Mathematics</td><td>male</td><td>30</td><td>18</td><td>99</td><td>31</td></tr><tr><td>student326</td><td>Languages</td><td>female</td><td>34</td><td>7</td><td>83</td><td>86</td></tr><tr><td>student327</td><td>Mathematics</td><td>male</td><td>98</td><td>63</td><td>4</td><td>35</td></tr><tr><td>student328</td><td>Languages</td><td>female</td><td>54</td><td>23</td><td>98</td><td>46</td></tr><tr><td>student329</td><td>Mathematics</td><td>male</td><td>97</td><td>93</td><td>45</td><td>18</td></tr><tr><td>student330</td><td>Languages</td><td>female</td><td>27</td><td>74</td><td>0</td><td>77</td></tr><tr><td>student331</td><td>Mathematics</td><td>male</td><td>9</td><td>70</td><td>41</td><td>37</td></tr><tr><td>student332</td><td>Languages</td><td>female</td><td>52</td><td>37</td><td>76</td><td>20</td></tr><tr><td>student333</td><td>Mathematics</td><td>male</td><td>74</td><td>18</td><td>68</td><td>19</td></tr><tr><td>student334</td><td>Languages</td><td>female</td><td>77</td><td>100</td><td>33</td><td>9</td></tr><tr><td>student335</td><td>Mathematics</td><td>male</td><td>38</td><td>53</td><td>77</td><td>18</td></tr><tr><td>student336</td><td>Languages</td><td>female</td><td>18</td><td>13</td><td>26</td><td>10</td></tr><tr><td>student337</td><td>Mathematics</td><td>male</td><td>90</td><td>47</td><td>87</td><td>70</td></tr><tr><td>student338</td><td>Languages</td><td>female</td><td>38</td><td>49</td><td>36</td><td>74</td></tr><tr><td>student339</td><td>Mathematics</td><td>male</td><td>100</td><td>64</td><td>13</td><td>72</td></tr><tr><td>student340</td><td>Languages</td><td>female</td><td>74</td><td>25</td><td>41</td><td>52</td></tr><tr><td>student341</td><td>Mathematics</td><td>male</td><td>37</td><td>13</td><td>16</td><td>13</td></tr><tr><td>student342</td><td>Languages</td><td>female</td><td>24</td><td>34</td><td>15</td><td>83</td></tr><tr><td>student343</td><td>Mathematics</td><td>male</td><td>20</td><td>5</td><td>67</td><td>28</td></tr><tr><td>student344</td><td>Languages</td><td>female</td><td>45</td><td>2</td><td>25</td><td>72</td></tr><tr><td>student345</td><td>Mathematics</td><td>male</td><td>19</td><td>11</td><td>75</td><td>35</td></tr><tr><td>student346</td><td>Languages</td><td>female</td><td>6</td><td>58</td><td>31</td><td>15</td></tr><tr><td>student347</td><td>Mathematics</td><td>male</td><td>16</td><td>66</td><td>36</td><td>11</td></tr><tr><td>student348</td><td>Languages</td><td>female</td><td>12</td><td>3</td><td>95</td><td>40</td></tr><tr><td>student349</td><td>Mathematics</td><td>male</td><td>7</td><td>52</td><td>74</td><td>2</td></tr><tr><td>student350</td><td>Languages</td><td>female</td><td>88</td><td>92</td><td>60</td><td>55</td></tr><tr><td>student351</td><td>Mathematics</td><td>male</td><td>92</td><td>70</td><td>91</td><td>45</td></tr><tr><td>student352</td><td>Languages</td><td>female</td><td>74</td><td>76</td><td>59</td><td>44</td></tr><tr><td>student353</td><td>Mathematics</td><td>male</td><td>63</td><td>69</td><td>60</td><td>94</td></tr><tr><td>student354</td><td>Languages</td><td>female</td><td>3</td><td>68</td><td>55</td><td>48</td></tr><tr><td>student355</td><td>Mathematics</td><td>male</td><td>39</td><td>96</td><td>21</td><td>48</td></tr><tr><td>student356</td><td>Languages</td><td>female</td><td>41</td><td>34</td><td>27</td><td>5</td></tr><tr><td>student357</td><td>Mathematics</td><td>male</td><td>64</td><td>3</td><td>47</td><td>33</td></tr><tr><td>student358</td><td>Languages</td><td>female</td><td>95</td><td>14</td><td>63</td><td>55</td></tr><tr><td>student359</td><td>Mathematics</td><td>male</td><td>70</td><td>100</td><td>13</td><td>82</td></tr><tr><td>student360</td><td>Languages</td><td>female</td><td>52</td><td>24</td><td>100</td><td>21</td></tr><tr><td>student361</td><td>Mathematics</td><td>male</td><td>0</td><td>40</td><td>86</td><td>9</td></tr><tr><td>student362</td><td>Languages</td><td>female</td><td>0</td><td>2</td><td>49</td><td>32</td></tr><tr><td>student363</td><td>Mathematics</td><td>male</td><td>23</td><td>10</td><td>86</td><td>94</td></tr><tr><td>student364</td><td>Languages</td><td>female</td><td>15</td><td>3</td><td>86</td><td>49</td></tr><tr><td>student365</td><td>Mathematics</td><td>male</td><td>76</td><td>23</td><td>31</td><td>0</td></tr><tr><td>student366</td><td>Languages</td><td>female</td><td>35</td><td>35</td><td>78</td><td>94</td></tr><tr><td>student367</td><td>Mathematics</td><td>male</td><td>29</td><td>42</td><td>43</td><td>100</td></tr><tr><td>student368</td><td>Languages</td><td>female</td><td>66</td><td>8</td><td>5</td><td>10</td></tr><tr><td>student369</td><td>Mathematics</td><td>male</td><td>74</td><td>15</td><td>56</td><td>83</td></tr><tr><td>student370</td><td>Languages</td><td>female</td><td>75</td><td>43</td><td>90</td><td>8</td></tr><tr><td>student371</td><td>Mathematics</td><td>male</td><td>40</td><td>60</td><td>4</td><td>70</td></tr><tr><td>student372</td><td>Languages</td><td>female</td><td>62</td><td>42</td><td>17</td><td>49</td></tr><tr><td>student373</td><td>Mathematics</td><td>male</td><td>31</td><td>46</td><td>44</td><td>54</td></tr><tr><td>student374</td><td>Languages</td><td>female</td><td>30</td><td>34</td><td>47</td><td>87</td></tr><tr><td>student375</td><td>Mathematics</td><td>male</td><td>9</td><td>69</td><td>41</td><td>52</td></tr><tr><td>student376</td><td>Languages</td><td>female</td><td>85</td><td>43</td><td>29</td><td>92</td></tr><tr><td>student377</td><td>Mathematics</td><td>male</td><td>79</td><td>0</td><td>40</td><td>25</td></tr><tr><td>student378</td><td>Languages</td><td>female</td><td>36</td><td>40</td><td>72</td><td>85</td></tr><tr><td>student379</td><td>Mathematics</td><td>male</td><td>53</td><td>68</td><td>88</td><td>2</td></tr><tr><td>student380</td><td>Languages</td><td>female</td><td>87</td><td>78</td><td>38</td><td>79</td></tr><tr><td>student381</td><td>Mathematics</td><td>male</td><td>89</td><td>97</td><td>83</td><td>38</td></tr><tr><td>student382</td><td>Languages</td><td>female</td><td>21</td><td>19</td><td>49</td><td>10</td></tr><tr><td>student383</td><td>Mathematics</td><td>male</td><td>47</td><td>12</td><td>68</td><td>50</td></tr><tr><td>student384</td><td>Languages</td><td>female</td><td>37</td><td>12</td><td>49</td><td>95</td></tr><tr><td>student385</td><td>Mathematics</td><td>male</td><td>84</td><td>0</td><td>88</td><td>51</td></tr><tr><td>student386</td><td>Languages</td><td>female</td><td>89</td><td>61</td><td>27</td><td>48</td></tr><tr><td>student387</td><td>Mathematics</td><td>male</td><td>10</td><td>47</td><td>87</td><td>61</td></tr><tr><td>student388</td><td>Languages</td><td>female</td><td>16</td><td>9</td><td>26</td><td>56</td></tr><tr><td>student389</td><td>Mathematics</td><td>male</td><td>57</td><td>33</td><td>13</td><td>47</td></tr><tr><td>student390</td><td>Languages</td><td>female</td><td>90</td><td>35</td><td>77</td><td>75</td></tr><tr><td>student391</td><td>Mathematics</td><td>male</td><td>31</td><td>47</td><td>47</td><td>53</td></tr><tr><td>student392</td><td>Languages</td><td>female</td><td>9</td><td>4</td><td>24</td><td>12</td></tr><tr><td>student393</td><td>Mathematics</td><td>male</td><td>61</td><td>19</td><td>81</td><td>7</td></tr><tr><td>student394</td><td>Languages</td><td>female</td><td>4</td><td>57</td><td>57</td><td>7</td></tr><tr><td>student395</td><td>Mathematics</td><td>male</td><td>67</td><td>29</td><td>21</td><td>2</td></tr><tr><td>student396</td><td>Languages</td><td>female</td><td>51</td><td>6</td><td>45</td><td>6</td></tr><tr><td>student397</td><td>Mathematics</td><td>male</td><td>93</td><td>14</td><td>77</td><td>14</td></tr><tr><td>student398</td><td>Languages</td><td>female</td><td>1</td><td>89</td><td>34</td><td>27</td></tr><tr><td>student399</td><td>Mathematics</td><td>male</td><td>93</td><td>77</td><td>57</td><td>91</td></tr><tr><td>student400</td><td>Languages</td><td>female</td><td>67</td><td>77</td><td>80</td><td>32</td></tr><tr><td>student401</td><td>Mathematics</td><td>male</td><td>58</td><td>89</td><td>4</td><td>17</td></tr><tr><td>student402</td><td>Languages</td><td>female</td><td>30</td><td>56</td><td>0</td><td>53</td></tr><tr><td>student403</td><td>Mathematics</td><td>male</td><td>28</td><td>25</td><td>32</td><td>59</td></tr><tr><td>student404</td><td>Languages</td><td>female</td><td>62</td><td>34</td><td>81</td><td>64</td></tr><tr><td>student405</td><td>Mathematics</td><td>male</td><td>29</td><td>84</td><td>26</td><td>23</td></tr><tr><td>student406</td><td>Languages</td><td>female</td><td>70</td><td>8</td><td>63</td><td>77</td></tr><tr><td>student407</td><td>Mathematics</td><td>male</td><td>8</td><td>65</td><td>47</td><td>99</td></tr><tr><td>student408</td><td>Languages</td><td>female</td><td>9</td><td>38</td><td>10</td><td>89</td></tr><tr><td>student409</td><td>Mathematics</td><td>male</td><td>84</td><td>21</td><td>46</td><td>58</td></tr><tr><td>student410</td><td>Languages</td><td>female</td><td>21</td><td>84</td><td>18</td><td>49</td></tr><tr><td>student411</td><td>Mathematics</td><td>male</td><td>27</td><td>9</td><td>63</td><td>40</td></tr><tr><td>student412</td><td>Languages</td><td>female</td><td>93</td><td>0</td><td>19</td><td>91</td></tr><tr><td>student413</td><td>Mathematics</td><td>male</td><td>31</td><td>92</td><td>87</td><td>43</td></tr><tr><td>student414</td><td>Languages</td><td>female</td><td>53</td><td>25</td><td>98</td><td>43</td></tr><tr><td>student415</td><td>Mathematics</td><td>male</td><td>36</td><td>75</td><td>80</td><td>89</td></tr><tr><td>student416</td><td>Languages</td><td>female</td><td>37</td><td>68</td><td>12</td><td>54</td></tr><tr><td>student417</td><td>Mathematics</td><td>male</td><td>25</td><td>89</td><td>12</td><td>53</td></tr><tr><td>student418</td><td>Languages</td><td>female</td><td>92</td><td>2</td><td>8</td><td>46</td></tr><tr><td>student419</td><td>Mathematics</td><td>male</td><td>11</td><td>28</td><td>60</td><td>58</td></tr><tr><td>student420</td><td>Languages</td><td>female</td><td>1</td><td>37</td><td>35</td><td>17</td></tr><tr><td>student421</td><td>Mathematics</td><td>male</td><td>67</td><td>30</td><td>38</td><td>85</td></tr><tr><td>student422</td><td>Languages</td><td>female</td><td>68</td><td>79</td><td>34</td><td>41</td></tr><tr><td>student423</td><td>Mathematics</td><td>male</td><td>72</td><td>45</td><td>93</td><td>41</td></tr><tr><td>student424</td><td>Languages</td><td>female</td><td>56</td><td>46</td><td>45</td><td>38</td></tr><tr><td>student425</td><td>Mathematics</td><td>male</td><td>86</td><td>21</td><td>84</td><td>0</td></tr><tr><td>student426</td><td>Languages</td><td>female</td><td>99</td><td>85</td><td>41</td><td>19</td></tr><tr><td>student427</td><td>Mathematics</td><td>male</td><td>71</td><td>35</td><td>3</td><td>89</td></tr><tr><td>student428</td><td>Languages</td><td>female</td><td>22</td><td>91</td><td>12</td><td>16</td></tr><tr><td>student429</td><td>Mathematics</td><td>male</td><td>15</td><td>3</td><td>26</td><td>93</td></tr><tr><td>student430</td><td>Languages</td><td>female</td><td>35</td><td>46</td><td>34</td><td>74</td></tr><tr><td>student431</td><td>Mathematics</td><td>male</td><td>33</td><td>83</td><td>97</td><td>20</td></tr><tr><td>student432</td><td>Languages</td><td>female</td><td>99</td><td>20</td><td>3</td><td>26</td></tr><tr><td>student433</td><td>Mathematics</td><td>male</td><td>48</td><td>42</td><td>83</td><td>18</td></tr><tr><td>student434</td><td>Languages</td><td>female</td><td>44</td><td>4</td><td>25</td><td>30</td></tr><tr><td>student435</td><td>Mathematics</td><td>male</td><td>78</td><td>48</td><td>60</td><td>45</td></tr><tr><td>student436</td><td>Languages</td><td>female</td><td>47</td><td>57</td><td>89</td><td>0</td></tr><tr><td>student437</td><td>Mathematics</td><td>male</td><td>88</td><td>12</td><td>100</td><td>53</td></tr><tr><td>student438</td><td>Languages</td><td>female</td><td>48</td><td>0</td><td>51</td><td>60</td></tr><tr><td>student439</td><td>Mathematics</td><td>male</td><td>70</td><td>89</td><td>85</td><td>16</td></tr><tr><td>student440</td><td>Languages</td><td>female</td><td>71</td><td>94</td><td>34</td><td>33</td></tr><tr><td>student441</td><td>Mathematics</td><td>male</td><td>68</td><td>13</td><td>72</td><td>18</td></tr><tr><td>student442</td><td>Languages</td><td>female</td><td>7</td><td>53</td><td>97</td><td>21</td></tr><tr><td>student443</td><td>Mathematics</td><td>male</td><td>65</td><td>36</td><td>60</td><td>87</td></tr><tr><td>student444</td><td>Languages</td><td>female</td><td>43</td><td>21</td><td>24</td><td>34</td></tr><tr><td>student445</td><td>Mathematics</td><td>male</td><td>85</td><td>77</td><td>65</td><td>28</td></tr><tr><td>student446</td><td>Languages</td><td>female</td><td>61</td><td>90</td><td>78</td><td>91</td></tr><tr><td>student447</td><td>Mathematics</td><td>male</td><td>92</td><td>0</td><td>78</td><td>12</td></tr><tr><td>student448</td><td>Languages</td><td>female</td><td>33</td><td>30</td><td>62</td><td>90</td></tr><tr><td>student449</td><td>Mathematics</td><td>male</td><td>86</td><td>16</td><td>74</td><td>5</td></tr><tr><td>student450</td><td>Languages</td><td>female</td><td>100</td><td>86</td><td>24</td><td>23</td></tr><tr><td>student451</td><td>Mathematics</td><td>male</td><td>14</td><td>25</td><td>6</td><td>45</td></tr><tr><td>student452</td><td>Languages</td><td>female</td><td>86</td><td>39</td><td>98</td><td>88</td></tr><tr><td>student453</td><td>Mathematics</td><td>male</td><td>72</td><td>68</td><td>77</td><td>19</td></tr><tr><td>student454</td><td>Languages</td><td>female</td><td>9</td><td>45</td><td>23</td><td>100</td></tr><tr><td>student455</td><td>Mathematics</td><td>male</td><td>34</td><td>67</td><td>89</td><td>79</td></tr><tr><td>student456</td><td>Languages</td><td>female</td><td>92</td><td>0</td><td>47</td><td>45</td></tr><tr><td>student457</td><td>Mathematics</td><td>male</td><td>64</td><td>58</td><td>26</td><td>98</td></tr><tr><td>student458</td><td>Languages</td><td>female</td><td>43</td><td>93</td><td>59</td><td>100</td></tr><tr><td>student459</td><td>Mathematics</td><td>male</td><td>82</td><td>35</td><td>97</td><td>81</td></tr><tr><td>student460</td><td>Languages</td><td>female</td><td>18</td><td>35</td><td>24</td><td>100</td></tr><tr><td>student461</td><td>Mathematics</td><td>male</td><td>79</td><td>80</td><td>43</td><td>51</td></tr><tr><td>student462</td><td>Languages</td><td>female</td><td>56</td><td>10</td><td>17</td><td>67</td></tr><tr><td>student463</td><td>Mathematics</td><td>male</td><td>36</td><td>44</td><td>14</td><td>85</td></tr><tr><td>student464</td><td>Languages</td><td>female</td><td>26</td><td>40</td><td>69</td><td>2</td></tr><tr><td>student465</td><td>Mathematics</td><td>male</td><td>59</td><td>93</td><td>43</td><td>78</td></tr><tr><td>student466</td><td>Languages</td><td>female</td><td>78</td><td>84</td><td>88</td><td>3</td></tr><tr><td>student467</td><td>Mathematics</td><td>male</td><td>41</td><td>37</td><td>80</td><td>60</td></tr><tr><td>student468</td><td>Languages</td><td>female</td><td>44</td><td>27</td><td>97</td><td>77</td></tr><tr><td>student469</td><td>Mathematics</td><td>male</td><td>29</td><td>19</td><td>64</td><td>82</td></tr><tr><td>student470</td><td>Languages</td><td>female</td><td>50</td><td>96</td><td>27</td><td>46</td></tr><tr><td>student471</td><td>Mathematics</td><td>male</td><td>49</td><td>15</td><td>51</td><td>45</td></tr><tr><td>student472</td><td>Languages</td><td>female</td><td>38</td><td>35</td><td>31</td><td>78</td></tr><tr><td>student473</td><td>Mathematics</td><td>male</td><td>1</td><td>80</td><td>23</td><td>65</td></tr><tr><td>student474</td><td>Languages</td><td>female</td><td>91</td><td>17</td><td>23</td><td>76</td></tr><tr><td>student475</td><td>Mathematics</td><td>male</td><td>57</td><td>39</td><td>35</td><td>63</td></tr><tr><td>student476</td><td>Languages</td><td>female</td><td>33</td><td>73</td><td>62</td><td>14</td></tr><tr><td>student477</td><td>Mathematics</td><td>male</td><td>96</td><td>16</td><td>88</td><td>40</td></tr><tr><td>student478</td><td>Languages</td><td>female</td><td>30</td><td>63</td><td>16</td><td>13</td></tr><tr><td>student479</td><td>Mathematics</td><td>male</td><td>74</td><td>39</td><td>37</td><td>87</td></tr><tr><td>student480</td><td>Languages</td><td>female</td><td>26</td><td>36</td><td>94</td><td>79</td></tr><tr><td>student481</td><td>Mathematics</td><td>male</td><td>19</td><td>58</td><td>65</td><td>12</td></tr><tr><td>student482</td><td>Languages</td><td>female</td><td>73</td><td>36</td><td>22</td><td>48</td></tr><tr><td>student483</td><td>Mathematics</td><td>male</td><td>78</td><td>94</td><td>75</td><td>7</td></tr><tr><td>student484</td><td>Languages</td><td>female</td><td>59</td><td>51</td><td>9</td><td>35</td></tr><tr><td>student485</td><td>Mathematics</td><td>male</td><td>67</td><td>71</td><td>100</td><td>85</td></tr><tr><td>student486</td><td>Languages</td><td>female</td><td>33</td><td>30</td><td>15</td><td>46</td></tr><tr><td>student487</td><td>Mathematics</td><td>male</td><td>12</td><td>19</td><td>16</td><td>37</td></tr><tr><td>student488</td><td>Languages</td><td>female</td><td>80</td><td>98</td><td>29</td><td>14</td></tr><tr><td>student489</td><td>Mathematics</td><td>male</td><td>70</td><td>51</td><td>14</td><td>31</td></tr><tr><td>student490</td><td>Languages</td><td>female</td><td>95</td><td>38</td><td>15</td><td>92</td></tr><tr><td>student491</td><td>Mathematics</td><td>male</td><td>60</td><td>31</td><td>74</td><td>12</td></tr><tr><td>student492</td><td>Languages</td><td>female</td><td>62</td><td>56</td><td>90</td><td>68</td></tr><tr><td>student493</td><td>Mathematics</td><td>male</td><td>63</td><td>11</td><td>29</td><td>91</td></tr><tr><td>student494</td><td>Languages</td><td>female</td><td>41</td><td>1</td><td>25</td><td>20</td></tr><tr><td>student495</td><td>Mathematics</td><td>male</td><td>60</td><td>5</td><td>31</td><td>44</td></tr><tr><td>student496</td><td>Languages</td><td>female</td><td>11</td><td>35</td><td>5</td><td>28</td></tr><tr><td>student497</td><td>Mathematics</td><td>male</td><td>11</td><td>96</td><td>42</td><td>37</td></tr><tr><td>student498</td><td>Languages</td><td>female</td><td>16</td><td>72</td><td>79</td><td>74</td></tr><tr><td>student499</td><td>Mathematics</td><td>male</td><td>9</td><td>21</td><td>22</td><td>66</td></tr><tr><td>student500</td><td>Languages</td><td>female</td><td>34</td><td>22</td><td>64</td><td>34</td></tr><tr><td>student501</td><td>Mathematics</td><td>male</td><td>50</td><td>93</td><td>86</td><td>61</td></tr><tr><td>student502</td><td>Languages</td><td>female</td><td>50</td><td>22</td><td>40</td><td>44</td></tr><tr><td>student503</td><td>Mathematics</td><td>male</td><td>3</td><td>8</td><td>39</td><td>17</td></tr><tr><td>student504</td><td>Languages</td><td>female</td><td>98</td><td>16</td><td>93</td><td>55</td></tr><tr><td>student505</td><td>Mathematics</td><td>male</td><td>86</td><td>89</td><td>36</td><td>28</td></tr><tr><td>student506</td><td>Languages</td><td>female</td><td>16</td><td>53</td><td>13</td><td>50</td></tr><tr><td>student507</td><td>Mathematics</td><td>male</td><td>57</td><td>57</td><td>3</td><td>38</td></tr><tr><td>student508</td><td>Languages</td><td>female</td><td>34</td><td>79</td><td>69</td><td>77</td></tr><tr><td>student509</td><td>Mathematics</td><td>male</td><td>2</td><td>4</td><td>16</td><td>59</td></tr><tr><td>student510</td><td>Languages</td><td>female</td><td>60</td><td>62</td><td>99</td><td>100</td></tr><tr><td>student511</td><td>Mathematics</td><td>male</td><td>65</td><td>52</td><td>52</td><td>95</td></tr><tr><td>student512</td><td>Languages</td><td>female</td><td>58</td><td>73</td><td>94</td><td>1</td></tr><tr><td>student513</td><td>Mathematics</td><td>male</td><td>39</td><td>75</td><td>28</td><td>76</td></tr><tr><td>student514</td><td>Languages</td><td>female</td><td>46</td><td>6</td><td>64</td><td>78</td></tr><tr><td>student515</td><td>Mathematics</td><td>male</td><td>51</td><td>60</td><td>99</td><td>8</td></tr><tr><td>student516</td><td>Languages</td><td>female</td><td>17</td><td>20</td><td>12</td><td>97</td></tr><tr><td>student517</td><td>Mathematics</td><td>male</td><td>72</td><td>17</td><td>96</td><td>73</td></tr><tr><td>student518</td><td>Languages</td><td>female</td><td>92</td><td>21</td><td>62</td><td>27</td></tr><tr><td>student519</td><td>Mathematics</td><td>male</td><td>50</td><td>42</td><td>4</td><td>33</td></tr><tr><td>student520</td><td>Languages</td><td>female</td><td>52</td><td>37</td><td>1</td><td>57</td></tr><tr><td>student521</td><td>Mathematics</td><td>male</td><td>58</td><td>40</td><td>35</td><td>54</td></tr><tr><td>student522</td><td>Languages</td><td>female</td><td>9</td><td>38</td><td>57</td><td>53</td></tr><tr><td>student523</td><td>Mathematics</td><td>male</td><td>79</td><td>20</td><td>18</td><td>18</td></tr><tr><td>student524</td><td>Languages</td><td>female</td><td>1</td><td>4</td><td>94</td><td>27</td></tr><tr><td>student525</td><td>Mathematics</td><td>male</td><td>95</td><td>41</td><td>29</td><td>98</td></tr><tr><td>student526</td><td>Languages</td><td>female</td><td>34</td><td>59</td><td>9</td><td>21</td></tr><tr><td>student527</td><td>Mathematics</td><td>male</td><td>39</td><td>66</td><td>41</td><td>29</td></tr><tr><td>student528</td><td>Languages</td><td>female</td><td>3</td><td>2</td><td>81</td><td>25</td></tr><tr><td>student529</td><td>Mathematics</td><td>male</td><td>33</td><td>44</td><td>37</td><td>85</td></tr><tr><td>student530</td><td>Languages</td><td>female</td><td>69</td><td>25</td><td>59</td><td>79</td></tr><tr><td>student531</td><td>Mathematics</td><td>male</td><td>13</td><td>50</td><td>49</td><td>52</td></tr><tr><td>student532</td><td>Languages</td><td>female</td><td>54</td><td>83</td><td>45</td><td>31</td></tr><tr><td>student533</td><td>Mathematics</td><td>male</td><td>15</td><td>24</td><td>97</td><td>51</td></tr><tr><td>student534</td><td>Languages</td><td>female</td><td>7</td><td>51</td><td>69</td><td>63</td></tr><tr><td>student535</td><td>Mathematics</td><td>male</td><td>91</td><td>8</td><td>38</td><td>56</td></tr><tr><td>student536</td><td>Languages</td><td>female</td><td>50</td><td>13</td><td>74</td><td>80</td></tr><tr><td>student537</td><td>Mathematics</td><td>male</td><td>54</td><td>75</td><td>74</td><td>10</td></tr><tr><td>student538</td><td>Languages</td><td>female</td><td>76</td><td>39</td><td>70</td><td>46</td></tr><tr><td>student539</td><td>Mathematics</td><td>male</td><td>84</td><td>72</td><td>39</td><td>40</td></tr><tr><td>student540</td><td>Languages</td><td>female</td><td>100</td><td>47</td><td>2</td><td>14</td></tr><tr><td>student541</td><td>Mathematics</td><td>male</td><td>42</td><td>61</td><td>1</td><td>1</td></tr><tr><td>student542</td><td>Languages</td><td>female</td><td>57</td><td>71</td><td>65</td><td>61</td></tr><tr><td>student543</td><td>Mathematics</td><td>male</td><td>78</td><td>5</td><td>41</td><td>34</td></tr><tr><td>student544</td><td>Languages</td><td>female</td><td>14</td><td>76</td><td>36</td><td>47</td></tr><tr><td>student545</td><td>Mathematics</td><td>male</td><td>15</td><td>19</td><td>63</td><td>96</td></tr><tr><td>student546</td><td>Languages</td><td>female</td><td>27</td><td>82</td><td>33</td><td>56</td></tr><tr><td>student547</td><td>Mathematics</td><td>male</td><td>70</td><td>23</td><td>96</td><td>90</td></tr><tr><td>student548</td><td>Languages</td><td>female</td><td>61</td><td>2</td><td>2</td><td>78</td></tr><tr><td>student549</td><td>Mathematics</td><td>male</td><td>22</td><td>37</td><td>64</td><td>36</td></tr><tr><td>student550</td><td>Languages</td><td>female</td><td>75</td><td>96</td><td>94</td><td>40</td></tr><tr><td>student551</td><td>Mathematics</td><td>male</td><td>43</td><td>8</td><td>29</td><td>21</td></tr><tr><td>student552</td><td>Languages</td><td>female</td><td>7</td><td>96</td><td>87</td><td>18</td></tr><tr><td>student553</td><td>Mathematics</td><td>male</td><td>65</td><td>76</td><td>52</td><td>44</td></tr><tr><td>student554</td><td>Languages</td><td>female</td><td>41</td><td>62</td><td>73</td><td>54</td></tr><tr><td>student555</td><td>Mathematics</td><td>male</td><td>25</td><td>98</td><td>21</td><td>40</td></tr><tr><td>student556</td><td>Languages</td><td>female</td><td>17</td><td>70</td><td>96</td><td>82</td></tr><tr><td>student557</td><td>Mathematics</td><td>male</td><td>43</td><td>91</td><td>27</td><td>43</td></tr><tr><td>student558</td><td>Languages</td><td>female</td><td>33</td><td>37</td><td>24</td><td>33</td></tr><tr><td>student559</td><td>Mathematics</td><td>male</td><td>87</td><td>87</td><td>10</td><td>31</td></tr><tr><td>student560</td><td>Languages</td><td>female</td><td>48</td><td>40</td><td>97</td><td>74</td></tr><tr><td>student561</td><td>Mathematics</td><td>male</td><td>63</td><td>75</td><td>91</td><td>55</td></tr><tr><td>student562</td><td>Languages</td><td>female</td><td>66</td><td>82</td><td>59</td><td>95</td></tr><tr><td>student563</td><td>Mathematics</td><td>male</td><td>21</td><td>95</td><td>58</td><td>38</td></tr><tr><td>student564</td><td>Languages</td><td>female</td><td>92</td><td>9</td><td>97</td><td>45</td></tr><tr><td>student565</td><td>Mathematics</td><td>male</td><td>59</td><td>7</td><td>94</td><td>20</td></tr><tr><td>student566</td><td>Languages</td><td>female</td><td>64</td><td>95</td><td>24</td><td>12</td></tr><tr><td>student567</td><td>Mathematics</td><td>male</td><td>70</td><td>46</td><td>36</td><td>74</td></tr><tr><td>student568</td><td>Languages</td><td>female</td><td>16</td><td>25</td><td>91</td><td>49</td></tr><tr><td>student569</td><td>Mathematics</td><td>male</td><td>73</td><td>33</td><td>24</td><td>88</td></tr><tr><td>student570</td><td>Languages</td><td>female</td><td>9</td><td>61</td><td>95</td><td>27</td></tr><tr><td>student571</td><td>Mathematics</td><td>male</td><td>18</td><td>12</td><td>76</td><td>46</td></tr><tr><td>student572</td><td>Languages</td><td>female</td><td>61</td><td>71</td><td>49</td><td>63</td></tr><tr><td>student573</td><td>Mathematics</td><td>male</td><td>46</td><td>32</td><td>85</td><td>17</td></tr><tr><td>student574</td><td>Languages</td><td>female</td><td>42</td><td>42</td><td>11</td><td>37</td></tr><tr><td>student575</td><td>Mathematics</td><td>male</td><td>49</td><td>76</td><td>41</td><td>20</td></tr><tr><td>student576</td><td>Languages</td><td>female</td><td>22</td><td>27</td><td>80</td><td>12</td></tr><tr><td>student577</td><td>Mathematics</td><td>male</td><td>76</td><td>34</td><td>18</td><td>66</td></tr><tr><td>student578</td><td>Languages</td><td>female</td><td>96</td><td>77</td><td>29</td><td>17</td></tr><tr><td>student579</td><td>Mathematics</td><td>male</td><td>62</td><td>51</td><td>67</td><td>72</td></tr><tr><td>student580</td><td>Languages</td><td>female</td><td>96</td><td>67</td><td>22</td><td>54</td></tr><tr><td>student581</td><td>Mathematics</td><td>male</td><td>77</td><td>11</td><td>23</td><td>88</td></tr><tr><td>student582</td><td>Languages</td><td>female</td><td>6</td><td>28</td><td>24</td><td>33</td></tr><tr><td>student583</td><td>Mathematics</td><td>male</td><td>39</td><td>23</td><td>12</td><td>100</td></tr><tr><td>student584</td><td>Languages</td><td>female</td><td>10</td><td>21</td><td>20</td><td>71</td></tr><tr><td>student585</td><td>Mathematics</td><td>male</td><td>11</td><td>27</td><td>7</td><td>100</td></tr><tr><td>student586</td><td>Languages</td><td>female</td><td>40</td><td>34</td><td>97</td><td>78</td></tr><tr><td>student587</td><td>Mathematics</td><td>male</td><td>2</td><td>51</td><td>83</td><td>19</td></tr><tr><td>student588</td><td>Languages</td><td>female</td><td>18</td><td>76</td><td>30</td><td>25</td></tr><tr><td>student589</td><td>Mathematics</td><td>male</td><td>24</td><td>57</td><td>46</td><td>81</td></tr><tr><td>student590</td><td>Languages</td><td>female</td><td>2</td><td>10</td><td>31</td><td>94</td></tr><tr><td>student591</td><td>Mathematics</td><td>male</td><td>91</td><td>84</td><td>75</td><td>13</td></tr><tr><td>student592</td><td>Languages</td><td>female</td><td>79</td><td>44</td><td>97</td><td>10</td></tr><tr><td>student593</td><td>Mathematics</td><td>male</td><td>42</td><td>60</td><td>67</td><td>30</td></tr><tr><td>student594</td><td>Languages</td><td>female</td><td>61</td><td>57</td><td>75</td><td>35</td></tr><tr><td>student595</td><td>Mathematics</td><td>male</td><td>42</td><td>46</td><td>81</td><td>71</td></tr><tr><td>student596</td><td>Languages</td><td>female</td><td>92</td><td>63</td><td>75</td><td>74</td></tr><tr><td>student597</td><td>Mathematics</td><td>male</td><td>86</td><td>37</td><td>40</td><td>51</td></tr><tr><td>student598</td><td>Languages</td><td>female</td><td>52</td><td>10</td><td>47</td><td>3</td></tr><tr><td>student599</td><td>Mathematics</td><td>male</td><td>100</td><td>28</td><td>14</td><td>76</td></tr><tr><td>student600</td><td>Languages</td><td>female</td><td>31</td><td>76</td><td>20</td><td>43</td></tr><tr><td>student601</td><td>Mathematics</td><td>male</td><td>40</td><td>27</td><td>6</td><td>6</td></tr><tr><td>student602</td><td>Languages</td><td>female</td><td>5</td><td>8</td><td>79</td><td>21</td></tr><tr><td>student603</td><td>Mathematics</td><td>male</td><td>7</td><td>54</td><td>6</td><td>91</td></tr><tr><td>student604</td><td>Languages</td><td>female</td><td>28</td><td>30</td><td>15</td><td>3</td></tr><tr><td>student605</td><td>Mathematics</td><td>male</td><td>38</td><td>93</td><td>98</td><td>92</td></tr><tr><td>student606</td><td>Languages</td><td>female</td><td>43</td><td>96</td><td>89</td><td>91</td></tr><tr><td>student607</td><td>Mathematics</td><td>male</td><td>43</td><td>49</td><td>14</td><td>83</td></tr><tr><td>student608</td><td>Languages</td><td>female</td><td>50</td><td>61</td><td>72</td><td>98</td></tr><tr><td>student609</td><td>Mathematics</td><td>male</td><td>4</td><td>49</td><td>99</td><td>83</td></tr><tr><td>student610</td><td>Languages</td><td>female</td><td>5</td><td>36</td><td>73</td><td>82</td></tr><tr><td>student611</td><td>Mathematics</td><td>male</td><td>40</td><td>84</td><td>99</td><td>54</td></tr><tr><td>student612</td><td>Languages</td><td>female</td><td>29</td><td>96</td><td>65</td><td>69</td></tr><tr><td>student613</td><td>Mathematics</td><td>male</td><td>12</td><td>76</td><td>5</td><td>99</td></tr><tr><td>student614</td><td>Languages</td><td>female</td><td>47</td><td>83</td><td>49</td><td>4</td></tr><tr><td>student615</td><td>Mathematics</td><td>male</td><td>37</td><td>27</td><td>22</td><td>4</td></tr><tr><td>student616</td><td>Languages</td><td>female</td><td>94</td><td>39</td><td>49</td><td>24</td></tr><tr><td>student617</td><td>Mathematics</td><td>male</td><td>0</td><td>75</td><td>21</td><td>41</td></tr><tr><td>student618</td><td>Languages</td><td>female</td><td>59</td><td>36</td><td>4</td><td>18</td></tr><tr><td>student619</td><td>Mathematics</td><td>male</td><td>22</td><td>66</td><td>13</td><td>3</td></tr><tr><td>student620</td><td>Languages</td><td>female</td><td>43</td><td>87</td><td>4</td><td>48</td></tr><tr><td>student621</td><td>Mathematics</td><td>male</td><td>100</td><td>15</td><td>51</td><td>52</td></tr><tr><td>student622</td><td>Languages</td><td>female</td><td>63</td><td>71</td><td>99</td><td>17</td></tr><tr><td>student623</td><td>Mathematics</td><td>male</td><td>14</td><td>34</td><td>44</td><td>100</td></tr><tr><td>student624</td><td>Languages</td><td>female</td><td>23</td><td>8</td><td>57</td><td>27</td></tr><tr><td>student625</td><td>Mathematics</td><td>male</td><td>23</td><td>14</td><td>32</td><td>40</td></tr><tr><td>student626</td><td>Languages</td><td>female</td><td>34</td><td>49</td><td>72</td><td>54</td></tr><tr><td>student627</td><td>Mathematics</td><td>male</td><td>21</td><td>16</td><td>81</td><td>26</td></tr><tr><td>student628</td><td>Languages</td><td>female</td><td>54</td><td>69</td><td>34</td><td>34</td></tr><tr><td>student629</td><td>Mathematics</td><td>male</td><td>72</td><td>11</td><td>63</td><td>31</td></tr><tr><td>student630</td><td>Languages</td><td>female</td><td>87</td><td>98</td><td>9</td><td>47</td></tr><tr><td>student631</td><td>Mathematics</td><td>male</td><td>43</td><td>52</td><td>53</td><td>58</td></tr><tr><td>student632</td><td>Languages</td><td>female</td><td>50</td><td>14</td><td>4</td><td>20</td></tr><tr><td>student633</td><td>Mathematics</td><td>male</td><td>89</td><td>83</td><td>67</td><td>87</td></tr><tr><td>student634</td><td>Languages</td><td>female</td><td>0</td><td>79</td><td>9</td><td>16</td></tr><tr><td>student635</td><td>Mathematics</td><td>male</td><td>59</td><td>17</td><td>84</td><td>58</td></tr><tr><td>student636</td><td>Languages</td><td>female</td><td>94</td><td>95</td><td>36</td><td>60</td></tr><tr><td>student637</td><td>Mathematics</td><td>male</td><td>39</td><td>42</td><td>63</td><td>46</td></tr><tr><td>student638</td><td>Languages</td><td>female</td><td>0</td><td>19</td><td>6</td><td>10</td></tr><tr><td>student639</td><td>Mathematics</td><td>male</td><td>50</td><td>16</td><td>41</td><td>71</td></tr><tr><td>student640</td><td>Languages</td><td>female</td><td>8</td><td>60</td><td>46</td><td>13</td></tr><tr><td>student641</td><td>Mathematics</td><td>male</td><td>45</td><td>85</td><td>59</td><td>36</td></tr><tr><td>student642</td><td>Languages</td><td>female</td><td>83</td><td>35</td><td>0</td><td>57</td></tr><tr><td>student643</td><td>Mathematics</td><td>male</td><td>8</td><td>30</td><td>60</td><td>14</td></tr><tr><td>student644</td><td>Languages</td><td>female</td><td>76</td><td>80</td><td>73</td><td>38</td></tr><tr><td>student645</td><td>Mathematics</td><td>male</td><td>26</td><td>14</td><td>58</td><td>2</td></tr><tr><td>student646</td><td>Languages</td><td>female</td><td>93</td><td>16</td><td>42</td><td>2</td></tr><tr><td>student647</td><td>Mathematics</td><td>male</td><td>85</td><td>94</td><td>76</td><td>16</td></tr><tr><td>student648</td><td>Languages</td><td>female</td><td>57</td><td>45</td><td>32</td><td>16</td></tr><tr><td>student649</td><td>Mathematics</td><td>male</td><td>16</td><td>16</td><td>90</td><td>13</td></tr><tr><td>student650</td><td>Languages</td><td>female</td><td>43</td><td>3</td><td>18</td><td>87</td></tr><tr><td>student651</td><td>Mathematics</td><td>male</td><td>16</td><td>24</td><td>32</td><td>44</td></tr><tr><td>student652</td><td>Languages</td><td>female</td><td>59</td><td>98</td><td>3</td><td>34</td></tr><tr><td>student653</td><td>Mathematics</td><td>male</td><td>73</td><td>18</td><td>47</td><td>83</td></tr><tr><td>student654</td><td>Languages</td><td>female</td><td>99</td><td>25</td><td>100</td><td>93</td></tr><tr><td>student655</td><td>Mathematics</td><td>male</td><td>0</td><td>73</td><td>97</td><td>84</td></tr><tr><td>student656</td><td>Languages</td><td>female</td><td>0</td><td>28</td><td>94</td><td>75</td></tr><tr><td>student657</td><td>Mathematics</td><td>male</td><td>65</td><td>90</td><td>58</td><td>63</td></tr><tr><td>student658</td><td>Languages</td><td>female</td><td>84</td><td>35</td><td>86</td><td>41</td></tr><tr><td>student659</td><td>Mathematics</td><td>male</td><td>45</td><td>39</td><td>59</td><td>9</td></tr><tr><td>student660</td><td>Languages</td><td>female</td><td>32</td><td>10</td><td>31</td><td>62</td></tr><tr><td>student661</td><td>Mathematics</td><td>male</td><td>61</td><td>28</td><td>54</td><td>61</td></tr><tr><td>student662</td><td>Languages</td><td>female</td><td>70</td><td>96</td><td>14</td><td>54</td></tr><tr><td>student663</td><td>Mathematics</td><td>male</td><td>63</td><td>92</td><td>29</td><td>8</td></tr><tr><td>student664</td><td>Languages</td><td>female</td><td>41</td><td>10</td><td>46</td><td>23</td></tr><tr><td>student665</td><td>Mathematics</td><td>male</td><td>81</td><td>91</td><td>80</td><td>21</td></tr><tr><td>student666</td><td>Languages</td><td>female</td><td>79</td><td>71</td><td>65</td><td>68</td></tr><tr><td>student667</td><td>Mathematics</td><td>male</td><td>47</td><td>69</td><td>18</td><td>90</td></tr><tr><td>student668</td><td>Languages</td><td>female</td><td>26</td><td>16</td><td>70</td><td>0</td></tr><tr><td>student669</td><td>Mathematics</td><td>male</td><td>66</td><td>10</td><td>93</td><td>35</td></tr><tr><td>student670</td><td>Languages</td><td>female</td><td>66</td><td>68</td><td>27</td><td>13</td></tr><tr><td>student671</td><td>Mathematics</td><td>male</td><td>86</td><td>79</td><td>26</td><td>45</td></tr><tr><td>student672</td><td>Languages</td><td>female</td><td>50</td><td>53</td><td>25</td><td>74</td></tr><tr><td>student673</td><td>Mathematics</td><td>male</td><td>97</td><td>53</td><td>9</td><td>14</td></tr><tr><td>student674</td><td>Languages</td><td>female</td><td>28</td><td>79</td><td>69</td><td>42</td></tr><tr><td>student675</td><td>Mathematics</td><td>male</td><td>60</td><td>72</td><td>5</td><td>9</td></tr><tr><td>student676</td><td>Languages</td><td>female</td><td>53</td><td>21</td><td>39</td><td>43</td></tr><tr><td>student677</td><td>Mathematics</td><td>male</td><td>37</td><td>65</td><td>45</td><td>91</td></tr><tr><td>student678</td><td>Languages</td><td>female</td><td>76</td><td>80</td><td>60</td><td>27</td></tr><tr><td>student679</td><td>Mathematics</td><td>male</td><td>85</td><td>27</td><td>34</td><td>55</td></tr><tr><td>student680</td><td>Languages</td><td>female</td><td>66</td><td>11</td><td>41</td><td>17</td></tr><tr><td>student681</td><td>Mathematics</td><td>male</td><td>27</td><td>61</td><td>89</td><td>82</td></tr><tr><td>student682</td><td>Languages</td><td>female</td><td>40</td><td>26</td><td>1</td><td>3</td></tr><tr><td>student683</td><td>Mathematics</td><td>male</td><td>25</td><td>1</td><td>66</td><td>95</td></tr><tr><td>student684</td><td>Languages</td><td>female</td><td>63</td><td>44</td><td>85</td><td>63</td></tr><tr><td>student685</td><td>Mathematics</td><td>male</td><td>97</td><td>95</td><td>78</td><td>83</td></tr><tr><td>student686</td><td>Languages</td><td>female</td><td>51</td><td>2</td><td>13</td><td>87</td></tr><tr><td>student687</td><td>Mathematics</td><td>male</td><td>63</td><td>92</td><td>87</td><td>23</td></tr><tr><td>student688</td><td>Languages</td><td>female</td><td>22</td><td>96</td><td>59</td><td>59</td></tr><tr><td>student689</td><td>Mathematics</td><td>male</td><td>33</td><td>80</td><td>15</td><td>23</td></tr><tr><td>student690</td><td>Languages</td><td>female</td><td>34</td><td>75</td><td>19</td><td>24</td></tr><tr><td>student691</td><td>Mathematics</td><td>male</td><td>36</td><td>68</td><td>48</td><td>54</td></tr><tr><td>student692</td><td>Languages</td><td>female</td><td>32</td><td>36</td><td>20</td><td>12</td></tr><tr><td>student693</td><td>Mathematics</td><td>male</td><td>68</td><td>91</td><td>74</td><td>50</td></tr><tr><td>student694</td><td>Languages</td><td>female</td><td>87</td><td>91</td><td>96</td><td>37</td></tr><tr><td>student695</td><td>Mathematics</td><td>male</td><td>23</td><td>9</td><td>14</td><td>4</td></tr><tr><td>student696</td><td>Languages</td><td>female</td><td>94</td><td>62</td><td>9</td><td>77</td></tr><tr><td>student697</td><td>Mathematics</td><td>male</td><td>14</td><td>7</td><td>45</td><td>75</td></tr><tr><td>student698</td><td>Languages</td><td>female</td><td>73</td><td>92</td><td>19</td><td>90</td></tr><tr><td>student699</td><td>Mathematics</td><td>male</td><td>8</td><td>20</td><td>79</td><td>78</td></tr><tr><td>student700</td><td>Languages</td><td>female</td><td>76</td><td>35</td><td>100</td><td>39</td></tr><tr><td>student701</td><td>Mathematics</td><td>male</td><td>27</td><td>51</td><td>89</td><td>49</td></tr><tr><td>student702</td><td>Languages</td><td>female</td><td>0</td><td>64</td><td>72</td><td>37</td></tr><tr><td>student703</td><td>Mathematics</td><td>male</td><td>93</td><td>46</td><td>94</td><td>87</td></tr><tr><td>student704</td><td>Languages</td><td>female</td><td>69</td><td>22</td><td>17</td><td>2</td></tr><tr><td>student705</td><td>Mathematics</td><td>male</td><td>17</td><td>52</td><td>11</td><td>3</td></tr><tr><td>student706</td><td>Languages</td><td>female</td><td>13</td><td>2</td><td>52</td><td>19</td></tr><tr><td>student707</td><td>Mathematics</td><td>male</td><td>75</td><td>61</td><td>72</td><td>73</td></tr><tr><td>student708</td><td>Languages</td><td>female</td><td>84</td><td>37</td><td>7</td><td>36</td></tr><tr><td>student709</td><td>Mathematics</td><td>male</td><td>81</td><td>19</td><td>45</td><td>14</td></tr><tr><td>student710</td><td>Languages</td><td>female</td><td>62</td><td>17</td><td>39</td><td>27</td></tr><tr><td>student711</td><td>Mathematics</td><td>male</td><td>88</td><td>69</td><td>6</td><td>81</td></tr><tr><td>student712</td><td>Languages</td><td>female</td><td>53</td><td>82</td><td>59</td><td>29</td></tr><tr><td>student713</td><td>Mathematics</td><td>male</td><td>83</td><td>34</td><td>71</td><td>34</td></tr><tr><td>student714</td><td>Languages</td><td>female</td><td>95</td><td>52</td><td>61</td><td>4</td></tr><tr><td>student715</td><td>Mathematics</td><td>male</td><td>6</td><td>71</td><td>53</td><td>13</td></tr><tr><td>student716</td><td>Languages</td><td>female</td><td>82</td><td>97</td><td>82</td><td>5</td></tr><tr><td>student717</td><td>Mathematics</td><td>male</td><td>65</td><td>50</td><td>31</td><td>46</td></tr><tr><td>student718</td><td>Languages</td><td>female</td><td>27</td><td>46</td><td>25</td><td>37</td></tr><tr><td>student719</td><td>Mathematics</td><td>male</td><td>98</td><td>42</td><td>35</td><td>44</td></tr><tr><td>student720</td><td>Languages</td><td>female</td><td>90</td><td>1</td><td>44</td><td>44</td></tr><tr><td>student721</td><td>Mathematics</td><td>male</td><td>3</td><td>16</td><td>82</td><td>93</td></tr><tr><td>student722</td><td>Languages</td><td>female</td><td>34</td><td>3</td><td>43</td><td>70</td></tr><tr><td>student723</td><td>Mathematics</td><td>male</td><td>59</td><td>77</td><td>14</td><td>21</td></tr><tr><td>student724</td><td>Languages</td><td>female</td><td>16</td><td>53</td><td>57</td><td>59</td></tr><tr><td>student725</td><td>Mathematics</td><td>male</td><td>79</td><td>1</td><td>44</td><td>16</td></tr><tr><td>student726</td><td>Languages</td><td>female</td><td>10</td><td>8</td><td>19</td><td>9</td></tr><tr><td>student727</td><td>Mathematics</td><td>male</td><td>89</td><td>48</td><td>79</td><td>16</td></tr><tr><td>student728</td><td>Languages</td><td>female</td><td>8</td><td>87</td><td>23</td><td>87</td></tr><tr><td>student729</td><td>Mathematics</td><td>male</td><td>17</td><td>53</td><td>95</td><td>84</td></tr><tr><td>student730</td><td>Languages</td><td>female</td><td>65</td><td>52</td><td>39</td><td>61</td></tr><tr><td>student731</td><td>Mathematics</td><td>male</td><td>44</td><td>30</td><td>96</td><td>72</td></tr><tr><td>student732</td><td>Languages</td><td>female</td><td>70</td><td>79</td><td>32</td><td>33</td></tr><tr><td>student733</td><td>Mathematics</td><td>male</td><td>30</td><td>47</td><td>46</td><td>11</td></tr><tr><td>student734</td><td>Languages</td><td>female</td><td>76</td><td>100</td><td>16</td><td>49</td></tr><tr><td>student735</td><td>Mathematics</td><td>male</td><td>39</td><td>36</td><td>90</td><td>89</td></tr><tr><td>student736</td><td>Languages</td><td>female</td><td>1</td><td>94</td><td>19</td><td>29</td></tr><tr><td>student737</td><td>Mathematics</td><td>male</td><td>23</td><td>73</td><td>78</td><td>87</td></tr><tr><td>student738</td><td>Languages</td><td>female</td><td>87</td><td>71</td><td>44</td><td>64</td></tr><tr><td>student739</td><td>Mathematics</td><td>male</td><td>22</td><td>19</td><td>82</td><td>20</td></tr><tr><td>student740</td><td>Languages</td><td>female</td><td>94</td><td>52</td><td>67</td><td>39</td></tr><tr><td>student741</td><td>Mathematics</td><td>male</td><td>14</td><td>17</td><td>51</td><td>87</td></tr><tr><td>student742</td><td>Languages</td><td>female</td><td>56</td><td>63</td><td>98</td><td>3</td></tr><tr><td>student743</td><td>Mathematics</td><td>male</td><td>99</td><td>92</td><td>46</td><td>98</td></tr><tr><td>student744</td><td>Languages</td><td>female</td><td>19</td><td>76</td><td>83</td><td>88</td></tr><tr><td>student745</td><td>Mathematics</td><td>male</td><td>15</td><td>77</td><td>68</td><td>81</td></tr><tr><td>student746</td><td>Languages</td><td>female</td><td>48</td><td>81</td><td>48</td><td>38</td></tr><tr><td>student747</td><td>Mathematics</td><td>male</td><td>29</td><td>1</td><td>38</td><td>61</td></tr><tr><td>student748</td><td>Languages</td><td>female</td><td>71</td><td>63</td><td>0</td><td>30</td></tr><tr><td>student749</td><td>Mathematics</td><td>male</td><td>19</td><td>68</td><td>30</td><td>53</td></tr><tr><td>student750</td><td>Languages</td><td>female</td><td>91</td><td>18</td><td>27</td><td>62</td></tr><tr><td>student751</td><td>Mathematics</td><td>male</td><td>73</td><td>33</td><td>38</td><td>36</td></tr><tr><td>student752</td><td>Languages</td><td>female</td><td>99</td><td>38</td><td>75</td><td>50</td></tr><tr><td>student753</td><td>Mathematics</td><td>male</td><td>55</td><td>71</td><td>34</td><td>90</td></tr><tr><td>student754</td><td>Languages</td><td>female</td><td>52</td><td>40</td><td>98</td><td>83</td></tr><tr><td>student755</td><td>Mathematics</td><td>male</td><td>14</td><td>63</td><td>61</td><td>1</td></tr><tr><td>student756</td><td>Languages</td><td>female</td><td>1</td><td>31</td><td>94</td><td>96</td></tr><tr><td>student757</td><td>Mathematics</td><td>male</td><td>49</td><td>66</td><td>55</td><td>92</td></tr><tr><td>student758</td><td>Languages</td><td>female</td><td>0</td><td>19</td><td>80</td><td>82</td></tr><tr><td>student759</td><td>Mathematics</td><td>male</td><td>26</td><td>35</td><td>87</td><td>3</td></tr><tr><td>student760</td><td>Languages</td><td>female</td><td>8</td><td>28</td><td>76</td><td>39</td></tr><tr><td>student761</td><td>Mathematics</td><td>male</td><td>52</td><td>11</td><td>83</td><td>57</td></tr><tr><td>student762</td><td>Languages</td><td>female</td><td>83</td><td>68</td><td>84</td><td>25</td></tr><tr><td>student763</td><td>Mathematics</td><td>male</td><td>17</td><td>2</td><td>56</td><td>70</td></tr><tr><td>student764</td><td>Languages</td><td>female</td><td>17</td><td>58</td><td>0</td><td>84</td></tr><tr><td>student765</td><td>Mathematics</td><td>male</td><td>75</td><td>6</td><td>47</td><td>85</td></tr><tr><td>student766</td><td>Languages</td><td>female</td><td>76</td><td>32</td><td>93</td><td>39</td></tr><tr><td>student767</td><td>Mathematics</td><td>male</td><td>20</td><td>75</td><td>84</td><td>65</td></tr><tr><td>student768</td><td>Languages</td><td>female</td><td>25</td><td>47</td><td>12</td><td>89</td></tr><tr><td>student769</td><td>Mathematics</td><td>male</td><td>86</td><td>94</td><td>79</td><td>45</td></tr><tr><td>student770</td><td>Languages</td><td>female</td><td>65</td><td>81</td><td>55</td><td>35</td></tr><tr><td>student771</td><td>Mathematics</td><td>male</td><td>62</td><td>41</td><td>41</td><td>43</td></tr><tr><td>student772</td><td>Languages</td><td>female</td><td>14</td><td>4</td><td>62</td><td>43</td></tr><tr><td>student773</td><td>Mathematics</td><td>male</td><td>17</td><td>55</td><td>72</td><td>78</td></tr><tr><td>student774</td><td>Languages</td><td>female</td><td>95</td><td>46</td><td>35</td><td>6</td></tr><tr><td>student775</td><td>Mathematics</td><td>male</td><td>72</td><td>0</td><td>56</td><td>48</td></tr><tr><td>student776</td><td>Languages</td><td>female</td><td>30</td><td>88</td><td>19</td><td>56</td></tr><tr><td>student777</td><td>Mathematics</td><td>male</td><td>42</td><td>44</td><td>88</td><td>56</td></tr><tr><td>student778</td><td>Languages</td><td>female</td><td>42</td><td>69</td><td>56</td><td>63</td></tr><tr><td>student779</td><td>Mathematics</td><td>male</td><td>78</td><td>57</td><td>78</td><td>3</td></tr><tr><td>student780</td><td>Languages</td><td>female</td><td>15</td><td>86</td><td>24</td><td>98</td></tr><tr><td>student781</td><td>Mathematics</td><td>male</td><td>46</td><td>8</td><td>43</td><td>69</td></tr><tr><td>student782</td><td>Languages</td><td>female</td><td>67</td><td>98</td><td>15</td><td>52</td></tr><tr><td>student783</td><td>Mathematics</td><td>male</td><td>33</td><td>32</td><td>63</td><td>57</td></tr><tr><td>student784</td><td>Languages</td><td>female</td><td>35</td><td>95</td><td>16</td><td>53</td></tr><tr><td>student785</td><td>Mathematics</td><td>male</td><td>78</td><td>54</td><td>54</td><td>82</td></tr><tr><td>student786</td><td>Languages</td><td>female</td><td>81</td><td>85</td><td>91</td><td>4</td></tr><tr><td>student787</td><td>Mathematics</td><td>male</td><td>42</td><td>41</td><td>23</td><td>14</td></tr><tr><td>student788</td><td>Languages</td><td>female</td><td>59</td><td>100</td><td>86</td><td>36</td></tr><tr><td>student789</td><td>Mathematics</td><td>male</td><td>1</td><td>92</td><td>60</td><td>12</td></tr><tr><td>student790</td><td>Languages</td><td>female</td><td>100</td><td>34</td><td>5</td><td>70</td></tr><tr><td>student791</td><td>Mathematics</td><td>male</td><td>3</td><td>81</td><td>2</td><td>17</td></tr><tr><td>student792</td><td>Languages</td><td>female</td><td>31</td><td>55</td><td>19</td><td>3</td></tr><tr><td>student793</td><td>Mathematics</td><td>male</td><td>11</td><td>33</td><td>98</td><td>77</td></tr><tr><td>student794</td><td>Languages</td><td>female</td><td>4</td><td>61</td><td>7</td><td>86</td></tr><tr><td>student795</td><td>Mathematics</td><td>male</td><td>57</td><td>86</td><td>7</td><td>27</td></tr><tr><td>student796</td><td>Languages</td><td>female</td><td>5</td><td>74</td><td>62</td><td>36</td></tr><tr><td>student797</td><td>Mathematics</td><td>male</td><td>57</td><td>67</td><td>66</td><td>61</td></tr><tr><td>student798</td><td>Languages</td><td>female</td><td>93</td><td>88</td><td>87</td><td>25</td></tr><tr><td>student799</td><td>Mathematics</td><td>male</td><td>59</td><td>96</td><td>64</td><td>41</td></tr><tr><td>student800</td><td>Languages</td><td>female</td><td>62</td><td>7</td><td>69</td><td>23</td></tr><tr><td>student801</td><td>Mathematics</td><td>male</td><td>35</td><td>83</td><td>32</td><td>55</td></tr><tr><td>student802</td><td>Languages</td><td>female</td><td>42</td><td>58</td><td>15</td><td>83</td></tr><tr><td>student803</td><td>Mathematics</td><td>male</td><td>41</td><td>90</td><td>40</td><td>12</td></tr><tr><td>student804</td><td>Languages</td><td>female</td><td>81</td><td>43</td><td>83</td><td>7</td></tr><tr><td>student805</td><td>Mathematics</td><td>male</td><td>87</td><td>77</td><td>33</td><td>20</td></tr><tr><td>student806</td><td>Languages</td><td>female</td><td>53</td><td>87</td><td>30</td><td>37</td></tr><tr><td>student807</td><td>Mathematics</td><td>male</td><td>13</td><td>35</td><td>85</td><td>16</td></tr><tr><td>student808</td><td>Languages</td><td>female</td><td>20</td><td>82</td><td>90</td><td>34</td></tr><tr><td>student809</td><td>Mathematics</td><td>male</td><td>58</td><td>2</td><td>16</td><td>14</td></tr><tr><td>student810</td><td>Languages</td><td>female</td><td>14</td><td>28</td><td>23</td><td>56</td></tr><tr><td>student811</td><td>Mathematics</td><td>male</td><td>49</td><td>97</td><td>36</td><td>8</td></tr><tr><td>student812</td><td>Languages</td><td>female</td><td>31</td><td>46</td><td>11</td><td>63</td></tr><tr><td>student813</td><td>Mathematics</td><td>male</td><td>74</td><td>9</td><td>76</td><td>43</td></tr><tr><td>student814</td><td>Languages</td><td>female</td><td>42</td><td>83</td><td>95</td><td>75</td></tr><tr><td>student815</td><td>Mathematics</td><td>male</td><td>2</td><td>65</td><td>45</td><td>29</td></tr><tr><td>student816</td><td>Languages</td><td>female</td><td>79</td><td>59</td><td>69</td><td>88</td></tr><tr><td>student817</td><td>Mathematics</td><td>male</td><td>68</td><td>18</td><td>26</td><td>84</td></tr><tr><td>student818</td><td>Languages</td><td>female</td><td>39</td><td>13</td><td>99</td><td>15</td></tr><tr><td>student819</td><td>Mathematics</td><td>male</td><td>22</td><td>48</td><td>71</td><td>6</td></tr><tr><td>student820</td><td>Languages</td><td>female</td><td>12</td><td>53</td><td>88</td><td>11</td></tr><tr><td>student821</td><td>Mathematics</td><td>male</td><td>33</td><td>90</td><td>80</td><td>29</td></tr><tr><td>student822</td><td>Languages</td><td>female</td><td>37</td><td>9</td><td>54</td><td>86</td></tr><tr><td>student823</td><td>Mathematics</td><td>male</td><td>91</td><td>78</td><td>85</td><td>1</td></tr><tr><td>student824</td><td>Languages</td><td>female</td><td>31</td><td>58</td><td>67</td><td>31</td></tr><tr><td>student825</td><td>Mathematics</td><td>male</td><td>22</td><td>30</td><td>50</td><td>98</td></tr><tr><td>student826</td><td>Languages</td><td>female</td><td>55</td><td>58</td><td>56</td><td>10</td></tr><tr><td>student827</td><td>Mathematics</td><td>male</td><td>56</td><td>76</td><td>57</td><td>53</td></tr><tr><td>student828</td><td>Languages</td><td>female</td><td>1</td><td>12</td><td>98</td><td>81</td></tr><tr><td>student829</td><td>Mathematics</td><td>male</td><td>67</td><td>92</td><td>66</td><td>71</td></tr><tr><td>student830</td><td>Languages</td><td>female</td><td>30</td><td>61</td><td>44</td><td>49</td></tr><tr><td>student831</td><td>Mathematics</td><td>male</td><td>0</td><td>41</td><td>44</td><td>61</td></tr><tr><td>student832</td><td>Languages</td><td>female</td><td>72</td><td>52</td><td>45</td><td>85</td></tr><tr><td>student833</td><td>Mathematics</td><td>male</td><td>60</td><td>99</td><td>12</td><td>94</td></tr><tr><td>student834</td><td>Languages</td><td>female</td><td>83</td><td>58</td><td>75</td><td>42</td></tr><tr><td>student835</td><td>Mathematics</td><td>male</td><td>95</td><td>0</td><td>53</td><td>77</td></tr><tr><td>student836</td><td>Languages</td><td>female</td><td>33</td><td>28</td><td>70</td><td>62</td></tr><tr><td>student837</td><td>Mathematics</td><td>male</td><td>39</td><td>82</td><td>75</td><td>5</td></tr><tr><td>student838</td><td>Languages</td><td>female</td><td>41</td><td>100</td><td>45</td><td>47</td></tr><tr><td>student839</td><td>Mathematics</td><td>male</td><td>81</td><td>69</td><td>27</td><td>29</td></tr><tr><td>student840</td><td>Languages</td><td>female</td><td>90</td><td>1</td><td>26</td><td>49</td></tr><tr><td>student841</td><td>Mathematics</td><td>male</td><td>45</td><td>38</td><td>20</td><td>34</td></tr><tr><td>student842</td><td>Languages</td><td>female</td><td>3</td><td>25</td><td>31</td><td>1</td></tr><tr><td>student843</td><td>Mathematics</td><td>male</td><td>55</td><td>77</td><td>86</td><td>49</td></tr><tr><td>student844</td><td>Languages</td><td>female</td><td>61</td><td>60</td><td>91</td><td>76</td></tr><tr><td>student845</td><td>Mathematics</td><td>male</td><td>80</td><td>85</td><td>74</td><td>9</td></tr><tr><td>student846</td><td>Languages</td><td>female</td><td>63</td><td>89</td><td>73</td><td>71</td></tr><tr><td>student847</td><td>Mathematics</td><td>male</td><td>79</td><td>15</td><td>97</td><td>42</td></tr><tr><td>student848</td><td>Languages</td><td>female</td><td>99</td><td>18</td><td>73</td><td>43</td></tr><tr><td>student849</td><td>Mathematics</td><td>male</td><td>30</td><td>52</td><td>38</td><td>56</td></tr><tr><td>student850</td><td>Languages</td><td>female</td><td>65</td><td>86</td><td>67</td><td>34</td></tr><tr><td>student851</td><td>Mathematics</td><td>male</td><td>73</td><td>43</td><td>6</td><td>55</td></tr><tr><td>student852</td><td>Languages</td><td>female</td><td>42</td><td>43</td><td>51</td><td>73</td></tr><tr><td>student853</td><td>Mathematics</td><td>male</td><td>8</td><td>70</td><td>98</td><td>0</td></tr><tr><td>student854</td><td>Languages</td><td>female</td><td>29</td><td>41</td><td>12</td><td>45</td></tr><tr><td>student855</td><td>Mathematics</td><td>male</td><td>57</td><td>3</td><td>90</td><td>90</td></tr><tr><td>student856</td><td>Languages</td><td>female</td><td>80</td><td>52</td><td>96</td><td>54</td></tr><tr><td>student857</td><td>Mathematics</td><td>male</td><td>43</td><td>83</td><td>82</td><td>46</td></tr><tr><td>student858</td><td>Languages</td><td>female</td><td>7</td><td>91</td><td>71</td><td>31</td></tr><tr><td>student859</td><td>Mathematics</td><td>male</td><td>68</td><td>13</td><td>70</td><td>7</td></tr><tr><td>student860</td><td>Languages</td><td>female</td><td>51</td><td>44</td><td>15</td><td>52</td></tr><tr><td>student861</td><td>Mathematics</td><td>male</td><td>91</td><td>70</td><td>1</td><td>78</td></tr><tr><td>student862</td><td>Languages</td><td>female</td><td>4</td><td>11</td><td>65</td><td>78</td></tr><tr><td>student863</td><td>Mathematics</td><td>male</td><td>20</td><td>63</td><td>55</td><td>85</td></tr><tr><td>student864</td><td>Languages</td><td>female</td><td>59</td><td>3</td><td>87</td><td>26</td></tr><tr><td>student865</td><td>Mathematics</td><td>male</td><td>4</td><td>89</td><td>44</td><td>32</td></tr><tr><td>student866</td><td>Languages</td><td>female</td><td>26</td><td>67</td><td>98</td><td>39</td></tr><tr><td>student867</td><td>Mathematics</td><td>male</td><td>48</td><td>79</td><td>38</td><td>66</td></tr><tr><td>student868</td><td>Languages</td><td>female</td><td>16</td><td>32</td><td>15</td><td>3</td></tr><tr><td>student869</td><td>Mathematics</td><td>male</td><td>13</td><td>20</td><td>50</td><td>85</td></tr><tr><td>student870</td><td>Languages</td><td>female</td><td>4</td><td>92</td><td>20</td><td>39</td></tr><tr><td>student871</td><td>Mathematics</td><td>male</td><td>82</td><td>6</td><td>23</td><td>53</td></tr><tr><td>student872</td><td>Languages</td><td>female</td><td>6</td><td>60</td><td>74</td><td>64</td></tr><tr><td>student873</td><td>Mathematics</td><td>male</td><td>66</td><td>48</td><td>39</td><td>14</td></tr><tr><td>student874</td><td>Languages</td><td>female</td><td>43</td><td>83</td><td>3</td><td>100</td></tr><tr><td>student875</td><td>Mathematics</td><td>male</td><td>21</td><td>49</td><td>9</td><td>0</td></tr><tr><td>student876</td><td>Languages</td><td>female</td><td>79</td><td>80</td><td>71</td><td>80</td></tr><tr><td>student877</td><td>Mathematics</td><td>male</td><td>84</td><td>25</td><td>26</td><td>88</td></tr><tr><td>student878</td><td>Languages</td><td>female</td><td>38</td><td>46</td><td>66</td><td>60</td></tr><tr><td>student879</td><td>Mathematics</td><td>male</td><td>35</td><td>27</td><td>98</td><td>51</td></tr><tr><td>student880</td><td>Languages</td><td>female</td><td>57</td><td>59</td><td>2</td><td>67</td></tr><tr><td>student881</td><td>Mathematics</td><td>male</td><td>76</td><td>87</td><td>78</td><td>8</td></tr><tr><td>student882</td><td>Languages</td><td>female</td><td>21</td><td>40</td><td>8</td><td>17</td></tr><tr><td>student883</td><td>Mathematics</td><td>male</td><td>50</td><td>4</td><td>68</td><td>66</td></tr><tr><td>student884</td><td>Languages</td><td>female</td><td>83</td><td>86</td><td>30</td><td>92</td></tr><tr><td>student885</td><td>Mathematics</td><td>male</td><td>63</td><td>46</td><td>66</td><td>94</td></tr><tr><td>student886</td><td>Languages</td><td>female</td><td>76</td><td>71</td><td>2</td><td>62</td></tr><tr><td>student887</td><td>Mathematics</td><td>male</td><td>74</td><td>18</td><td>68</td><td>6</td></tr><tr><td>student888</td><td>Languages</td><td>female</td><td>65</td><td>77</td><td>44</td><td>88</td></tr><tr><td>student889</td><td>Mathematics</td><td>male</td><td>67</td><td>32</td><td>61</td><td>19</td></tr><tr><td>student890</td><td>Languages</td><td>female</td><td>85</td><td>96</td><td>85</td><td>41</td></tr><tr><td>student891</td><td>Mathematics</td><td>male</td><td>14</td><td>87</td><td>70</td><td>5</td></tr><tr><td>student892</td><td>Languages</td><td>female</td><td>81</td><td>28</td><td>45</td><td>28</td></tr><tr><td>student893</td><td>Mathematics</td><td>male</td><td>9</td><td>19</td><td>18</td><td>83</td></tr><tr><td>student894</td><td>Languages</td><td>female</td><td>40</td><td>70</td><td>2</td><td>4</td></tr><tr><td>student895</td><td>Mathematics</td><td>male</td><td>18</td><td>19</td><td>51</td><td>89</td></tr><tr><td>student896</td><td>Languages</td><td>female</td><td>70</td><td>35</td><td>25</td><td>12</td></tr><tr><td>student897</td><td>Mathematics</td><td>male</td><td>72</td><td>90</td><td>7</td><td>41</td></tr><tr><td>student898</td><td>Languages</td><td>female</td><td>84</td><td>1</td><td>71</td><td>86</td></tr><tr><td>student899</td><td>Mathematics</td><td>male</td><td>14</td><td>2</td><td>38</td><td>86</td></tr><tr><td>student900</td><td>Languages</td><td>female</td><td>78</td><td>37</td><td>60</td><td>1</td></tr><tr><td>student901</td><td>Mathematics</td><td>male</td><td>66</td><td>95</td><td>31</td><td>68</td></tr><tr><td>student902</td><td>Languages</td><td>female</td><td>23</td><td>60</td><td>80</td><td>65</td></tr><tr><td>student903</td><td>Mathematics</td><td>male</td><td>76</td><td>89</td><td>63</td><td>96</td></tr><tr><td>student904</td><td>Languages</td><td>female</td><td>3</td><td>46</td><td>90</td><td>70</td></tr><tr><td>student905</td><td>Mathematics</td><td>male</td><td>65</td><td>44</td><td>96</td><td>79</td></tr><tr><td>student906</td><td>Languages</td><td>female</td><td>68</td><td>77</td><td>8</td><td>65</td></tr><tr><td>student907</td><td>Mathematics</td><td>male</td><td>86</td><td>61</td><td>99</td><td>43</td></tr><tr><td>student908</td><td>Languages</td><td>female</td><td>88</td><td>95</td><td>32</td><td>13</td></tr><tr><td>student909</td><td>Mathematics</td><td>male</td><td>53</td><td>100</td><td>59</td><td>82</td></tr><tr><td>student910</td><td>Languages</td><td>female</td><td>35</td><td>7</td><td>95</td><td>35</td></tr><tr><td>student911</td><td>Mathematics</td><td>male</td><td>23</td><td>0</td><td>1</td><td>77</td></tr><tr><td>student912</td><td>Languages</td><td>female</td><td>9</td><td>68</td><td>72</td><td>63</td></tr><tr><td>student913</td><td>Mathematics</td><td>male</td><td>23</td><td>92</td><td>39</td><td>96</td></tr><tr><td>student914</td><td>Languages</td><td>female</td><td>94</td><td>97</td><td>6</td><td>58</td></tr><tr><td>student915</td><td>Mathematics</td><td>male</td><td>49</td><td>31</td><td>29</td><td>71</td></tr><tr><td>student916</td><td>Languages</td><td>female</td><td>21</td><td>57</td><td>79</td><td>57</td></tr><tr><td>student917</td><td>Mathematics</td><td>male</td><td>0</td><td>35</td><td>100</td><td>89</td></tr><tr><td>student918</td><td>Languages</td><td>female</td><td>64</td><td>82</td><td>75</td><td>52</td></tr><tr><td>student919</td><td>Mathematics</td><td>male</td><td>16</td><td>66</td><td>69</td><td>68</td></tr><tr><td>student920</td><td>Languages</td><td>female</td><td>92</td><td>95</td><td>11</td><td>27</td></tr><tr><td>student921</td><td>Mathematics</td><td>male</td><td>16</td><td>88</td><td>85</td><td>90</td></tr><tr><td>student922</td><td>Languages</td><td>female</td><td>56</td><td>15</td><td>26</td><td>98</td></tr><tr><td>student923</td><td>Mathematics</td><td>male</td><td>78</td><td>27</td><td>40</td><td>17</td></tr><tr><td>student924</td><td>Languages</td><td>female</td><td>95</td><td>10</td><td>44</td><td>32</td></tr><tr><td>student925</td><td>Mathematics</td><td>male</td><td>99</td><td>85</td><td>52</td><td>18</td></tr><tr><td>student926</td><td>Languages</td><td>female</td><td>73</td><td>31</td><td>71</td><td>49</td></tr><tr><td>student927</td><td>Mathematics</td><td>male</td><td>21</td><td>79</td><td>10</td><td>63</td></tr><tr><td>student928</td><td>Languages</td><td>female</td><td>92</td><td>71</td><td>80</td><td>12</td></tr><tr><td>student929</td><td>Mathematics</td><td>male</td><td>23</td><td>29</td><td>33</td><td>88</td></tr><tr><td>student930</td><td>Languages</td><td>female</td><td>41</td><td>8</td><td>98</td><td>84</td></tr><tr><td>student931</td><td>Mathematics</td><td>male</td><td>97</td><td>17</td><td>79</td><td>21</td></tr><tr><td>student932</td><td>Languages</td><td>female</td><td>72</td><td>40</td><td>93</td><td>92</td></tr><tr><td>student933</td><td>Mathematics</td><td>male</td><td>75</td><td>58</td><td>3</td><td>26</td></tr><tr><td>student934</td><td>Languages</td><td>female</td><td>15</td><td>98</td><td>27</td><td>28</td></tr><tr><td>student935</td><td>Mathematics</td><td>male</td><td>76</td><td>88</td><td>80</td><td>6</td></tr><tr><td>student936</td><td>Languages</td><td>female</td><td>84</td><td>23</td><td>42</td><td>92</td></tr><tr><td>student937</td><td>Mathematics</td><td>male</td><td>71</td><td>56</td><td>86</td><td>71</td></tr><tr><td>student938</td><td>Languages</td><td>female</td><td>7</td><td>39</td><td>58</td><td>22</td></tr><tr><td>student939</td><td>Mathematics</td><td>male</td><td>1</td><td>55</td><td>54</td><td>60</td></tr><tr><td>student940</td><td>Languages</td><td>female</td><td>20</td><td>31</td><td>30</td><td>8</td></tr><tr><td>student941</td><td>Mathematics</td><td>male</td><td>97</td><td>54</td><td>41</td><td>81</td></tr><tr><td>student942</td><td>Languages</td><td>female</td><td>83</td><td>41</td><td>86</td><td>64</td></tr><tr><td>student943</td><td>Mathematics</td><td>male</td><td>71</td><td>95</td><td>32</td><td>7</td></tr><tr><td>student944</td><td>Languages</td><td>female</td><td>0</td><td>27</td><td>30</td><td>91</td></tr><tr><td>student945</td><td>Mathematics</td><td>male</td><td>99</td><td>75</td><td>17</td><td>22</td></tr><tr><td>student946</td><td>Languages</td><td>female</td><td>92</td><td>53</td><td>10</td><td>90</td></tr><tr><td>student947</td><td>Mathematics</td><td>male</td><td>4</td><td>44</td><td>94</td><td>32</td></tr><tr><td>student948</td><td>Languages</td><td>female</td><td>0</td><td>97</td><td>48</td><td>79</td></tr><tr><td>student949</td><td>Mathematics</td><td>male</td><td>97</td><td>55</td><td>79</td><td>74</td></tr><tr><td>student950</td><td>Languages</td><td>female</td><td>65</td><td>98</td><td>9</td><td>32</td></tr><tr><td>student951</td><td>Mathematics</td><td>male</td><td>56</td><td>73</td><td>38</td><td>81</td></tr><tr><td>student952</td><td>Languages</td><td>female</td><td>84</td><td>94</td><td>61</td><td>50</td></tr><tr><td>student953</td><td>Mathematics</td><td>male</td><td>48</td><td>20</td><td>77</td><td>0</td></tr><tr><td>student954</td><td>Languages</td><td>female</td><td>39</td><td>98</td><td>14</td><td>20</td></tr><tr><td>student955</td><td>Mathematics</td><td>male</td><td>4</td><td>15</td><td>24</td><td>65</td></tr><tr><td>student956</td><td>Languages</td><td>female</td><td>78</td><td>22</td><td>92</td><td>31</td></tr><tr><td>student957</td><td>Mathematics</td><td>male</td><td>28</td><td>38</td><td>26</td><td>54</td></tr><tr><td>student958</td><td>Languages</td><td>female</td><td>49</td><td>61</td><td>35</td><td>54</td></tr><tr><td>student959</td><td>Mathematics</td><td>male</td><td>81</td><td>15</td><td>28</td><td>17</td></tr><tr><td>student960</td><td>Languages</td><td>female</td><td>54</td><td>80</td><td>58</td><td>2</td></tr><tr><td>student961</td><td>Mathematics</td><td>male</td><td>75</td><td>23</td><td>5</td><td>37</td></tr><tr><td>student962</td><td>Languages</td><td>female</td><td>55</td><td>65</td><td>1</td><td>20</td></tr><tr><td>student963</td><td>Mathematics</td><td>male</td><td>86</td><td>42</td><td>70</td><td>36</td></tr><tr><td>student964</td><td>Languages</td><td>female</td><td>54</td><td>45</td><td>54</td><td>80</td></tr><tr><td>student965</td><td>Mathematics</td><td>male</td><td>38</td><td>18</td><td>69</td><td>92</td></tr><tr><td>student966</td><td>Languages</td><td>female</td><td>33</td><td>89</td><td>46</td><td>83</td></tr><tr><td>student967</td><td>Mathematics</td><td>male</td><td>43</td><td>9</td><td>55</td><td>76</td></tr><tr><td>student968</td><td>Languages</td><td>female</td><td>13</td><td>26</td><td>12</td><td>86</td></tr><tr><td>student969</td><td>Mathematics</td><td>male</td><td>94</td><td>22</td><td>85</td><td>59</td></tr><tr><td>student970</td><td>Languages</td><td>female</td><td>93</td><td>58</td><td>6</td><td>10</td></tr><tr><td>student971</td><td>Mathematics</td><td>male</td><td>35</td><td>72</td><td>85</td><td>36</td></tr><tr><td>student972</td><td>Languages</td><td>female</td><td>37</td><td>51</td><td>96</td><td>93</td></tr><tr><td>student973</td><td>Mathematics</td><td>male</td><td>71</td><td>10</td><td>79</td><td>59</td></tr><tr><td>student974</td><td>Languages</td><td>female</td><td>71</td><td>31</td><td>73</td><td>93</td></tr><tr><td>student975</td><td>Mathematics</td><td>male</td><td>80</td><td>26</td><td>86</td><td>97</td></tr><tr><td>student976</td><td>Languages</td><td>female</td><td>69</td><td>21</td><td>67</td><td>69</td></tr><tr><td>student977</td><td>Mathematics</td><td>male</td><td>38</td><td>86</td><td>10</td><td>39</td></tr><tr><td>student978</td><td>Languages</td><td>female</td><td>48</td><td>90</td><td>39</td><td>81</td></tr><tr><td>student979</td><td>Mathematics</td><td>male</td><td>90</td><td>83</td><td>3</td><td>42</td></tr><tr><td>student980</td><td>Languages</td><td>female</td><td>19</td><td>1</td><td>91</td><td>84</td></tr><tr><td>student981</td><td>Mathematics</td><td>male</td><td>98</td><td>25</td><td>50</td><td>46</td></tr><tr><td>student982</td><td>Languages</td><td>female</td><td>38</td><td>88</td><td>21</td><td>16</td></tr><tr><td>student983</td><td>Mathematics</td><td>male</td><td>71</td><td>48</td><td>18</td><td>43</td></tr><tr><td>student984</td><td>Languages</td><td>female</td><td>79</td><td>85</td><td>18</td><td>16</td></tr><tr><td>student985</td><td>Mathematics</td><td>male</td><td>51</td><td>66</td><td>90</td><td>68</td></tr><tr><td>student986</td><td>Languages</td><td>female</td><td>100</td><td>95</td><td>65</td><td>91</td></tr><tr><td>student987</td><td>Mathematics</td><td>male</td><td>6</td><td>74</td><td>24</td><td>24</td></tr><tr><td>student988</td><td>Languages</td><td>female</td><td>93</td><td>80</td><td>94</td><td>35</td></tr><tr><td>student989</td><td>Mathematics</td><td>male</td><td>65</td><td>78</td><td>57</td><td>94</td></tr><tr><td>student990</td><td>Languages</td><td>female</td><td>27</td><td>92</td><td>21</td><td>91</td></tr><tr><td>student991</td><td>Mathematics</td><td>male</td><td>77</td><td>15</td><td>26</td><td>76</td></tr><tr><td>student992</td><td>Languages</td><td>female</td><td>28</td><td>84</td><td>51</td><td>67</td></tr><tr><td>student993</td><td>Mathematics</td><td>male</td><td>3</td><td>78</td><td>62</td><td>50</td></tr><tr><td>student994</td><td>Languages</td><td>female</td><td>59</td><td>77</td><td>20</td><td>74</td></tr><tr><td>student995</td><td>Mathematics</td><td>male</td><td>62</td><td>66</td><td>8</td><td>75</td></tr><tr><td>student996</td><td>Languages</td><td>female</td><td>88</td><td>70</td><td>33</td><td>43</td></tr><tr><td>student997</td><td>Mathematics</td><td>male</td><td>73</td><td>33</td><td>42</td><td>53</td></tr><tr><td>student998</td><td>Languages</td><td>female</td><td>64</td><td>10</td><td>2</td><td>31</td></tr><tr><td>student999</td><td>Mathematics</td><td>male</td><td>91</td><td>93</td><td>16</td><td>35</td></tr><tr><td>student1000</td><td>Languages</td><td>female</td><td>30</td><td>68</td><td>95</td><td>40</td></tr><tr><td>student1001</td><td>Mathematics</td><td>male</td><td>25</td><td>2</td><td>48</td><td>32</td></tr><tr><td>student1002</td><td>Languages</td><td>female</td><td>50</td><td>77</td><td>53</td><td>81</td></tr><tr><td>student1003</td><td>Mathematics</td><td>male</td><td>67</td><td>44</td><td>10</td><td>65</td></tr><tr><td>student1004</td><td>Languages</td><td>female</td><td>29</td><td>53</td><td>34</td><td>86</td></tr><tr><td>student1005</td><td>Mathematics</td><td>male</td><td>77</td><td>69</td><td>22</td><td>75</td></tr><tr><td>student1006</td><td>Languages</td><td>female</td><td>48</td><td>82</td><td>95</td><td>40</td></tr><tr><td>student1007</td><td>Mathematics</td><td>male</td><td>30</td><td>71</td><td>29</td><td>63</td></tr><tr><td>student1008</td><td>Languages</td><td>female</td><td>45</td><td>31</td><td>4</td><td>71</td></tr><tr><td>student1009</td><td>Mathematics</td><td>male</td><td>81</td><td>12</td><td>20</td><td>44</td></tr><tr><td>student1010</td><td>Languages</td><td>female</td><td>17</td><td>66</td><td>82</td><td>42</td></tr><tr><td>student1011</td><td>Mathematics</td><td>male</td><td>15</td><td>11</td><td>32</td><td>18</td></tr><tr><td>student1012</td><td>Languages</td><td>female</td><td>27</td><td>34</td><td>59</td><td>19</td></tr><tr><td>student1013</td><td>Mathematics</td><td>male</td><td>18</td><td>67</td><td>25</td><td>14</td></tr><tr><td>student1014</td><td>Languages</td><td>female</td><td>24</td><td>64</td><td>52</td><td>24</td></tr><tr><td>student1015</td><td>Mathematics</td><td>male</td><td>36</td><td>87</td><td>48</td><td>46</td></tr><tr><td>student1016</td><td>Languages</td><td>female</td><td>33</td><td>1</td><td>70</td><td>68</td></tr><tr><td>student1017</td><td>Mathematics</td><td>male</td><td>48</td><td>26</td><td>3</td><td>80</td></tr><tr><td>student1018</td><td>Languages</td><td>female</td><td>53</td><td>63</td><td>85</td><td>57</td></tr><tr><td>student1019</td><td>Mathematics</td><td>male</td><td>58</td><td>73</td><td>0</td><td>24</td></tr><tr><td>student1020</td><td>Languages</td><td>female</td><td>85</td><td>90</td><td>81</td><td>0</td></tr><tr><td>student1021</td><td>Mathematics</td><td>male</td><td>69</td><td>28</td><td>52</td><td>76</td></tr><tr><td>student1022</td><td>Languages</td><td>female</td><td>75</td><td>22</td><td>7</td><td>52</td></tr>
+	</tbody>
+		</table>
+	</div>
+	<h1>Javascript</h1>
+	<div id="javascript">
+		<pre class="javascript"></pre>
+	</div>
+	<h1>HTML</h1>
+	<div id="html">
+		<pre class="html"></pre>
+	</div>
+</div>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript">
+_uacct = "UA-2189649-2";
+urchinTracker();
+</script>
+</body>
+</html>
+
diff --git a/public/opac/js/tablesorter/docs/example-update-cell.html b/public/opac/js/tablesorter/docs/example-update-cell.html
new file mode 100644
index 0000000000000000000000000000000000000000..3dbd8b047946af5450b497d5f3b3de336a966b8d
--- /dev/null
+++ b/public/opac/js/tablesorter/docs/example-update-cell.html
@@ -0,0 +1,118 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
+<head>
+	<title>jQuery plugin: Tablesorter 2.0 - Appending table data with ajax</title>
+	<link rel="stylesheet" href="css/jq.css" type="text/css" media="print, projection, screen" />
+	<link rel="stylesheet" href="../themes/blue/style.css" type="text/css" id="" media="print, projection, screen" />
+	<script type="text/javascript" src="../jquery-latest.js"></script>
+	<script type="text/javascript" src="../jquery.tablesorter.js"></script>
+	<script type="text/javascript" src="js/chili/chili-1.8b.js"></script>
+	<script type="text/javascript" src="js/docs.js"></script>
+	<script type="text/javascript" src="js/examples.js"></script>
+	<script type="text/javascript" id="js">
+	$(document).ready(function() {
+	$("table").tablesorter();
+	$("table tbody td.discount").click(function() {
+		 	// randomize a number
+		 	var discount = '$' + Math.round(Math.random() * Math.random() * 100) + '.' + Math.round(Math.random() * Math.random() * 100);
+		 	$(this).text(discount);
+			$("table").trigger("updateCell",[this]);
+			// set sorting column and direction, this will sort on the first and third column
+			var sorting = [[3,1]];
+			// sort on the first column
+			$("table").trigger("sorton",[sorting]);
+			return false;
+		
+		
+	});
+}); 		
+	</script>
+</head>
+<body>
+<div id="banner">	
+	<h1>table<em>sorter</em></h1>
+	<h2>Updateing the table cache</h2>
+	<h3>Flexible client-side table sorting</h3>
+	<a href="index.html">Back to documentation</a>
+</div>
+<div id="main">
+	<h1>Demo</h1>
+	<div id="demo">
+		<table cellspacing="1" class="tablesorter">
+			<thead>
+				<tr>
+					<th>First Name</th>
+					<th>Last Name</th>
+					<th>Age</th>
+					<th>Total</th>
+					<th>Discount</th>
+					<th>Date</th>
+	
+				</tr>
+			</thead>
+			<tbody>
+				<tr>
+					<td>Peter</td>
+					<td>Parker</td>
+					<td>28</td>
+					<td class="discount">$9.99</td>
+					<td>20%</td>
+					
+					<td>Jul 6, 2006 8:14 AM</td>
+				</tr>
+				<tr>
+					<td>John</td>
+					<td>Hood</td>
+					<td>33</td>
+					<td class="discount">$19.99</td>
+					<td>25%</td>
+					
+					<td>Dec 10, 2002 5:14 AM</td>
+				</tr>
+				<tr>
+					<td>Clark</td>
+					<td>Kent</td>
+					<td>18</td>
+					<td class="discount">$15.89</td>
+					<td>44%</td>
+					<td>Jan 12, 2003 11:14 AM</td>
+				</tr>
+				<tr>
+					<td>Bruce</td>
+					<td>Almighty</td>
+					<td>45</td>
+					<td class="discount">$153.19</td>
+					<td>44%</td>
+					
+					<td>Jan 18, 2001 9:12 AM</td>
+				</tr>
+				<tr>
+					<td>Bruce</td>
+					<td>Evans</td>
+					<td>22</td>
+					<td class="discount">$13.19</td>
+					<td>11%</td>
+					<td>Jan 18, 2007 9:12 AM</td>
+				</tr>
+			</tbody>
+		</table>
+		<br/>
+		<br/>
+	</div>
+	<h1>Javascript</h1>
+	<div id="javascript">
+		<pre class="javascript"></pre>
+	</div>
+	<h1>HTML</h1>
+	<div id="html">
+		<pre class="html"></pre>
+	</div>
+</div>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript">
+_uacct = "UA-2189649-2";
+urchinTracker();
+</script>
+</body>
+</html>
diff --git a/public/opac/js/tablesorter/docs/example-widgets.html b/public/opac/js/tablesorter/docs/example-widgets.html
new file mode 100644
index 0000000000000000000000000000000000000000..8077226927ee09509e7d8a42c3631d7cef69e0e7
--- /dev/null
+++ b/public/opac/js/tablesorter/docs/example-widgets.html
@@ -0,0 +1,383 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
+<head>
+	<title>jQuery plugin: Tablesorter 2.0 - Writing custom widgets</title>
+	<link rel="stylesheet" href="css/jq.css" type="text/css" media="print, projection, screen" />
+	<link rel="stylesheet" href="../themes/blue/style.css" type="text/css" media="print, projection, screen" />
+	<script type="text/javascript" src="../jquery-latest.js"></script>
+	
+	<script type="text/javascript" src="../jquery.tablesorter.js"></script>
+	<script type="text/javascript" src="../addons/pager/jquery.tablesorter.pager.js"></script>
+	<script type="text/javascript" src="js/chili/chili-1.8b.js"></script>
+	<script type="text/javascript" src="js/docs.js"></script>
+	<script type="text/javascript">
+	$(function() {
+		// add new widget called repeatHeaders
+		$.tablesorter.addWidget({
+			// give the widget a id
+			id: "repeatHeaders",
+			// format is called when the on init and when a sorting has finished
+			format: function(table) {
+				// cache and collect all TH headers
+				if(!this.headers) {
+					var h = this.headers = []; 
+					$("thead th",table).each(function() {
+						h.push(
+							"<th>" + $(this).text() + "</th>"
+						);
+						
+					});
+				}
+				
+				// remove appended headers by classname.
+				$("tr.repated-header",table).remove();
+				
+				// loop all tr elements and insert a copy of the "headers"	
+				for(var i=0; i < table.tBodies[0].rows.length; i++) {
+					// insert a copy of the table head every 10th row
+					if((i%5) == 4) {
+						$("tbody tr:eq(" + i + ")",table).before(
+							$("<tr></tr>").addClass("repated-header").html(this.headers.join(""))
+						
+						);	
+					}
+				}
+				
+			}
+		});
+		
+		// call the tablesorter plugin and assign widgets with id "zebra" (Default widget in the core) and the newly created "repeatHeaders"
+		$("table").tablesorter({
+			widgets: ['zebra','repeatHeaders']
+		});
+
+	}); 		
+	</script>
+</head>
+<body>
+<div id="banner">	
+	<h1>table<em>sorter</em></h1>
+	<h2>Writing custom widgets</h2>
+	<h3>Flexible client-side table sorting</h3>
+	<a href="index.html">Back to documentation</a>
+</div>
+<div id="main">
+
+<h1>Javascript</h1>
+<pre class="javascript">
+// add new widget called repeatHeaders
+$.tablesorter.addWidget({
+	// give the widget a id
+	id: "repeatHeaders",
+	// format is called when the on init and when a sorting has finished
+	format: function(table) {
+		// cache and collect all TH headers
+		if(!this.headers) {
+			var h = this.headers = []; 
+			$("thead th",table).each(function() {
+				h.push(
+					"<th>" + $(this).text() + "</th>"
+				);
+				
+			});
+		}
+		
+		// remove appended headers by classname.
+		$("tr.repated-header",table).remove();
+		
+		// loop all tr elements and insert a copy of the "headers"	
+		for(var i=0; i < table.tBodies[0].rows.length; i++) {
+			// insert a copy of the table head every 10th row
+			if((i%5) == 4) {
+				$("tbody tr:eq(" + i + ")",table).before(
+					$("<tr></tr>").html(this.headers.join(""))
+				
+				);	
+			}
+		}
+	}
+});
+
+// call the tablesorter plugin and assign widgets with id "zebra" (Default widget in the core) and the newly created "repeatHeaders"
+$("table").tablesorter({
+	widgets: ['zebra','repeatHeaders']
+});
+</pre>
+
+<h1>Demo</h1>
+<table cellspacing="1" class="tablesorter">
+	<thead>
+		<tr>
+			<th>Name</th>
+			<th>Major</th>
+			<th>Sex</th>
+			<th>English</th>
+			<th>Japanese</th>
+			<th>Calculus</th>
+			<th>Geometry</th>
+
+		</tr>
+	</thead>
+	<tfoot>
+		<tr>
+			<th>Name</th>
+			<th>Major</th>
+			<th>Sex</th>
+			<th>English</th>
+			<th>Japanese</th>
+			<th>Calculus</th>
+			<th>Geometry</th>
+
+		</tr>
+	</tfoot>
+	<tbody>
+		<tr>
+			<td>Student01</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>80</td>
+			<td>70</td>
+			<td>75</td>
+			<td>80</td>
+		</tr>
+		<tr>
+			<td>Student02</td>
+
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>90</td>
+			<td>88</td>
+			<td>100</td>
+			<td>90</td>
+
+		</tr>
+		<tr>
+			<td>Student03</td>
+			<td>Languages</td>
+			<td>female</td>
+			<td>85</td>
+			<td>95</td>
+
+			<td>80</td>
+			<td>85</td>
+		</tr>
+		<tr>
+			<td>Student04</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>60</td>
+			<td>55</td>
+			<td>100</td>
+			<td>100</td>
+		</tr>
+		<tr>
+			<td>Student05</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>68</td>
+			<td>80</td>
+			<td>95</td>
+			<td>80</td>
+
+		</tr>
+		<tr>
+			<td>Student06</td>
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>100</td>
+			<td>99</td>
+
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student07</td>
+			<td>Mathematics</td>
+			<td>male</td>
+
+			<td>85</td>
+			<td>68</td>
+			<td>90</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student08</td>
+
+			<td>Languages</td>
+			<td>male</td>
+			<td>100</td>
+			<td>90</td>
+			<td>90</td>
+			<td>85</td>
+
+		</tr>
+		<tr>
+			<td>Student09</td>
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>80</td>
+			<td>50</td>
+
+			<td>65</td>
+			<td>75</td>
+		</tr>
+		<tr>
+			<td>Student10</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>85</td>
+			<td>100</td>
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student11</td>
+
+			<td>Languages</td>
+			<td>male</td>
+			<td>86</td>
+			<td>85</td>
+			<td>100</td>
+			<td>100</td>
+
+		</tr>
+		<tr>
+			<td>Student12</td>
+			<td>Mathematics</td>
+			<td>female</td>
+			<td>100</td>
+			<td>75</td>
+
+			<td>70</td>
+			<td>85</td>
+		</tr>
+		<tr>
+			<td>Student13</td>
+			<td>Languages</td>
+			<td>female</td>
+
+			<td>100</td>
+			<td>80</td>
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student14</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>50</td>
+			<td>45</td>
+			<td>55</td>
+			<td>90</td>
+
+		</tr>
+		<tr>
+			<td>Student15</td>
+			<td>Languages</td>
+			<td>male</td>
+			<td>95</td>
+			<td>35</td>
+
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student16</td>
+			<td>Languages</td>
+			<td>female</td>
+
+			<td>100</td>
+			<td>50</td>
+			<td>30</td>
+			<td>70</td>
+		</tr>
+		<tr>
+			<td>Student17</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>80</td>
+			<td>100</td>
+			<td>55</td>
+			<td>65</td>
+
+		</tr>
+		<tr>
+			<td>Student18</td>
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>30</td>
+			<td>49</td>
+
+			<td>55</td>
+			<td>75</td>
+		</tr>
+		<tr>
+			<td>Student19</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>68</td>
+			<td>90</td>
+			<td>88</td>
+			<td>70</td>
+		</tr>
+		<tr>
+			<td>Student20</td>
+
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>40</td>
+			<td>45</td>
+			<td>40</td>
+			<td>80</td>
+
+		</tr>
+		<tr>
+			<td>Student21</td>
+			<td>Languages</td>
+			<td>male</td>
+			<td>50</td>
+			<td>45</td>
+
+			<td>100</td>
+			<td>100</td>
+		</tr>
+		<tr>
+			<td>Student22</td>
+			<td>Mathematics</td>
+			<td>male</td>
+
+			<td>100</td>
+			<td>99</td>
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student23</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>85</td>
+			<td>80</td>
+			<td>80</td>
+			<td>80</td>
+
+		</tr>
+	</tbody>
+</table>
+</div>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript">
+_uacct = "UA-2189649-2";
+urchinTracker();
+</script>
+</body>
+</html>
+
diff --git a/public/opac/js/tablesorter/docs/img/external.png b/public/opac/js/tablesorter/docs/img/external.png
new file mode 100644
index 0000000000000000000000000000000000000000..419c06fb960b0b665791c90044a78621616a4cb8
Binary files /dev/null and b/public/opac/js/tablesorter/docs/img/external.png differ
diff --git a/public/opac/js/tablesorter/docs/index.html b/public/opac/js/tablesorter/docs/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..43c21f2104b6b8233740c23488db29591974271a
--- /dev/null
+++ b/public/opac/js/tablesorter/docs/index.html
@@ -0,0 +1,576 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
+<head>
+	<title>jQuery plugin: Tablesorter 2.0</title>
+	<link rel="stylesheet" href="css/jq.css" type="text/css" media="print, projection, screen" />
+	<link rel="stylesheet" href="../themes/blue/style.css" type="text/css" media="print, projection, screen" />
+	<script type="text/javascript" src="../jquery-latest.js"></script>
+	<script type="text/javascript" src="../jquery.tablesorter.js"></script>
+	<script type="text/javascript" src="js/chili/chili-1.8b.js"></script>
+	<script type="text/javascript" src="js/docs.js"></script>
+	<script type="text/javascript">
+	$(function() {		
+		$("#tablesorter-demo").tablesorter({sortList:[[0,0],[2,1]], widgets: ['zebra']});
+		$("#options").tablesorter({sortList: [[0,0]], headers: { 3:{sorter: false}, 4:{sorter: false}}});
+	});	
+	</script>
+</head>
+<body>
+<div id="banner">	
+	<h1>table<em>sorter</em></h1>
+	<h2>Documentation</h2>
+	<h3>Flexible client-side table sorting</h3>
+	<a href="#"></a>
+</div>
+<div id="main">
+	<div class="digg">
+		<script src="http://images.del.icio.us/static/js/blogbadge.js"></script>
+	</div>
+	
+	<p>
+	  	<strong>Author:</strong> <a class="external" href="http://lovepeacenukes.com">Christian Bach</a><br />
+		<strong>Version:</strong> 2.0.5 (<a href="../changelog">changelog</a>)<br />
+		<strong>Licence:</strong> 
+		Dual licensed under <a class="external" href="http://www.opensource.org/licenses/mit-license.php">MIT</a>
+		or <a class="external" href="http://www.opensource.org/licenses/gpl-license.php">GPL</a> licenses.
+	</p>
+	
+	<p class="tip update">
+		<em>Update!</em> New version!, and the tablesorter docs are now available in russian, head over to <a class="external" href="http://tablesorter.ru/docs/">tablesorter.ru</a>
+	</p>
+	
+	<p class="tip">
+		<em>Helping out!</em> If you like tablesorter and you're feeling generous, take a look at my <a  class="external" href="http://www.amazon.com/gp/registry/wishlist/3VAOWCL63NEA6/ref=wl_web/">Amazon Wish List</a>
+	</p>
+
+
+	<p>Comments and love letters can be sent to: <span class="email">christian at tablesorter dot com</span>.</p>
+	
+	<p> </p>
+
+
+
+	<!--
+	<p class="tip">
+		<em>Help!</em> keep tablesorter.com up and running. If you like tablesorter, have a couple of bucks over or just feel like it. Please donate.</p>
+	</p>
+	
+	<form name="_xclick" action="https://www.paypal.com/cgi-bin/webscr" method="post">
+	<input type="hidden" name="cmd" value="_xclick">
+	<input type="hidden" name="business" value="christian.bach@polyester.se">
+	<input type="hidden" name="item_name" value="Tablesorter donation">
+	<input type="hidden" name="currency_code" value="USD">
+	<input type="hidden" name="amount" value="10.00">
+	<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but04.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
+	</form>
+	-->
+	
+	
+	
+	<a name="Contents"></a>
+	<h1>Contents</h1>
+	<ol>
+		<li><a href="#Introduction">Introduction</a></li>
+		<li><a href="#Demo">Demo</a></li>
+		<li><a href="#Getting-Started">Getting started</a></li>
+		
+		<li><a href="#Examples">Examples</a></li>
+		
+		<li><a href="#Configuration">Configuration</a></li>
+		<li><a href="#Download">Download</a></li>
+		<li><a href="#Compatibility">Compatibility</a></li>
+		<li><a href="#Support">Support</a></li>
+		<li><a href="#Credits">Credits</a></li>
+	</ol>
+
+	<a name="Introduction"></a>
+	<h1>Introduction</h1>
+	<p>
+		tablesorter is a <a class="external" href="http://jquery.com">jQuery</a> plugin for turning a
+	  	standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes.  
+	  	tablesorter can successfully parse and sort many types of data including linked data in a cell.  	  	
+		It has many useful features including:
+	</p>
+  	
+  	<ul>
+  		<li>Multi-column sorting</li>
+  		<li>Parsers for sorting text, URIs, integers, currency, floats, IP addresses, dates (ISO, long and short formats), time.  <a href="example-parsers.html">Add your own easily</a></li>
+  		<!--
+		<li>Support for ROWSPAN and COLSPAN on TH elements</li>
+		-->
+  		<li>Support secondary "hidden" sorting (e.g., maintain alphabetical sort when sorting on other criteria)</li>
+  		<li>Extensibility via <a href="example-widgets.html">widget system</a></li>
+  		<li>Cross-browser: IE 6.0+, FF 2+, Safari 2.0+, Opera 9.0+</li>	
+		<li>Small code size</li>
+
+  	</ul>
+  
+	<a name="Demo"></a>
+	<h1>Demo</h1>
+
+	<table id="tablesorter-demo" class="tablesorter" border="0" cellpadding="0" cellspacing="1">
+		<thead>
+			<tr>
+				<th>First Name</th>
+				<th>Last Name</th>
+				<th>Age</th>
+				<th>Total</th>
+				<th>Discount</th>
+				<th>Difference</th>
+				<th>Date</th>
+			</tr>
+		</thead>
+		<tbody>
+			<tr>
+				<td>Peter</td>
+				<td>Parker</td>
+				<td>28</td>
+				<td>$9.99</td>
+				<td>20.9%</td>
+				<td>+12.1</td>
+				<td>Jul 6, 2006 8:14 AM</td>
+			</tr>
+			<tr>
+				<td>John</td>
+				<td>Hood</td>
+				<td>33</td>
+				<td>$19.99</td>
+				<td>25%</td>
+				<td>+12</td>
+				<td>Dec 10, 2002 5:14 AM</td>
+			</tr>
+			<tr>
+				<td>Clark</td>
+				<td>Kent</td>
+				<td>18</td>
+				<td>$15.89</td>
+				<td>44%</td>
+				<td>-26</td>
+				<td>Jan 12, 2003 11:14 AM</td>
+			</tr>
+			<tr>
+				<td>Bruce</td>
+				<td>Almighty</td>
+				<td>45</td>
+				<td>$153.19</td>
+				<td>44.7%</td>
+				<td>+77</td>
+				<td>Jan 18, 2001 9:12 AM</td>
+			</tr>
+			<tr>
+				<td>Bruce</td>
+				<td>Evans</td>
+				<td>22</td>
+				<td>$13.19</td>
+				<td>11%</td>
+				<td>-100.9</td>
+				<td>Jan 18, 2007 9:12 AM</td>
+			</tr>
+			<tr>
+				<td>Bruce</td>
+				<td>Evans</td>
+				<td>22</td>
+				<td>$13.19</td>
+				<td>11%</td>
+				<td>0</td>
+				<td>Jan 18, 2007 9:12 AM</td>
+			</tr>
+		</tbody>
+	</table>
+	
+	<p class="tip">
+		<em>TIP!</em> Sort multiple columns simultaneously by holding down the shift key and clicking a second, third or even fourth column header!
+	</p>	
+	
+	
+		<a name="Getting-Started"></a>
+	<h1>Getting started</h1>
+	<p>
+		To use the tablesorter plugin, include the <a class="external" href="http://jquery.com">jQuery</a>
+		library and the tablesorter plugin inside the <code>&lt;head&gt;</code> tag
+		of your HTML document:
+	</p>
+	
+<pre class="javascript">
+&lt;script type=&quot;text/javascript&quot; src=&quot;/path/to/jquery-latest.js&quot;&gt;&lt;/script&gt;
+&lt;script type=&quot;text/javascript&quot; src=&quot;/path/to/jquery.tablesorter.js&quot;&gt;&lt;/script&gt;
+</pre>
+
+
+	<p>tablesorter works on standard HTML tables.  You must include THEAD and TBODY tags:</p>
+	
+	<pre class="html">
+&lt;table id="myTable" class="tablesorter"&gt;
+&lt;thead&gt;
+&lt;tr&gt;
+	&lt;th&gt;Last Name&lt;/th&gt;
+	&lt;th&gt;First Name&lt;/th&gt;
+	&lt;th&gt;Email&lt;/th&gt;
+	&lt;th&gt;Due&lt;/th&gt;
+	&lt;th&gt;Web Site&lt;/th&gt;
+&lt;/tr&gt;
+&lt;/thead&gt;
+&lt;tbody&gt;
+&lt;tr&gt;
+	&lt;td&gt;Smith&lt;/td&gt;
+	&lt;td&gt;John&lt;/td&gt;
+	&lt;td&gt;jsmith@gmail.com&lt;/td&gt;
+	&lt;td&gt;$50.00&lt;/td&gt;
+	&lt;td&gt;http://www.jsmith.com&lt;/td&gt;
+&lt;/tr&gt;
+&lt;tr&gt;
+	&lt;td&gt;Bach&lt;/td&gt;
+	&lt;td&gt;Frank&lt;/td&gt;
+	&lt;td&gt;fbach@yahoo.com&lt;/td&gt;
+	&lt;td&gt;$50.00&lt;/td&gt;
+	&lt;td&gt;http://www.frank.com&lt;/td&gt;
+&lt;/tr&gt;
+&lt;tr&gt;
+	&lt;td&gt;Doe&lt;/td&gt;
+	&lt;td&gt;Jason&lt;/td&gt;
+	&lt;td&gt;jdoe@hotmail.com&lt;/td&gt;
+	&lt;td&gt;$100.00&lt;/td&gt;
+	&lt;td&gt;http://www.jdoe.com&lt;/td&gt;
+&lt;/tr&gt;
+&lt;tr&gt;
+	&lt;td&gt;Conway&lt;/td&gt;
+	&lt;td&gt;Tim&lt;/td&gt;
+	&lt;td&gt;tconway@earthlink.net&lt;/td&gt;
+	&lt;td&gt;$50.00&lt;/td&gt;
+	&lt;td&gt;http://www.timconway.com&lt;/td&gt;
+&lt;/tr&gt;
+&lt;/tbody&gt;
+&lt;/table&gt;
+	</pre>
+
+
+	<p>Start by telling tablesorter to sort your table when the document is loaded:</p>
+	
+	
+	
+	
+	<pre class="javascript">
+$(document).ready(function()
+	{
+		$("#myTable").tablesorter();
+	}
+);
+	</pre>
+	
+	<p>
+		Click on the headers and you'll see that your table is now sortable!  You can 
+		also pass in configuration options when you initialize the table.  This tells
+		tablesorter to sort on the first and second column in ascending order.
+	</p>
+
+
+
+	<pre class="javascript">
+$(document).ready(function()
+	{
+		$("#myTable").tablesorter( {sortList: [[0,0], [1,0]]} );
+	}
+);
+	</pre>
+	
+	<p class="tip">
+		<em>NOTE!</em> tablesorter will auto-detect most data types including numbers, dates, ip-adresses for more information see <a href="#Examples">Examples</a>
+	</p>
+	
+	
+	
+
+
+	<a name="Examples"></a>
+    <h1>Examples</h1>
+    <p>	
+		These examples will show what's possible with tablesorter.  You need Javascript enabled to 
+		run these samples, just like you and your users will need Javascript enabled to use tablesorter.
+	</p>
+	
+    <strong>Basic</strong>
+	<ul>
+		<li><a href="example-option-sort-list.html">Set a initial sorting order using options</a></li>
+		<li><a href="example-option-digits.html">Dealing with digits!</a></li>
+		<li><a href="example-options-headers.html">Disable header using options</a></li>
+		<li><a href="example-trigger-sort.html">Sort table using a link outside the table</a></li>	
+		<li><a href="example-option-sort-force.html">Force a default sorting order</a></li>
+		<li><a href="example-option-sort-key.html">Change the default multi-sorting key</a></li>	
+	</ul>
+	<strong>Metadata - setting inline options</strong>
+	<ul>
+		<li><a href="example-meta-sort-list.html">Set a initial sorting order using metadata</a></li>
+		<li><a href="example-meta-headers.html">Disable header using metadata</a></li>
+		<li><a href="example-meta-parsers.html">Setting column parser using metadata</a></li>
+	</ul>	
+	
+	<strong>Advanced</strong>
+	<ul>
+		<li><a href="example-triggers.html">Triggers sortEnd and sortStart(Displaying sorting progress)</a></li>		
+		<li><a href="example-ajax.html">Appending table data with ajax</a></li>
+		<li><a href="example-empty-table.html">Initializing tablesorter on a empty table</a></li>
+		<li><a href="example-option-text-extraction.html">Dealing with markup inside cells</a></li>
+		<li><a href="example-extending-defaults.html">Extending default options</a></li>
+		<li><a href="example-option-debug.html">Enableing debug mode</a></li>
+		<li><a href="example-parsers.html">Parser, writing your own</a></li>
+		<li><a href="example-widgets.html">Widgets, writing your own</a></li>
+	</ul>
+	
+	<strong>Companion plugins</strong>
+	<ul>
+		<li><a href="example-pager.html">Pager plugin</a></li>
+	</ul>	
+	
+	
+
+	
+
+
+	<a name="Configuration"></a>
+	<h1>Configuration</h1>
+
+	<p>
+		tablesorter has many options you can pass in at initialization to achieve different effects:
+	</p>
+	
+
+
+  <table id="options" class="tablesorter" border="0" cellpadding="0" cellspacing="1">
+    <thead>
+      <tr>
+        <th>Property</th>
+        <th>Type</th>
+        <th>Default</th>
+        <th>Description</th>
+        <th>Link</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td>sortList</td>
+        <td>Array</td>
+        <td>null</td>
+        <td>An array of instructions for per-column sorting and direction in the format: <code>[[columnIndex, sortDirection], ... ]</code> where columnIndex is a zero-based index for your columns left-to-right and sortDirection is 0 for Ascending and 1 for Descending.  A valid argument that sorts ascending first by column 1 and then column 2 looks like: <code>[[0,0],[1,0]]</code></td>
+      	<td><a href="example-option-sort-list.html">Example</a></td>
+      </tr>
+      <!-- 
+      <tr>
+        <td>sortInitialOrder</td>
+        <td>String</td>
+        <td>asc</td>
+        <td>When clicking the header for the first time, the direction it sorts.  Valid arguments are "asc" for Ascending or "desc" for Descending.</td>
+        <td><a href="example-option-sort-order.html">Example</a></td>
+      </tr>
+      -->
+      <tr>
+        <td>sortMultiSortKey</td>
+        <td>String</td>
+        <td>shiftKey</td>
+        <td>The key used to select more than one column for multi-column sorting.  Defaults to the shift key.  Other options might be ctrlKey, altKey. <br/>Reference: <a class="external" href="http://developer.mozilla.org/en/docs/DOM:event#Properties">http://developer.mozilla.org/en/docs/DOM:event#Properties</a></td>
+      
+      	<td><a href="example-option-sort-key.html">Example</a></td>
+      </tr>
+      <tr>
+        <td>textExtraction</td>
+        <td>String Or Function</td>
+        <td>simple</td>
+        <td>
+        	Defines which method is used to extract data from a table cell for sorting.  
+        	Built-in options include "simple" and "complex".  Use complex if you have data marked up 
+        	inside of a table cell like: <code>&lt;td&gt;&lt;strong&gt;&lt;em&gt;123 Main Street&lt;/em&gt;&lt;/strong&gt;&lt;/td&gt;</code>.  
+        	Complex can be slow in large tables so consider writing your own text extraction function "myTextExtraction" which you define like:
+<pre class="javascript">
+var myTextExtraction = function(node) 
+{ 
+	// extract data from markup and return it 
+	return node.childNodes[0].childNodes[0].innerHTML;
+}
+$(document).ready(function()
+	{
+		$("#myTable").tableSorter( {textExtraction: myTextExtraction} );
+	}
+);
+</pre>  
+
+			tablesorter will pass a jQuery object containing the contents of the current cell for you to parse and return.  Thanks to Josh Nathanson for the examples.
+		</td>
+		<td><a href="example-option-text-extraction.html">Example</a></td>
+	  </tr>
+      <tr>
+        <td>headers</td>
+        <td>Object</td>
+        <td>null</td>
+        <td>
+        	An object of instructions for per-column controls in the format: <code>headers: { 0: { option: setting }, ... }</code>  For example, to disable 
+        	sorting on the first two columns of a table: <code>headers: { 0: { sorter: false}, 1: {sorter: false} }</code>
+        </td>
+        <td><a href="example-options-headers.html">Example</a></td>
+      </tr>
+      <tr>
+        <td>sortForce</td>
+        <td>Array</td>
+        <td>null</td>
+        <td>Use to add an additional forced sort that will be appended to the dynamic selections by the user.  For example, can be used to sort people alphabetically after some other user-selected sort that results in rows with the same value like dates or money due.  It can help prevent data from appearing as though it has a random secondary sort.</td>
+        <td><a href="example-option-sort-force.html">Example</a></td>
+      </tr>
+      <tr>
+        <td>widthFixed</td>
+        <td>Boolean</td>
+        <td>false</td>
+        <td>Indicates if tablesorter should apply fixed widths to the table columns.  This is useful for the Pager companion.  Requires the <a href="#Download-Addons">jQuery dimension plugin</a> to work.</a></td>
+        <td><a href="example-pager.html">Example</a></td>
+      </tr>
+      <tr>
+        <td>cancelSelection</td>
+        <td>Boolean</td>
+        <td>true</td>
+        <td>Indicates if tablesorter should disable selection of text in the table header (TH).  Makes header behave more like a button.</td>
+		<td></td>
+      </tr>
+      <tr>
+        <td>cssHeader</td>
+        <td>String</td>
+        <td>"header"</td>
+        <td>The CSS style used to style the header in its unsorted state.  Example from the blue skin:
+<pre class="css">
+th.header {
+	background-image: url(../img/small.gif);	
+	cursor: pointer;
+	font-weight: bold;
+	background-repeat: no-repeat;
+	background-position: center left;
+	padding-left: 20px;
+	border-right: 1px solid #dad9c7;
+	margin-left: -1px;
+}
+</pre>        	
+        </td>
+		<td></td>
+      </tr>
+      <tr>
+        <td>cssAsc</td>
+        <td>String</td>
+        <td>"headerSortUp"</td>
+        <td>The CSS style used to style the header when sorting ascending.  Example from the blue skin:
+<pre class="css">
+th.headerSortUp {
+	background-image: url(../img/small_asc.gif);
+	background-color: #3399FF;
+}
+</pre>
+       </td>
+	   <td></td>
+      </tr>
+      <tr>
+        <td>cssDesc</td>
+        <td>String</td>
+        <td>"headerSortDown"</td>
+        <td>The CSS style used to style the header when sorting descending.  Example from the blue skin:
+<pre  class="css">
+th.headerSortDown {
+	background-image: url(../img/small_desc.gif);
+	background-color: #3399FF;
+}
+</pre>
+       </td>
+	   <td></td>
+      </tr>
+	  <tr>
+        <td>debug</td>
+        <td>Boolean</td>
+        <td>false</td>
+        <td>
+        	Boolean flag indicating if tablesorter should display debuging information usefull for development.
+       </td>
+	   <td><a href="example-option-debug.html">Example</a></td>
+      </tr>
+    </tbody>
+  </table>
+	
+	
+	
+<a name="Download"></a>
+	<h1>Download</h1>
+	
+	<p><strong>Full release</strong> - Plugin, Documentation, Add-ons, Themes <a href="../jquery.tablesorter.zip">jquery.tablesorter.zip</a></p>
+	
+	
+	<p><strong>Pick n choose</strong> - Place at least the required files in a directory on your webserver that is accessible to a web browser.  Record this location.</p>
+	
+	<strong id="Download-Required">Required:</strong>
+	<ul>
+		<li><a class="external" href="http://docs.jquery.com/Downloading_jQuery#Download_jQuery">jQuery</a> (1.2.1 or higher)</li>
+		<li><a href="../jquery.tablesorter.min.js">jquery.tablesorter.min.js</a> (12kb, Minified for production)</li>
+	</ul>  
+		
+	<strong id="Download-Addons">Optional/Add-Ons:</strong>
+	<ul>
+		<li><a class="external" href="http://jquery.com/dev/svn/trunk/plugins/metadata/lib/jQuery/metadata.js?format=raw">metadata.js</a> (3,7kb <strong>Required for setting <a href="#Examples">inline options</a></strong>)</li>
+		<!--
+		<li><a class="external" href="http://dev.jquery.com/browser/trunk/plugins/dimensions/jquery.dimensions.
+.js?format=raw">jquery.dimensions.pack.js</a> (5,1kb, <a href="http://dean.edwards.name/packer/" class="external">packed</a>, for production. <strong>Required: for the <a href="example-pager.html">tablesorter pagination plugin</a></strong>)</li>
+		-->
+		<li><a href="../jquery.tablesorter.js">jquery.tablesorter.js</a> (17,7kb, for development)</li>
+		<li><a href="../addons/pager/jquery.tablesorter.pager.js">jquery.tablesorter.pager.js</a> (3,6kb, <a href="example-pager.html">tablesorter pagination plugin</a>)</li>
+	</ul>  
+	
+	<strong id="Download-Widgets">Widgets:</strong>
+	<ul>
+		<li><a class="external" href="http://www.jdempster.com/category/code/jquery/tablesortercookiewidget/">Cookie Widget</a>, By <a class="external" href="http://www.jdempster.com/">James Dempster</a></li>
+	</ul> 
+	
+	<strong id="Download-Themes">Themes:</strong>
+	<ul>
+		<li><a href="../themes/green/green.zip">Green Skin</a> - Images and CSS styles for green themed headers</li>
+		<li><a href="../themes/blue/blue.zip">Blue Skin</a> - Images and CSS styles for blue themed headers (as seen in the examples)</li>
+	</ul>  	
+
+  <a name="Compatibility"></a>
+  <h1>Browser Compatibility</h1>
+
+    <p>tablesorter has been tested successfully in the following browsers with Javascript enabled:</p>
+    <ul>
+    	<li>Firefox 2+</li>
+    	<li>Internet Explorer 6+</li>
+    	<li>Safari 2+</li>
+    	<li>Opera 9+</li>
+    	<li>Konqueror</li>
+    </ul>
+    
+    <p><a class="external" href="http://docs.jquery.com/Browser_Compatibility">jQuery Browser Compatibility</a></p>
+    
+    
+
+
+<a name="Support"></a>
+  <h1>Support</h1>
+  <p>
+        Support is available through the
+        <a class="external" href="http://jquery.com/discuss/">jQuery Mailing List</a>.  
+  </p>      
+  <p>Access to the jQuery Mailing List is also available through <a class="external" href="http://www.nabble.com/JQuery-f15494.html">Nabble Forums</a>.</p>
+
+
+  <a name="Credits"></a>
+  <h1>Credits</h1>
+  <p>
+  	Written by <a class="external" href="http://lovepeacenukes.com">Christian Bach</a>.
+  </p>
+  <p>
+	Documentation written by <a class="external" href="http://www.ghidinelli.com">Brian Ghidinelli</a>, 
+  	based on <a class="external" href="http://malsup.com/jquery/">Mike Alsup's</a> great documention.
+  </p>
+  <p>
+	<a class="external" href="http://ejohn.org">John Resig</a> for the fantastic <a class="external" href="http://jquery.com">jQuery</a>		
+  </p>
+</div>
+
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+<script type="text/javascript">
+_uacct = "UA-2189649-2";
+urchinTracker();
+</script>
+</body>
+</html>
+
diff --git a/public/opac/js/tablesorter/docs/js/docs.js b/public/opac/js/tablesorter/docs/js/docs.js
new file mode 100644
index 0000000000000000000000000000000000000000..924caed6759f3c6bff5adf813ee94044f2fec4b7
--- /dev/null
+++ b/public/opac/js/tablesorter/docs/js/docs.js
@@ -0,0 +1,23 @@
+/* Stop IE flicker */
+if ($.browser.msie == true) document.execCommand('BackgroundImageCache', false, true);
+ChiliBook.recipeFolder     = "js/chili/";
+ChiliBook.stylesheetFolder = "js/chili/"
+
+jQuery.fn.antispam = function() {
+  return this.each(function(){
+	var email = $(this).text().toLowerCase().replace(/\sdot/g,'.').replace(/\sat/g,'@').replace(/\s+/g,'');
+	var URI = "mailto:" + email;
+	$(this).hide().before(
+		$("<a></a>").attr("href",URI).addClass("external").text(email)
+	);
+  });
+};
+
+
+$(function() {
+	$("pre.javascript").chili();
+	$("pre.html").chili();
+	$("pre.css").chili();
+	$("a.external").each(function() {this.target = '_new'});	
+	$("span.email").antispam();
+});
\ No newline at end of file
diff --git a/public/opac/js/tablesorter/docs/js/examples.js b/public/opac/js/tablesorter/docs/js/examples.js
new file mode 100644
index 0000000000000000000000000000000000000000..d7d43987f47719e28cc5bcc8bd1eb647b9bd1bca
--- /dev/null
+++ b/public/opac/js/tablesorter/docs/js/examples.js
@@ -0,0 +1,29 @@
+$(function() {
+
+	// get javascript source
+	$("#javascript pre").text($("#js").html());
+	
+	if($("#demo").size() > 0) {
+		// old school chaining...
+		var html = $("#demo").html()
+				.toLowerCase()
+				.replace(/\n|\t|\r/g,'')
+				.replace(/<td/g,'\t\t\t<td')
+				.replace(/<\/td>/g,'</td>\n')
+				.replace(/<th/g,'\t\t\t<th')
+				.replace(/<\/th>/g,'</th>\n')
+				.replace(/<\/tr>/g,'\t\t</tr>')
+				.replace(/<tr>/g,'\n\t\t<tr>\n')
+				.replace(/<thead/g,'\n\t<thead>')
+				.replace(/<\/thead>/g,'\n\t</thead>')
+				.replace(/<tbody/g,'\n\t<tbody')
+				.replace(/<\/tbody>/g,'\n\t</tbody>')
+				.replace(/<\/table>/g,'\n</table>')
+				.replace(/-->/g,'-->\n');
+				
+		$("#html pre").text(html);
+	}
+	$("pre.javascript").chili();
+	$("pre.html").chili();
+	$("pre.css").chili();
+});
\ No newline at end of file
diff --git a/public/opac/js/tablesorter/jquery-latest.js b/public/opac/js/tablesorter/jquery-latest.js
new file mode 100644
index 0000000000000000000000000000000000000000..ac7e7009dc9fe6289d3c416c9837ab696ab25435
--- /dev/null
+++ b/public/opac/js/tablesorter/jquery-latest.js
@@ -0,0 +1,154 @@
+/*!
+ * jQuery JavaScript Library v1.4.2
+ * http://jquery.com/
+ *
+ * Copyright 2010, John Resig
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * Includes Sizzle.js
+ * http://sizzlejs.com/
+ * Copyright 2010, The Dojo Foundation
+ * Released under the MIT, BSD, and GPL Licenses.
+ *
+ * Date: Sat Feb 13 22:33:48 2010 -0500
+ */
+(function(A,w){function ma(){if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(ma,1);return}c.ready()}}function Qa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function X(a,b,d,f,e,j){var i=a.length;if(typeof b==="object"){for(var o in b)X(a,o,b[o],f,e,d);return a}if(d!==w){f=!j&&f&&c.isFunction(d);for(o=0;o<i;o++)e(a[o],b,f?d.call(a[o],o,e(a[o],b)):d,j);return a}return i?
+e(a[0],b):w}function J(){return(new Date).getTime()}function Y(){return false}function Z(){return true}function na(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function oa(a){var b,d=[],f=[],e=arguments,j,i,o,k,n,r;i=c.data(this,"events");if(!(a.liveFired===this||!i||!i.live||a.button&&a.type==="click")){a.liveFired=this;var u=i.live.slice(0);for(k=0;k<u.length;k++){i=u[k];i.origType.replace(O,"")===a.type?f.push(i.selector):u.splice(k--,1)}j=c(a.target).closest(f,a.currentTarget);n=0;for(r=
+j.length;n<r;n++)for(k=0;k<u.length;k++){i=u[k];if(j[n].selector===i.selector){o=j[n].elem;f=null;if(i.preType==="mouseenter"||i.preType==="mouseleave")f=c(a.relatedTarget).closest(i.selector)[0];if(!f||f!==o)d.push({elem:o,handleObj:i})}}n=0;for(r=d.length;n<r;n++){j=d[n];a.currentTarget=j.elem;a.data=j.handleObj.data;a.handleObj=j.handleObj;if(j.handleObj.origHandler.apply(j.elem,e)===false){b=false;break}}return b}}function pa(a,b){return"live."+(a&&a!=="*"?a+".":"")+b.replace(/\./g,"`").replace(/ /g,
+"&")}function qa(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function ra(a,b){var d=0;b.each(function(){if(this.nodeName===(a[d]&&a[d].nodeName)){var f=c.data(a[d++]),e=c.data(this,f);if(f=f&&f.events){delete e.handle;e.events={};for(var j in f)for(var i in f[j])c.event.add(this,j,f[j][i],f[j][i].data)}}})}function sa(a,b,d){var f,e,j;b=b&&b[0]?b[0].ownerDocument||b[0]:s;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&b===s&&!ta.test(a[0])&&(c.support.checkClone||!ua.test(a[0]))){e=
+true;if(j=c.fragments[a[0]])if(j!==1)f=j}if(!f){f=b.createDocumentFragment();c.clean(a,b,f,d)}if(e)c.fragments[a[0]]=j?f:1;return{fragment:f,cacheable:e}}function K(a,b){var d={};c.each(va.concat.apply([],va.slice(0,b)),function(){d[this]=a});return d}function wa(a){return"scrollTo"in a&&a.document?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var c=function(a,b){return new c.fn.init(a,b)},Ra=A.jQuery,Sa=A.$,s=A.document,T,Ta=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,Ua=/^.[^:#\[\.,]*$/,Va=/\S/,
+Wa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Xa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,P=navigator.userAgent,xa=false,Q=[],L,$=Object.prototype.toString,aa=Object.prototype.hasOwnProperty,ba=Array.prototype.push,R=Array.prototype.slice,ya=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(a==="body"&&!b){this.context=s;this[0]=s.body;this.selector="body";this.length=1;return this}if(typeof a==="string")if((d=Ta.exec(a))&&
+(d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=sa([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(this,a)}else{if(b=s.getElementById(d[2])){if(b.id!==d[2])return T.find(a);this.length=1;this[0]=b}this.context=s;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=s;a=s.getElementsByTagName(a);return c.merge(this,
+a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return R.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){var f=c();c.isArray(a)?ba.apply(f,a):c.merge(f,a);f.prevObject=this;f.context=this.context;if(b===
+"find")f.selector=this.selector+(this.selector?" ":"")+d;else if(b)f.selector=this.selector+"."+b+"("+d+")";return f},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(s,c);else Q&&Q.push(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(R.apply(this,arguments),"slice",R.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this,
+function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,j,i,o;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b<d;b++)if((e=arguments[b])!=null)for(j in e){i=a[j];o=e[j];if(a!==o)if(f&&o&&(c.isPlainObject(o)||c.isArray(o))){i=i&&(c.isPlainObject(i)||
+c.isArray(i))?i:c.isArray(o)?[]:{};a[j]=c.extend(f,i,o)}else if(o!==w)a[j]=o}return a};c.extend({noConflict:function(a){A.$=Sa;if(a)A.jQuery=Ra;return c},isReady:false,ready:function(){if(!c.isReady){if(!s.body)return setTimeout(c.ready,13);c.isReady=true;if(Q){for(var a,b=0;a=Q[b++];)a.call(s,c);Q=null}c.fn.triggerHandler&&c(s).triggerHandler("ready")}},bindReady:function(){if(!xa){xa=true;if(s.readyState==="complete")return c.ready();if(s.addEventListener){s.addEventListener("DOMContentLoaded",
+L,false);A.addEventListener("load",c.ready,false)}else if(s.attachEvent){s.attachEvent("onreadystatechange",L);A.attachEvent("onload",c.ready);var a=false;try{a=A.frameElement==null}catch(b){}s.documentElement.doScroll&&a&&ma()}}},isFunction:function(a){return $.call(a)==="[object Function]"},isArray:function(a){return $.call(a)==="[object Array]"},isPlainObject:function(a){if(!a||$.call(a)!=="[object Object]"||a.nodeType||a.setInterval)return false;if(a.constructor&&!aa.call(a,"constructor")&&!aa.call(a.constructor.prototype,
+"isPrototypeOf"))return false;var b;for(b in a);return b===w||aa.call(a,b)},isEmptyObject:function(a){for(var b in a)return false;return true},error:function(a){throw a;},parseJSON:function(a){if(typeof a!=="string"||!a)return null;a=c.trim(a);if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return A.JSON&&A.JSON.parse?A.JSON.parse(a):(new Function("return "+
+a))();else c.error("Invalid JSON: "+a)},noop:function(){},globalEval:function(a){if(a&&Va.test(a)){var b=s.getElementsByTagName("head")[0]||s.documentElement,d=s.createElement("script");d.type="text/javascript";if(c.support.scriptEval)d.appendChild(s.createTextNode(a));else d.text=a;b.insertBefore(d,b.firstChild);b.removeChild(d)}},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,b,d){var f,e=0,j=a.length,i=j===w||c.isFunction(a);if(d)if(i)for(f in a){if(b.apply(a[f],
+d)===false)break}else for(;e<j;){if(b.apply(a[e++],d)===false)break}else if(i)for(f in a){if(b.call(a[f],f,a[f])===false)break}else for(d=a[0];e<j&&b.call(d,e,d)!==false;d=a[++e]);return a},trim:function(a){return(a||"").replace(Wa,"")},makeArray:function(a,b){b=b||[];if(a!=null)a.length==null||typeof a==="string"||c.isFunction(a)||typeof a!=="function"&&a.setInterval?ba.call(b,a):c.merge(b,a);return b},inArray:function(a,b){if(b.indexOf)return b.indexOf(a);for(var d=0,f=b.length;d<f;d++)if(b[d]===
+a)return d;return-1},merge:function(a,b){var d=a.length,f=0;if(typeof b.length==="number")for(var e=b.length;f<e;f++)a[d++]=b[f];else for(;b[f]!==w;)a[d++]=b[f++];a.length=d;return a},grep:function(a,b,d){for(var f=[],e=0,j=a.length;e<j;e++)!d!==!b(a[e],e)&&f.push(a[e]);return f},map:function(a,b,d){for(var f=[],e,j=0,i=a.length;j<i;j++){e=b(a[j],j,d);if(e!=null)f[f.length]=e}return f.concat.apply([],f)},guid:1,proxy:function(a,b,d){if(arguments.length===2)if(typeof b==="string"){d=a;a=d[b];b=w}else if(b&&
+!c.isFunction(b)){d=b;b=w}if(!b&&a)b=function(){return a.apply(d||this,arguments)};if(a)b.guid=a.guid=a.guid||b.guid||c.guid++;return b},uaMatch:function(a){a=a.toLowerCase();a=/(webkit)[ \/]([\w.]+)/.exec(a)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(a)||/(msie) ([\w.]+)/.exec(a)||!/compatible/.test(a)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(a)||[];return{browser:a[1]||"",version:a[2]||"0"}},browser:{}});P=c.uaMatch(P);if(P.browser){c.browser[P.browser]=true;c.browser.version=P.version}if(c.browser.webkit)c.browser.safari=
+true;if(ya)c.inArray=function(a,b){return ya.call(b,a)};T=c(s);if(s.addEventListener)L=function(){s.removeEventListener("DOMContentLoaded",L,false);c.ready()};else if(s.attachEvent)L=function(){if(s.readyState==="complete"){s.detachEvent("onreadystatechange",L);c.ready()}};(function(){c.support={};var a=s.documentElement,b=s.createElement("script"),d=s.createElement("div"),f="script"+J();d.style.display="none";d.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";
+var e=d.getElementsByTagName("*"),j=d.getElementsByTagName("a")[0];if(!(!e||!e.length||!j)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(j.getAttribute("style")),hrefNormalized:j.getAttribute("href")==="/a",opacity:/^0.55$/.test(j.style.opacity),cssFloat:!!j.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:s.createElement("select").appendChild(s.createElement("option")).selected,
+parentNode:d.removeChild(d.appendChild(s.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(s.createTextNode("window."+f+"=1;"))}catch(i){}a.insertBefore(b,a.firstChild);if(A[f]){c.support.scriptEval=true;delete A[f]}try{delete b.test}catch(o){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function k(){c.support.noCloneEvent=
+false;d.detachEvent("onclick",k)});d.cloneNode(true).fireEvent("onclick")}d=s.createElement("div");d.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";a=s.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var k=s.createElement("div");k.style.width=k.style.paddingLeft="1px";s.body.appendChild(k);c.boxModel=c.support.boxModel=k.offsetWidth===2;s.body.removeChild(k).style.display="none"});a=function(k){var n=
+s.createElement("div");k="on"+k;var r=k in n;if(!r){n.setAttribute(k,"return;");r=typeof n[k]==="function"}return r};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=j=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ya=0,za={};c.extend({cache:{},expando:G,noData:{embed:true,object:true,
+applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var f=a[G],e=c.cache;if(!f&&typeof b==="string"&&d===w)return null;f||(f=++Ya);if(typeof b==="object"){a[G]=f;e[f]=c.extend(true,{},b)}else if(!e[f]){a[G]=f;e[f]={}}a=e[f];if(d!==w)a[b]=d;return typeof b==="string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var d=a[G],f=c.cache,e=f[d];if(b){if(e){delete e[b];c.isEmptyObject(e)&&c.removeData(a)}}else{if(c.support.deleteExpando)delete a[c.expando];
+else a.removeAttribute&&a.removeAttribute(c.expando);delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===w){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===w&&this.length)f=c.data(this[0],a);return f===w&&d[1]?this.data(d[0]):f}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this,
+a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if(f==="inprogress")f=d.shift();if(f){b==="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b===
+w)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var Aa=/[\n\t]/g,ca=/\s+/,Za=/\r/g,$a=/href|src|style/,ab=/(button|input)/i,bb=/(button|input|object|select|textarea)/i,
+cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(this,n,r.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1)if(e.className){for(var j=" "+e.className+" ",
+i=e.className,o=0,k=b.length;o<k;o++)if(j.indexOf(" "+b[o]+" ")<0)i+=" "+b[o];e.className=c.trim(i)}else e.className=a}return this},removeClass:function(a){if(c.isFunction(a))return this.each(function(k){var n=c(this);n.removeClass(a.call(this,k,n.attr("class")))});if(a&&typeof a==="string"||a===w)for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1&&e.className)if(a){for(var j=(" "+e.className+" ").replace(Aa," "),i=0,o=b.length;i<o;i++)j=j.replace(" "+b[i]+" ",
+" ");e.className=c.trim(j)}else e.className=""}return this},toggleClass:function(a,b){var d=typeof a,f=typeof b==="boolean";if(c.isFunction(a))return this.each(function(e){var j=c(this);j.toggleClass(a.call(this,e,j.attr("class"),b),b)});return this.each(function(){if(d==="string")for(var e,j=0,i=c(this),o=b,k=a.split(ca);e=k[j++];){o=f?o:!i.hasClass(e);i[o?"addClass":"removeClass"](e)}else if(d==="undefined"||d==="boolean"){this.className&&c.data(this,"__className__",this.className);this.className=
+this.className||a===false?"":c.data(this,"__className__")||""}})},hasClass:function(a){a=" "+a+" ";for(var b=0,d=this.length;b<d;b++)if((" "+this[b].className+" ").replace(Aa," ").indexOf(a)>-1)return true;return false},val:function(a){if(a===w){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,f=[],e=b.options;b=b.type==="select-one";if(d<0)return null;var j=b?d:0;for(d=b?d+1:e.length;j<d;j++){var i=
+e[j];if(i.selected){a=c(i).val();if(b)return a;f.push(a)}}return f}if(Ba.test(b.type)&&!c.support.checkOn)return b.getAttribute("value")===null?"on":b.value;return(b.value||"").replace(Za,"")}return w}var o=c.isFunction(a);return this.each(function(k){var n=c(this),r=a;if(this.nodeType===1){if(o)r=a.call(this,k,n.val());if(typeof r==="number")r+="";if(c.isArray(r)&&Ba.test(this.type))this.checked=c.inArray(n.val(),r)>=0;else if(c.nodeName(this,"select")){var u=c.makeArray(r);c("option",this).each(function(){this.selected=
+c.inArray(c(this).val(),u)>=0});if(!u.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,f){if(!a||a.nodeType===3||a.nodeType===8)return w;if(f&&b in c.attrFn)return c(a)[b](d);f=a.nodeType!==1||!c.isXMLDoc(a);var e=d!==w;b=f&&c.props[b]||b;if(a.nodeType===1){var j=$a.test(b);if(b in a&&f&&!j){if(e){b==="type"&&ab.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed");
+a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:bb.test(a.nodeName)||cb.test(a.nodeName)&&a.href?0:w;return a[b]}if(!c.support.style&&f&&b==="style"){if(e)a.style.cssText=""+d;return a.style.cssText}e&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&f&&j?a.getAttribute(b,2):a.getAttribute(b);return a===null?w:a}return c.style(a,b,d)}});var O=/\.(.*)$/,db=function(a){return a.replace(/[^\w\s\.\|`]/g,
+function(b){return"\\"+b})};c.event={add:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==A&&!a.frameElement)a=A;var e,j;if(d.handler){e=d;d=e.handler}if(!d.guid)d.guid=c.guid++;if(j=c.data(a)){var i=j.events=j.events||{},o=j.handle;if(!o)j.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem,arguments):w};o.elem=a;b=b.split(" ");for(var k,n=0,r;k=b[n++];){j=e?c.extend({},e):{handler:d,data:f};if(k.indexOf(".")>-1){r=k.split(".");
+k=r.shift();j.namespace=r.slice(0).sort().join(".")}else{r=[];j.namespace=""}j.type=k;j.guid=d.guid;var u=i[k],z=c.event.special[k]||{};if(!u){u=i[k]=[];if(!z.setup||z.setup.call(a,f,r,o)===false)if(a.addEventListener)a.addEventListener(k,o,false);else a.attachEvent&&a.attachEvent("on"+k,o)}if(z.add){z.add.call(a,j);if(!j.handler.guid)j.handler.guid=d.guid}u.push(j);c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){var e,j=0,i,o,k,n,r,u,z=c.data(a),
+C=z&&z.events;if(z&&C){if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(e in C)c.event.remove(a,e+b)}else{for(b=b.split(" ");e=b[j++];){n=e;i=e.indexOf(".")<0;o=[];if(!i){o=e.split(".");e=o.shift();k=new RegExp("(^|\\.)"+c.map(o.slice(0).sort(),db).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(r=C[e])if(d){n=c.event.special[e]||{};for(B=f||0;B<r.length;B++){u=r[B];if(d.guid===u.guid){if(i||k.test(u.namespace)){f==null&&r.splice(B--,1);n.remove&&n.remove.call(a,u)}if(f!=
+null)break}}if(r.length===0||f!=null&&r.length===1){if(!n.teardown||n.teardown.call(a,o)===false)Ca(a,e,z.handle);delete C[e]}}else for(var B=0;B<r.length;B++){u=r[B];if(i||k.test(u.namespace)){c.event.remove(a,n,u.handler,B);r.splice(B--,1)}}}if(c.isEmptyObject(C)){if(b=z.handle)b.elem=null;delete z.events;delete z.handle;c.isEmptyObject(z)&&c.removeData(a)}}}}},trigger:function(a,b,d,f){var e=a.type||a;if(!f){a=typeof a==="object"?a[G]?a:c.extend(c.Event(e),a):c.Event(e);if(e.indexOf("!")>=0){a.type=
+e=e.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[e]&&c.each(c.cache,function(){this.events&&this.events[e]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return w;a.result=w;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(f=c.data(d,"handle"))&&f.apply(d,b);f=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,b)===false)a.result=false}catch(j){}if(!a.isPropagationStopped()&&
+f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){f=a.target;var i,o=c.nodeName(f,"a")&&e==="click",k=c.event.special[e]||{};if((!k._default||k._default.call(d,a)===false)&&!o&&!(f&&f.nodeName&&c.noData[f.nodeName.toLowerCase()])){try{if(f[e]){if(i=f["on"+e])f["on"+e]=null;c.event.triggered=true;f[e]()}}catch(n){}if(i)f["on"+e]=i;c.event.triggered=false}}},handle:function(a){var b,d,f,e;a=arguments[0]=c.event.fix(a||A.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive;
+if(!b){d=a.type.split(".");a.type=d.shift();f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}e=c.data(this,"events");d=e[a.type];if(e&&d){d=d.slice(0);e=0;for(var j=d.length;e<j;e++){var i=d[e];if(b||f.test(i.namespace)){a.handler=i.handler;a.data=i.data;a.handleObj=i;i=i.handler.apply(this,arguments);if(i!==w){a.result=i;if(i===false){a.preventDefault();a.stopPropagation()}}if(a.isImmediatePropagationStopped())break}}}return a.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),
+fix:function(a){if(a[G])return a;var b=a;a=c.Event(b);for(var d=this.props.length,f;d;){f=this.props[--d];a[f]=b[f]}if(!a.target)a.target=a.srcElement||s;if(a.target.nodeType===3)a.target=a.target.parentNode;if(!a.relatedTarget&&a.fromElement)a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement;if(a.pageX==null&&a.clientX!=null){b=s.documentElement;d=s.body;a.pageX=a.clientX+(b&&b.scrollLeft||d&&d.scrollLeft||0)-(b&&b.clientLeft||d&&d.clientLeft||0);a.pageY=a.clientY+(b&&b.scrollTop||
+d&&d.scrollTop||0)-(b&&b.clientTop||d&&d.clientTop||0)}if(!a.which&&(a.charCode||a.charCode===0?a.charCode:a.keyCode))a.which=a.charCode||a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button!==w)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(a){c.event.add(this,a.origType,c.extend({},a,{handler:oa}))},remove:function(a){var b=true,d=a.origType.replace(O,"");c.each(c.data(this,
+"events").live||[],function(){if(d===this.origType.replace(O,""))return b=false});b&&c.event.remove(this,a.origType,oa)}},beforeunload:{setup:function(a,b,d){if(this.setInterval)this.onbeforeunload=d;return false},teardown:function(a,b){if(this.onbeforeunload===b)this.onbeforeunload=null}}}};var Ca=s.removeEventListener?function(a,b,d){a.removeEventListener(b,d,false)}:function(a,b,d){a.detachEvent("on"+b,d)};c.Event=function(a){if(!this.preventDefault)return new c.Event(a);if(a&&a.type){this.originalEvent=
+a;this.type=a.type}else this.type=a;this.timeStamp=J();this[G]=true};c.Event.prototype={preventDefault:function(){this.isDefaultPrevented=Z;var a=this.originalEvent;if(a){a.preventDefault&&a.preventDefault();a.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=Z;var a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=Z;this.stopPropagation()},isDefaultPrevented:Y,isPropagationStopped:Y,
+isImmediatePropagationStopped:Y};var Da=function(a){var b=a.relatedTarget;try{for(;b&&b!==this;)b=b.parentNode;if(b!==this){a.type=a.data;c.event.handle.apply(this,arguments)}}catch(d){}},Ea=function(a){a.type=a.data;c.event.handle.apply(this,arguments)};c.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){c.event.special[a]={setup:function(d){c.event.add(this,b,d&&d.selector?Ea:Da,a)},teardown:function(d){c.event.remove(this,b,d&&d.selector?Ea:Da)}}});if(!c.support.submitBubbles)c.event.special.submit=
+{setup:function(){if(this.nodeName.toLowerCase()!=="form"){c.event.add(this,"click.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="submit"||d==="image")&&c(b).closest("form").length)return na("submit",this,arguments)});c.event.add(this,"keypress.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="text"||d==="password")&&c(b).closest("form").length&&a.keyCode===13)return na("submit",this,arguments)})}else return false},teardown:function(){c.event.remove(this,".specialSubmit")}};
+if(!c.support.changeBubbles){var da=/textarea|input|select/i,ea,Fa=function(a){var b=a.type,d=a.value;if(b==="radio"||b==="checkbox")d=a.checked;else if(b==="select-multiple")d=a.selectedIndex>-1?c.map(a.options,function(f){return f.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},fa=function(a,b){var d=a.target,f,e;if(!(!da.test(d.nodeName)||d.readOnly)){f=c.data(d,"_change_data");e=Fa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data",
+e);if(!(f===w||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:fa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return fa.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return fa.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a,
+"_change_data",Fa(a))}},setup:function(){if(this.type==="file")return false;for(var a in ea)c.event.add(this,a+".specialChange",ea[a]);return da.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return da.test(this.nodeName)}};ea=c.event.special.change.filters}s.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.event.special[b]={setup:function(){this.addEventListener(a,
+d,true)},teardown:function(){this.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,f,e){if(typeof d==="object"){for(var j in d)this[b](j,f,d[j],e);return this}if(c.isFunction(f)){e=f;f=w}var i=b==="one"?c.proxy(e,function(k){c(this).unbind(k,i);return e.apply(this,arguments)}):e;if(d==="unload"&&b!=="one")this.one(d,f,e);else{j=0;for(var o=this.length;j<o;j++)c.event.add(this[j],d,i,f)}return this}});c.fn.extend({unbind:function(a,b){if(typeof a==="object"&&
+!a.preventDefault)for(var d in a)this.unbind(d,a[d]);else{d=0;for(var f=this.length;d<f;d++)c.event.remove(this[d],a,b)}return this},delegate:function(a,b,d,f){return this.live(b,d,f,a)},undelegate:function(a,b,d){return arguments.length===0?this.unbind("live"):this.die(b,null,d,a)},trigger:function(a,b){return this.each(function(){c.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0]){a=c.Event(a);a.preventDefault();a.stopPropagation();c.event.trigger(a,b,this[0]);return a.result}},
+toggle:function(a){for(var b=arguments,d=1;d<b.length;)c.proxy(a,b[d++]);return this.click(c.proxy(a,function(f){var e=(c.data(this,"lastToggle"+a.guid)||0)%d;c.data(this,"lastToggle"+a.guid,e+1);f.preventDefault();return b[e].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var Ga={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};c.each(["live","die"],function(a,b){c.fn[b]=function(d,f,e,j){var i,o=0,k,n,r=j||this.selector,
+u=j?this:c(this.context);if(c.isFunction(f)){e=f;f=w}for(d=(d||"").split(" ");(i=d[o++])!=null;){j=O.exec(i);k="";if(j){k=j[0];i=i.replace(O,"")}if(i==="hover")d.push("mouseenter"+k,"mouseleave"+k);else{n=i;if(i==="focus"||i==="blur"){d.push(Ga[i]+k);i+=k}else i=(Ga[i]||i)+k;b==="live"?u.each(function(){c.event.add(this,pa(i,r),{data:f,selector:r,handler:e,origType:i,origHandler:e,preType:n})}):u.unbind(pa(i,r),e)}}return this}});c.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),
+function(a,b){c.fn[b]=function(d){return d?this.bind(b,d):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});A.attachEvent&&!A.addEventListener&&A.attachEvent("onunload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}});(function(){function a(g){for(var h="",l,m=0;g[m];m++){l=g[m];if(l.nodeType===3||l.nodeType===4)h+=l.nodeValue;else if(l.nodeType!==8)h+=a(l.childNodes)}return h}function b(g,h,l,m,q,p){q=0;for(var v=m.length;q<v;q++){var t=m[q];
+if(t){t=t[g];for(var y=false;t;){if(t.sizcache===l){y=m[t.sizset];break}if(t.nodeType===1&&!p){t.sizcache=l;t.sizset=q}if(t.nodeName.toLowerCase()===h){y=t;break}t=t[g]}m[q]=y}}}function d(g,h,l,m,q,p){q=0;for(var v=m.length;q<v;q++){var t=m[q];if(t){t=t[g];for(var y=false;t;){if(t.sizcache===l){y=m[t.sizset];break}if(t.nodeType===1){if(!p){t.sizcache=l;t.sizset=q}if(typeof h!=="string"){if(t===h){y=true;break}}else if(k.filter(h,[t]).length>0){y=t;break}}t=t[g]}m[q]=y}}}var f=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,
+e=0,j=Object.prototype.toString,i=false,o=true;[0,0].sort(function(){o=false;return 0});var k=function(g,h,l,m){l=l||[];var q=h=h||s;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||typeof g!=="string")return l;for(var p=[],v,t,y,S,H=true,M=x(h),I=g;(f.exec(""),v=f.exec(I))!==null;){I=v[3];p.push(v[1]);if(v[2]){S=v[3];break}}if(p.length>1&&r.exec(g))if(p.length===2&&n.relative[p[0]])t=ga(p[0]+p[1],h);else for(t=n.relative[p[0]]?[h]:k(p.shift(),h);p.length;){g=p.shift();if(n.relative[g])g+=p.shift();
+t=ga(g,t)}else{if(!m&&p.length>1&&h.nodeType===9&&!M&&n.match.ID.test(p[0])&&!n.match.ID.test(p[p.length-1])){v=k.find(p.shift(),h,M);h=v.expr?k.filter(v.expr,v.set)[0]:v.set[0]}if(h){v=m?{expr:p.pop(),set:z(m)}:k.find(p.pop(),p.length===1&&(p[0]==="~"||p[0]==="+")&&h.parentNode?h.parentNode:h,M);t=v.expr?k.filter(v.expr,v.set):v.set;if(p.length>0)y=z(t);else H=false;for(;p.length;){var D=p.pop();v=D;if(n.relative[D])v=p.pop();else D="";if(v==null)v=h;n.relative[D](y,v,M)}}else y=[]}y||(y=t);y||k.error(D||
+g);if(j.call(y)==="[object Array]")if(H)if(h&&h.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&E(h,y[g])))l.push(t[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&l.push(t[g]);else l.push.apply(l,y);else z(y,l);if(S){k(S,q,l,m);k.uniqueSort(l)}return l};k.uniqueSort=function(g){if(B){i=o;g.sort(B);if(i)for(var h=1;h<g.length;h++)g[h]===g[h-1]&&g.splice(h--,1)}return g};k.matches=function(g,h){return k(g,null,null,h)};k.find=function(g,h,l){var m,q;if(!g)return[];
+for(var p=0,v=n.order.length;p<v;p++){var t=n.order[p];if(q=n.leftMatch[t].exec(g)){var y=q[1];q.splice(1,1);if(y.substr(y.length-1)!=="\\"){q[1]=(q[1]||"").replace(/\\/g,"");m=n.find[t](q,h,l);if(m!=null){g=g.replace(n.match[t],"");break}}}}m||(m=h.getElementsByTagName("*"));return{set:m,expr:g}};k.filter=function(g,h,l,m){for(var q=g,p=[],v=h,t,y,S=h&&h[0]&&x(h[0]);g&&h.length;){for(var H in n.filter)if((t=n.leftMatch[H].exec(g))!=null&&t[2]){var M=n.filter[H],I,D;D=t[1];y=false;t.splice(1,1);if(D.substr(D.length-
+1)!=="\\"){if(v===p)p=[];if(n.preFilter[H])if(t=n.preFilter[H](t,v,l,p,m,S)){if(t===true)continue}else y=I=true;if(t)for(var U=0;(D=v[U])!=null;U++)if(D){I=M(D,t,U,v);var Ha=m^!!I;if(l&&I!=null)if(Ha)y=true;else v[U]=false;else if(Ha){p.push(D);y=true}}if(I!==w){l||(v=p);g=g.replace(n.match[H],"");if(!y)return[];break}}}if(g===q)if(y==null)k.error(g);else break;q=g}return v};k.error=function(g){throw"Syntax error, unrecognized expression: "+g;};var n=k.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF-]|\\.)+)/,
+CLASS:/\.((?:[\w\u00c0-\uFFFF-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(g){return g.getAttribute("href")}},
+relative:{"+":function(g,h){var l=typeof h==="string",m=l&&!/\W/.test(h);l=l&&!m;if(m)h=h.toLowerCase();m=0;for(var q=g.length,p;m<q;m++)if(p=g[m]){for(;(p=p.previousSibling)&&p.nodeType!==1;);g[m]=l||p&&p.nodeName.toLowerCase()===h?p||false:p===h}l&&k.filter(h,g,true)},">":function(g,h){var l=typeof h==="string";if(l&&!/\W/.test(h)){h=h.toLowerCase();for(var m=0,q=g.length;m<q;m++){var p=g[m];if(p){l=p.parentNode;g[m]=l.nodeName.toLowerCase()===h?l:false}}}else{m=0;for(q=g.length;m<q;m++)if(p=g[m])g[m]=
+l?p.parentNode:p.parentNode===h;l&&k.filter(h,g,true)}},"":function(g,h,l){var m=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("parentNode",h,m,g,p,l)},"~":function(g,h,l){var m=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("previousSibling",h,m,g,p,l)}},find:{ID:function(g,h,l){if(typeof h.getElementById!=="undefined"&&!l)return(g=h.getElementById(g[1]))?[g]:[]},NAME:function(g,h){if(typeof h.getElementsByName!=="undefined"){var l=[];
+h=h.getElementsByName(g[1]);for(var m=0,q=h.length;m<q;m++)h[m].getAttribute("name")===g[1]&&l.push(h[m]);return l.length===0?null:l}},TAG:function(g,h){return h.getElementsByTagName(g[1])}},preFilter:{CLASS:function(g,h,l,m,q,p){g=" "+g[1].replace(/\\/g,"")+" ";if(p)return g;p=0;for(var v;(v=h[p])!=null;p++)if(v)if(q^(v.className&&(" "+v.className+" ").replace(/[\t\n]/g," ").indexOf(g)>=0))l||m.push(v);else if(l)h[p]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()},
+CHILD:function(g){if(g[1]==="nth"){var h=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=h[1]+(h[2]||1)-0;g[3]=h[3]-0}g[0]=e++;return g},ATTR:function(g,h,l,m,q,p){h=g[1].replace(/\\/g,"");if(!p&&n.attrMap[h])g[1]=n.attrMap[h];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,h,l,m,q){if(g[1]==="not")if((f.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,h);else{g=k.filter(g[3],h,l,true^q);l||m.push.apply(m,
+g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,h,l){return!!k(l[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)},
+text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}},
+setFilters:{first:function(g,h){return h===0},last:function(g,h,l,m){return h===m.length-1},even:function(g,h){return h%2===0},odd:function(g,h){return h%2===1},lt:function(g,h,l){return h<l[3]-0},gt:function(g,h,l){return h>l[3]-0},nth:function(g,h,l){return l[3]-0===h},eq:function(g,h,l){return l[3]-0===h}},filter:{PSEUDO:function(g,h,l,m){var q=h[1],p=n.filters[q];if(p)return p(g,l,h,m);else if(q==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(q==="not"){h=
+h[3];l=0;for(m=h.length;l<m;l++)if(h[l]===g)return false;return true}else k.error("Syntax error, unrecognized expression: "+q)},CHILD:function(g,h){var l=h[1],m=g;switch(l){case "only":case "first":for(;m=m.previousSibling;)if(m.nodeType===1)return false;if(l==="first")return true;m=g;case "last":for(;m=m.nextSibling;)if(m.nodeType===1)return false;return true;case "nth":l=h[2];var q=h[3];if(l===1&&q===0)return true;h=h[0];var p=g.parentNode;if(p&&(p.sizcache!==h||!g.nodeIndex)){var v=0;for(m=p.firstChild;m;m=
+m.nextSibling)if(m.nodeType===1)m.nodeIndex=++v;p.sizcache=h}g=g.nodeIndex-q;return l===0?g===0:g%l===0&&g/l>=0}},ID:function(g,h){return g.nodeType===1&&g.getAttribute("id")===h},TAG:function(g,h){return h==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===h},CLASS:function(g,h){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(h)>-1},ATTR:function(g,h){var l=h[1];g=n.attrHandle[l]?n.attrHandle[l](g):g[l]!=null?g[l]:g.getAttribute(l);l=g+"";var m=h[2];h=h[4];return g==null?m==="!=":m===
+"="?l===h:m==="*="?l.indexOf(h)>=0:m==="~="?(" "+l+" ").indexOf(h)>=0:!h?l&&g!==false:m==="!="?l!==h:m==="^="?l.indexOf(h)===0:m==="$="?l.substr(l.length-h.length)===h:m==="|="?l===h||l.substr(0,h.length+1)===h+"-":false},POS:function(g,h,l,m){var q=n.setFilters[h[2]];if(q)return q(g,l,h,m)}}},r=n.match.POS;for(var u in n.match){n.match[u]=new RegExp(n.match[u].source+/(?![^\[]*\])(?![^\(]*\))/.source);n.leftMatch[u]=new RegExp(/(^(?:.|\r|\n)*?)/.source+n.match[u].source.replace(/\\(\d+)/g,function(g,
+h){return"\\"+(h-0+1)}))}var z=function(g,h){g=Array.prototype.slice.call(g,0);if(h){h.push.apply(h,g);return h}return g};try{Array.prototype.slice.call(s.documentElement.childNodes,0)}catch(C){z=function(g,h){h=h||[];if(j.call(g)==="[object Array]")Array.prototype.push.apply(h,g);else if(typeof g.length==="number")for(var l=0,m=g.length;l<m;l++)h.push(g[l]);else for(l=0;g[l];l++)h.push(g[l]);return h}}var B;if(s.documentElement.compareDocumentPosition)B=function(g,h){if(!g.compareDocumentPosition||
+!h.compareDocumentPosition){if(g==h)i=true;return g.compareDocumentPosition?-1:1}g=g.compareDocumentPosition(h)&4?-1:g===h?0:1;if(g===0)i=true;return g};else if("sourceIndex"in s.documentElement)B=function(g,h){if(!g.sourceIndex||!h.sourceIndex){if(g==h)i=true;return g.sourceIndex?-1:1}g=g.sourceIndex-h.sourceIndex;if(g===0)i=true;return g};else if(s.createRange)B=function(g,h){if(!g.ownerDocument||!h.ownerDocument){if(g==h)i=true;return g.ownerDocument?-1:1}var l=g.ownerDocument.createRange(),m=
+h.ownerDocument.createRange();l.setStart(g,0);l.setEnd(g,0);m.setStart(h,0);m.setEnd(h,0);g=l.compareBoundaryPoints(Range.START_TO_END,m);if(g===0)i=true;return g};(function(){var g=s.createElement("div"),h="script"+(new Date).getTime();g.innerHTML="<a name='"+h+"'/>";var l=s.documentElement;l.insertBefore(g,l.firstChild);if(s.getElementById(h)){n.find.ID=function(m,q,p){if(typeof q.getElementById!=="undefined"&&!p)return(q=q.getElementById(m[1]))?q.id===m[1]||typeof q.getAttributeNode!=="undefined"&&
+q.getAttributeNode("id").nodeValue===m[1]?[q]:w:[]};n.filter.ID=function(m,q){var p=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&p&&p.nodeValue===q}}l.removeChild(g);l=g=null})();(function(){var g=s.createElement("div");g.appendChild(s.createComment(""));if(g.getElementsByTagName("*").length>0)n.find.TAG=function(h,l){l=l.getElementsByTagName(h[1]);if(h[1]==="*"){h=[];for(var m=0;l[m];m++)l[m].nodeType===1&&h.push(l[m]);l=h}return l};g.innerHTML="<a href='#'></a>";
+if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();s.querySelectorAll&&function(){var g=k,h=s.createElement("div");h.innerHTML="<p class='TEST'></p>";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){k=function(m,q,p,v){q=q||s;if(!v&&q.nodeType===9&&!x(q))try{return z(q.querySelectorAll(m),p)}catch(t){}return g(m,q,p,v)};for(var l in g)k[l]=g[l];h=null}}();
+(function(){var g=s.createElement("div");g.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){n.order.splice(1,0,"CLASS");n.find.CLASS=function(h,l,m){if(typeof l.getElementsByClassName!=="undefined"&&!m)return l.getElementsByClassName(h[1])};g=null}}})();var E=s.compareDocumentPosition?function(g,h){return!!(g.compareDocumentPosition(h)&16)}:
+function(g,h){return g!==h&&(g.contains?g.contains(h):true)},x=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},ga=function(g,h){var l=[],m="",q;for(h=h.nodeType?[h]:h;q=n.match.PSEUDO.exec(g);){m+=q[0];g=g.replace(n.match.PSEUDO,"")}g=n.relative[g]?g+"*":g;q=0;for(var p=h.length;q<p;q++)k(g,h[q],l);return k.filter(m,l)};c.find=k;c.expr=k.selectors;c.expr[":"]=c.expr.filters;c.unique=k.uniqueSort;c.text=a;c.isXMLDoc=x;c.contains=E})();var eb=/Until$/,fb=/^(?:parents|prevUntil|prevAll)/,
+gb=/,/;R=Array.prototype.slice;var Ia=function(a,b,d){if(c.isFunction(b))return c.grep(a,function(e,j){return!!b.call(e,j,e)===d});else if(b.nodeType)return c.grep(a,function(e){return e===b===d});else if(typeof b==="string"){var f=c.grep(a,function(e){return e.nodeType===1});if(Ua.test(b))return c.filter(b,f,!d);else b=c.filter(b,f)}return c.grep(a,function(e){return c.inArray(e,b)>=0===d})};c.fn.extend({find:function(a){for(var b=this.pushStack("","find",a),d=0,f=0,e=this.length;f<e;f++){d=b.length;
+c.find(a,this[f],b);if(f>0)for(var j=d;j<b.length;j++)for(var i=0;i<d;i++)if(b[i]===b[j]){b.splice(j--,1);break}}return b},has:function(a){var b=c(a);return this.filter(function(){for(var d=0,f=b.length;d<f;d++)if(c.contains(this,b[d]))return true})},not:function(a){return this.pushStack(Ia(this,a,false),"not",a)},filter:function(a){return this.pushStack(Ia(this,a,true),"filter",a)},is:function(a){return!!a&&c.filter(a,this).length>0},closest:function(a,b){if(c.isArray(a)){var d=[],f=this[0],e,j=
+{},i;if(f&&a.length){e=0;for(var o=a.length;e<o;e++){i=a[e];j[i]||(j[i]=c.expr.match.POS.test(i)?c(i,b||this.context):i)}for(;f&&f.ownerDocument&&f!==b;){for(i in j){e=j[i];if(e.jquery?e.index(f)>-1:c(f).is(e)){d.push({selector:i,elem:f});delete j[i]}}f=f.parentNode}}return d}var k=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(n,r){for(;r&&r.ownerDocument&&r!==b;){if(k?k.index(r)>-1:c(r).is(a))return r;r=r.parentNode}return null})},index:function(a){if(!a||typeof a===
+"string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(qa(a[0])||qa(b[0])?b:c.unique(b))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode",
+d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")?
+a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,f){var e=c.map(this,b,d);eb.test(a)||(f=d);if(f&&typeof f==="string")e=c.filter(f,e);e=this.length>1?c.unique(e):e;if((this.length>1||gb.test(f))&&fb.test(a))e=e.reverse();return this.pushStack(e,a,R.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return c.find.matches(a,b)},dir:function(a,b,d){var f=[];for(a=a[b];a&&a.nodeType!==9&&(d===w||a.nodeType!==1||!c(a).is(d));){a.nodeType===
+1&&f.push(a);a=a[b]}return f},nth:function(a,b,d){b=b||1;for(var f=0;a;a=a[d])if(a.nodeType===1&&++f===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var Ja=/ jQuery\d+="(?:\d+|null)"/g,V=/^\s+/,Ka=/(<([\w:]+)[^>]*?)\/>/g,hb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,La=/<([\w:]+)/,ib=/<tbody/i,jb=/<|&#?\w+;/,ta=/<script|<object|<embed|<option|<style/i,ua=/checked\s*(?:[^=]|=\s*.checked.)/i,Ma=function(a,b,d){return hb.test(d)?
+a:b+"></"+d+">"},F={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};F.optgroup=F.option;F.tbody=F.tfoot=F.colgroup=F.caption=F.thead;F.th=F.td;if(!c.support.htmlSerialize)F._default=[1,"div<div>","</div>"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d=
+c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==w)return this.empty().append((this[0]&&this[0].ownerDocument||s).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this},
+wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})},
+prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,
+this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,f;(f=this[d])!=null;d++)if(!a||c.filter(a,[f]).length){if(!b&&f.nodeType===1){c.cleanData(f.getElementsByTagName("*"));c.cleanData([f])}f.parentNode&&f.parentNode.removeChild(f)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild);
+return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,f=this.ownerDocument;if(!d){d=f.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(Ja,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(V,"")],f)[0]}else return this.cloneNode(true)});if(a===true){ra(this,b);ra(this.find("*"),b.find("*"))}return b},html:function(a){if(a===w)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Ja,
+""):null;else if(typeof a==="string"&&!ta.test(a)&&(c.support.leadingWhitespace||!V.test(a))&&!F[(La.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Ka,Ma);try{for(var b=0,d=this.length;b<d;b++)if(this[b].nodeType===1){c.cleanData(this[b].getElementsByTagName("*"));this[b].innerHTML=a}}catch(f){this.empty().append(a)}}else c.isFunction(a)?this.each(function(e){var j=c(this),i=j.html();j.empty().append(function(){return a.call(this,e,i)})}):this.empty().append(a);return this},replaceWith:function(a){if(this[0]&&
+this[0].parentNode){if(c.isFunction(a))return this.each(function(b){var d=c(this),f=d.html();d.replaceWith(a.call(this,b,f))});if(typeof a!=="string")a=c(a).detach();return this.each(function(){var b=this.nextSibling,d=this.parentNode;c(this).remove();b?c(b).before(a):c(d).append(a)})}else return this.pushStack(c(c.isFunction(a)?a():a),"replaceWith",a)},detach:function(a){return this.remove(a,true)},domManip:function(a,b,d){function f(u){return c.nodeName(u,"table")?u.getElementsByTagName("tbody")[0]||
+u.appendChild(u.ownerDocument.createElement("tbody")):u}var e,j,i=a[0],o=[],k;if(!c.support.checkClone&&arguments.length===3&&typeof i==="string"&&ua.test(i))return this.each(function(){c(this).domManip(a,b,d,true)});if(c.isFunction(i))return this.each(function(u){var z=c(this);a[0]=i.call(this,u,b?z.html():w);z.domManip(a,b,d)});if(this[0]){e=i&&i.parentNode;e=c.support.parentNode&&e&&e.nodeType===11&&e.childNodes.length===this.length?{fragment:e}:sa(a,this,o);k=e.fragment;if(j=k.childNodes.length===
+1?(k=k.firstChild):k.firstChild){b=b&&c.nodeName(j,"tr");for(var n=0,r=this.length;n<r;n++)d.call(b?f(this[n],j):this[n],n>0||e.cacheable||this.length>1?k.cloneNode(true):k)}o.length&&c.each(o,Qa)}return this}});c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var f=[];d=c(d);var e=this.length===1&&this[0].parentNode;if(e&&e.nodeType===11&&e.childNodes.length===1&&d.length===1){d[b](this[0]);
+return this}else{e=0;for(var j=d.length;e<j;e++){var i=(e>0?this.clone(true):this).get();c.fn[b].apply(c(d[e]),i);f=f.concat(i)}return this.pushStack(f,a,d.selector)}}});c.extend({clean:function(a,b,d,f){b=b||s;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||s;for(var e=[],j=0,i;(i=a[j])!=null;j++){if(typeof i==="number")i+="";if(i){if(typeof i==="string"&&!jb.test(i))i=b.createTextNode(i);else if(typeof i==="string"){i=i.replace(Ka,Ma);var o=(La.exec(i)||["",
+""])[1].toLowerCase(),k=F[o]||F._default,n=k[0],r=b.createElement("div");for(r.innerHTML=k[1]+i+k[2];n--;)r=r.lastChild;if(!c.support.tbody){n=ib.test(i);o=o==="table"&&!n?r.firstChild&&r.firstChild.childNodes:k[1]==="<table>"&&!n?r.childNodes:[];for(k=o.length-1;k>=0;--k)c.nodeName(o[k],"tbody")&&!o[k].childNodes.length&&o[k].parentNode.removeChild(o[k])}!c.support.leadingWhitespace&&V.test(i)&&r.insertBefore(b.createTextNode(V.exec(i)[0]),r.firstChild);i=r.childNodes}if(i.nodeType)e.push(i);else e=
+c.merge(e,i)}}if(d)for(j=0;e[j];j++)if(f&&c.nodeName(e[j],"script")&&(!e[j].type||e[j].type.toLowerCase()==="text/javascript"))f.push(e[j].parentNode?e[j].parentNode.removeChild(e[j]):e[j]);else{e[j].nodeType===1&&e.splice.apply(e,[j+1,0].concat(c.makeArray(e[j].getElementsByTagName("script"))));d.appendChild(e[j])}return e},cleanData:function(a){for(var b,d,f=c.cache,e=c.event.special,j=c.support.deleteExpando,i=0,o;(o=a[i])!=null;i++)if(d=o[c.expando]){b=f[d];if(b.events)for(var k in b.events)e[k]?
+c.event.remove(o,k):Ca(o,k,b.handle);if(j)delete o[c.expando];else o.removeAttribute&&o.removeAttribute(c.expando);delete f[d]}}});var kb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Na=/alpha\([^)]*\)/,Oa=/opacity=([^)]*)/,ha=/float/i,ia=/-([a-z])/ig,lb=/([A-Z])/g,mb=/^-?\d+(?:px)?$/i,nb=/^-?\d/,ob={position:"absolute",visibility:"hidden",display:"block"},pb=["Left","Right"],qb=["Top","Bottom"],rb=s.defaultView&&s.defaultView.getComputedStyle,Pa=c.support.cssFloat?"cssFloat":"styleFloat",ja=
+function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return X(this,a,b,true,function(d,f,e){if(e===w)return c.curCSS(d,f);if(typeof e==="number"&&!kb.test(f))e+="px";c.style(d,f,e)})};c.extend({style:function(a,b,d){if(!a||a.nodeType===3||a.nodeType===8)return w;if((b==="width"||b==="height")&&parseFloat(d)<0)d=w;var f=a.style||a,e=d!==w;if(!c.support.opacity&&b==="opacity"){if(e){f.zoom=1;b=parseInt(d,10)+""==="NaN"?"":"alpha(opacity="+d*100+")";a=f.filter||c.curCSS(a,"filter")||"";f.filter=
+Na.test(a)?a.replace(Na,b):b}return f.filter&&f.filter.indexOf("opacity=")>=0?parseFloat(Oa.exec(f.filter)[1])/100+"":""}if(ha.test(b))b=Pa;b=b.replace(ia,ja);if(e)f[b]=d;return f[b]},css:function(a,b,d,f){if(b==="width"||b==="height"){var e,j=b==="width"?pb:qb;function i(){e=b==="width"?a.offsetWidth:a.offsetHeight;f!=="border"&&c.each(j,function(){f||(e-=parseFloat(c.curCSS(a,"padding"+this,true))||0);if(f==="margin")e+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else e-=parseFloat(c.curCSS(a,
+"border"+this+"Width",true))||0})}a.offsetWidth!==0?i():c.swap(a,ob,i);return Math.max(0,Math.round(e))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var f,e=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){f=Oa.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return f===""?"1":f}if(ha.test(b))b=Pa;if(!d&&e&&e[b])f=e[b];else if(rb){if(ha.test(b))b="float";b=b.replace(lb,"-$1").toLowerCase();e=a.ownerDocument.defaultView;if(!e)return null;if(a=e.getComputedStyle(a,null))f=
+a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ia,ja);f=a.currentStyle[b]||a.currentStyle[d];if(!mb.test(f)&&nb.test(f)){b=e.left;var j=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;e.left=d==="fontSize"?"1em":f||0;f=e.pixelLeft+"px";e.left=b;a.runtimeStyle.left=j}}return f},swap:function(a,b,d){var f={};for(var e in b){f[e]=a.style[e];a.style[e]=b[e]}d.call(a);for(e in b)a.style[e]=f[e]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b=
+a.offsetWidth,d=a.offsetHeight,f=a.nodeName.toLowerCase()==="tr";return b===0&&d===0&&!f?true:b>0&&d>0&&!f?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var sb=J(),tb=/<script(.|\s)*?\/script>/gi,ub=/select|textarea/i,vb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,N=/=\?(&|$)/,ka=/\?/,wb=/(\?|&)_=.*?(&|$)/,xb=/^(\w+:)?\/\/([^\/?#]+)/,yb=/%20/g,zb=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!==
+"string")return zb.call(this,a);else if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var e=a.slice(f,a.length);a=a.slice(0,f)}f="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);f="POST"}var j=this;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(i,o){if(o==="success"||o==="notmodified")j.html(e?c("<div />").append(i.responseText.replace(tb,"")).find(e):i.responseText);d&&j.each(d,[i.responseText,o,i])}});return this},
+serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||ub.test(this.nodeName)||vb.test(this.type))}).map(function(a,b){a=c(this).val();return a==null?null:c.isArray(a)?c.map(a,function(d){return{name:b.name,value:d}}):{name:b.name,value:a}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),
+function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:f})},getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:f})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href,
+global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:A.XMLHttpRequest&&(A.location.protocol!=="file:"||!A.ActiveXObject)?function(){return new A.XMLHttpRequest}:function(){try{return new A.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){function b(){e.success&&
+e.success.call(k,o,i,x);e.global&&f("ajaxSuccess",[x,e])}function d(){e.complete&&e.complete.call(k,x,i);e.global&&f("ajaxComplete",[x,e]);e.global&&!--c.active&&c.event.trigger("ajaxStop")}function f(q,p){(e.context?c(e.context):c.event).trigger(q,p)}var e=c.extend(true,{},c.ajaxSettings,a),j,i,o,k=a&&a.context||e,n=e.type.toUpperCase();if(e.data&&e.processData&&typeof e.data!=="string")e.data=c.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(n==="GET")N.test(e.url)||(e.url+=(ka.test(e.url)?
+"&":"?")+(e.jsonp||"callback")+"=?");else if(!e.data||!N.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&N.test(e.data)||N.test(e.url))){j=e.jsonpCallback||"jsonp"+sb++;if(e.data)e.data=(e.data+"").replace(N,"="+j+"$1");e.url=e.url.replace(N,"="+j+"$1");e.dataType="script";A[j]=A[j]||function(q){o=q;b();d();A[j]=w;try{delete A[j]}catch(p){}z&&z.removeChild(C)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache===
+false&&n==="GET"){var r=J(),u=e.url.replace(wb,"$1_="+r+"$2");e.url=u+(u===e.url?(ka.test(e.url)?"&":"?")+"_="+r:"")}if(e.data&&n==="GET")e.url+=(ka.test(e.url)?"&":"?")+e.data;e.global&&!c.active++&&c.event.trigger("ajaxStart");r=(r=xb.exec(e.url))&&(r[1]&&r[1]!==location.protocol||r[2]!==location.host);if(e.dataType==="script"&&n==="GET"&&r){var z=s.getElementsByTagName("head")[0]||s.documentElement,C=s.createElement("script");C.src=e.url;if(e.scriptCharset)C.charset=e.scriptCharset;if(!j){var B=
+false;C.onload=C.onreadystatechange=function(){if(!B&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){B=true;b();d();C.onload=C.onreadystatechange=null;z&&C.parentNode&&z.removeChild(C)}}}z.insertBefore(C,z.firstChild);return w}var E=false,x=e.xhr();if(x){e.username?x.open(n,e.url,e.async,e.username,e.password):x.open(n,e.url,e.async);try{if(e.data||a&&a.contentType)x.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModified[e.url]&&x.setRequestHeader("If-Modified-Since",
+c.lastModified[e.url]);c.etag[e.url]&&x.setRequestHeader("If-None-Match",c.etag[e.url])}r||x.setRequestHeader("X-Requested-With","XMLHttpRequest");x.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(ga){}if(e.beforeSend&&e.beforeSend.call(k,x,e)===false){e.global&&!--c.active&&c.event.trigger("ajaxStop");x.abort();return false}e.global&&f("ajaxSend",[x,e]);var g=x.onreadystatechange=function(q){if(!x||x.readyState===0||q==="abort"){E||
+d();E=true;if(x)x.onreadystatechange=c.noop}else if(!E&&x&&(x.readyState===4||q==="timeout")){E=true;x.onreadystatechange=c.noop;i=q==="timeout"?"timeout":!c.httpSuccess(x)?"error":e.ifModified&&c.httpNotModified(x,e.url)?"notmodified":"success";var p;if(i==="success")try{o=c.httpData(x,e.dataType,e)}catch(v){i="parsererror";p=v}if(i==="success"||i==="notmodified")j||b();else c.handleError(e,x,i,p);d();q==="timeout"&&x.abort();if(e.async)x=null}};try{var h=x.abort;x.abort=function(){x&&h.call(x);
+g("abort")}}catch(l){}e.async&&e.timeout>0&&setTimeout(function(){x&&!E&&g("timeout")},e.timeout);try{x.send(n==="POST"||n==="PUT"||n==="DELETE"?e.data:null)}catch(m){c.handleError(e,x,null,m);d()}e.async||g();return x}},handleError:function(a,b,d,f){if(a.error)a.error.call(a.context||a,b,d,f);if(a.global)(a.context?c(a.context):c.event).trigger("ajaxError",[b,a,f])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status===
+1223||a.status===0}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),f=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(f)c.etag[b]=f;return a.status===304||a.status===0},httpData:function(a,b,d){var f=a.getResponseHeader("content-type")||"",e=b==="xml"||!b&&f.indexOf("xml")>=0;a=e?a.responseXML:a.responseText;e&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b===
+"json"||!b&&f.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&f.indexOf("javascript")>=0)c.globalEval(a);return a},param:function(a,b){function d(i,o){if(c.isArray(o))c.each(o,function(k,n){b||/\[\]$/.test(i)?f(i,n):d(i+"["+(typeof n==="object"||c.isArray(n)?k:"")+"]",n)});else!b&&o!=null&&typeof o==="object"?c.each(o,function(k,n){d(i+"["+k+"]",n)}):f(i,o)}function f(i,o){o=c.isFunction(o)?o():o;e[e.length]=encodeURIComponent(i)+"="+encodeURIComponent(o)}var e=[];if(b===w)b=c.ajaxSettings.traditional;
+if(c.isArray(a)||a.jquery)c.each(a,function(){f(this.name,this.value)});else for(var j in a)d(j,a[j]);return e.join("&").replace(yb,"+")}});var la={},Ab=/toggle|show|hide/,Bb=/^([+-]=)?([\d+-.]+)(.*)$/,W,va=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b){if(a||a===0)return this.animate(K("show",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");
+this[a].style.display=d||"";if(c.css(this[a],"display")==="none"){d=this[a].nodeName;var f;if(la[d])f=la[d];else{var e=c("<"+d+" />").appendTo("body");f=e.css("display");if(f==="none")f="block";e.remove();la[d]=f}c.data(this[a],"olddisplay",f)}}a=0;for(b=this.length;a<b;a++)this[a].style.display=c.data(this[a],"olddisplay")||"";return this}},hide:function(a,b){if(a||a===0)return this.animate(K("hide",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");!d&&d!=="none"&&c.data(this[a],
+"olddisplay",c.css(this[a],"display"))}a=0;for(b=this.length;a<b;a++)this[a].style.display="none";return this}},_toggle:c.fn.toggle,toggle:function(a,b){var d=typeof a==="boolean";if(c.isFunction(a)&&c.isFunction(b))this._toggle.apply(this,arguments);else a==null||d?this.each(function(){var f=d?a:c(this).is(":hidden");c(this)[f?"show":"hide"]()}):this.animate(K("toggle",3),a,b);return this},fadeTo:function(a,b,d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,d)},
+animate:function(a,b,d,f){var e=c.speed(b,d,f);if(c.isEmptyObject(a))return this.each(e.complete);return this[e.queue===false?"each":"queue"](function(){var j=c.extend({},e),i,o=this.nodeType===1&&c(this).is(":hidden"),k=this;for(i in a){var n=i.replace(ia,ja);if(i!==n){a[n]=a[i];delete a[i];i=n}if(a[i]==="hide"&&o||a[i]==="show"&&!o)return j.complete.call(this);if((i==="height"||i==="width")&&this.style){j.display=c.css(this,"display");j.overflow=this.style.overflow}if(c.isArray(a[i])){(j.specialEasing=
+j.specialEasing||{})[i]=a[i][1];a[i]=a[i][0]}}if(j.overflow!=null)this.style.overflow="hidden";j.curAnim=c.extend({},a);c.each(a,function(r,u){var z=new c.fx(k,j,r);if(Ab.test(u))z[u==="toggle"?o?"show":"hide":u](a);else{var C=Bb.exec(u),B=z.cur(true)||0;if(C){u=parseFloat(C[2]);var E=C[3]||"px";if(E!=="px"){k.style[r]=(u||1)+E;B=(u||1)/z.cur(true)*B;k.style[r]=B+E}if(C[1])u=(C[1]==="-="?-1:1)*u+B;z.custom(B,u,E)}else z.custom(B,u,"")}});return true})},stop:function(a,b){var d=c.timers;a&&this.queue([]);
+this.each(function(){for(var f=d.length-1;f>=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.extend({speed:function(a,b,d){var f=a&&typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.duration===
+"number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||
+c.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(a=parseFloat(c.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,b,d){function f(j){return e.step(j)}this.startTime=J();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;
+this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=J(),d=true;if(a||b>=this.options.duration+this.startTime){this.now=
+this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var f in this.options.curAnim)if(this.options.curAnim[f]!==true)d=false;if(d){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(c.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)c.style(this.elem,
+e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{e=b-this.startTime;this.state=e/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,e,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=c.timers,b=0;b<a.length;b++)a[b]()||a.splice(b--,1);a.length||
+c.fx.stop()},stop:function(){clearInterval(W);W=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){c.style(a.elem,"opacity",a.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null)a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit;else a.elem[a.prop]=a.now}}});if(c.expr&&c.expr.filters)c.expr.filters.animated=function(a){return c.grep(c.timers,function(b){return a===b.elem}).length};c.fn.offset="getBoundingClientRect"in s.documentElement?
+function(a){var b=this[0];if(a)return this.each(function(e){c.offset.setOffset(this,a,e)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);var d=b.getBoundingClientRect(),f=b.ownerDocument;b=f.body;f=f.documentElement;return{top:d.top+(self.pageYOffset||c.support.boxModel&&f.scrollTop||b.scrollTop)-(f.clientTop||b.clientTop||0),left:d.left+(self.pageXOffset||c.support.boxModel&&f.scrollLeft||b.scrollLeft)-(f.clientLeft||b.clientLeft||0)}}:function(a){var b=
+this[0];if(a)return this.each(function(r){c.offset.setOffset(this,a,r)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);c.offset.initialize();var d=b.offsetParent,f=b,e=b.ownerDocument,j,i=e.documentElement,o=e.body;f=(e=e.defaultView)?e.getComputedStyle(b,null):b.currentStyle;for(var k=b.offsetTop,n=b.offsetLeft;(b=b.parentNode)&&b!==o&&b!==i;){if(c.offset.supportsFixedPosition&&f.position==="fixed")break;j=e?e.getComputedStyle(b,null):b.currentStyle;
+k-=b.scrollTop;n-=b.scrollLeft;if(b===d){k+=b.offsetTop;n+=b.offsetLeft;if(c.offset.doesNotAddBorder&&!(c.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(b.nodeName))){k+=parseFloat(j.borderTopWidth)||0;n+=parseFloat(j.borderLeftWidth)||0}f=d;d=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&j.overflow!=="visible"){k+=parseFloat(j.borderTopWidth)||0;n+=parseFloat(j.borderLeftWidth)||0}f=j}if(f.position==="relative"||f.position==="static"){k+=o.offsetTop;n+=o.offsetLeft}if(c.offset.supportsFixedPosition&&
+f.position==="fixed"){k+=Math.max(i.scrollTop,o.scrollTop);n+=Math.max(i.scrollLeft,o.scrollLeft)}return{top:k,left:n}};c.offset={initialize:function(){var a=s.body,b=s.createElement("div"),d,f,e,j=parseFloat(c.curCSS(a,"marginTop",true))||0;c.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});b.innerHTML="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";
+a.insertBefore(b,a.firstChild);d=b.firstChild;f=d.firstChild;e=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=f.offsetTop!==5;this.doesAddBorderForTableAndCells=e.offsetTop===5;f.style.position="fixed";f.style.top="20px";this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15;f.style.position=f.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==j;a.removeChild(b);
+c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.curCSS(a,"marginTop",true))||0;d+=parseFloat(c.curCSS(a,"marginLeft",true))||0}return{top:b,left:d}},setOffset:function(a,b,d){if(/static/.test(c.curCSS(a,"position")))a.style.position="relative";var f=c(a),e=f.offset(),j=parseInt(c.curCSS(a,"top",true),10)||0,i=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a,
+d,e);d={top:b.top-e.top+j,left:b.left-e.left+i};"using"in b?b.using.call(a,d):f.css(d)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),f=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.curCSS(a,"marginTop",true))||0;d.left-=parseFloat(c.curCSS(a,"marginLeft",true))||0;f.top+=parseFloat(c.curCSS(b[0],"borderTopWidth",true))||0;f.left+=parseFloat(c.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top-
+f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null;if(f!==w)return this.each(function(){if(j=wa(this))j.scrollTo(!a?f:c(j).scrollLeft(),a?f:c(j).scrollTop());else this[d]=f});else return(j=wa(e))?"pageXOffset"in j?j[a?"pageYOffset":
+"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"):null};c.fn[d]=function(f){var e=this[0];if(!e)return f==null?null:this;if(c.isFunction(f))return this.each(function(j){var i=c(this);i[d](f.call(this,j,i[d]()))});return"scrollTo"in
+e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===w?c.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});A.jQuery=A.$=c})(window);
diff --git a/public/opac/js/tablesorter/jquery.metadata.js b/public/opac/js/tablesorter/jquery.metadata.js
new file mode 100644
index 0000000000000000000000000000000000000000..6a984dbcee9a9dd73b126730d69ab15b2ecf2b41
--- /dev/null
+++ b/public/opac/js/tablesorter/jquery.metadata.js
@@ -0,0 +1,122 @@
+/*
+ * Metadata - jQuery plugin for parsing metadata from elements
+ *
+ * Copyright (c) 2006 John Resig, Yehuda Katz, J�örn Zaefferer, Paul McLanahan
+ *
+ * Dual licensed under the MIT and GPL licenses:
+ *   http://www.opensource.org/licenses/mit-license.php
+ *   http://www.gnu.org/licenses/gpl.html
+ *
+ * Revision: $Id$
+ *
+ */
+
+/**
+ * Sets the type of metadata to use. Metadata is encoded in JSON, and each property
+ * in the JSON will become a property of the element itself.
+ *
+ * There are three supported types of metadata storage:
+ *
+ *   attr:  Inside an attribute. The name parameter indicates *which* attribute.
+ *          
+ *   class: Inside the class attribute, wrapped in curly braces: { }
+ *   
+ *   elem:  Inside a child element (e.g. a script tag). The
+ *          name parameter indicates *which* element.
+ *          
+ * The metadata for an element is loaded the first time the element is accessed via jQuery.
+ *
+ * As a result, you can define the metadata type, use $(expr) to load the metadata into the elements
+ * matched by expr, then redefine the metadata type and run another $(expr) for other elements.
+ * 
+ * @name $.metadata.setType
+ *
+ * @example <p id="one" class="some_class {item_id: 1, item_label: 'Label'}">This is a p</p>
+ * @before $.metadata.setType("class")
+ * @after $("#one").metadata().item_id == 1; $("#one").metadata().item_label == "Label"
+ * @desc Reads metadata from the class attribute
+ * 
+ * @example <p id="one" class="some_class" data="{item_id: 1, item_label: 'Label'}">This is a p</p>
+ * @before $.metadata.setType("attr", "data")
+ * @after $("#one").metadata().item_id == 1; $("#one").metadata().item_label == "Label"
+ * @desc Reads metadata from a "data" attribute
+ * 
+ * @example <p id="one" class="some_class"><script>{item_id: 1, item_label: 'Label'}</script>This is a p</p>
+ * @before $.metadata.setType("elem", "script")
+ * @after $("#one").metadata().item_id == 1; $("#one").metadata().item_label == "Label"
+ * @desc Reads metadata from a nested script element
+ * 
+ * @param String type The encoding type
+ * @param String name The name of the attribute to be used to get metadata (optional)
+ * @cat Plugins/Metadata
+ * @descr Sets the type of encoding to be used when loading metadata for the first time
+ * @type undefined
+ * @see metadata()
+ */
+
+(function($) {
+
+$.extend({
+	metadata : {
+		defaults : {
+			type: 'class',
+			name: 'metadata',
+			cre: /({.*})/,
+			single: 'metadata'
+		},
+		setType: function( type, name ){
+			this.defaults.type = type;
+			this.defaults.name = name;
+		},
+		get: function( elem, opts ){
+			var settings = $.extend({},this.defaults,opts);
+			// check for empty string in single property
+			if ( !settings.single.length ) settings.single = 'metadata';
+			
+			var data = $.data(elem, settings.single);
+			// returned cached data if it already exists
+			if ( data ) return data;
+			
+			data = "{}";
+			
+			if ( settings.type == "class" ) {
+				var m = settings.cre.exec( elem.className );
+				if ( m )
+					data = m[1];
+			} else if ( settings.type == "elem" ) {
+				if( !elem.getElementsByTagName )
+					return undefined;
+				var e = elem.getElementsByTagName(settings.name);
+				if ( e.length )
+					data = $.trim(e[0].innerHTML);
+			} else if ( elem.getAttribute != undefined ) {
+				var attr = elem.getAttribute( settings.name );
+				if ( attr )
+					data = attr;
+			}
+			
+			if ( data.indexOf( '{' ) <0 )
+			data = "{" + data + "}";
+			
+			data = eval("(" + data + ")");
+			
+			$.data( elem, settings.single, data );
+			return data;
+		}
+	}
+});
+
+/**
+ * Returns the metadata object for the first member of the jQuery object.
+ *
+ * @name metadata
+ * @descr Returns element's metadata object
+ * @param Object opts An object contianing settings to override the defaults
+ * @type jQuery
+ * @cat Plugins/Metadata
+ */
+$.fn.metadata = function( opts ){
+	return $.metadata.get( this[0], opts );
+};
+
+})(jQuery);
\ No newline at end of file
diff --git a/public/opac/js/tablesorter/jquery.tablesorter.js b/public/opac/js/tablesorter/jquery.tablesorter.js
new file mode 100644
index 0000000000000000000000000000000000000000..9b587312261c0af01991f6c15abe3d732c9b1069
--- /dev/null
+++ b/public/opac/js/tablesorter/jquery.tablesorter.js
@@ -0,0 +1,1031 @@
+/*
+ * 
+ * TableSorter 2.0 - Client-side table sorting with ease!
+ * Version 2.0.5b
+ * @requires jQuery v1.2.3
+ * 
+ * Copyright (c) 2007 Christian Bach
+ * Examples and docs at: http://tablesorter.com
+ * Dual licensed under the MIT and GPL licenses:
+ * http://www.opensource.org/licenses/mit-license.php
+ * http://www.gnu.org/licenses/gpl.html
+ * 
+ */
+/**
+ * 
+ * @description Create a sortable table with multi-column sorting capabilitys
+ * 
+ * @example $('table').tablesorter();
+ * @desc Create a simple tablesorter interface.
+ * 
+ * @example $('table').tablesorter({ sortList:[[0,0],[1,0]] });
+ * @desc Create a tablesorter interface and sort on the first and secound column column headers.
+ * 
+ * @example $('table').tablesorter({ headers: { 0: { sorter: false}, 1: {sorter: false} } });
+ *          
+ * @desc Create a tablesorter interface and disableing the first and second  column headers.
+ *      
+ * 
+ * @example $('table').tablesorter({ headers: { 0: {sorter:"integer"}, 1: {sorter:"currency"} } });
+ * 
+ * @desc Create a tablesorter interface and set a column parser for the first
+ *       and second column.
+ * 
+ * 
+ * @param Object
+ *            settings An object literal containing key/value pairs to provide
+ *            optional settings.
+ * 
+ * 
+ * @option String cssHeader (optional) A string of the class name to be appended
+ *         to sortable tr elements in the thead of the table. Default value:
+ *         "header"
+ * 
+ * @option String cssAsc (optional) A string of the class name to be appended to
+ *         sortable tr elements in the thead on a ascending sort. Default value:
+ *         "headerSortUp"
+ * 
+ * @option String cssDesc (optional) A string of the class name to be appended
+ *         to sortable tr elements in the thead on a descending sort. Default
+ *         value: "headerSortDown"
+ * 
+ * @option String sortInitialOrder (optional) A string of the inital sorting
+ *         order can be asc or desc. Default value: "asc"
+ * 
+ * @option String sortMultisortKey (optional) A string of the multi-column sort
+ *         key. Default value: "shiftKey"
+ * 
+ * @option String textExtraction (optional) A string of the text-extraction
+ *         method to use. For complex html structures inside td cell set this
+ *         option to "complex", on large tables the complex option can be slow.
+ *         Default value: "simple"
+ * 
+ * @option Object headers (optional) An array containing the forces sorting
+ *         rules. This option let's you specify a default sorting rule. Default
+ *         value: null
+ * 
+ * @option Array sortList (optional) An array containing the forces sorting
+ *         rules. This option let's you specify a default sorting rule. Default
+ *         value: null
+ * 
+ * @option Array sortForce (optional) An array containing forced sorting rules.
+ *         This option let's you specify a default sorting rule, which is
+ *         prepended to user-selected rules. Default value: null
+ * 
+ * @option Boolean sortLocaleCompare (optional) Boolean flag indicating whatever
+ *         to use String.localeCampare method or not. Default set to true.
+ * 
+ * 
+ * @option Array sortAppend (optional) An array containing forced sorting rules.
+ *         This option let's you specify a default sorting rule, which is
+ *         appended to user-selected rules. Default value: null
+ * 
+ * @option Boolean widthFixed (optional) Boolean flag indicating if tablesorter
+ *         should apply fixed widths to the table columns. This is usefull when
+ *         using the pager companion plugin. This options requires the dimension
+ *         jquery plugin. Default value: false
+ * 
+ * @option Boolean cancelSelection (optional) Boolean flag indicating if
+ *         tablesorter should cancel selection of the table headers text.
+ *         Default value: true
+ * 
+ * @option Boolean debug (optional) Boolean flag indicating if tablesorter
+ *         should display debuging information usefull for development.
+ * 
+ * @type jQuery
+ * 
+ * @name tablesorter
+ * 
+ * @cat Plugins/Tablesorter
+ * 
+ * @author Christian Bach/christian.bach@polyester.se
+ */
+
+(function ($) {
+    $.extend({
+        tablesorter: new
+        function () {
+
+            var parsers = [],
+                widgets = [];
+
+            this.defaults = {
+                cssHeader: "header",
+                cssAsc: "headerSortUp",
+                cssDesc: "headerSortDown",
+                cssChildRow: "expand-child",
+                sortInitialOrder: "asc",
+                sortMultiSortKey: "shiftKey",
+                sortForce: null,
+                sortAppend: null,
+                sortLocaleCompare: true,
+                textExtraction: "simple",
+                parsers: {}, widgets: [],
+                widgetZebra: {
+                    css: ["even", "odd"]
+                }, headers: {}, widthFixed: false,
+                cancelSelection: true,
+                sortList: [],
+                headerList: [],
+                dateFormat: "us",
+                decimal: '/\.|\,/g',
+                onRenderHeader: null,
+                selectorHeaders: 'thead th',
+                debug: false
+            };
+
+            /* debuging utils */
+
+            function benchmark(s, d) {
+                log(s + "," + (new Date().getTime() - d.getTime()) + "ms");
+            }
+
+            this.benchmark = benchmark;
+
+            function log(s) {
+                if (typeof console != "undefined" && typeof console.debug != "undefined") {
+                    console.log(s);
+                } else {
+                    alert(s);
+                }
+            }
+
+            /* parsers utils */
+
+            function buildParserCache(table, $headers) {
+
+                if (table.config.debug) {
+                    var parsersDebug = "";
+                }
+
+                if (table.tBodies.length == 0) return; // In the case of empty tables
+                var rows = table.tBodies[0].rows;
+
+                if (rows[0]) {
+
+                    var list = [],
+                        cells = rows[0].cells,
+                        l = cells.length;
+
+                    for (var i = 0; i < l; i++) {
+
+                        var p = false;
+
+                        if ($.metadata && ($($headers[i]).metadata() && $($headers[i]).metadata().sorter)) {
+
+                            p = getParserById($($headers[i]).metadata().sorter);
+
+                        } else if ((table.config.headers[i] && table.config.headers[i].sorter)) {
+
+                            p = getParserById(table.config.headers[i].sorter);
+                        }
+                        if (!p) {
+
+                            p = detectParserForColumn(table, rows, -1, i);
+                        }
+
+                        if (table.config.debug) {
+                            parsersDebug += "column:" + i + " parser:" + p.id + "\n";
+                        }
+
+                        list.push(p);
+                    }
+                }
+
+                if (table.config.debug) {
+                    log(parsersDebug);
+                }
+
+                return list;
+            };
+
+            function detectParserForColumn(table, rows, rowIndex, cellIndex) {
+                var l = parsers.length,
+                    node = false,
+                    nodeValue = false,
+                    keepLooking = true;
+                while (nodeValue == '' && keepLooking) {
+                    rowIndex++;
+                    if (rows[rowIndex]) {
+                        node = getNodeFromRowAndCellIndex(rows, rowIndex, cellIndex);
+                        nodeValue = trimAndGetNodeText(table.config, node);
+                        if (table.config.debug) {
+                            log('Checking if value was empty on row:' + rowIndex);
+                        }
+                    } else {
+                        keepLooking = false;
+                    }
+                }
+                for (var i = 1; i < l; i++) {
+                    if (parsers[i].is(nodeValue, table, node)) {
+                        return parsers[i];
+                    }
+                }
+                // 0 is always the generic parser (text)
+                return parsers[0];
+            }
+
+            function getNodeFromRowAndCellIndex(rows, rowIndex, cellIndex) {
+                return rows[rowIndex].cells[cellIndex];
+            }
+
+            function trimAndGetNodeText(config, node) {
+                return $.trim(getElementText(config, node));
+            }
+
+            function getParserById(name) {
+                var l = parsers.length;
+                for (var i = 0; i < l; i++) {
+                    if (parsers[i].id.toLowerCase() == name.toLowerCase()) {
+                        return parsers[i];
+                    }
+                }
+                return false;
+            }
+
+            /* utils */
+
+            function buildCache(table) {
+
+                if (table.config.debug) {
+                    var cacheTime = new Date();
+                }
+
+                var totalRows = (table.tBodies[0] && table.tBodies[0].rows.length) || 0,
+                    totalCells = (table.tBodies[0].rows[0] && table.tBodies[0].rows[0].cells.length) || 0,
+                    parsers = table.config.parsers,
+                    cache = {
+                        row: [],
+                        normalized: []
+                    };
+
+                for (var i = 0; i < totalRows; ++i) {
+
+                    /** Add the table data to main data array */
+                    var c = $(table.tBodies[0].rows[i]),
+                        cols = [];
+
+                    // if this is a child row, add it to the last row's children and
+                    // continue to the next row
+                    if (c.hasClass(table.config.cssChildRow)) {
+                        cache.row[cache.row.length - 1] = cache.row[cache.row.length - 1].add(c);
+                        // go to the next for loop
+                        continue;
+                    }
+
+                    cache.row.push(c);
+
+                    for (var j = 0; j < totalCells; ++j) {
+                        cols.push(parsers[j].format(getElementText(table.config, c[0].cells[j]), table, c[0].cells[j]));
+                    }
+
+                    cols.push(cache.normalized.length); // add position for rowCache
+                    cache.normalized.push(cols);
+                    cols = null;
+                };
+
+                if (table.config.debug) {
+                    benchmark("Building cache for " + totalRows + " rows:", cacheTime);
+                }
+
+                return cache;
+            };
+
+            function getElementText(config, node) {
+
+                var text = "";
+
+                if (!node) return "";
+
+                if (!config.supportsTextContent) config.supportsTextContent = node.textContent || false;
+
+                if (config.textExtraction == "simple") {
+                    if (config.supportsTextContent) {
+                        text = node.textContent;
+                    } else {
+                        if (node.childNodes[0] && node.childNodes[0].hasChildNodes()) {
+                            text = node.childNodes[0].innerHTML;
+                        } else {
+                            text = node.innerHTML;
+                        }
+                    }
+                } else {
+                    if (typeof(config.textExtraction) == "function") {
+                        text = config.textExtraction(node);
+                    } else {
+                        text = $(node).text();
+                    }
+                }
+                return text;
+            }
+
+            function appendToTable(table, cache) {
+
+                if (table.config.debug) {
+                    var appendTime = new Date()
+                }
+
+                var c = cache,
+                    r = c.row,
+                    n = c.normalized,
+                    totalRows = n.length,
+                    checkCell = (n[0].length - 1),
+                    tableBody = $(table.tBodies[0]),
+                    rows = [];
+
+
+                for (var i = 0; i < totalRows; i++) {
+                    var pos = n[i][checkCell];
+
+                    rows.push(r[pos]);
+
+                    if (!table.config.appender) {
+
+                        //var o = ;
+                        var l = r[pos].length;
+                        for (var j = 0; j < l; j++) {
+                            tableBody[0].appendChild(r[pos][j]);
+                        }
+
+                        // 
+                    }
+                }
+
+
+
+                if (table.config.appender) {
+
+                    table.config.appender(table, rows);
+                }
+
+                rows = null;
+
+                if (table.config.debug) {
+                    benchmark("Rebuilt table:", appendTime);
+                }
+
+                // apply table widgets
+                applyWidget(table);
+
+                // trigger sortend
+                setTimeout(function () {
+                    $(table).trigger("sortEnd");
+                }, 0);
+
+            };
+
+            function buildHeaders(table) {
+
+                if (table.config.debug) {
+                    var time = new Date();
+                }
+
+                var meta = ($.metadata) ? true : false;
+                
+                var header_index = computeTableHeaderCellIndexes(table);
+
+                $tableHeaders = $(table.config.selectorHeaders, table).each(function (index) {
+
+                    this.column = header_index[this.parentNode.rowIndex + "-" + this.cellIndex];
+                    // this.column = index;
+                    this.order = formatSortingOrder(table.config.sortInitialOrder);
+                    
+					
+					this.count = this.order;
+
+                    if (checkHeaderMetadata(this) || checkHeaderOptions(table, index)) this.sortDisabled = true;
+					if (checkHeaderOptionsSortingLocked(table, index)) this.order = this.lockedOrder = checkHeaderOptionsSortingLocked(table, index);
+
+                    if (!this.sortDisabled) {
+                        var $th = $(this).addClass(table.config.cssHeader);
+                        if (table.config.onRenderHeader) table.config.onRenderHeader.apply($th);
+                    }
+
+                    // add cell to headerList
+                    table.config.headerList[index] = this;
+                });
+
+                if (table.config.debug) {
+                    benchmark("Built headers:", time);
+                    log($tableHeaders);
+                }
+
+                return $tableHeaders;
+
+            };
+
+            // from:
+            // http://www.javascripttoolbox.com/lib/table/examples.php
+            // http://www.javascripttoolbox.com/temp/table_cellindex.html
+
+
+            function computeTableHeaderCellIndexes(t) {
+                var matrix = [];
+                var lookup = {};
+                var thead = t.getElementsByTagName('THEAD')[0];
+                var trs = thead.getElementsByTagName('TR');
+
+                for (var i = 0; i < trs.length; i++) {
+                    var cells = trs[i].cells;
+                    for (var j = 0; j < cells.length; j++) {
+                        var c = cells[j];
+
+                        var rowIndex = c.parentNode.rowIndex;
+                        var cellId = rowIndex + "-" + c.cellIndex;
+                        var rowSpan = c.rowSpan || 1;
+                        var colSpan = c.colSpan || 1
+                        var firstAvailCol;
+                        if (typeof(matrix[rowIndex]) == "undefined") {
+                            matrix[rowIndex] = [];
+                        }
+                        // Find first available column in the first row
+                        for (var k = 0; k < matrix[rowIndex].length + 1; k++) {
+                            if (typeof(matrix[rowIndex][k]) == "undefined") {
+                                firstAvailCol = k;
+                                break;
+                            }
+                        }
+                        lookup[cellId] = firstAvailCol;
+                        for (var k = rowIndex; k < rowIndex + rowSpan; k++) {
+                            if (typeof(matrix[k]) == "undefined") {
+                                matrix[k] = [];
+                            }
+                            var matrixrow = matrix[k];
+                            for (var l = firstAvailCol; l < firstAvailCol + colSpan; l++) {
+                                matrixrow[l] = "x";
+                            }
+                        }
+                    }
+                }
+                return lookup;
+            }
+
+            function checkCellColSpan(table, rows, row) {
+                var arr = [],
+                    r = table.tHead.rows,
+                    c = r[row].cells;
+
+                for (var i = 0; i < c.length; i++) {
+                    var cell = c[i];
+
+                    if (cell.colSpan > 1) {
+                        arr = arr.concat(checkCellColSpan(table, headerArr, row++));
+                    } else {
+                        if (table.tHead.length == 1 || (cell.rowSpan > 1 || !r[row + 1])) {
+                            arr.push(cell);
+                        }
+                        // headerArr[row] = (i+row);
+                    }
+                }
+                return arr;
+            };
+
+            function checkHeaderMetadata(cell) {
+                if (($.metadata) && ($(cell).metadata().sorter === false)) {
+                    return true;
+                };
+                return false;
+            }
+
+            function checkHeaderOptions(table, i) {
+                if ((table.config.headers[i]) && (table.config.headers[i].sorter === false)) {
+                    return true;
+                };
+                return false;
+            }
+			
+			 function checkHeaderOptionsSortingLocked(table, i) {
+                if ((table.config.headers[i]) && (table.config.headers[i].lockedOrder)) return table.config.headers[i].lockedOrder;
+                return false;
+            }
+			
+            function applyWidget(table) {
+                var c = table.config.widgets;
+                var l = c.length;
+                for (var i = 0; i < l; i++) {
+
+                    getWidgetById(c[i]).format(table);
+                }
+
+            }
+
+            function getWidgetById(name) {
+                var l = widgets.length;
+                for (var i = 0; i < l; i++) {
+                    if (widgets[i].id.toLowerCase() == name.toLowerCase()) {
+                        return widgets[i];
+                    }
+                }
+            };
+
+            function formatSortingOrder(v) {
+                if (typeof(v) != "Number") {
+                    return (v.toLowerCase() == "desc") ? 1 : 0;
+                } else {
+                    return (v == 1) ? 1 : 0;
+                }
+            }
+
+            function isValueInArray(v, a) {
+                var l = a.length;
+                for (var i = 0; i < l; i++) {
+                    if (a[i][0] == v) {
+                        return true;
+                    }
+                }
+                return false;
+            }
+
+            function setHeadersCss(table, $headers, list, css) {
+                // remove all header information
+                $headers.removeClass(css[0]).removeClass(css[1]);
+
+                var h = [];
+                $headers.each(function (offset) {
+                    if (!this.sortDisabled) {
+                        h[this.column] = $(this);
+                    }
+                });
+
+                var l = list.length;
+                for (var i = 0; i < l; i++) {
+                    h[list[i][0]].addClass(css[list[i][1]]);
+                }
+            }
+
+            function fixColumnWidth(table, $headers) {
+                var c = table.config;
+                if (c.widthFixed) {
+                    var colgroup = $('<colgroup>');
+                    $("tr:first td", table.tBodies[0]).each(function () {
+                        colgroup.append($('<col>').css('width', $(this).width()));
+                    });
+                    $(table).prepend(colgroup);
+                };
+            }
+
+            function updateHeaderSortCount(table, sortList) {
+                var c = table.config,
+                    l = sortList.length;
+                for (var i = 0; i < l; i++) {
+                    var s = sortList[i],
+                        o = c.headerList[s[0]];
+                    o.count = s[1];
+                    o.count++;
+                }
+            }
+
+            /* sorting methods */
+
+            function multisort(table, sortList, cache) {
+
+                if (table.config.debug) {
+                    var sortTime = new Date();
+                }
+
+                var dynamicExp = "var sortWrapper = function(a,b) {",
+                    l = sortList.length;
+
+                // TODO: inline functions.
+                for (var i = 0; i < l; i++) {
+
+                    var c = sortList[i][0];
+                    var order = sortList[i][1];
+                    // var s = (getCachedSortType(table.config.parsers,c) == "text") ?
+                    // ((order == 0) ? "sortText" : "sortTextDesc") : ((order == 0) ?
+                    // "sortNumeric" : "sortNumericDesc");
+                    // var s = (table.config.parsers[c].type == "text") ? ((order == 0)
+                    // ? makeSortText(c) : makeSortTextDesc(c)) : ((order == 0) ?
+                    // makeSortNumeric(c) : makeSortNumericDesc(c));
+                    var s = (table.config.parsers[c].type == "text") ? ((order == 0) ? makeSortFunction("text", "asc", c) : makeSortFunction("text", "desc", c)) : ((order == 0) ? makeSortFunction("numeric", "asc", c) : makeSortFunction("numeric", "desc", c));
+                    var e = "e" + i;
+
+                    dynamicExp += "var " + e + " = " + s; // + "(a[" + c + "],b[" + c
+                    // + "]); ";
+                    dynamicExp += "if(" + e + ") { return " + e + "; } ";
+                    dynamicExp += "else { ";
+
+                }
+
+                // if value is the same keep orignal order
+                var orgOrderCol = cache.normalized[0].length - 1;
+                dynamicExp += "return a[" + orgOrderCol + "]-b[" + orgOrderCol + "];";
+
+                for (var i = 0; i < l; i++) {
+                    dynamicExp += "}; ";
+                }
+
+                dynamicExp += "return 0; ";
+                dynamicExp += "}; ";
+
+                if (table.config.debug) {
+                    benchmark("Evaling expression:" + dynamicExp, new Date());
+                }
+
+                eval(dynamicExp);
+
+                cache.normalized.sort(sortWrapper);
+
+                if (table.config.debug) {
+                    benchmark("Sorting on " + sortList.toString() + " and dir " + order + " time:", sortTime);
+                }
+
+                return cache;
+            };
+
+            function makeSortFunction(type, direction, index) {
+                var a = "a[" + index + "]",
+                    b = "b[" + index + "]";
+                if (type == 'text' && direction == 'asc') {
+                    return "(" + a + " == " + b + " ? 0 : (" + a + " === null ? Number.POSITIVE_INFINITY : (" + b + " === null ? Number.NEGATIVE_INFINITY : (" + a + " < " + b + ") ? -1 : 1 )));";
+                } else if (type == 'text' && direction == 'desc') {
+                    return "(" + a + " == " + b + " ? 0 : (" + a + " === null ? Number.POSITIVE_INFINITY : (" + b + " === null ? Number.NEGATIVE_INFINITY : (" + b + " < " + a + ") ? -1 : 1 )));";
+                } else if (type == 'numeric' && direction == 'asc') {
+                    return "(" + a + " === null && " + b + " === null) ? 0 :(" + a + " === null ? Number.POSITIVE_INFINITY : (" + b + " === null ? Number.NEGATIVE_INFINITY : " + a + " - " + b + "));";
+                } else if (type == 'numeric' && direction == 'desc') {
+                    return "(" + a + " === null && " + b + " === null) ? 0 :(" + a + " === null ? Number.POSITIVE_INFINITY : (" + b + " === null ? Number.NEGATIVE_INFINITY : " + b + " - " + a + "));";
+                }
+            };
+
+            function makeSortText(i) {
+                return "((a[" + i + "] < b[" + i + "]) ? -1 : ((a[" + i + "] > b[" + i + "]) ? 1 : 0));";
+            };
+
+            function makeSortTextDesc(i) {
+                return "((b[" + i + "] < a[" + i + "]) ? -1 : ((b[" + i + "] > a[" + i + "]) ? 1 : 0));";
+            };
+
+            function makeSortNumeric(i) {
+                return "a[" + i + "]-b[" + i + "];";
+            };
+
+            function makeSortNumericDesc(i) {
+                return "b[" + i + "]-a[" + i + "];";
+            };
+
+            function sortText(a, b) {
+                if (table.config.sortLocaleCompare) return a.localeCompare(b);
+                return ((a < b) ? -1 : ((a > b) ? 1 : 0));
+            };
+
+            function sortTextDesc(a, b) {
+                if (table.config.sortLocaleCompare) return b.localeCompare(a);
+                return ((b < a) ? -1 : ((b > a) ? 1 : 0));
+            };
+
+            function sortNumeric(a, b) {
+                return a - b;
+            };
+
+            function sortNumericDesc(a, b) {
+                return b - a;
+            };
+
+            function getCachedSortType(parsers, i) {
+                return parsers[i].type;
+            }; /* public methods */
+            this.construct = function (settings) {
+                return this.each(function () {
+                    // if no thead or tbody quit.
+                    if (!this.tHead || !this.tBodies) return;
+                    // declare
+                    var $this, $document, $headers, cache, config, shiftDown = 0,
+                        sortOrder;
+                    // new blank config object
+                    this.config = {};
+                    // merge and extend.
+                    config = $.extend(this.config, $.tablesorter.defaults, settings);
+                    // store common expression for speed
+                    $this = $(this);
+                    // save the settings where they read
+                    $.data(this, "tablesorter", config);
+                    // build headers
+                    $headers = buildHeaders(this);
+                    // try to auto detect column type, and store in tables config
+                    this.config.parsers = buildParserCache(this, $headers);
+                    // build the cache for the tbody cells
+                    cache = buildCache(this);
+                    // get the css class names, could be done else where.
+                    var sortCSS = [config.cssDesc, config.cssAsc];
+                    // fixate columns if the users supplies the fixedWidth option
+                    fixColumnWidth(this);
+                    // apply event handling to headers
+                    // this is to big, perhaps break it out?
+                    $headers.click(
+
+                    function (e) {
+                        var totalRows = ($this[0].tBodies[0] && $this[0].tBodies[0].rows.length) || 0;
+                        if (!this.sortDisabled && totalRows > 0) {
+                            // Only call sortStart if sorting is
+                            // enabled.
+                            $this.trigger("sortStart");
+                            // store exp, for speed
+                            var $cell = $(this);
+                            // get current column index
+                            var i = this.column;
+                            // get current column sort order
+                            this.order = this.count++ % 2;
+							// always sort on the locked order.
+							if(this.lockedOrder) this.order = this.lockedOrder;
+							
+							// user only whants to sort on one
+                            // column
+                            if (!e[config.sortMultiSortKey]) {
+                                // flush the sort list
+                                config.sortList = [];
+                                if (config.sortForce != null) {
+                                    var a = config.sortForce;
+                                    for (var j = 0; j < a.length; j++) {
+                                        if (a[j][0] != i) {
+                                            config.sortList.push(a[j]);
+                                        }
+                                    }
+                                }
+                                // add column to sort list
+                                config.sortList.push([i, this.order]);
+                                // multi column sorting
+                            } else {
+                                // the user has clicked on an all
+                                // ready sortet column.
+                                if (isValueInArray(i, config.sortList)) {
+                                    // revers the sorting direction
+                                    // for all tables.
+                                    for (var j = 0; j < config.sortList.length; j++) {
+                                        var s = config.sortList[j],
+                                            o = config.headerList[s[0]];
+                                        if (s[0] == i) {
+                                            o.count = s[1];
+                                            o.count++;
+                                            s[1] = o.count % 2;
+                                        }
+                                    }
+                                } else {
+                                    // add column to sort list array
+                                    config.sortList.push([i, this.order]);
+                                }
+                            };
+                            setTimeout(function () {
+                                // set css for headers
+                                setHeadersCss($this[0], $headers, config.sortList, sortCSS);
+                                appendToTable(
+	                                $this[0], multisort(
+	                                $this[0], config.sortList, cache)
+								);
+                            }, 1);
+                            // stop normal event by returning false
+                            return false;
+                        }
+                        // cancel selection
+                    }).mousedown(function () {
+                        if (config.cancelSelection) {
+                            this.onselectstart = function () {
+                                return false
+                            };
+                            return false;
+                        }
+                    });
+                    // apply easy methods that trigger binded events
+                    $this.bind("update", function () {
+                        var me = this;
+                        setTimeout(function () {
+                            // rebuild parsers.
+                            me.config.parsers = buildParserCache(
+                            me, $headers);
+                            // rebuild the cache map
+                            cache = buildCache(me);
+                        }, 1);
+                    }).bind("updateCell", function (e, cell) {
+                        var config = this.config;
+                        // get position from the dom.
+                        var pos = [(cell.parentNode.rowIndex - 1), cell.cellIndex];
+                        // update cache
+                        cache.normalized[pos[0]][pos[1]] = config.parsers[pos[1]].format(
+                        getElementText(config, cell), cell);
+                    }).bind("sorton", function (e, list) {
+                        $(this).trigger("sortStart");
+                        config.sortList = list;
+                        // update and store the sortlist
+                        var sortList = config.sortList;
+                        // update header count index
+                        updateHeaderSortCount(this, sortList);
+                        // set css for headers
+                        setHeadersCss(this, $headers, sortList, sortCSS);
+                        // sort the table and append it to the dom
+                        appendToTable(this, multisort(this, sortList, cache));
+                    }).bind("appendCache", function () {
+                        appendToTable(this, cache);
+                    }).bind("applyWidgetId", function (e, id) {
+                        getWidgetById(id).format(this);
+                    }).bind("applyWidgets", function () {
+                        // apply widgets
+                        applyWidget(this);
+                    });
+                    if ($.metadata && ($(this).metadata() && $(this).metadata().sortlist)) {
+                        config.sortList = $(this).metadata().sortlist;
+                    }
+                    // if user has supplied a sort list to constructor.
+                    if (config.sortList.length > 0) {
+                        $this.trigger("sorton", [config.sortList]);
+                    }
+                    // apply widgets
+                    applyWidget(this);
+                });
+            };
+            this.addParser = function (parser) {
+                var l = parsers.length,
+                    a = true;
+                for (var i = 0; i < l; i++) {
+                    if (parsers[i].id.toLowerCase() == parser.id.toLowerCase()) {
+                        a = false;
+                    }
+                }
+                if (a) {
+                    parsers.push(parser);
+                };
+            };
+            this.addWidget = function (widget) {
+                widgets.push(widget);
+            };
+            this.formatFloat = function (s) {
+                var i = parseFloat(s);
+                return (isNaN(i)) ? 0 : i;
+            };
+            this.formatInt = function (s) {
+                var i = parseInt(s);
+                return (isNaN(i)) ? 0 : i;
+            };
+            this.isDigit = function (s, config) {
+                // replace all an wanted chars and match.
+                return /^[-+]?\d*$/.test($.trim(s.replace(/[,.']/g, '')));
+            };
+            this.clearTableBody = function (table) {
+                if ($.browser.msie) {
+                    function empty() {
+                        while (this.firstChild)
+                        this.removeChild(this.firstChild);
+                    }
+                    empty.apply(table.tBodies[0]);
+                } else {
+                    table.tBodies[0].innerHTML = "";
+                }
+            };
+        }
+    });
+
+    // extend plugin scope
+    $.fn.extend({
+        tablesorter: $.tablesorter.construct
+    });
+
+    // make shortcut
+    var ts = $.tablesorter;
+
+    // add default parsers
+    ts.addParser({
+        id: "text",
+        is: function (s) {
+            return true;
+        }, format: function (s) {
+            return $.trim(s.toLocaleLowerCase());
+        }, type: "text"
+    });
+
+    ts.addParser({
+        id: "digit",
+        is: function (s, table) {
+            var c = table.config;
+            return $.tablesorter.isDigit(s, c);
+        }, format: function (s) {
+            return $.tablesorter.formatFloat(s);
+        }, type: "numeric"
+    });
+
+    ts.addParser({
+        id: "currency",
+        is: function (s) {
+            return /^[£$€?.]/.test(s);
+        }, format: function (s) {
+            return $.tablesorter.formatFloat(s.replace(new RegExp(/[£$€]/g), ""));
+        }, type: "numeric"
+    });
+
+    ts.addParser({
+        id: "ipAddress",
+        is: function (s) {
+            return /^\d{2,3}[\.]\d{2,3}[\.]\d{2,3}[\.]\d{2,3}$/.test(s);
+        }, format: function (s) {
+            var a = s.split("."),
+                r = "",
+                l = a.length;
+            for (var i = 0; i < l; i++) {
+                var item = a[i];
+                if (item.length == 2) {
+                    r += "0" + item;
+                } else {
+                    r += item;
+                }
+            }
+            return $.tablesorter.formatFloat(r);
+        }, type: "numeric"
+    });
+
+    ts.addParser({
+        id: "url",
+        is: function (s) {
+            return /^(https?|ftp|file):\/\/$/.test(s);
+        }, format: function (s) {
+            return jQuery.trim(s.replace(new RegExp(/(https?|ftp|file):\/\//), ''));
+        }, type: "text"
+    });
+
+    ts.addParser({
+        id: "isoDate",
+        is: function (s) {
+            return /^\d{4}[\/-]\d{1,2}[\/-]\d{1,2}$/.test(s);
+        }, format: function (s) {
+            return $.tablesorter.formatFloat((s != "") ? new Date(s.replace(
+            new RegExp(/-/g), "/")).getTime() : "0");
+        }, type: "numeric"
+    });
+
+    ts.addParser({
+        id: "percent",
+        is: function (s) {
+            return /\%$/.test($.trim(s));
+        }, format: function (s) {
+            return $.tablesorter.formatFloat(s.replace(new RegExp(/%/g), ""));
+        }, type: "numeric"
+    });
+
+    ts.addParser({
+        id: "usLongDate",
+        is: function (s) {
+            return s.match(new RegExp(/^[A-Za-z]{3,10}\.? [0-9]{1,2}, ([0-9]{4}|'?[0-9]{2}) (([0-2]?[0-9]:[0-5][0-9])|([0-1]?[0-9]:[0-5][0-9]\s(AM|PM)))$/));
+        }, format: function (s) {
+            return $.tablesorter.formatFloat(new Date(s).getTime());
+        }, type: "numeric"
+    });
+
+    ts.addParser({
+        id: "shortDate",
+        is: function (s) {
+            return /\d{1,2}[\/\-]\d{1,2}[\/\-]\d{2,4}/.test(s);
+        }, format: function (s, table) {
+            var c = table.config;
+            s = s.replace(/\-/g, "/");
+            if (c.dateFormat == "us") {
+                // reformat the string in ISO format
+                s = s.replace(/(\d{1,2})[\/\-](\d{1,2})[\/\-](\d{4})/, "$3/$1/$2");
+            } else if (c.dateFormat == "uk") {
+                // reformat the string in ISO format
+                s = s.replace(/(\d{1,2})[\/\-](\d{1,2})[\/\-](\d{4})/, "$3/$2/$1");
+            } else if (c.dateFormat == "dd/mm/yy" || c.dateFormat == "dd-mm-yy") {
+                s = s.replace(/(\d{1,2})[\/\-](\d{1,2})[\/\-](\d{2})/, "$1/$2/$3");
+            }
+            return $.tablesorter.formatFloat(new Date(s).getTime());
+        }, type: "numeric"
+    });
+    ts.addParser({
+        id: "time",
+        is: function (s) {
+            return /^(([0-2]?[0-9]:[0-5][0-9])|([0-1]?[0-9]:[0-5][0-9]\s(am|pm)))$/.test(s);
+        }, format: function (s) {
+            return $.tablesorter.formatFloat(new Date("2000/01/01 " + s).getTime());
+        }, type: "numeric"
+    });
+    ts.addParser({
+        id: "metadata",
+        is: function (s) {
+            return false;
+        }, format: function (s, table, cell) {
+            var c = table.config,
+                p = (!c.parserMetadataName) ? 'sortValue' : c.parserMetadataName;
+            return $(cell).metadata()[p];
+        }, type: "numeric"
+    });
+    // add default widgets
+    ts.addWidget({
+        id: "zebra",
+        format: function (table) {
+            if (table.config.debug) {
+                var time = new Date();
+            }
+            var $tr, row = -1,
+                odd;
+            // loop through the visible rows
+            $("tr:visible", table.tBodies[0]).each(function (i) {
+                $tr = $(this);
+                // style children rows the same way the parent
+                // row was styled
+                if (!$tr.hasClass(table.config.cssChildRow)) row++;
+                odd = (row % 2 == 0);
+                $tr.removeClass(
+                table.config.widgetZebra.css[odd ? 0 : 1]).addClass(
+                table.config.widgetZebra.css[odd ? 1 : 0])
+            });
+            if (table.config.debug) {
+                $.tablesorter.benchmark("Applying Zebra widget", time);
+            }
+        }
+    });
+})(jQuery);
\ No newline at end of file
diff --git a/public/opac/js/tablesorter/jquery.tablesorter.min.js b/public/opac/js/tablesorter/jquery.tablesorter.min.js
new file mode 100644
index 0000000000000000000000000000000000000000..b8605df1e7277e2f88237eb7bee7c7e38d80a232
--- /dev/null
+++ b/public/opac/js/tablesorter/jquery.tablesorter.min.js
@@ -0,0 +1,4 @@
+
+(function($){$.extend({tablesorter:new
+function(){var parsers=[],widgets=[];this.defaults={cssHeader:"header",cssAsc:"headerSortUp",cssDesc:"headerSortDown",cssChildRow:"expand-child",sortInitialOrder:"asc",sortMultiSortKey:"shiftKey",sortForce:null,sortAppend:null,sortLocaleCompare:true,textExtraction:"simple",parsers:{},widgets:[],widgetZebra:{css:["even","odd"]},headers:{},widthFixed:false,cancelSelection:true,sortList:[],headerList:[],dateFormat:"us",decimal:'/\.|\,/g',onRenderHeader:null,selectorHeaders:'thead th',debug:false};function benchmark(s,d){log(s+","+(new Date().getTime()-d.getTime())+"ms");}this.benchmark=benchmark;function log(s){if(typeof console!="undefined"&&typeof console.debug!="undefined"){console.log(s);}else{alert(s);}}function buildParserCache(table,$headers){if(table.config.debug){var parsersDebug="";}if(table.tBodies.length==0)return;var rows=table.tBodies[0].rows;if(rows[0]){var list=[],cells=rows[0].cells,l=cells.length;for(var i=0;i<l;i++){var p=false;if($.metadata&&($($headers[i]).metadata()&&$($headers[i]).metadata().sorter)){p=getParserById($($headers[i]).metadata().sorter);}else if((table.config.headers[i]&&table.config.headers[i].sorter)){p=getParserById(table.config.headers[i].sorter);}if(!p){p=detectParserForColumn(table,rows,-1,i);}if(table.config.debug){parsersDebug+="column:"+i+" parser:"+p.id+"\n";}list.push(p);}}if(table.config.debug){log(parsersDebug);}return list;};function detectParserForColumn(table,rows,rowIndex,cellIndex){var l=parsers.length,node=false,nodeValue=false,keepLooking=true;while(nodeValue==''&&keepLooking){rowIndex++;if(rows[rowIndex]){node=getNodeFromRowAndCellIndex(rows,rowIndex,cellIndex);nodeValue=trimAndGetNodeText(table.config,node);if(table.config.debug){log('Checking if value was empty on row:'+rowIndex);}}else{keepLooking=false;}}for(var i=1;i<l;i++){if(parsers[i].is(nodeValue,table,node)){return parsers[i];}}return parsers[0];}function getNodeFromRowAndCellIndex(rows,rowIndex,cellIndex){return rows[rowIndex].cells[cellIndex];}function trimAndGetNodeText(config,node){return $.trim(getElementText(config,node));}function getParserById(name){var l=parsers.length;for(var i=0;i<l;i++){if(parsers[i].id.toLowerCase()==name.toLowerCase()){return parsers[i];}}return false;}function buildCache(table){if(table.config.debug){var cacheTime=new Date();}var totalRows=(table.tBodies[0]&&table.tBodies[0].rows.length)||0,totalCells=(table.tBodies[0].rows[0]&&table.tBodies[0].rows[0].cells.length)||0,parsers=table.config.parsers,cache={row:[],normalized:[]};for(var i=0;i<totalRows;++i){var c=$(table.tBodies[0].rows[i]),cols=[];if(c.hasClass(table.config.cssChildRow)){cache.row[cache.row.length-1]=cache.row[cache.row.length-1].add(c);continue;}cache.row.push(c);for(var j=0;j<totalCells;++j){cols.push(parsers[j].format(getElementText(table.config,c[0].cells[j]),table,c[0].cells[j]));}cols.push(cache.normalized.length);cache.normalized.push(cols);cols=null;};if(table.config.debug){benchmark("Building cache for "+totalRows+" rows:",cacheTime);}return cache;};function getElementText(config,node){var text="";if(!node)return"";if(!config.supportsTextContent)config.supportsTextContent=node.textContent||false;if(config.textExtraction=="simple"){if(config.supportsTextContent){text=node.textContent;}else{if(node.childNodes[0]&&node.childNodes[0].hasChildNodes()){text=node.childNodes[0].innerHTML;}else{text=node.innerHTML;}}}else{if(typeof(config.textExtraction)=="function"){text=config.textExtraction(node);}else{text=$(node).text();}}return text;}function appendToTable(table,cache){if(table.config.debug){var appendTime=new Date()}var c=cache,r=c.row,n=c.normalized,totalRows=n.length,checkCell=(n[0].length-1),tableBody=$(table.tBodies[0]),rows=[];for(var i=0;i<totalRows;i++){var pos=n[i][checkCell];rows.push(r[pos]);if(!table.config.appender){var l=r[pos].length;for(var j=0;j<l;j++){tableBody[0].appendChild(r[pos][j]);}}}if(table.config.appender){table.config.appender(table,rows);}rows=null;if(table.config.debug){benchmark("Rebuilt table:",appendTime);}applyWidget(table);setTimeout(function(){$(table).trigger("sortEnd");},0);};function buildHeaders(table){if(table.config.debug){var time=new Date();}var meta=($.metadata)?true:false;var header_index=computeTableHeaderCellIndexes(table);$tableHeaders=$(table.config.selectorHeaders,table).each(function(index){this.column=header_index[this.parentNode.rowIndex+"-"+this.cellIndex];this.order=formatSortingOrder(table.config.sortInitialOrder);this.count=this.order;if(checkHeaderMetadata(this)||checkHeaderOptions(table,index))this.sortDisabled=true;if(checkHeaderOptionsSortingLocked(table,index))this.order=this.lockedOrder=checkHeaderOptionsSortingLocked(table,index);if(!this.sortDisabled){var $th=$(this).addClass(table.config.cssHeader);if(table.config.onRenderHeader)table.config.onRenderHeader.apply($th);}table.config.headerList[index]=this;});if(table.config.debug){benchmark("Built headers:",time);log($tableHeaders);}return $tableHeaders;};function computeTableHeaderCellIndexes(t){var matrix=[];var lookup={};var thead=t.getElementsByTagName('THEAD')[0];var trs=thead.getElementsByTagName('TR');for(var i=0;i<trs.length;i++){var cells=trs[i].cells;for(var j=0;j<cells.length;j++){var c=cells[j];var rowIndex=c.parentNode.rowIndex;var cellId=rowIndex+"-"+c.cellIndex;var rowSpan=c.rowSpan||1;var colSpan=c.colSpan||1
+var firstAvailCol;if(typeof(matrix[rowIndex])=="undefined"){matrix[rowIndex]=[];}for(var k=0;k<matrix[rowIndex].length+1;k++){if(typeof(matrix[rowIndex][k])=="undefined"){firstAvailCol=k;break;}}lookup[cellId]=firstAvailCol;for(var k=rowIndex;k<rowIndex+rowSpan;k++){if(typeof(matrix[k])=="undefined"){matrix[k]=[];}var matrixrow=matrix[k];for(var l=firstAvailCol;l<firstAvailCol+colSpan;l++){matrixrow[l]="x";}}}}return lookup;}function checkCellColSpan(table,rows,row){var arr=[],r=table.tHead.rows,c=r[row].cells;for(var i=0;i<c.length;i++){var cell=c[i];if(cell.colSpan>1){arr=arr.concat(checkCellColSpan(table,headerArr,row++));}else{if(table.tHead.length==1||(cell.rowSpan>1||!r[row+1])){arr.push(cell);}}}return arr;};function checkHeaderMetadata(cell){if(($.metadata)&&($(cell).metadata().sorter===false)){return true;};return false;}function checkHeaderOptions(table,i){if((table.config.headers[i])&&(table.config.headers[i].sorter===false)){return true;};return false;}function checkHeaderOptionsSortingLocked(table,i){if((table.config.headers[i])&&(table.config.headers[i].lockedOrder))return table.config.headers[i].lockedOrder;return false;}function applyWidget(table){var c=table.config.widgets;var l=c.length;for(var i=0;i<l;i++){getWidgetById(c[i]).format(table);}}function getWidgetById(name){var l=widgets.length;for(var i=0;i<l;i++){if(widgets[i].id.toLowerCase()==name.toLowerCase()){return widgets[i];}}};function formatSortingOrder(v){if(typeof(v)!="Number"){return(v.toLowerCase()=="desc")?1:0;}else{return(v==1)?1:0;}}function isValueInArray(v,a){var l=a.length;for(var i=0;i<l;i++){if(a[i][0]==v){return true;}}return false;}function setHeadersCss(table,$headers,list,css){$headers.removeClass(css[0]).removeClass(css[1]);var h=[];$headers.each(function(offset){if(!this.sortDisabled){h[this.column]=$(this);}});var l=list.length;for(var i=0;i<l;i++){h[list[i][0]].addClass(css[list[i][1]]);}}function fixColumnWidth(table,$headers){var c=table.config;if(c.widthFixed){var colgroup=$('<colgroup>');$("tr:first td",table.tBodies[0]).each(function(){colgroup.append($('<col>').css('width',$(this).width()));});$(table).prepend(colgroup);};}function updateHeaderSortCount(table,sortList){var c=table.config,l=sortList.length;for(var i=0;i<l;i++){var s=sortList[i],o=c.headerList[s[0]];o.count=s[1];o.count++;}}function multisort(table,sortList,cache){if(table.config.debug){var sortTime=new Date();}var dynamicExp="var sortWrapper = function(a,b) {",l=sortList.length;for(var i=0;i<l;i++){var c=sortList[i][0];var order=sortList[i][1];var s=(table.config.parsers[c].type=="text")?((order==0)?makeSortFunction("text","asc",c):makeSortFunction("text","desc",c)):((order==0)?makeSortFunction("numeric","asc",c):makeSortFunction("numeric","desc",c));var e="e"+i;dynamicExp+="var "+e+" = "+s;dynamicExp+="if("+e+") { return "+e+"; } ";dynamicExp+="else { ";}var orgOrderCol=cache.normalized[0].length-1;dynamicExp+="return a["+orgOrderCol+"]-b["+orgOrderCol+"];";for(var i=0;i<l;i++){dynamicExp+="}; ";}dynamicExp+="return 0; ";dynamicExp+="}; ";if(table.config.debug){benchmark("Evaling expression:"+dynamicExp,new Date());}eval(dynamicExp);cache.normalized.sort(sortWrapper);if(table.config.debug){benchmark("Sorting on "+sortList.toString()+" and dir "+order+" time:",sortTime);}return cache;};function makeSortFunction(type,direction,index){var a="a["+index+"]",b="b["+index+"]";if(type=='text'&&direction=='asc'){return"("+a+" == "+b+" ? 0 : ("+a+" === null ? Number.POSITIVE_INFINITY : ("+b+" === null ? Number.NEGATIVE_INFINITY : ("+a+" < "+b+") ? -1 : 1 )));";}else if(type=='text'&&direction=='desc'){return"("+a+" == "+b+" ? 0 : ("+a+" === null ? Number.POSITIVE_INFINITY : ("+b+" === null ? Number.NEGATIVE_INFINITY : ("+b+" < "+a+") ? -1 : 1 )));";}else if(type=='numeric'&&direction=='asc'){return"("+a+" === null && "+b+" === null) ? 0 :("+a+" === null ? Number.POSITIVE_INFINITY : ("+b+" === null ? Number.NEGATIVE_INFINITY : "+a+" - "+b+"));";}else if(type=='numeric'&&direction=='desc'){return"("+a+" === null && "+b+" === null) ? 0 :("+a+" === null ? Number.POSITIVE_INFINITY : ("+b+" === null ? Number.NEGATIVE_INFINITY : "+b+" - "+a+"));";}};function makeSortText(i){return"((a["+i+"] < b["+i+"]) ? -1 : ((a["+i+"] > b["+i+"]) ? 1 : 0));";};function makeSortTextDesc(i){return"((b["+i+"] < a["+i+"]) ? -1 : ((b["+i+"] > a["+i+"]) ? 1 : 0));";};function makeSortNumeric(i){return"a["+i+"]-b["+i+"];";};function makeSortNumericDesc(i){return"b["+i+"]-a["+i+"];";};function sortText(a,b){if(table.config.sortLocaleCompare)return a.localeCompare(b);return((a<b)?-1:((a>b)?1:0));};function sortTextDesc(a,b){if(table.config.sortLocaleCompare)return b.localeCompare(a);return((b<a)?-1:((b>a)?1:0));};function sortNumeric(a,b){return a-b;};function sortNumericDesc(a,b){return b-a;};function getCachedSortType(parsers,i){return parsers[i].type;};this.construct=function(settings){return this.each(function(){if(!this.tHead||!this.tBodies)return;var $this,$document,$headers,cache,config,shiftDown=0,sortOrder;this.config={};config=$.extend(this.config,$.tablesorter.defaults,settings);$this=$(this);$.data(this,"tablesorter",config);$headers=buildHeaders(this);this.config.parsers=buildParserCache(this,$headers);cache=buildCache(this);var sortCSS=[config.cssDesc,config.cssAsc];fixColumnWidth(this);$headers.click(function(e){var totalRows=($this[0].tBodies[0]&&$this[0].tBodies[0].rows.length)||0;if(!this.sortDisabled&&totalRows>0){$this.trigger("sortStart");var $cell=$(this);var i=this.column;this.order=this.count++%2;if(this.lockedOrder)this.order=this.lockedOrder;if(!e[config.sortMultiSortKey]){config.sortList=[];if(config.sortForce!=null){var a=config.sortForce;for(var j=0;j<a.length;j++){if(a[j][0]!=i){config.sortList.push(a[j]);}}}config.sortList.push([i,this.order]);}else{if(isValueInArray(i,config.sortList)){for(var j=0;j<config.sortList.length;j++){var s=config.sortList[j],o=config.headerList[s[0]];if(s[0]==i){o.count=s[1];o.count++;s[1]=o.count%2;}}}else{config.sortList.push([i,this.order]);}};setTimeout(function(){setHeadersCss($this[0],$headers,config.sortList,sortCSS);appendToTable($this[0],multisort($this[0],config.sortList,cache));},1);return false;}}).mousedown(function(){if(config.cancelSelection){this.onselectstart=function(){return false};return false;}});$this.bind("update",function(){var me=this;setTimeout(function(){me.config.parsers=buildParserCache(me,$headers);cache=buildCache(me);},1);}).bind("updateCell",function(e,cell){var config=this.config;var pos=[(cell.parentNode.rowIndex-1),cell.cellIndex];cache.normalized[pos[0]][pos[1]]=config.parsers[pos[1]].format(getElementText(config,cell),cell);}).bind("sorton",function(e,list){$(this).trigger("sortStart");config.sortList=list;var sortList=config.sortList;updateHeaderSortCount(this,sortList);setHeadersCss(this,$headers,sortList,sortCSS);appendToTable(this,multisort(this,sortList,cache));}).bind("appendCache",function(){appendToTable(this,cache);}).bind("applyWidgetId",function(e,id){getWidgetById(id).format(this);}).bind("applyWidgets",function(){applyWidget(this);});if($.metadata&&($(this).metadata()&&$(this).metadata().sortlist)){config.sortList=$(this).metadata().sortlist;}if(config.sortList.length>0){$this.trigger("sorton",[config.sortList]);}applyWidget(this);});};this.addParser=function(parser){var l=parsers.length,a=true;for(var i=0;i<l;i++){if(parsers[i].id.toLowerCase()==parser.id.toLowerCase()){a=false;}}if(a){parsers.push(parser);};};this.addWidget=function(widget){widgets.push(widget);};this.formatFloat=function(s){var i=parseFloat(s);return(isNaN(i))?0:i;};this.formatInt=function(s){var i=parseInt(s);return(isNaN(i))?0:i;};this.isDigit=function(s,config){return/^[-+]?\d*$/.test($.trim(s.replace(/[,.']/g,'')));};this.clearTableBody=function(table){if($.browser.msie){function empty(){while(this.firstChild)this.removeChild(this.firstChild);}empty.apply(table.tBodies[0]);}else{table.tBodies[0].innerHTML="";}};}});$.fn.extend({tablesorter:$.tablesorter.construct});var ts=$.tablesorter;ts.addParser({id:"text",is:function(s){return true;},format:function(s){return $.trim(s.toLocaleLowerCase());},type:"text"});ts.addParser({id:"digit",is:function(s,table){var c=table.config;return $.tablesorter.isDigit(s,c);},format:function(s){return $.tablesorter.formatFloat(s);},type:"numeric"});ts.addParser({id:"currency",is:function(s){return/^[£$€?.]/.test(s);},format:function(s){return $.tablesorter.formatFloat(s.replace(new RegExp(/[£$€]/g),""));},type:"numeric"});ts.addParser({id:"ipAddress",is:function(s){return/^\d{2,3}[\.]\d{2,3}[\.]\d{2,3}[\.]\d{2,3}$/.test(s);},format:function(s){var a=s.split("."),r="",l=a.length;for(var i=0;i<l;i++){var item=a[i];if(item.length==2){r+="0"+item;}else{r+=item;}}return $.tablesorter.formatFloat(r);},type:"numeric"});ts.addParser({id:"url",is:function(s){return/^(https?|ftp|file):\/\/$/.test(s);},format:function(s){return jQuery.trim(s.replace(new RegExp(/(https?|ftp|file):\/\//),''));},type:"text"});ts.addParser({id:"isoDate",is:function(s){return/^\d{4}[\/-]\d{1,2}[\/-]\d{1,2}$/.test(s);},format:function(s){return $.tablesorter.formatFloat((s!="")?new Date(s.replace(new RegExp(/-/g),"/")).getTime():"0");},type:"numeric"});ts.addParser({id:"percent",is:function(s){return/\%$/.test($.trim(s));},format:function(s){return $.tablesorter.formatFloat(s.replace(new RegExp(/%/g),""));},type:"numeric"});ts.addParser({id:"usLongDate",is:function(s){return s.match(new RegExp(/^[A-Za-z]{3,10}\.? [0-9]{1,2}, ([0-9]{4}|'?[0-9]{2}) (([0-2]?[0-9]:[0-5][0-9])|([0-1]?[0-9]:[0-5][0-9]\s(AM|PM)))$/));},format:function(s){return $.tablesorter.formatFloat(new Date(s).getTime());},type:"numeric"});ts.addParser({id:"shortDate",is:function(s){return/\d{1,2}[\/\-]\d{1,2}[\/\-]\d{2,4}/.test(s);},format:function(s,table){var c=table.config;s=s.replace(/\-/g,"/");if(c.dateFormat=="us"){s=s.replace(/(\d{1,2})[\/\-](\d{1,2})[\/\-](\d{4})/,"$3/$1/$2");}else if(c.dateFormat=="uk"){s=s.replace(/(\d{1,2})[\/\-](\d{1,2})[\/\-](\d{4})/,"$3/$2/$1");}else if(c.dateFormat=="dd/mm/yy"||c.dateFormat=="dd-mm-yy"){s=s.replace(/(\d{1,2})[\/\-](\d{1,2})[\/\-](\d{2})/,"$1/$2/$3");}return $.tablesorter.formatFloat(new Date(s).getTime());},type:"numeric"});ts.addParser({id:"time",is:function(s){return/^(([0-2]?[0-9]:[0-5][0-9])|([0-1]?[0-9]:[0-5][0-9]\s(am|pm)))$/.test(s);},format:function(s){return $.tablesorter.formatFloat(new Date("2000/01/01 "+s).getTime());},type:"numeric"});ts.addParser({id:"metadata",is:function(s){return false;},format:function(s,table,cell){var c=table.config,p=(!c.parserMetadataName)?'sortValue':c.parserMetadataName;return $(cell).metadata()[p];},type:"numeric"});ts.addWidget({id:"zebra",format:function(table){if(table.config.debug){var time=new Date();}var $tr,row=-1,odd;$("tr:visible",table.tBodies[0]).each(function(i){$tr=$(this);if(!$tr.hasClass(table.config.cssChildRow))row++;odd=(row%2==0);$tr.removeClass(table.config.widgetZebra.css[odd?0:1]).addClass(table.config.widgetZebra.css[odd?1:0])});if(table.config.debug){$.tablesorter.benchmark("Applying Zebra widget",time);}}});})(jQuery);
\ No newline at end of file
diff --git a/public/opac/js/tablesorter/tests/assets/ajax-content.html b/public/opac/js/tablesorter/tests/assets/ajax-content.html
new file mode 100644
index 0000000000000000000000000000000000000000..b0198e148690f0e3a406f1cb67b7fe5ae2bed562
--- /dev/null
+++ b/public/opac/js/tablesorter/tests/assets/ajax-content.html
@@ -0,0 +1,28 @@
+<tr>
+	<td>Student04</td>
+	<td>Languages</td>
+	<td>male</td>
+	<td>80</td>
+	<td>70</td>
+	<td>75</td>
+	<td>80</td>
+</tr>
+<tr>
+	<td>Student05</td>
+	<td>Mathematics</td>
+	<td>male</td>
+	<td>90</td>
+	<td>88</td>
+	<td>100</td>
+	<td>90</td>
+
+</tr>
+<tr>
+	<td>Student06</td>
+	<td>Languages</td>
+	<td>female</td>
+	<td>85</td>
+	<td>95</td>
+	<td>80</td>
+	<td>85</td>
+</tr>
diff --git a/public/opac/js/tablesorter/tests/cell.metadata.html b/public/opac/js/tablesorter/tests/cell.metadata.html
new file mode 100644
index 0000000000000000000000000000000000000000..60382ff6bc1b297c5f887108a6c6e14b68cbf11b
--- /dev/null
+++ b/public/opac/js/tablesorter/tests/cell.metadata.html
@@ -0,0 +1,112 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html>
+<head>
+<title>tablesorter 2.0-dev demo, multi column sorting</title>
+	
+	<style type="text/css">@import "assets/css/default.css";</style>
+	
+	<script type="text/javascript" src="../jquery-latest.js"></script>
+	<script type="text/javascript" src="../jquery.metadata.js"></script>
+	<script type="text/javascript" src="../jquery.tablesorter.js"></script>
+	<script type="text/javascript">
+	
+	$(function() {
+		$("table").tablesorter({debug:true});
+	});
+	
+		</script>	
+</head>
+
+<body>
+<h1>tablesorter 2.0-dev demo, multi column sorting</h1>
+<p>
+To select more then one column to sort by, hold down your shift key and press the "headers".
+Pressing a all ready sorted column while holding down shift will reverse the order.
+</p>
+<p>
+Releasing the shift key and pressing a column will result in a one column sort.
+</p>
+
+<p>Not big enough? <a href="#" class="append">Add 500 random rows of data </a> (can be clicked many times, more then a 1000 rows can be slow)</p>
+
+<table id="large" cellspacing="0">
+	
+	<thead>
+
+		<tr>
+			<th>Name</th>
+			<th>Major</th>
+			<th>Sex</th>
+			<th class="{sorter:'metadata'}">English</th>
+			<th>Japanese</th>
+			<th>Calculus</th>
+			<th>Geometry</th>
+		</tr>
+	</thead>
+	<tfoot>
+		<tr>
+			<th>Name</th>
+
+			<th>Major</th>
+			<th>Sex</th>
+			<th>English</th>
+			<th>Japanese</th>
+			<th>Calculus</th>
+			<th>Geometry</th>
+
+		</tr>
+	</tfoot>
+	<tbody>
+		<tr>
+			<td>Student01</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td class="{sortValue: 0}">80</td>
+			<td>100'70,00.00</td>
+			<td>75.00</td>
+			<td>0</td>
+		</tr>
+		<tr>
+			<td>Student02</td>
+
+			<td>Mathematics</td>
+			<td>male</td>
+			<td class="{sortValue: 1}">90</td>
+			<td>88</td>
+			<td>100</td>
+			<td>90</td>
+
+		</tr>
+		<tr>
+			<td>Student03</td>
+			<td>Languages</td>
+			<td>female</td>
+			<td class="{sortValue: 2}">85</td>
+			<td>95</td>
+
+			<td>80</td>
+			<td>85</td>
+		</tr>
+		<tr>
+			<td>Student04</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td class="{sortValue: 3}">60</td>
+			<td>55</td>
+			<td>100</td>
+			<td>100</td>
+		</tr>
+	</tbody>
+</table>
+	<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+_uacct = "UA-2189649-1";
+urchinTracker();
+</script>
+	</body>
+</html>
diff --git a/public/opac/js/tablesorter/tests/checkbox.html b/public/opac/js/tablesorter/tests/checkbox.html
new file mode 100644
index 0000000000000000000000000000000000000000..4f654635a22a382d9ae221aab3a21695ae4cfa41
--- /dev/null
+++ b/public/opac/js/tablesorter/tests/checkbox.html
@@ -0,0 +1,117 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html>
+<head>
+<title>tablesorter 2.0-dev demo, multi column sorting</title>
+	
+	<style type="text/css">@import "assets/css/default.css";</style>
+	
+	<script type="text/javascript" src="../jquery-latest.js"></script>
+	<script type="text/javascript" src="../jquery.tablesorter.js"></script>
+	<script type="text/javascript">
+	
+	$(function() {
+		
+		// add ie checkbox widget
+		$.tablesorter.addWidget({
+			id: "iecheckboxes",
+			format: function(table) {
+				if($.browser.msie) {
+					if(!this.init) {
+						$(":checkbox",table).change(function() { this.checkedState = this.checked});				
+						this.init = true;
+					}
+					$(":checkbox",table).each(function() {
+						$(this).attr("checked",this.checkedState);
+					});
+				}
+			}
+		});
+		
+		$("table").tablesorter({widgets: ['iecheckboxes']})
+		
+		
+		
+		
+		
+	});
+		
+	</script>	
+</head>
+
+<body>
+
+<table id="large" cellspacing="0">
+	
+	<thead>
+		 <tr>
+			<th>Name</th>
+
+			<th>Major</th>
+			<th>Sex</th>
+			<th>English</th>
+			<th>Japanese</th>
+			<th>Calculus</th>
+			<th>Geometry</th>
+		</tr>
+	</thead>
+	<tfoot>
+		<tr>
+			<th>Name</th>
+
+			<th>Major</th>
+			<th>Sex</th>
+			<th>English</th>
+			<th>Japanese</th>
+			<th>Calculus</th>
+			<th>Geometry</th>
+
+		</tr>
+	</tfoot>
+	<tbody>
+		<tr>
+			<td>Student01</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>80</td>
+			<td>70</td>
+			<td>75</td>
+			<td><form><input type="checkbox" checked=""/></form></td>
+		</tr>
+		<tr>
+			<td>Student02</td>
+
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>90</td>
+			<td>88</td>
+			<td>100</td>
+			<td><form><input type="checkbox"/></form></td>
+
+		</tr>
+		<tr>
+			<td>Student03</td>
+			<td>Languages</td>
+			<td>female</td>
+			<td>85</td>
+			<td>95</td>
+
+			<td>80</td>
+			<td><form><input type="checkbox" checked=""/></form></td>
+		</tr>
+		<tr>
+			<td>Student04</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>60</td>
+			<td>55</td>
+			<td>100</td>
+			<td><form><input type="checkbox" checked=""/></form></td>
+		</tr>
+	</tbody>
+</table>
+	</body>
+</html>
diff --git a/public/opac/js/tablesorter/tests/colspan.html b/public/opac/js/tablesorter/tests/colspan.html
new file mode 100644
index 0000000000000000000000000000000000000000..deb1836a4fa0fb851643f0fae1cdfdc8f7e2f597
--- /dev/null
+++ b/public/opac/js/tablesorter/tests/colspan.html
@@ -0,0 +1,149 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+		<title>Untitled Document</title>
+		<link rel="stylesheet" href="../themes/blue/style.css" type="text/css" id="" media="print, projection, screen" />
+		<script type="text/javascript" src="../jquery-latest.js"></script>
+		<script type="text/javascript" src="../jquery.tablesorter.js"></script>
+		<script type="text/javascript">
+		$(function() {
+			$("table").tablesorter({debug: true});
+		});
+		</script>
+	</head>
+	<body>
+	<table id="rowspan" cellspacing="0" class="tablesorter">
+	<thead>
+		<tr>
+			
+			<th colspan="2">General information</th>
+			
+			<th colspan="4">Degree information</th>
+			<th rowspan="2">Name</th>
+		</tr>
+		<tr>
+			<th>Major</th>
+			<th>Gender</th>
+			<th>English</th>
+			<th>Japanese</th>
+			<th>Calculus</th>
+			<th>Geometry</th>
+		</tr>
+	</thead>
+	<tbody>
+		<tr>
+			<td>Student01</td>
+			<td>Languages</td>
+			<td>male</td>
+			<td>80</td>
+			<td>70</td>
+			<td>75</td>
+			<td>80%</td>
+		</tr>
+		<tr>
+			<td>Student02</td>
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>90</td>
+			<td>88</td>
+			<td>100</td>
+			<td>90%</td>
+
+		</tr>
+		<tr>
+			<td>Student03</td>
+			<td>Languages</td>
+			<td>female</td>
+			<td>85</td>
+			<td>95</td>
+			<td>80</td>
+			<td>85%</td>
+		</tr>
+	</tbody>
+</table>
+
+<table id="rowspan2" cellspacing="0">
+	<thead>
+
+       <tr>
+               <th colspan="2"> something</th>
+               <th> Group of information 1</th>
+               <th colspan="2"> Group of information 2</th>
+       </tr>
+       <tr>
+               <th> Col 1</th>
+               <th> Col 2</th>
+               <th> Col 3</th>
+               <th> Col 4</th>
+               <th> Col 5</th>
+       </tr>
+
+	</thead>
+	<tbody>
+		<tr>
+			<td>Student01</td>
+			<td>Languages</td>
+			<td>male</td>
+			<td>80</td>
+			<td>70</td>
+			
+		</tr>
+		<tr>
+			<td>Student02</td>
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>90</td>
+			<td>88</td>
+			
+		</tr>
+		<tr>
+			<td>Student03</td>
+			<td>Languages</td>
+			<td>female</td>
+			<td>85</td>
+			<td>95</td>
+			
+		</tr>
+	</tbody>
+</table>
+<table id="rowspan3" cellspacing="0">
+	<thead>
+       <tr>
+               <th> Col 1</th>
+               <th> Col 2</th>
+               <th> Col 3</th>
+               <th> Col 4</th>
+               <th> Col 5</th>
+       </tr>
+
+	</thead>
+	<tbody>
+		<tr>
+			<td>Student01</td>
+			<td>Languages</td>
+			<td>male</td>
+			<td>80</td>
+			<td>70</td>
+			
+		</tr>
+		<tr>
+			<td>Student02</td>
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>90</td>
+			<td>88</td>
+			
+		</tr>
+		<tr>
+			<td>Student03</td>
+			<td>Languages</td>
+			<td>female</td>
+			<td>85</td>
+			<td>95</td>
+			
+		</tr>
+	</tbody>
+</table>
+	</body>
+</html>
diff --git a/public/opac/js/tablesorter/tests/demo.html b/public/opac/js/tablesorter/tests/demo.html
new file mode 100644
index 0000000000000000000000000000000000000000..3b6397fba2b4f67b4676a9af8dfc45c3e9961613
--- /dev/null
+++ b/public/opac/js/tablesorter/tests/demo.html
@@ -0,0 +1,353 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html>
+<head>
+<title>tablesorter 2.0-dev demo, multi column sorting</title>
+	
+	<style type="text/css">@import "assets/css/default.css";</style>
+	
+	
+	<script type="text/javascript" src="../jquery-latest.js"></script>
+	<script type="text/javascript" src="../jquery.tablesorter.js"></script>
+	<script type="text/javascript">
+	
+	$(function() {
+		$("table").tablesorter({debug: true})
+		$("a.append").click(appendData);
+		
+		
+	});
+	
+	var lastStudent = 23;
+	var limit = 500;
+	
+	function appendData() {
+		
+		var tdTagStart = '<td>';
+		var tdTagEnd = '</td>';
+		var sex = ['male','female'];
+		var major = ['Mathematics','Languages'];
+		
+		
+		for(var i = 0; i < limit; i++) { 
+			var rnd = i % 2;
+			var row = '<tr>';	
+			row += tdTagStart + 'student' + (lastStudent++) + tdTagEnd;
+			row += tdTagStart + major[rnd] + tdTagEnd;
+			row += tdTagStart + sex[rnd] + tdTagEnd;
+			
+			row += tdTagStart +  randomNumber() + tdTagEnd;
+			row += tdTagStart +  randomNumber() + tdTagEnd;
+			row += tdTagStart +  randomNumber() + tdTagEnd;
+			row += tdTagStart +  randomNumber() + tdTagEnd;
+			
+			row += '</tr>';
+			
+			$("table/tbody:first").append(row);
+			
+		};
+		
+		
+		$("table").trigger('update');
+		return false;
+	}
+	
+	function randomNumber() {
+		return Math.floor(Math.random()*101)
+	}
+	
+	</script>	
+</head>
+
+<body>
+<h1>tablesorter 2.0-dev demo, multi column sorting</h1>
+<p>
+To select more then one column to sort by, hold down your shift key and press the "headers".
+Pressing a all ready sorted column while holding down shift will reverse the order.
+</p>
+<p>
+Releasing the shift key and pressing a column will result in a one column sort.
+</p>
+
+<p>Not big enough? <a href="#" class="append">Add 500 random rows of data </a> (can be clicked many times, more then a 1000 rows can be slow)</p>
+
+<table id="large" cellspacing="0" class="tablesorter">
+	
+	<thead>
+		 <tr>
+              <th colspan="2">One and Two</th>
+              <th rowspan="2">Three</th>
+				<th rowspan="2">Three</th>
+				<th rowspan="2">Three</th>
+              <th rowspan="2">Three</th>
+				<th rowspan="2">Three</th>
+           </tr>
+		<tr>
+			<th>Name</th>
+			<th>Major</th>
+			
+		</tr>
+	</thead>
+	<tfoot>
+		<tr>
+			<th>Name</th>
+
+			<th>Major</th>
+			<th>Sex</th>
+			<th>English</th>
+			<th>Japanese</th>
+			<th>Calculus</th>
+			<th>Geometry</th>
+
+		</tr>
+	</tfoot>
+	<tbody>
+		<tr>
+			<td>Student01</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>80</td>
+			<td>70</td>
+			<td>75</td>
+			<td>80</td>
+		</tr>
+		<tr>
+			<td>Student02</td>
+
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>90</td>
+			<td>88</td>
+			<td>100</td>
+			<td>90</td>
+
+		</tr>
+		<tr>
+			<td>Student03</td>
+			<td>Languages</td>
+			<td>female</td>
+			<td>85</td>
+			<td>95</td>
+
+			<td>80</td>
+			<td>85</td>
+		</tr>
+		<tr>
+			<td>Student04</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>60</td>
+			<td>55</td>
+			<td>100</td>
+			<td>100</td>
+		</tr>
+		<tr>
+			<td>Student05</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>68</td>
+			<td>80</td>
+			<td>95</td>
+			<td>80</td>
+
+		</tr>
+		<tr>
+			<td>Student06</td>
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>100</td>
+			<td>99</td>
+
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student07</td>
+			<td>Mathematics</td>
+			<td>male</td>
+
+			<td>85</td>
+			<td>68</td>
+			<td>90</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student08</td>
+
+			<td>Languages</td>
+			<td>male</td>
+			<td>100</td>
+			<td>90</td>
+			<td>90</td>
+			<td>85</td>
+
+		</tr>
+		<tr>
+			<td>Student09</td>
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>80</td>
+			<td>50</td>
+
+			<td>65</td>
+			<td>75</td>
+		</tr>
+		<tr>
+			<td>Student10</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>85</td>
+			<td>100</td>
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student11</td>
+
+			<td>Languages</td>
+			<td>male</td>
+			<td>86</td>
+			<td>85</td>
+			<td>100</td>
+			<td>100</td>
+
+		</tr>
+		<tr>
+			<td>Student12</td>
+			<td>Mathematics</td>
+			<td>female</td>
+			<td>100</td>
+			<td>75</td>
+
+			<td>70</td>
+			<td>85</td>
+		</tr>
+		<tr>
+			<td>Student13</td>
+			<td>Languages</td>
+			<td>female</td>
+
+			<td>100</td>
+			<td>80</td>
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student14</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>50</td>
+			<td>45</td>
+			<td>55</td>
+			<td>90</td>
+
+		</tr>
+		<tr>
+			<td>Student15</td>
+			<td>Languages</td>
+			<td>male</td>
+			<td>95</td>
+			<td>35</td>
+
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student16</td>
+			<td>Languages</td>
+			<td>female</td>
+
+			<td>100</td>
+			<td>50</td>
+			<td>30</td>
+			<td>70</td>
+		</tr>
+		<tr>
+			<td>Student17</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>80</td>
+			<td>100</td>
+			<td>55</td>
+			<td>65</td>
+
+		</tr>
+		<tr>
+			<td>Student18</td>
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>30</td>
+			<td>49</td>
+
+			<td>55</td>
+			<td>75</td>
+		</tr>
+		<tr>
+			<td>Student19</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>68</td>
+			<td>90</td>
+			<td>88</td>
+			<td>70</td>
+		</tr>
+		<tr>
+			<td>Student20</td>
+
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>40</td>
+			<td>45</td>
+			<td>40</td>
+			<td>80</td>
+
+		</tr>
+		<tr>
+			<td>Student21</td>
+			<td>Languages</td>
+			<td>male</td>
+			<td>50</td>
+			<td>45</td>
+
+			<td>100</td>
+			<td>100</td>
+		</tr>
+		<tr>
+			<td>Student22</td>
+			<td>Mathematics</td>
+			<td>male</td>
+
+			<td>100</td>
+			<td>99</td>
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student23</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>85</td>
+			<td>80</td>
+			<td>80</td>
+			<td>80</td>
+
+		</tr>
+	</tbody>
+</table>
+	<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+_uacct = "UA-2189649-1";
+urchinTracker();
+</script>
+	</body>
+</html>
diff --git a/public/opac/js/tablesorter/tests/index.html b/public/opac/js/tablesorter/tests/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..f2bf1578dd173f9c93704dabb350d3709bd6e14b
--- /dev/null
+++ b/public/opac/js/tablesorter/tests/index.html
@@ -0,0 +1,22 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
+
+<head>
+
+	<title>Love Peace and Nukes</title>
+
+</head>
+
+	<body>
+
+		<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+		</script>
+		<script type="text/javascript">
+		_uacct = "UA-2189649-1";
+		urchinTracker();
+		</script>
+
+	</body>
+
+</html>
\ No newline at end of file
diff --git a/public/opac/js/tablesorter/tests/large.html b/public/opac/js/tablesorter/tests/large.html
new file mode 100644
index 0000000000000000000000000000000000000000..64a81c29f30e92564bff331df8f1b20d8837c32d
--- /dev/null
+++ b/public/opac/js/tablesorter/tests/large.html
@@ -0,0 +1,30 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html>
+<head>
+<title>tablesorter: 296 rows</title>
+	
+	<style type="text/css">@import "assets/css/default.css";</style>
+	
+	<script type="text/javascript" src="../jquery-latest.js"></script>
+	<script type="text/javascript" src="../jquery.tablesorter.js"></script>
+	<script type="text/javascript" src="../jquery.tablesorter.pager.js"></script>
+	<script type="text/javascript">
+	$(function() {
+		$("table").tablesorter({debug: true, widgets: ['zebra']});
+		
+	});
+	</script>	
+	
+	
+
+	
+</head>
+
+<body>
+
+</body>
+
+</html>
+
diff --git a/public/opac/js/tablesorter/tests/lockedOrder.html b/public/opac/js/tablesorter/tests/lockedOrder.html
new file mode 100644
index 0000000000000000000000000000000000000000..0f3432a0564ccc2be18ef296409d79bf3c47a614
--- /dev/null
+++ b/public/opac/js/tablesorter/tests/lockedOrder.html
@@ -0,0 +1,355 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html>
+<head>
+<title>tablesorter 2.0-dev demo, multi column sorting</title>
+	
+	<style type="text/css">@import "assets/css/default.css";</style>
+	
+	
+	<script type="text/javascript" src="../jquery-latest.js"></script>
+	<script type="text/javascript" src="../jquery.tablesorter.js"></script>
+	<script type="text/javascript">
+	
+	$(function() {
+		$("table").tablesorter({debug: true, headers: {
+			3: {
+				lockedOrder: 1
+			}
+		}});
+		$("a.append").click(appendData);
+		
+		
+	});
+	
+	var lastStudent = 23;
+	var limit = 500;
+	
+	function appendData() {
+		
+		var tdTagStart = '<td>';
+		var tdTagEnd = '</td>';
+		var sex = ['male','female'];
+		var major = ['Mathematics','Languages'];
+		
+		
+		for(var i = 0; i < limit; i++) { 
+			var rnd = i % 2;
+			var row = '<tr>';	
+			row += tdTagStart + 'student' + (lastStudent++) + tdTagEnd;
+			row += tdTagStart + major[rnd] + tdTagEnd;
+			row += tdTagStart + sex[rnd] + tdTagEnd;
+			
+			row += tdTagStart +  randomNumber() + tdTagEnd;
+			row += tdTagStart +  randomNumber() + tdTagEnd;
+			row += tdTagStart +  randomNumber() + tdTagEnd;
+			row += tdTagStart +  randomNumber() + tdTagEnd;
+			
+			row += '</tr>';
+			
+			$("table/tbody:first").append(row);
+			
+		};
+		
+		
+		$("table").trigger('update');
+		return false;
+	}
+	
+	function randomNumber() {
+		return Math.floor(Math.random()*101)
+	}
+	
+	</script>	
+</head>
+
+<body>
+<h1>tablesorter 2.0-dev demo, multi column sorting</h1>
+<p>
+To select more then one column to sort by, hold down your shift key and press the "headers".
+Pressing a all ready sorted column while holding down shift will reverse the order.
+</p>
+<p>
+Releasing the shift key and pressing a column will result in a one column sort.
+</p>
+
+<p>Not big enough? <a href="#" class="append">Add 500 random rows of data </a> (can be clicked many times, more then a 1000 rows can be slow)</p>
+
+<table id="large" cellspacing="0" class="tablesorter">
+	
+	<thead>
+		<tr>
+			<th>Name</th>
+
+			<th>Major</th>
+			<th>Sex</th>
+			<th>English</th>
+			<th>Japanese</th>
+			<th>Calculus</th>
+			<th>Geometry</th>
+
+		</tr>
+	</thead>
+	<tfoot>
+		<tr>
+			<th>Name</th>
+
+			<th>Major</th>
+			<th>Sex</th>
+			<th>English</th>
+			<th>Japanese</th>
+			<th>Calculus</th>
+			<th>Geometry</th>
+
+		</tr>
+	</tfoot>
+	<tbody>
+		<tr>
+			<td>Student01</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>80</td>
+			<td>70</td>
+			<td>75</td>
+			<td>80</td>
+		</tr>
+		<tr>
+			<td>Student02</td>
+
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>90</td>
+			<td>88</td>
+			<td>100</td>
+			<td>90</td>
+
+		</tr>
+		<tr>
+			<td>Student03</td>
+			<td>Languages</td>
+			<td>female</td>
+			<td>85</td>
+			<td>95</td>
+
+			<td>80</td>
+			<td>85</td>
+		</tr>
+		<tr>
+			<td>Student04</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>60</td>
+			<td>55</td>
+			<td>100</td>
+			<td>100</td>
+		</tr>
+		<tr>
+			<td>Student05</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>68</td>
+			<td>80</td>
+			<td>95</td>
+			<td>80</td>
+
+		</tr>
+		<tr>
+			<td>Student06</td>
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>100</td>
+			<td>99</td>
+
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student07</td>
+			<td>Mathematics</td>
+			<td>male</td>
+
+			<td>85</td>
+			<td>68</td>
+			<td>90</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student08</td>
+
+			<td>Languages</td>
+			<td>male</td>
+			<td>100</td>
+			<td>90</td>
+			<td>90</td>
+			<td>85</td>
+
+		</tr>
+		<tr>
+			<td>Student09</td>
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>80</td>
+			<td>50</td>
+
+			<td>65</td>
+			<td>75</td>
+		</tr>
+		<tr>
+			<td>Student10</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>85</td>
+			<td>100</td>
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student11</td>
+
+			<td>Languages</td>
+			<td>male</td>
+			<td>86</td>
+			<td>85</td>
+			<td>100</td>
+			<td>100</td>
+
+		</tr>
+		<tr>
+			<td>Student12</td>
+			<td>Mathematics</td>
+			<td>female</td>
+			<td>100</td>
+			<td>75</td>
+
+			<td>70</td>
+			<td>85</td>
+		</tr>
+		<tr>
+			<td>Student13</td>
+			<td>Languages</td>
+			<td>female</td>
+
+			<td>100</td>
+			<td>80</td>
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student14</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>50</td>
+			<td>45</td>
+			<td>55</td>
+			<td>90</td>
+
+		</tr>
+		<tr>
+			<td>Student15</td>
+			<td>Languages</td>
+			<td>male</td>
+			<td>95</td>
+			<td>35</td>
+
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student16</td>
+			<td>Languages</td>
+			<td>female</td>
+
+			<td>100</td>
+			<td>50</td>
+			<td>30</td>
+			<td>70</td>
+		</tr>
+		<tr>
+			<td>Student17</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>80</td>
+			<td>100</td>
+			<td>55</td>
+			<td>65</td>
+
+		</tr>
+		<tr>
+			<td>Student18</td>
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>30</td>
+			<td>49</td>
+
+			<td>55</td>
+			<td>75</td>
+		</tr>
+		<tr>
+			<td>Student19</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>68</td>
+			<td>90</td>
+			<td>88</td>
+			<td>70</td>
+		</tr>
+		<tr>
+			<td>Student20</td>
+
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>40</td>
+			<td>45</td>
+			<td>40</td>
+			<td>80</td>
+
+		</tr>
+		<tr>
+			<td>Student21</td>
+			<td>Languages</td>
+			<td>male</td>
+			<td>50</td>
+			<td>45</td>
+
+			<td>100</td>
+			<td>100</td>
+		</tr>
+		<tr>
+			<td>Student22</td>
+			<td>Mathematics</td>
+			<td>male</td>
+
+			<td>100</td>
+			<td>99</td>
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student23</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>85</td>
+			<td>80</td>
+			<td>80</td>
+			<td>80</td>
+
+		</tr>
+	</tbody>
+</table>
+	<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+_uacct = "UA-2189649-1";
+urchinTracker();
+</script>
+	</body>
+</html>
diff --git a/public/opac/js/tablesorter/tests/metadata.html b/public/opac/js/tablesorter/tests/metadata.html
new file mode 100644
index 0000000000000000000000000000000000000000..738d1efbc81a7bd69a14528e32adb94830f21675
--- /dev/null
+++ b/public/opac/js/tablesorter/tests/metadata.html
@@ -0,0 +1,320 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html>
+<head>
+<title>tablesorter 2.0-dev demo, multi column sorting</title>
+	
+	<style type="text/css">@import "assets/css/default.css";</style>
+	
+	<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
+	<script type="text/javascript" src="../jquery.metadata.js"></script>
+	<script type="text/javascript" src="../jquery.tablesorter.js"></script>
+	<script type="text/javascript">
+	
+	$(function() {
+		/*
+		$("table").tablesorter({ 
+                             cssAsc: 'ascsort' 
+                             ,cssDesc: 'descsort' 
+                             ,cssHeader: 'unsorted' 
+                             ,headers: { 0: { sorter: false } 
+                                       } 
+                             ,sortForce: [2, 1] 
+                        });
+		*/
+		
+		
+	});
+	
+		</script>	
+</head>
+
+<body>
+<h1>tablesorter 2.0-dev demo, multi column sorting</h1>
+<p>
+To select more then one column to sort by, hold down your shift key and press the "headers".
+Pressing a all ready sorted column while holding down shift will reverse the order.
+</p>
+<p>
+Releasing the shift key and pressing a column will result in a one column sort.
+</p>
+
+<p>Not big enough? <a href="#" class="append">Add 500 random rows of data </a> (can be clicked many times, more then a 1000 rows can be slow)</p>
+
+<table id="large" cellspacing="0">
+	
+	<thead>
+
+		<tr>
+			<th>Name</th>
+			<th>Major</th>
+			<th>Sex</th>
+			<th data="sorter:'none'">English</th>
+			<th>Japanese</th>
+			<th>Calculus</th>
+			<th>Geometry</th>
+		</tr>
+	</thead>
+	<tfoot>
+		<tr>
+			<th>Name</th>
+
+			<th>Major</th>
+			<th>Sex</th>
+			<th>English</th>
+			<th>Japanese</th>
+			<th>Calculus</th>
+			<th>Geometry</th>
+
+		</tr>
+	</tfoot>
+	<tbody>
+		<tr>
+			<td>Student01</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>80</td>
+			<td>70</td>
+			<td>75</td>
+			<td>80</td>
+		</tr>
+		<tr>
+			<td>Student02</td>
+
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>90</td>
+			<td>88</td>
+			<td>100</td>
+			<td>90</td>
+
+		</tr>
+		<tr>
+			<td>Student03</td>
+			<td>Languages</td>
+			<td>female</td>
+			<td>85</td>
+			<td>95</td>
+
+			<td>80</td>
+			<td>85</td>
+		</tr>
+		<tr>
+			<td>Student04</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>60</td>
+			<td>55</td>
+			<td>100</td>
+			<td>100</td>
+		</tr>
+		<tr>
+			<td>Student05</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>68</td>
+			<td>80</td>
+			<td>95</td>
+			<td>80</td>
+
+		</tr>
+		<tr>
+			<td>Student06</td>
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>100</td>
+			<td>99</td>
+
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student07</td>
+			<td>Mathematics</td>
+			<td>male</td>
+
+			<td>85</td>
+			<td>68</td>
+			<td>90</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student08</td>
+
+			<td>Languages</td>
+			<td>male</td>
+			<td>100</td>
+			<td>90</td>
+			<td>90</td>
+			<td>85</td>
+
+		</tr>
+		<tr>
+			<td>Student09</td>
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>80</td>
+			<td>50</td>
+
+			<td>65</td>
+			<td>75</td>
+		</tr>
+		<tr>
+			<td>Student10</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>85</td>
+			<td>100</td>
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student11</td>
+
+			<td>Languages</td>
+			<td>male</td>
+			<td>86</td>
+			<td>85</td>
+			<td>100</td>
+			<td>100</td>
+
+		</tr>
+		<tr>
+			<td>Student12</td>
+			<td>Mathematics</td>
+			<td>female</td>
+			<td>100</td>
+			<td>75</td>
+
+			<td>70</td>
+			<td>85</td>
+		</tr>
+		<tr>
+			<td>Student13</td>
+			<td>Languages</td>
+			<td>female</td>
+
+			<td>100</td>
+			<td>80</td>
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student14</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>50</td>
+			<td>45</td>
+			<td>55</td>
+			<td>90</td>
+
+		</tr>
+		<tr>
+			<td>Student15</td>
+			<td>Languages</td>
+			<td>male</td>
+			<td>95</td>
+			<td>35</td>
+
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student16</td>
+			<td>Languages</td>
+			<td>female</td>
+
+			<td>100</td>
+			<td>50</td>
+			<td>30</td>
+			<td>70</td>
+		</tr>
+		<tr>
+			<td>Student17</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>80</td>
+			<td>100</td>
+			<td>55</td>
+			<td>65</td>
+
+		</tr>
+		<tr>
+			<td>Student18</td>
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>30</td>
+			<td>49</td>
+
+			<td>55</td>
+			<td>75</td>
+		</tr>
+		<tr>
+			<td>Student19</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>68</td>
+			<td>90</td>
+			<td>88</td>
+			<td>70</td>
+		</tr>
+		<tr>
+			<td>Student20</td>
+
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>40</td>
+			<td>45</td>
+			<td>40</td>
+			<td>80</td>
+
+		</tr>
+		<tr>
+			<td>Student21</td>
+			<td>Languages</td>
+			<td>male</td>
+			<td>50</td>
+			<td>45</td>
+
+			<td>100</td>
+			<td>100</td>
+		</tr>
+		<tr>
+			<td>Student22</td>
+			<td>Mathematics</td>
+			<td>male</td>
+
+			<td>100</td>
+			<td>99</td>
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student23</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>85</td>
+			<td>80</td>
+			<td>80</td>
+			<td>80</td>
+
+		</tr>
+	</tbody>
+</table>
+	<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+_uacct = "UA-2189649-1";
+urchinTracker();
+</script>
+	</body>
+</html>
diff --git a/public/opac/js/tablesorter/tests/multiple-headers.html b/public/opac/js/tablesorter/tests/multiple-headers.html
new file mode 100644
index 0000000000000000000000000000000000000000..9ff782f5d522b2ba548515b171d9890c4583d06b
--- /dev/null
+++ b/public/opac/js/tablesorter/tests/multiple-headers.html
@@ -0,0 +1,67 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+		<title>Untitled Document</title>
+		<link rel="stylesheet" href="../themes/blue/style.css" type="text/css" id="" media="print, projection, screen" />
+		<script type="text/javascript" src="../jquery-latest.js"></script>
+		<script type="text/javascript" src="../jquery.tablesorter.js"></script>
+		<script type="text/javascript">
+		$(function() {
+			$("table").tablesorter({debug: true});
+		});
+		</script>
+	</head>
+	<body>
+	<table id="rowspan" cellspacing="0" class="tablesorter">
+	<thead>
+		<tr>
+			
+			<th colspan="2">General information</th>
+			
+			<th colspan="3">Degree information</th>
+			<th rowspan="2">Geometry</th>
+		
+		</tr>
+		<tr>
+			<th>Major</th>
+			<th>Gender</th>
+			<th>English</th>
+			<th>Japanese</th>
+			<th>Calculus</th>
+			
+		</tr>
+	</thead>
+	<tbody>
+		<tr>
+			<td>Student01</td>
+			<td>Languages</td>
+			<td>male</td>
+			<td></td>
+			<td>70</td>
+			<td></td>
+			
+		</tr>
+		<tr>
+			<td>Student02</td>
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>90</td>
+			<td>88</td>
+			<td></td>
+			
+
+		</tr>
+		<tr>
+			<td>Student03</td>
+			<td>Languages</td>
+			<td>female</td>
+			<td>85</td>
+			<td>95</td>
+			<td>80</td>
+			
+		</tr>
+	</tbody>
+</table>
+	</body>
+</html>
diff --git a/public/opac/js/tablesorter/tests/pager.html b/public/opac/js/tablesorter/tests/pager.html
new file mode 100644
index 0000000000000000000000000000000000000000..7f5811e60e416adde299ac5c114e457f94d2fc5b
--- /dev/null
+++ b/public/opac/js/tablesorter/tests/pager.html
@@ -0,0 +1,553 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html>
+<head>
+<title>tablesorter: 296 rows</title>
+	
+	<style type="text/css">@import "../docs/assets/css/default.css";</style>
+	<style type="text/css">@import "../addons/pager/jquery.tablesorter.pager.css";</style>
+	<style type="text/css">@import "assets/css/default.css";</style>
+	
+	<script type="text/javascript" src="../jquery-latest.js"></script>
+	
+	<script type="text/javascript" src="../jquery.tablesorter.js"></script>
+	
+	<script type="text/javascript">
+	$(function() {
+		$("table")
+			.tablesorter({debug: true})
+			//.tablesorterPager({container: $("#pager")});
+	});
+	</script>	
+</head>
+
+<body>
+<table cellspacing="0" id="large">
+	<thead>
+		<tr>
+			<th>Name</th>
+			<th>Major</th>
+			<th>Sex</th>
+			<th>English</th>
+			<th>Japanese</th>
+			<th>Calculus</th>
+			<th>Geometry</th>
+
+		</tr>
+	</thead>
+	<tfoot>
+		<tr>
+			<th>Name</th>
+			<th>Major</th>
+			<th>Sex</th>
+			<th>English</th>
+			<th>Japanese</th>
+			<th>Calculus</th>
+			<th>Geometry</th>
+
+		</tr>
+	</tfoot>
+	<tbody>
+		<tr>
+			<td>Student01</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>80</td>
+			<td>70</td>
+			<td>75</td>
+			<td>80</td>
+		</tr>
+		<tr>
+			<td>Student02</td>
+
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>90</td>
+			<td>88</td>
+			<td>100</td>
+			<td>90</td>
+
+		</tr>
+		<tr>
+			<td>Student03</td>
+			<td>Languages</td>
+			<td>female</td>
+			<td>85</td>
+			<td>95</td>
+
+			<td>80</td>
+			<td>85</td>
+		</tr>
+		<tr>
+			<td>Student04</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>60</td>
+			<td>55</td>
+			<td>100</td>
+			<td>100</td>
+		</tr>
+		<tr>
+			<td>Student05</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>68</td>
+			<td>80</td>
+			<td>95</td>
+			<td>80</td>
+
+		</tr>
+		<tr>
+			<td>Student06</td>
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>100</td>
+			<td>99</td>
+
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student07</td>
+			<td>Mathematics</td>
+			<td>male</td>
+
+			<td>85</td>
+			<td>68</td>
+			<td>90</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student08</td>
+
+			<td>Languages</td>
+			<td>male</td>
+			<td>100</td>
+			<td>90</td>
+			<td>90</td>
+			<td>85</td>
+
+		</tr>
+		<tr>
+			<td>Student09</td>
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>80</td>
+			<td>50</td>
+
+			<td>65</td>
+			<td>75</td>
+		</tr>
+		<tr>
+			<td>Student10</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>85</td>
+			<td>100</td>
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student11</td>
+
+			<td>Languages</td>
+			<td>male</td>
+			<td>86</td>
+			<td>85</td>
+			<td>100</td>
+			<td>100</td>
+
+		</tr>
+		<tr>
+			<td>Student12</td>
+			<td>Mathematics</td>
+			<td>female</td>
+			<td>100</td>
+			<td>75</td>
+
+			<td>70</td>
+			<td>85</td>
+		</tr>
+		<tr>
+			<td>Student13</td>
+			<td>Languages</td>
+			<td>female</td>
+
+			<td>100</td>
+			<td>80</td>
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student14</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>50</td>
+			<td>45</td>
+			<td>55</td>
+			<td>90</td>
+
+		</tr>
+		<tr>
+			<td>Student15</td>
+			<td>Languages</td>
+			<td>male</td>
+			<td>95</td>
+			<td>35</td>
+
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student16</td>
+			<td>Languages</td>
+			<td>female</td>
+
+			<td>100</td>
+			<td>50</td>
+			<td>30</td>
+			<td>70</td>
+		</tr>
+		<tr>
+			<td>Student17</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>80</td>
+			<td>100</td>
+			<td>55</td>
+			<td>65</td>
+
+		</tr>
+		<tr>
+			<td>Student18</td>
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>30</td>
+			<td>49</td>
+
+			<td>55</td>
+			<td>75</td>
+		</tr>
+		<tr>
+			<td>Student19</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>68</td>
+			<td>90</td>
+			<td>88</td>
+			<td>70</td>
+		</tr>
+		<tr>
+			<td>Student20</td>
+
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>40</td>
+			<td>45</td>
+			<td>40</td>
+			<td>80</td>
+
+		</tr>
+		<tr>
+			<td>Student21</td>
+			<td>Languages</td>
+			<td>male</td>
+			<td>50</td>
+			<td>45</td>
+
+			<td>100</td>
+			<td>100</td>
+		</tr>
+		<tr>
+			<td>Student22</td>
+			<td>Mathematics</td>
+			<td>male</td>
+
+			<td>100</td>
+			<td>99</td>
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student23</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>85</td>
+			<td>80</td>
+			<td>80</td>
+			<td>80</td>
+
+		</tr>
+	<tr><td>student23</td><td>Mathematics</td><td>male</td><td>82</td><td>77</td><td>0</td><td>79</td></tr><tr><td>student24</td><td>Languages</td><td>female</td><td>100</td><td>91</td><td>13</td><td>82</td></tr><tr><td>student25</td><td>Mathematics</td><td>male</td><td>22</td><td>96</td><td>82</td><td>53</td></tr><tr><td>student26</td><td>Languages</td><td>female</td><td>37</td><td>29</td><td>56</td><td>59</td></tr><tr><td>student27</td><td>Mathematics</td><td>male</td><td>86</td><td>82</td><td>69</td><td>23</td></tr><tr><td>student28</td><td>Languages</td><td>female</td><td>44</td><td>25</td><td>43</td><td>1</td></tr><tr><td>student29</td><td>Mathematics</td><td>male</td><td>77</td><td>47</td><td>22</td><td>38</td></tr><tr><td>student30</td><td>Languages</td><td>female</td><td>19</td><td>35</td><td>23</td><td>10</td></tr><tr><td>student31</td><td>Mathematics</td><td>male</td><td>90</td><td>27</td><td>17</td><td>50</td></tr><tr><td>student32</td><td>Languages</td><td>female</td><td>60</td><td>75</td><td>33</td><td>38</td></tr><tr><td>student33</td><td>Mathematics</td><td>male</td><td>4</td><td>31</td><td>37</td><td>15</td></tr><tr><td>student34</td><td>Languages</td><td>female</td><td>77</td><td>97</td><td>81</td><td>44</td></tr><tr><td>student35</td><td>Mathematics</td><td>male</td><td>5</td><td>81</td><td>51</td><td>95</td></tr><tr><td>student36</td><td>Languages</td><td>female</td><td>70</td><td>61</td><td>70</td><td>94</td></tr><tr><td>student37</td><td>Mathematics</td><td>male</td><td>60</td><td>3</td><td>61</td><td>84</td></tr><tr><td>student38</td><td>Languages</td><td>female</td><td>63</td><td>39</td><td>0</td><td>11</td></tr><tr><td>student39</td><td>Mathematics</td><td>male</td><td>50</td><td>46</td><td>32</td><td>38</td></tr><tr><td>student40</td><td>Languages</td><td>female</td><td>51</td><td>75</td><td>25</td><td>3</td></tr><tr><td>student41</td><td>Mathematics</td><td>male</td><td>43</td><td>34</td><td>28</td><td>78</td></tr><tr><td>student42</td><td>Languages</td><td>female</td><td>11</td><td>89</td><td>60</td><td>95</td></tr><tr><td>student43</td><td>Mathematics</td><td>male</td><td>48</td><td>92</td><td>18</td><td>88</td></tr><tr><td>student44</td><td>Languages</td><td>female</td><td>82</td><td>2</td><td>59</td><td>73</td></tr><tr><td>student45</td><td>Mathematics</td><td>male</td><td>91</td><td>73</td><td>37</td><td>39</td></tr><tr><td>student46</td><td>Languages</td><td>female</td><td>4</td><td>8</td><td>12</td><td>10</td></tr><tr><td>student47</td><td>Mathematics</td><td>male</td><td>89</td><td>10</td><td>6</td><td>11</td></tr><tr><td>student48</td><td>Languages</td><td>female</td><td>90</td><td>32</td><td>21</td><td>18</td></tr><tr><td>student49</td><td>Mathematics</td><td>male</td><td>42</td><td>49</td><td>49</td><td>72</td></tr><tr><td>student50</td><td>Languages</td><td>female</td><td>56</td><td>37</td><td>67</td><td>54</td></tr><tr><td>student51</td><td>Mathematics</td><td>male</td><td>48</td><td>31</td><td>55</td><td>63</td></tr><tr><td>student52</td><td>Languages</td><td>female</td><td>38</td><td>91</td><td>71</td><td>74</td></tr><tr><td>student53</td><td>Mathematics</td><td>male</td><td>2</td><td>63</td><td>85</td><td>100</td></tr><tr><td>student54</td><td>Languages</td><td>female</td><td>75</td><td>81</td><td>16</td><td>23</td></tr><tr><td>student55</td><td>Mathematics</td><td>male</td><td>65</td><td>52</td><td>15</td><td>53</td></tr><tr><td>student56</td><td>Languages</td><td>female</td><td>23</td><td>52</td><td>79</td><td>94</td></tr><tr><td>student57</td><td>Mathematics</td><td>male</td><td>80</td><td>22</td><td>61</td><td>12</td></tr><tr><td>student58</td><td>Languages</td><td>female</td><td>53</td><td>5</td><td>79</td><td>79</td></tr><tr><td>student59</td><td>Mathematics</td><td>male</td><td>96</td><td>32</td><td>35</td><td>17</td></tr><tr><td>student60</td><td>Languages</td><td>female</td><td>16</td><td>76</td><td>65</td><td>27</td></tr><tr><td>student61</td><td>Mathematics</td><td>male</td><td>20</td><td>57</td><td>22</td><td>23</td></tr><tr><td>student62</td><td>Languages</td><td>female</td><td>19</td><td>83</td><td>87</td><td>78</td></tr><tr><td>student63</td><td>Mathematics</td><td>male</td><td>2</td><td>5</td><td>83</td><td>30</td></tr><tr><td>student64</td><td>Languages</td><td>female</td><td>0</td><td>21</td><td>9</td><td>93</td></tr><tr><td>student65</td><td>Mathematics</td><td>male</td><td>20</td><td>86</td><td>13</td><td>96</td></tr><tr><td>student66</td><td>Languages</td><td>female</td><td>28</td><td>35</td><td>87</td><td>57</td></tr><tr><td>student67</td><td>Mathematics</td><td>male</td><td>36</td><td>50</td><td>29</td><td>10</td></tr><tr><td>student68</td><td>Languages</td><td>female</td><td>60</td><td>90</td><td>96</td><td>6</td></tr><tr><td>student69</td><td>Mathematics</td><td>male</td><td>34</td><td>61</td><td>43</td><td>98</td></tr><tr><td>student70</td><td>Languages</td><td>female</td><td>13</td><td>37</td><td>91</td><td>83</td></tr><tr><td>student71</td><td>Mathematics</td><td>male</td><td>47</td><td>80</td><td>57</td><td>82</td></tr><tr><td>student72</td><td>Languages</td><td>female</td><td>69</td><td>43</td><td>37</td><td>37</td></tr><tr><td>student73</td><td>Mathematics</td><td>male</td><td>54</td><td>60</td><td>94</td><td>21</td></tr><tr><td>student74</td><td>Languages</td><td>female</td><td>71</td><td>14</td><td>34</td><td>46</td></tr><tr><td>student75</td><td>Mathematics</td><td>male</td><td>89</td><td>96</td><td>31</td><td>17</td></tr><tr><td>student76</td><td>Languages</td><td>female</td><td>28</td><td>48</td><td>29</td><td>94</td></tr><tr><td>student77</td><td>Mathematics</td><td>male</td><td>100</td><td>65</td><td>20</td><td>24</td></tr><tr><td>student78</td><td>Languages</td><td>female</td><td>11</td><td>96</td><td>90</td><td>33</td></tr><tr><td>student79</td><td>Mathematics</td><td>male</td><td>53</td><td>55</td><td>93</td><td>39</td></tr><tr><td>student80</td><td>Languages</td><td>female</td><td>1</td><td>100</td><td>84</td><td>44</td></tr><tr><td>student81</td><td>Mathematics</td><td>male</td><td>63</td><td>78</td><td>96</td><td>43</td></tr><tr><td>student82</td><td>Languages</td><td>female</td><td>41</td><td>69</td><td>82</td><td>35</td></tr><tr><td>student83</td><td>Mathematics</td><td>male</td><td>94</td><td>98</td><td>13</td><td>9</td></tr><tr><td>student84</td><td>Languages</td><td>female</td><td>94</td><td>72</td><td>91</td><td>77</td></tr><tr><td>student85</td><td>Mathematics</td><td>male</td><td>71</td><td>32</td><td>45</td><td>25</td></tr><tr><td>student86</td><td>Languages</td><td>female</td><td>9</td><td>89</td><td>64</td><td>37</td></tr><tr><td>student87</td><td>Mathematics</td><td>male</td><td>89</td><td>1</td><td>73</td><td>67</td></tr><tr><td>student88</td><td>Languages</td><td>female</td><td>43</td><td>41</td><td>68</td><td>79</td></tr><tr><td>student89</td><td>Mathematics</td><td>male</td><td>7</td><td>38</td><td>22</td><td>37</td></tr><tr><td>student90</td><td>Languages</td><td>female</td><td>94</td><td>83</td><td>93</td><td>37</td></tr><tr><td>student91</td><td>Mathematics</td><td>male</td><td>82</td><td>84</td><td>2</td><td>61</td></tr><tr><td>student92</td><td>Languages</td><td>female</td><td>46</td><td>41</td><td>30</td><td>69</td></tr><tr><td>student93</td><td>Mathematics</td><td>male</td><td>47</td><td>19</td><td>85</td><td>83</td></tr><tr><td>student94</td><td>Languages</td><td>female</td><td>39</td><td>14</td><td>64</td><td>62</td></tr><tr><td>student95</td><td>Mathematics</td><td>male</td><td>71</td><td>31</td><td>46</td><td>28</td></tr><tr><td>student96</td><td>Languages</td><td>female</td><td>90</td><td>94</td><td>45</td><td>40</td></tr><tr><td>student97</td><td>Mathematics</td><td>male</td><td>46</td><td>89</td><td>2</td><td>5</td></tr><tr><td>student98</td><td>Languages</td><td>female</td><td>41</td><td>43</td><td>47</td><td>99</td></tr><tr><td>student99</td><td>Mathematics</td><td>male</td><td>71</td><td>90</td><td>89</td><td>73</td></tr><tr><td>student100</td><td>Languages</td><td>female</td><td>31</td><td>64</td><td>18</td><td>56</td></tr><tr><td>student101</td><td>Mathematics</td><td>male</td><td>52</td><td>13</td><td>69</td><td>99</td></tr><tr><td>student102</td><td>Languages</td><td>female</td><td>86</td><td>39</td><td>83</td><td>18</td></tr><tr><td>student103</td><td>Mathematics</td><td>male</td><td>23</td><td>65</td><td>98</td><td>80</td></tr><tr><td>student104</td><td>Languages</td><td>female</td><td>78</td><td>100</td><td>57</td><td>66</td></tr><tr><td>student105</td><td>Mathematics</td><td>male</td><td>69</td><td>21</td><td>43</td><td>97</td></tr><tr><td>student106</td><td>Languages</td><td>female</td><td>27</td><td>2</td><td>78</td><td>38</td></tr><tr><td>student107</td><td>Mathematics</td><td>male</td><td>86</td><td>96</td><td>46</td><td>34</td></tr><tr><td>student108</td><td>Languages</td><td>female</td><td>13</td><td>84</td><td>66</td><td>64</td></tr><tr><td>student109</td><td>Mathematics</td><td>male</td><td>35</td><td>95</td><td>98</td><td>81</td></tr><tr><td>student110</td><td>Languages</td><td>female</td><td>30</td><td>28</td><td>62</td><td>54</td></tr><tr><td>student111</td><td>Mathematics</td><td>male</td><td>60</td><td>31</td><td>35</td><td>85</td></tr><tr><td>student112</td><td>Languages</td><td>female</td><td>19</td><td>81</td><td>19</td><td>69</td></tr><tr><td>student113</td><td>Mathematics</td><td>male</td><td>66</td><td>5</td><td>98</td><td>54</td></tr><tr><td>student114</td><td>Languages</td><td>female</td><td>38</td><td>80</td><td>40</td><td>16</td></tr><tr><td>student115</td><td>Mathematics</td><td>male</td><td>5</td><td>84</td><td>96</td><td>97</td></tr><tr><td>student116</td><td>Languages</td><td>female</td><td>59</td><td>97</td><td>69</td><td>54</td></tr><tr><td>student117</td><td>Mathematics</td><td>male</td><td>0</td><td>34</td><td>79</td><td>49</td></tr><tr><td>student118</td><td>Languages</td><td>female</td><td>18</td><td>7</td><td>12</td><td>85</td></tr><tr><td>student119</td><td>Mathematics</td><td>male</td><td>93</td><td>87</td><td>7</td><td>59</td></tr><tr><td>student120</td><td>Languages</td><td>female</td><td>42</td><td>23</td><td>26</td><td>90</td></tr><tr><td>student121</td><td>Mathematics</td><td>male</td><td>17</td><td>39</td><td>66</td><td>89</td></tr><tr><td>student122</td><td>Languages</td><td>female</td><td>26</td><td>75</td><td>90</td><td>18</td></tr><tr><td>student123</td><td>Mathematics</td><td>male</td><td>34</td><td>23</td><td>77</td><td>80</td></tr><tr><td>student124</td><td>Languages</td><td>female</td><td>52</td><td>6</td><td>77</td><td>42</td></tr><tr><td>student125</td><td>Mathematics</td><td>male</td><td>56</td><td>2</td><td>85</td><td>81</td></tr><tr><td>student126</td><td>Languages</td><td>female</td><td>51</td><td>35</td><td>67</td><td>44</td></tr><tr><td>student127</td><td>Mathematics</td><td>male</td><td>64</td><td>64</td><td>44</td><td>34</td></tr><tr><td>student128</td><td>Languages</td><td>female</td><td>67</td><td>91</td><td>79</td><td>82</td></tr><tr><td>student129</td><td>Mathematics</td><td>male</td><td>4</td><td>26</td><td>15</td><td>79</td></tr><tr><td>student130</td><td>Languages</td><td>female</td><td>72</td><td>10</td><td>3</td><td>69</td></tr><tr><td>student131</td><td>Mathematics</td><td>male</td><td>94</td><td>77</td><td>51</td><td>1</td></tr><tr><td>student132</td><td>Languages</td><td>female</td><td>27</td><td>95</td><td>85</td><td>48</td></tr><tr><td>student133</td><td>Mathematics</td><td>male</td><td>92</td><td>11</td><td>40</td><td>61</td></tr><tr><td>student134</td><td>Languages</td><td>female</td><td>4</td><td>18</td><td>56</td><td>60</td></tr><tr><td>student135</td><td>Mathematics</td><td>male</td><td>8</td><td>42</td><td>26</td><td>52</td></tr><tr><td>student136</td><td>Languages</td><td>female</td><td>7</td><td>60</td><td>47</td><td>21</td></tr><tr><td>student137</td><td>Mathematics</td><td>male</td><td>51</td><td>81</td><td>30</td><td>90</td></tr><tr><td>student138</td><td>Languages</td><td>female</td><td>58</td><td>6</td><td>16</td><td>73</td></tr><tr><td>student139</td><td>Mathematics</td><td>male</td><td>48</td><td>38</td><td>37</td><td>31</td></tr><tr><td>student140</td><td>Languages</td><td>female</td><td>33</td><td>26</td><td>56</td><td>60</td></tr><tr><td>student141</td><td>Mathematics</td><td>male</td><td>84</td><td>84</td><td>29</td><td>75</td></tr><tr><td>student142</td><td>Languages</td><td>female</td><td>72</td><td>35</td><td>6</td><td>54</td></tr><tr><td>student143</td><td>Mathematics</td><td>male</td><td>31</td><td>42</td><td>70</td><td>82</td></tr><tr><td>student144</td><td>Languages</td><td>female</td><td>94</td><td>87</td><td>50</td><td>35</td></tr><tr><td>student145</td><td>Mathematics</td><td>male</td><td>91</td><td>52</td><td>80</td><td>26</td></tr><tr><td>student146</td><td>Languages</td><td>female</td><td>78</td><td>65</td><td>79</td><td>79</td></tr><tr><td>student147</td><td>Mathematics</td><td>male</td><td>50</td><td>90</td><td>59</td><td>71</td></tr><tr><td>student148</td><td>Languages</td><td>female</td><td>15</td><td>68</td><td>66</td><td>33</td></tr><tr><td>student149</td><td>Mathematics</td><td>male</td><td>17</td><td>36</td><td>34</td><td>13</td></tr><tr><td>student150</td><td>Languages</td><td>female</td><td>30</td><td>95</td><td>69</td><td>73</td></tr><tr><td>student151</td><td>Mathematics</td><td>male</td><td>20</td><td>53</td><td>49</td><td>58</td></tr><tr><td>student152</td><td>Languages</td><td>female</td><td>19</td><td>89</td><td>60</td><td>60</td></tr><tr><td>student153</td><td>Mathematics</td><td>male</td><td>52</td><td>82</td><td>20</td><td>3</td></tr><tr><td>student154</td><td>Languages</td><td>female</td><td>66</td><td>98</td><td>53</td><td>66</td></tr><tr><td>student155</td><td>Mathematics</td><td>male</td><td>5</td><td>85</td><td>22</td><td>58</td></tr><tr><td>student156</td><td>Languages</td><td>female</td><td>34</td><td>43</td><td>68</td><td>8</td></tr><tr><td>student157</td><td>Mathematics</td><td>male</td><td>43</td><td>0</td><td>91</td><td>14</td></tr><tr><td>student158</td><td>Languages</td><td>female</td><td>34</td><td>18</td><td>67</td><td>31</td></tr><tr><td>student159</td><td>Mathematics</td><td>male</td><td>79</td><td>73</td><td>34</td><td>52</td></tr><tr><td>student160</td><td>Languages</td><td>female</td><td>15</td><td>61</td><td>37</td><td>27</td></tr><tr><td>student161</td><td>Mathematics</td><td>male</td><td>74</td><td>77</td><td>15</td><td>45</td></tr><tr><td>student162</td><td>Languages</td><td>female</td><td>52</td><td>62</td><td>19</td><td>58</td></tr><tr><td>student163</td><td>Mathematics</td><td>male</td><td>77</td><td>60</td><td>27</td><td>95</td></tr><tr><td>student164</td><td>Languages</td><td>female</td><td>96</td><td>1</td><td>93</td><td>57</td></tr><tr><td>student165</td><td>Mathematics</td><td>male</td><td>51</td><td>63</td><td>75</td><td>19</td></tr><tr><td>student166</td><td>Languages</td><td>female</td><td>32</td><td>44</td><td>72</td><td>99</td></tr><tr><td>student167</td><td>Mathematics</td><td>male</td><td>82</td><td>84</td><td>57</td><td>63</td></tr><tr><td>student168</td><td>Languages</td><td>female</td><td>53</td><td>12</td><td>85</td><td>67</td></tr><tr><td>student169</td><td>Mathematics</td><td>male</td><td>49</td><td>16</td><td>84</td><td>6</td></tr><tr><td>student170</td><td>Languages</td><td>female</td><td>39</td><td>34</td><td>16</td><td>65</td></tr><tr><td>student171</td><td>Mathematics</td><td>male</td><td>100</td><td>68</td><td>88</td><td>4</td></tr><tr><td>student172</td><td>Languages</td><td>female</td><td>14</td><td>25</td><td>63</td><td>52</td></tr><tr><td>student173</td><td>Mathematics</td><td>male</td><td>74</td><td>26</td><td>15</td><td>60</td></tr><tr><td>student174</td><td>Languages</td><td>female</td><td>11</td><td>58</td><td>8</td><td>92</td></tr><tr><td>student175</td><td>Mathematics</td><td>male</td><td>62</td><td>47</td><td>2</td><td>31</td></tr><tr><td>student176</td><td>Languages</td><td>female</td><td>65</td><td>26</td><td>32</td><td>42</td></tr><tr><td>student177</td><td>Mathematics</td><td>male</td><td>83</td><td>78</td><td>69</td><td>24</td></tr><tr><td>student178</td><td>Languages</td><td>female</td><td>14</td><td>100</td><td>7</td><td>43</td></tr><tr><td>student179</td><td>Mathematics</td><td>male</td><td>28</td><td>35</td><td>89</td><td>7</td></tr><tr><td>student180</td><td>Languages</td><td>female</td><td>1</td><td>48</td><td>39</td><td>62</td></tr><tr><td>student181</td><td>Mathematics</td><td>male</td><td>14</td><td>4</td><td>24</td><td>69</td></tr><tr><td>student182</td><td>Languages</td><td>female</td><td>64</td><td>52</td><td>72</td><td>2</td></tr><tr><td>student183</td><td>Mathematics</td><td>male</td><td>15</td><td>26</td><td>27</td><td>85</td></tr><tr><td>student184</td><td>Languages</td><td>female</td><td>91</td><td>49</td><td>40</td><td>7</td></tr><tr><td>student185</td><td>Mathematics</td><td>male</td><td>87</td><td>89</td><td>42</td><td>87</td></tr><tr><td>student186</td><td>Languages</td><td>female</td><td>75</td><td>76</td><td>61</td><td>88</td></tr><tr><td>student187</td><td>Mathematics</td><td>male</td><td>11</td><td>48</td><td>66</td><td>30</td></tr><tr><td>student188</td><td>Languages</td><td>female</td><td>73</td><td>7</td><td>92</td><td>72</td></tr><tr><td>student189</td><td>Mathematics</td><td>male</td><td>98</td><td>36</td><td>58</td><td>15</td></tr><tr><td>student190</td><td>Languages</td><td>female</td><td>80</td><td>2</td><td>86</td><td>56</td></tr><tr><td>student191</td><td>Mathematics</td><td>male</td><td>36</td><td>33</td><td>97</td><td>4</td></tr><tr><td>student192</td><td>Languages</td><td>female</td><td>59</td><td>2</td><td>33</td><td>90</td></tr><tr><td>student193</td><td>Mathematics</td><td>male</td><td>94</td><td>6</td><td>19</td><td>33</td></tr><tr><td>student194</td><td>Languages</td><td>female</td><td>82</td><td>49</td><td>72</td><td>42</td></tr><tr><td>student195</td><td>Mathematics</td><td>male</td><td>80</td><td>59</td><td>8</td><td>30</td></tr><tr><td>student196</td><td>Languages</td><td>female</td><td>89</td><td>17</td><td>90</td><td>27</td></tr><tr><td>student197</td><td>Mathematics</td><td>male</td><td>46</td><td>22</td><td>6</td><td>67</td></tr><tr><td>student198</td><td>Languages</td><td>female</td><td>65</td><td>75</td><td>73</td><td>77</td></tr><tr><td>student199</td><td>Mathematics</td><td>male</td><td>77</td><td>97</td><td>54</td><td>13</td></tr><tr><td>student200</td><td>Languages</td><td>female</td><td>78</td><td>19</td><td>57</td><td>96</td></tr><tr><td>student201</td><td>Mathematics</td><td>male</td><td>92</td><td>21</td><td>11</td><td>80</td></tr><tr><td>student202</td><td>Languages</td><td>female</td><td>45</td><td>49</td><td>93</td><td>40</td></tr><tr><td>student203</td><td>Mathematics</td><td>male</td><td>74</td><td>25</td><td>87</td><td>53</td></tr><tr><td>student204</td><td>Languages</td><td>female</td><td>15</td><td>71</td><td>23</td><td>4</td></tr><tr><td>student205</td><td>Mathematics</td><td>male</td><td>82</td><td>97</td><td>95</td><td>73</td></tr><tr><td>student206</td><td>Languages</td><td>female</td><td>82</td><td>60</td><td>58</td><td>98</td></tr><tr><td>student207</td><td>Mathematics</td><td>male</td><td>26</td><td>64</td><td>11</td><td>100</td></tr><tr><td>student208</td><td>Languages</td><td>female</td><td>64</td><td>9</td><td>60</td><td>45</td></tr><tr><td>student209</td><td>Mathematics</td><td>male</td><td>96</td><td>81</td><td>96</td><td>63</td></tr><tr><td>student210</td><td>Languages</td><td>female</td><td>24</td><td>39</td><td>0</td><td>69</td></tr><tr><td>student211</td><td>Mathematics</td><td>male</td><td>86</td><td>64</td><td>7</td><td>10</td></tr><tr><td>student212</td><td>Languages</td><td>female</td><td>7</td><td>64</td><td>50</td><td>7</td></tr><tr><td>student213</td><td>Mathematics</td><td>male</td><td>59</td><td>12</td><td>26</td><td>77</td></tr><tr><td>student214</td><td>Languages</td><td>female</td><td>21</td><td>25</td><td>93</td><td>82</td></tr><tr><td>student215</td><td>Mathematics</td><td>male</td><td>22</td><td>18</td><td>64</td><td>51</td></tr><tr><td>student216</td><td>Languages</td><td>female</td><td>92</td><td>41</td><td>98</td><td>28</td></tr><tr><td>student217</td><td>Mathematics</td><td>male</td><td>32</td><td>48</td><td>14</td><td>17</td></tr><tr><td>student218</td><td>Languages</td><td>female</td><td>62</td><td>36</td><td>85</td><td>56</td></tr><tr><td>student219</td><td>Mathematics</td><td>male</td><td>33</td><td>37</td><td>90</td><td>87</td></tr><tr><td>student220</td><td>Languages</td><td>female</td><td>24</td><td>43</td><td>60</td><td>84</td></tr><tr><td>student221</td><td>Mathematics</td><td>male</td><td>6</td><td>59</td><td>37</td><td>51</td></tr><tr><td>student222</td><td>Languages</td><td>female</td><td>91</td><td>97</td><td>5</td><td>76</td></tr><tr><td>student223</td><td>Mathematics</td><td>male</td><td>86</td><td>29</td><td>32</td><td>27</td></tr><tr><td>student224</td><td>Languages</td><td>female</td><td>63</td><td>59</td><td>68</td><td>91</td></tr><tr><td>student225</td><td>Mathematics</td><td>male</td><td>57</td><td>73</td><td>95</td><td>68</td></tr><tr><td>student226</td><td>Languages</td><td>female</td><td>38</td><td>54</td><td>59</td><td>87</td></tr><tr><td>student227</td><td>Mathematics</td><td>male</td><td>53</td><td>62</td><td>72</td><td>64</td></tr><tr><td>student228</td><td>Languages</td><td>female</td><td>62</td><td>84</td><td>72</td><td>73</td></tr><tr><td>student229</td><td>Mathematics</td><td>male</td><td>13</td><td>0</td><td>83</td><td>58</td></tr><tr><td>student230</td><td>Languages</td><td>female</td><td>35</td><td>65</td><td>80</td><td>87</td></tr><tr><td>student231</td><td>Mathematics</td><td>male</td><td>76</td><td>20</td><td>28</td><td>50</td></tr><tr><td>student232</td><td>Languages</td><td>female</td><td>9</td><td>17</td><td>66</td><td>33</td></tr><tr><td>student233</td><td>Mathematics</td><td>male</td><td>92</td><td>2</td><td>99</td><td>61</td></tr><tr><td>student234</td><td>Languages</td><td>female</td><td>47</td><td>69</td><td>98</td><td>39</td></tr><tr><td>student235</td><td>Mathematics</td><td>male</td><td>21</td><td>44</td><td>38</td><td>82</td></tr><tr><td>student236</td><td>Languages</td><td>female</td><td>19</td><td>86</td><td>51</td><td>78</td></tr><tr><td>student237</td><td>Mathematics</td><td>male</td><td>28</td><td>45</td><td>49</td><td>36</td></tr><tr><td>student238</td><td>Languages</td><td>female</td><td>78</td><td>19</td><td>49</td><td>81</td></tr><tr><td>student239</td><td>Mathematics</td><td>male</td><td>72</td><td>69</td><td>47</td><td>20</td></tr><tr><td>student240</td><td>Languages</td><td>female</td><td>17</td><td>43</td><td>66</td><td>56</td></tr><tr><td>student241</td><td>Mathematics</td><td>male</td><td>90</td><td>1</td><td>94</td><td>4</td></tr><tr><td>student242</td><td>Languages</td><td>female</td><td>6</td><td>18</td><td>2</td><td>51</td></tr><tr><td>student243</td><td>Mathematics</td><td>male</td><td>1</td><td>37</td><td>72</td><td>13</td></tr><tr><td>student244</td><td>Languages</td><td>female</td><td>80</td><td>0</td><td>58</td><td>54</td></tr><tr><td>student245</td><td>Mathematics</td><td>male</td><td>83</td><td>31</td><td>85</td><td>9</td></tr><tr><td>student246</td><td>Languages</td><td>female</td><td>90</td><td>99</td><td>29</td><td>12</td></tr><tr><td>student247</td><td>Mathematics</td><td>male</td><td>89</td><td>23</td><td>81</td><td>59</td></tr><tr><td>student248</td><td>Languages</td><td>female</td><td>72</td><td>26</td><td>28</td><td>3</td></tr><tr><td>student249</td><td>Mathematics</td><td>male</td><td>28</td><td>10</td><td>50</td><td>47</td></tr><tr><td>student250</td><td>Languages</td><td>female</td><td>89</td><td>14</td><td>89</td><td>4</td></tr><tr><td>student251</td><td>Mathematics</td><td>male</td><td>15</td><td>23</td><td>37</td><td>69</td></tr><tr><td>student252</td><td>Languages</td><td>female</td><td>27</td><td>82</td><td>10</td><td>36</td></tr><tr><td>student253</td><td>Mathematics</td><td>male</td><td>49</td><td>45</td><td>64</td><td>23</td></tr><tr><td>student254</td><td>Languages</td><td>female</td><td>79</td><td>75</td><td>63</td><td>74</td></tr><tr><td>student255</td><td>Mathematics</td><td>male</td><td>2</td><td>56</td><td>64</td><td>75</td></tr><tr><td>student256</td><td>Languages</td><td>female</td><td>36</td><td>26</td><td>29</td><td>58</td></tr><tr><td>student257</td><td>Mathematics</td><td>male</td><td>17</td><td>22</td><td>66</td><td>73</td></tr><tr><td>student258</td><td>Languages</td><td>female</td><td>70</td><td>91</td><td>97</td><td>45</td></tr><tr><td>student259</td><td>Mathematics</td><td>male</td><td>34</td><td>30</td><td>78</td><td>30</td></tr><tr><td>student260</td><td>Languages</td><td>female</td><td>77</td><td>57</td><td>86</td><td>77</td></tr><tr><td>student261</td><td>Mathematics</td><td>male</td><td>12</td><td>59</td><td>68</td><td>7</td></tr><tr><td>student262</td><td>Languages</td><td>female</td><td>11</td><td>60</td><td>97</td><td>71</td></tr><tr><td>student263</td><td>Mathematics</td><td>male</td><td>12</td><td>30</td><td>35</td><td>58</td></tr><tr><td>student264</td><td>Languages</td><td>female</td><td>46</td><td>15</td><td>23</td><td>40</td></tr><tr><td>student265</td><td>Mathematics</td><td>male</td><td>44</td><td>81</td><td>9</td><td>26</td></tr><tr><td>student266</td><td>Languages</td><td>female</td><td>15</td><td>68</td><td>32</td><td>15</td></tr><tr><td>student267</td><td>Mathematics</td><td>male</td><td>5</td><td>58</td><td>50</td><td>98</td></tr><tr><td>student268</td><td>Languages</td><td>female</td><td>42</td><td>30</td><td>32</td><td>24</td></tr><tr><td>student269</td><td>Mathematics</td><td>male</td><td>78</td><td>100</td><td>99</td><td>57</td></tr><tr><td>student270</td><td>Languages</td><td>female</td><td>55</td><td>33</td><td>87</td><td>25</td></tr><tr><td>student271</td><td>Mathematics</td><td>male</td><td>25</td><td>97</td><td>29</td><td>93</td></tr><tr><td>student272</td><td>Languages</td><td>female</td><td>39</td><td>35</td><td>18</td><td>43</td></tr><tr><td>student273</td><td>Mathematics</td><td>male</td><td>35</td><td>17</td><td>99</td><td>58</td></tr><tr><td>student274</td><td>Languages</td><td>female</td><td>86</td><td>52</td><td>27</td><td>24</td></tr><tr><td>student275</td><td>Mathematics</td><td>male</td><td>97</td><td>38</td><td>73</td><td>76</td></tr><tr><td>student276</td><td>Languages</td><td>female</td><td>20</td><td>6</td><td>19</td><td>8</td></tr><tr><td>student277</td><td>Mathematics</td><td>male</td><td>93</td><td>36</td><td>9</td><td>47</td></tr><tr><td>student278</td><td>Languages</td><td>female</td><td>42</td><td>3</td><td>15</td><td>2</td></tr><tr><td>student279</td><td>Mathematics</td><td>male</td><td>61</td><td>18</td><td>96</td><td>2</td></tr><tr><td>student280</td><td>Languages</td><td>female</td><td>99</td><td>89</td><td>87</td><td>94</td></tr><tr><td>student281</td><td>Mathematics</td><td>male</td><td>48</td><td>95</td><td>90</td><td>0</td></tr><tr><td>student282</td><td>Languages</td><td>female</td><td>60</td><td>47</td><td>31</td><td>30</td></tr><tr><td>student283</td><td>Mathematics</td><td>male</td><td>64</td><td>24</td><td>10</td><td>76</td></tr><tr><td>student284</td><td>Languages</td><td>female</td><td>99</td><td>37</td><td>4</td><td>68</td></tr><tr><td>student285</td><td>Mathematics</td><td>male</td><td>0</td><td>98</td><td>68</td><td>69</td></tr><tr><td>student286</td><td>Languages</td><td>female</td><td>66</td><td>82</td><td>49</td><td>59</td></tr><tr><td>student287</td><td>Mathematics</td><td>male</td><td>86</td><td>14</td><td>37</td><td>17</td></tr><tr><td>student288</td><td>Languages</td><td>female</td><td>27</td><td>48</td><td>93</td><td>27</td></tr><tr><td>student289</td><td>Mathematics</td><td>male</td><td>84</td><td>89</td><td>6</td><td>68</td></tr><tr><td>student290</td><td>Languages</td><td>female</td><td>99</td><td>0</td><td>20</td><td>57</td></tr><tr><td>student291</td><td>Mathematics</td><td>male</td><td>50</td><td>96</td><td>72</td><td>42</td></tr><tr><td>student292</td><td>Languages</td><td>female</td><td>98</td><td>2</td><td>27</td><td>92</td></tr><tr><td>student293</td><td>Mathematics</td><td>male</td><td>19</td><td>9</td><td>42</td><td>87</td></tr><tr><td>student294</td><td>Languages</td><td>female</td><td>98</td><td>97</td><td>9</td><td>22</td></tr><tr><td>student295</td><td>Mathematics</td><td>male</td><td>75</td><td>30</td><td>77</td><td>64</td></tr><tr><td>student296</td><td>Languages</td><td>female</td><td>51</td><td>98</td><td>55</td><td>3</td></tr><tr><td>student297</td><td>Mathematics</td><td>male</td><td>25</td><td>95</td><td>86</td><td>72</td></tr><tr><td>student298</td><td>Languages</td><td>female</td><td>20</td><td>75</td><td>37</td><td>35</td></tr><tr><td>student299</td><td>Mathematics</td><td>male</td><td>4</td><td>92</td><td>41</td><td>11</td></tr><tr><td>student300</td><td>Languages</td><td>female</td><td>28</td><td>3</td><td>28</td><td>91</td></tr><tr><td>student301</td><td>Mathematics</td><td>male</td><td>41</td><td>63</td><td>4</td><td>25</td></tr><tr><td>student302</td><td>Languages</td><td>female</td><td>29</td><td>16</td><td>77</td><td>90</td></tr><tr><td>student303</td><td>Mathematics</td><td>male</td><td>89</td><td>41</td><td>51</td><td>82</td></tr><tr><td>student304</td><td>Languages</td><td>female</td><td>40</td><td>91</td><td>24</td><td>34</td></tr><tr><td>student305</td><td>Mathematics</td><td>male</td><td>7</td><td>47</td><td>49</td><td>78</td></tr><tr><td>student306</td><td>Languages</td><td>female</td><td>6</td><td>37</td><td>55</td><td>62</td></tr><tr><td>student307</td><td>Mathematics</td><td>male</td><td>30</td><td>73</td><td>34</td><td>90</td></tr><tr><td>student308</td><td>Languages</td><td>female</td><td>82</td><td>91</td><td>95</td><td>93</td></tr><tr><td>student309</td><td>Mathematics</td><td>male</td><td>62</td><td>4</td><td>73</td><td>82</td></tr><tr><td>student310</td><td>Languages</td><td>female</td><td>39</td><td>10</td><td>12</td><td>57</td></tr><tr><td>student311</td><td>Mathematics</td><td>male</td><td>89</td><td>64</td><td>20</td><td>67</td></tr><tr><td>student312</td><td>Languages</td><td>female</td><td>56</td><td>36</td><td>92</td><td>41</td></tr><tr><td>student313</td><td>Mathematics</td><td>male</td><td>99</td><td>80</td><td>99</td><td>74</td></tr><tr><td>student314</td><td>Languages</td><td>female</td><td>31</td><td>79</td><td>64</td><td>93</td></tr><tr><td>student315</td><td>Mathematics</td><td>male</td><td>53</td><td>2</td><td>70</td><td>55</td></tr><tr><td>student316</td><td>Languages</td><td>female</td><td>35</td><td>15</td><td>29</td><td>60</td></tr><tr><td>student317</td><td>Mathematics</td><td>male</td><td>31</td><td>47</td><td>69</td><td>60</td></tr><tr><td>student318</td><td>Languages</td><td>female</td><td>88</td><td>28</td><td>13</td><td>66</td></tr><tr><td>student319</td><td>Mathematics</td><td>male</td><td>65</td><td>12</td><td>16</td><td>40</td></tr><tr><td>student320</td><td>Languages</td><td>female</td><td>28</td><td>17</td><td>19</td><td>40</td></tr><tr><td>student321</td><td>Mathematics</td><td>male</td><td>24</td><td>100</td><td>44</td><td>70</td></tr><tr><td>student322</td><td>Languages</td><td>female</td><td>20</td><td>59</td><td>83</td><td>52</td></tr><tr><td>student323</td><td>Mathematics</td><td>male</td><td>17</td><td>60</td><td>82</td><td>91</td></tr><tr><td>student324</td><td>Languages</td><td>female</td><td>95</td><td>99</td><td>43</td><td>37</td></tr><tr><td>student325</td><td>Mathematics</td><td>male</td><td>30</td><td>18</td><td>99</td><td>31</td></tr><tr><td>student326</td><td>Languages</td><td>female</td><td>34</td><td>7</td><td>83</td><td>86</td></tr><tr><td>student327</td><td>Mathematics</td><td>male</td><td>98</td><td>63</td><td>4</td><td>35</td></tr><tr><td>student328</td><td>Languages</td><td>female</td><td>54</td><td>23</td><td>98</td><td>46</td></tr><tr><td>student329</td><td>Mathematics</td><td>male</td><td>97</td><td>93</td><td>45</td><td>18</td></tr><tr><td>student330</td><td>Languages</td><td>female</td><td>27</td><td>74</td><td>0</td><td>77</td></tr><tr><td>student331</td><td>Mathematics</td><td>male</td><td>9</td><td>70</td><td>41</td><td>37</td></tr><tr><td>student332</td><td>Languages</td><td>female</td><td>52</td><td>37</td><td>76</td><td>20</td></tr><tr><td>student333</td><td>Mathematics</td><td>male</td><td>74</td><td>18</td><td>68</td><td>19</td></tr><tr><td>student334</td><td>Languages</td><td>female</td><td>77</td><td>100</td><td>33</td><td>9</td></tr><tr><td>student335</td><td>Mathematics</td><td>male</td><td>38</td><td>53</td><td>77</td><td>18</td></tr><tr><td>student336</td><td>Languages</td><td>female</td><td>18</td><td>13</td><td>26</td><td>10</td></tr><tr><td>student337</td><td>Mathematics</td><td>male</td><td>90</td><td>47</td><td>87</td><td>70</td></tr><tr><td>student338</td><td>Languages</td><td>female</td><td>38</td><td>49</td><td>36</td><td>74</td></tr><tr><td>student339</td><td>Mathematics</td><td>male</td><td>100</td><td>64</td><td>13</td><td>72</td></tr><tr><td>student340</td><td>Languages</td><td>female</td><td>74</td><td>25</td><td>41</td><td>52</td></tr><tr><td>student341</td><td>Mathematics</td><td>male</td><td>37</td><td>13</td><td>16</td><td>13</td></tr><tr><td>student342</td><td>Languages</td><td>female</td><td>24</td><td>34</td><td>15</td><td>83</td></tr><tr><td>student343</td><td>Mathematics</td><td>male</td><td>20</td><td>5</td><td>67</td><td>28</td></tr><tr><td>student344</td><td>Languages</td><td>female</td><td>45</td><td>2</td><td>25</td><td>72</td></tr><tr><td>student345</td><td>Mathematics</td><td>male</td><td>19</td><td>11</td><td>75</td><td>35</td></tr><tr><td>student346</td><td>Languages</td><td>female</td><td>6</td><td>58</td><td>31</td><td>15</td></tr><tr><td>student347</td><td>Mathematics</td><td>male</td><td>16</td><td>66</td><td>36</td><td>11</td></tr><tr><td>student348</td><td>Languages</td><td>female</td><td>12</td><td>3</td><td>95</td><td>40</td></tr><tr><td>student349</td><td>Mathematics</td><td>male</td><td>7</td><td>52</td><td>74</td><td>2</td></tr><tr><td>student350</td><td>Languages</td><td>female</td><td>88</td><td>92</td><td>60</td><td>55</td></tr><tr><td>student351</td><td>Mathematics</td><td>male</td><td>92</td><td>70</td><td>91</td><td>45</td></tr><tr><td>student352</td><td>Languages</td><td>female</td><td>74</td><td>76</td><td>59</td><td>44</td></tr><tr><td>student353</td><td>Mathematics</td><td>male</td><td>63</td><td>69</td><td>60</td><td>94</td></tr><tr><td>student354</td><td>Languages</td><td>female</td><td>3</td><td>68</td><td>55</td><td>48</td></tr><tr><td>student355</td><td>Mathematics</td><td>male</td><td>39</td><td>96</td><td>21</td><td>48</td></tr><tr><td>student356</td><td>Languages</td><td>female</td><td>41</td><td>34</td><td>27</td><td>5</td></tr><tr><td>student357</td><td>Mathematics</td><td>male</td><td>64</td><td>3</td><td>47</td><td>33</td></tr><tr><td>student358</td><td>Languages</td><td>female</td><td>95</td><td>14</td><td>63</td><td>55</td></tr><tr><td>student359</td><td>Mathematics</td><td>male</td><td>70</td><td>100</td><td>13</td><td>82</td></tr><tr><td>student360</td><td>Languages</td><td>female</td><td>52</td><td>24</td><td>100</td><td>21</td></tr><tr><td>student361</td><td>Mathematics</td><td>male</td><td>0</td><td>40</td><td>86</td><td>9</td></tr><tr><td>student362</td><td>Languages</td><td>female</td><td>0</td><td>2</td><td>49</td><td>32</td></tr><tr><td>student363</td><td>Mathematics</td><td>male</td><td>23</td><td>10</td><td>86</td><td>94</td></tr><tr><td>student364</td><td>Languages</td><td>female</td><td>15</td><td>3</td><td>86</td><td>49</td></tr><tr><td>student365</td><td>Mathematics</td><td>male</td><td>76</td><td>23</td><td>31</td><td>0</td></tr><tr><td>student366</td><td>Languages</td><td>female</td><td>35</td><td>35</td><td>78</td><td>94</td></tr><tr><td>student367</td><td>Mathematics</td><td>male</td><td>29</td><td>42</td><td>43</td><td>100</td></tr><tr><td>student368</td><td>Languages</td><td>female</td><td>66</td><td>8</td><td>5</td><td>10</td></tr><tr><td>student369</td><td>Mathematics</td><td>male</td><td>74</td><td>15</td><td>56</td><td>83</td></tr><tr><td>student370</td><td>Languages</td><td>female</td><td>75</td><td>43</td><td>90</td><td>8</td></tr><tr><td>student371</td><td>Mathematics</td><td>male</td><td>40</td><td>60</td><td>4</td><td>70</td></tr><tr><td>student372</td><td>Languages</td><td>female</td><td>62</td><td>42</td><td>17</td><td>49</td></tr><tr><td>student373</td><td>Mathematics</td><td>male</td><td>31</td><td>46</td><td>44</td><td>54</td></tr><tr><td>student374</td><td>Languages</td><td>female</td><td>30</td><td>34</td><td>47</td><td>87</td></tr><tr><td>student375</td><td>Mathematics</td><td>male</td><td>9</td><td>69</td><td>41</td><td>52</td></tr><tr><td>student376</td><td>Languages</td><td>female</td><td>85</td><td>43</td><td>29</td><td>92</td></tr><tr><td>student377</td><td>Mathematics</td><td>male</td><td>79</td><td>0</td><td>40</td><td>25</td></tr><tr><td>student378</td><td>Languages</td><td>female</td><td>36</td><td>40</td><td>72</td><td>85</td></tr><tr><td>student379</td><td>Mathematics</td><td>male</td><td>53</td><td>68</td><td>88</td><td>2</td></tr><tr><td>student380</td><td>Languages</td><td>female</td><td>87</td><td>78</td><td>38</td><td>79</td></tr><tr><td>student381</td><td>Mathematics</td><td>male</td><td>89</td><td>97</td><td>83</td><td>38</td></tr><tr><td>student382</td><td>Languages</td><td>female</td><td>21</td><td>19</td><td>49</td><td>10</td></tr><tr><td>student383</td><td>Mathematics</td><td>male</td><td>47</td><td>12</td><td>68</td><td>50</td></tr><tr><td>student384</td><td>Languages</td><td>female</td><td>37</td><td>12</td><td>49</td><td>95</td></tr><tr><td>student385</td><td>Mathematics</td><td>male</td><td>84</td><td>0</td><td>88</td><td>51</td></tr><tr><td>student386</td><td>Languages</td><td>female</td><td>89</td><td>61</td><td>27</td><td>48</td></tr><tr><td>student387</td><td>Mathematics</td><td>male</td><td>10</td><td>47</td><td>87</td><td>61</td></tr><tr><td>student388</td><td>Languages</td><td>female</td><td>16</td><td>9</td><td>26</td><td>56</td></tr><tr><td>student389</td><td>Mathematics</td><td>male</td><td>57</td><td>33</td><td>13</td><td>47</td></tr><tr><td>student390</td><td>Languages</td><td>female</td><td>90</td><td>35</td><td>77</td><td>75</td></tr><tr><td>student391</td><td>Mathematics</td><td>male</td><td>31</td><td>47</td><td>47</td><td>53</td></tr><tr><td>student392</td><td>Languages</td><td>female</td><td>9</td><td>4</td><td>24</td><td>12</td></tr><tr><td>student393</td><td>Mathematics</td><td>male</td><td>61</td><td>19</td><td>81</td><td>7</td></tr><tr><td>student394</td><td>Languages</td><td>female</td><td>4</td><td>57</td><td>57</td><td>7</td></tr><tr><td>student395</td><td>Mathematics</td><td>male</td><td>67</td><td>29</td><td>21</td><td>2</td></tr><tr><td>student396</td><td>Languages</td><td>female</td><td>51</td><td>6</td><td>45</td><td>6</td></tr><tr><td>student397</td><td>Mathematics</td><td>male</td><td>93</td><td>14</td><td>77</td><td>14</td></tr><tr><td>student398</td><td>Languages</td><td>female</td><td>1</td><td>89</td><td>34</td><td>27</td></tr><tr><td>student399</td><td>Mathematics</td><td>male</td><td>93</td><td>77</td><td>57</td><td>91</td></tr><tr><td>student400</td><td>Languages</td><td>female</td><td>67</td><td>77</td><td>80</td><td>32</td></tr><tr><td>student401</td><td>Mathematics</td><td>male</td><td>58</td><td>89</td><td>4</td><td>17</td></tr><tr><td>student402</td><td>Languages</td><td>female</td><td>30</td><td>56</td><td>0</td><td>53</td></tr><tr><td>student403</td><td>Mathematics</td><td>male</td><td>28</td><td>25</td><td>32</td><td>59</td></tr><tr><td>student404</td><td>Languages</td><td>female</td><td>62</td><td>34</td><td>81</td><td>64</td></tr><tr><td>student405</td><td>Mathematics</td><td>male</td><td>29</td><td>84</td><td>26</td><td>23</td></tr><tr><td>student406</td><td>Languages</td><td>female</td><td>70</td><td>8</td><td>63</td><td>77</td></tr><tr><td>student407</td><td>Mathematics</td><td>male</td><td>8</td><td>65</td><td>47</td><td>99</td></tr><tr><td>student408</td><td>Languages</td><td>female</td><td>9</td><td>38</td><td>10</td><td>89</td></tr><tr><td>student409</td><td>Mathematics</td><td>male</td><td>84</td><td>21</td><td>46</td><td>58</td></tr><tr><td>student410</td><td>Languages</td><td>female</td><td>21</td><td>84</td><td>18</td><td>49</td></tr><tr><td>student411</td><td>Mathematics</td><td>male</td><td>27</td><td>9</td><td>63</td><td>40</td></tr><tr><td>student412</td><td>Languages</td><td>female</td><td>93</td><td>0</td><td>19</td><td>91</td></tr><tr><td>student413</td><td>Mathematics</td><td>male</td><td>31</td><td>92</td><td>87</td><td>43</td></tr><tr><td>student414</td><td>Languages</td><td>female</td><td>53</td><td>25</td><td>98</td><td>43</td></tr><tr><td>student415</td><td>Mathematics</td><td>male</td><td>36</td><td>75</td><td>80</td><td>89</td></tr><tr><td>student416</td><td>Languages</td><td>female</td><td>37</td><td>68</td><td>12</td><td>54</td></tr><tr><td>student417</td><td>Mathematics</td><td>male</td><td>25</td><td>89</td><td>12</td><td>53</td></tr><tr><td>student418</td><td>Languages</td><td>female</td><td>92</td><td>2</td><td>8</td><td>46</td></tr><tr><td>student419</td><td>Mathematics</td><td>male</td><td>11</td><td>28</td><td>60</td><td>58</td></tr><tr><td>student420</td><td>Languages</td><td>female</td><td>1</td><td>37</td><td>35</td><td>17</td></tr><tr><td>student421</td><td>Mathematics</td><td>male</td><td>67</td><td>30</td><td>38</td><td>85</td></tr><tr><td>student422</td><td>Languages</td><td>female</td><td>68</td><td>79</td><td>34</td><td>41</td></tr><tr><td>student423</td><td>Mathematics</td><td>male</td><td>72</td><td>45</td><td>93</td><td>41</td></tr><tr><td>student424</td><td>Languages</td><td>female</td><td>56</td><td>46</td><td>45</td><td>38</td></tr><tr><td>student425</td><td>Mathematics</td><td>male</td><td>86</td><td>21</td><td>84</td><td>0</td></tr><tr><td>student426</td><td>Languages</td><td>female</td><td>99</td><td>85</td><td>41</td><td>19</td></tr><tr><td>student427</td><td>Mathematics</td><td>male</td><td>71</td><td>35</td><td>3</td><td>89</td></tr><tr><td>student428</td><td>Languages</td><td>female</td><td>22</td><td>91</td><td>12</td><td>16</td></tr><tr><td>student429</td><td>Mathematics</td><td>male</td><td>15</td><td>3</td><td>26</td><td>93</td></tr><tr><td>student430</td><td>Languages</td><td>female</td><td>35</td><td>46</td><td>34</td><td>74</td></tr><tr><td>student431</td><td>Mathematics</td><td>male</td><td>33</td><td>83</td><td>97</td><td>20</td></tr><tr><td>student432</td><td>Languages</td><td>female</td><td>99</td><td>20</td><td>3</td><td>26</td></tr><tr><td>student433</td><td>Mathematics</td><td>male</td><td>48</td><td>42</td><td>83</td><td>18</td></tr><tr><td>student434</td><td>Languages</td><td>female</td><td>44</td><td>4</td><td>25</td><td>30</td></tr><tr><td>student435</td><td>Mathematics</td><td>male</td><td>78</td><td>48</td><td>60</td><td>45</td></tr><tr><td>student436</td><td>Languages</td><td>female</td><td>47</td><td>57</td><td>89</td><td>0</td></tr><tr><td>student437</td><td>Mathematics</td><td>male</td><td>88</td><td>12</td><td>100</td><td>53</td></tr><tr><td>student438</td><td>Languages</td><td>female</td><td>48</td><td>0</td><td>51</td><td>60</td></tr><tr><td>student439</td><td>Mathematics</td><td>male</td><td>70</td><td>89</td><td>85</td><td>16</td></tr><tr><td>student440</td><td>Languages</td><td>female</td><td>71</td><td>94</td><td>34</td><td>33</td></tr><tr><td>student441</td><td>Mathematics</td><td>male</td><td>68</td><td>13</td><td>72</td><td>18</td></tr><tr><td>student442</td><td>Languages</td><td>female</td><td>7</td><td>53</td><td>97</td><td>21</td></tr><tr><td>student443</td><td>Mathematics</td><td>male</td><td>65</td><td>36</td><td>60</td><td>87</td></tr><tr><td>student444</td><td>Languages</td><td>female</td><td>43</td><td>21</td><td>24</td><td>34</td></tr><tr><td>student445</td><td>Mathematics</td><td>male</td><td>85</td><td>77</td><td>65</td><td>28</td></tr><tr><td>student446</td><td>Languages</td><td>female</td><td>61</td><td>90</td><td>78</td><td>91</td></tr><tr><td>student447</td><td>Mathematics</td><td>male</td><td>92</td><td>0</td><td>78</td><td>12</td></tr><tr><td>student448</td><td>Languages</td><td>female</td><td>33</td><td>30</td><td>62</td><td>90</td></tr><tr><td>student449</td><td>Mathematics</td><td>male</td><td>86</td><td>16</td><td>74</td><td>5</td></tr><tr><td>student450</td><td>Languages</td><td>female</td><td>100</td><td>86</td><td>24</td><td>23</td></tr><tr><td>student451</td><td>Mathematics</td><td>male</td><td>14</td><td>25</td><td>6</td><td>45</td></tr><tr><td>student452</td><td>Languages</td><td>female</td><td>86</td><td>39</td><td>98</td><td>88</td></tr><tr><td>student453</td><td>Mathematics</td><td>male</td><td>72</td><td>68</td><td>77</td><td>19</td></tr><tr><td>student454</td><td>Languages</td><td>female</td><td>9</td><td>45</td><td>23</td><td>100</td></tr><tr><td>student455</td><td>Mathematics</td><td>male</td><td>34</td><td>67</td><td>89</td><td>79</td></tr><tr><td>student456</td><td>Languages</td><td>female</td><td>92</td><td>0</td><td>47</td><td>45</td></tr><tr><td>student457</td><td>Mathematics</td><td>male</td><td>64</td><td>58</td><td>26</td><td>98</td></tr><tr><td>student458</td><td>Languages</td><td>female</td><td>43</td><td>93</td><td>59</td><td>100</td></tr><tr><td>student459</td><td>Mathematics</td><td>male</td><td>82</td><td>35</td><td>97</td><td>81</td></tr><tr><td>student460</td><td>Languages</td><td>female</td><td>18</td><td>35</td><td>24</td><td>100</td></tr><tr><td>student461</td><td>Mathematics</td><td>male</td><td>79</td><td>80</td><td>43</td><td>51</td></tr><tr><td>student462</td><td>Languages</td><td>female</td><td>56</td><td>10</td><td>17</td><td>67</td></tr><tr><td>student463</td><td>Mathematics</td><td>male</td><td>36</td><td>44</td><td>14</td><td>85</td></tr><tr><td>student464</td><td>Languages</td><td>female</td><td>26</td><td>40</td><td>69</td><td>2</td></tr><tr><td>student465</td><td>Mathematics</td><td>male</td><td>59</td><td>93</td><td>43</td><td>78</td></tr><tr><td>student466</td><td>Languages</td><td>female</td><td>78</td><td>84</td><td>88</td><td>3</td></tr><tr><td>student467</td><td>Mathematics</td><td>male</td><td>41</td><td>37</td><td>80</td><td>60</td></tr><tr><td>student468</td><td>Languages</td><td>female</td><td>44</td><td>27</td><td>97</td><td>77</td></tr><tr><td>student469</td><td>Mathematics</td><td>male</td><td>29</td><td>19</td><td>64</td><td>82</td></tr><tr><td>student470</td><td>Languages</td><td>female</td><td>50</td><td>96</td><td>27</td><td>46</td></tr><tr><td>student471</td><td>Mathematics</td><td>male</td><td>49</td><td>15</td><td>51</td><td>45</td></tr><tr><td>student472</td><td>Languages</td><td>female</td><td>38</td><td>35</td><td>31</td><td>78</td></tr><tr><td>student473</td><td>Mathematics</td><td>male</td><td>1</td><td>80</td><td>23</td><td>65</td></tr><tr><td>student474</td><td>Languages</td><td>female</td><td>91</td><td>17</td><td>23</td><td>76</td></tr><tr><td>student475</td><td>Mathematics</td><td>male</td><td>57</td><td>39</td><td>35</td><td>63</td></tr><tr><td>student476</td><td>Languages</td><td>female</td><td>33</td><td>73</td><td>62</td><td>14</td></tr><tr><td>student477</td><td>Mathematics</td><td>male</td><td>96</td><td>16</td><td>88</td><td>40</td></tr><tr><td>student478</td><td>Languages</td><td>female</td><td>30</td><td>63</td><td>16</td><td>13</td></tr><tr><td>student479</td><td>Mathematics</td><td>male</td><td>74</td><td>39</td><td>37</td><td>87</td></tr><tr><td>student480</td><td>Languages</td><td>female</td><td>26</td><td>36</td><td>94</td><td>79</td></tr><tr><td>student481</td><td>Mathematics</td><td>male</td><td>19</td><td>58</td><td>65</td><td>12</td></tr><tr><td>student482</td><td>Languages</td><td>female</td><td>73</td><td>36</td><td>22</td><td>48</td></tr><tr><td>student483</td><td>Mathematics</td><td>male</td><td>78</td><td>94</td><td>75</td><td>7</td></tr><tr><td>student484</td><td>Languages</td><td>female</td><td>59</td><td>51</td><td>9</td><td>35</td></tr><tr><td>student485</td><td>Mathematics</td><td>male</td><td>67</td><td>71</td><td>100</td><td>85</td></tr><tr><td>student486</td><td>Languages</td><td>female</td><td>33</td><td>30</td><td>15</td><td>46</td></tr><tr><td>student487</td><td>Mathematics</td><td>male</td><td>12</td><td>19</td><td>16</td><td>37</td></tr><tr><td>student488</td><td>Languages</td><td>female</td><td>80</td><td>98</td><td>29</td><td>14</td></tr><tr><td>student489</td><td>Mathematics</td><td>male</td><td>70</td><td>51</td><td>14</td><td>31</td></tr><tr><td>student490</td><td>Languages</td><td>female</td><td>95</td><td>38</td><td>15</td><td>92</td></tr><tr><td>student491</td><td>Mathematics</td><td>male</td><td>60</td><td>31</td><td>74</td><td>12</td></tr><tr><td>student492</td><td>Languages</td><td>female</td><td>62</td><td>56</td><td>90</td><td>68</td></tr><tr><td>student493</td><td>Mathematics</td><td>male</td><td>63</td><td>11</td><td>29</td><td>91</td></tr><tr><td>student494</td><td>Languages</td><td>female</td><td>41</td><td>1</td><td>25</td><td>20</td></tr><tr><td>student495</td><td>Mathematics</td><td>male</td><td>60</td><td>5</td><td>31</td><td>44</td></tr><tr><td>student496</td><td>Languages</td><td>female</td><td>11</td><td>35</td><td>5</td><td>28</td></tr><tr><td>student497</td><td>Mathematics</td><td>male</td><td>11</td><td>96</td><td>42</td><td>37</td></tr><tr><td>student498</td><td>Languages</td><td>female</td><td>16</td><td>72</td><td>79</td><td>74</td></tr><tr><td>student499</td><td>Mathematics</td><td>male</td><td>9</td><td>21</td><td>22</td><td>66</td></tr><tr><td>student500</td><td>Languages</td><td>female</td><td>34</td><td>22</td><td>64</td><td>34</td></tr><tr><td>student501</td><td>Mathematics</td><td>male</td><td>50</td><td>93</td><td>86</td><td>61</td></tr><tr><td>student502</td><td>Languages</td><td>female</td><td>50</td><td>22</td><td>40</td><td>44</td></tr><tr><td>student503</td><td>Mathematics</td><td>male</td><td>3</td><td>8</td><td>39</td><td>17</td></tr><tr><td>student504</td><td>Languages</td><td>female</td><td>98</td><td>16</td><td>93</td><td>55</td></tr><tr><td>student505</td><td>Mathematics</td><td>male</td><td>86</td><td>89</td><td>36</td><td>28</td></tr><tr><td>student506</td><td>Languages</td><td>female</td><td>16</td><td>53</td><td>13</td><td>50</td></tr><tr><td>student507</td><td>Mathematics</td><td>male</td><td>57</td><td>57</td><td>3</td><td>38</td></tr><tr><td>student508</td><td>Languages</td><td>female</td><td>34</td><td>79</td><td>69</td><td>77</td></tr><tr><td>student509</td><td>Mathematics</td><td>male</td><td>2</td><td>4</td><td>16</td><td>59</td></tr><tr><td>student510</td><td>Languages</td><td>female</td><td>60</td><td>62</td><td>99</td><td>100</td></tr><tr><td>student511</td><td>Mathematics</td><td>male</td><td>65</td><td>52</td><td>52</td><td>95</td></tr><tr><td>student512</td><td>Languages</td><td>female</td><td>58</td><td>73</td><td>94</td><td>1</td></tr><tr><td>student513</td><td>Mathematics</td><td>male</td><td>39</td><td>75</td><td>28</td><td>76</td></tr><tr><td>student514</td><td>Languages</td><td>female</td><td>46</td><td>6</td><td>64</td><td>78</td></tr><tr><td>student515</td><td>Mathematics</td><td>male</td><td>51</td><td>60</td><td>99</td><td>8</td></tr><tr><td>student516</td><td>Languages</td><td>female</td><td>17</td><td>20</td><td>12</td><td>97</td></tr><tr><td>student517</td><td>Mathematics</td><td>male</td><td>72</td><td>17</td><td>96</td><td>73</td></tr><tr><td>student518</td><td>Languages</td><td>female</td><td>92</td><td>21</td><td>62</td><td>27</td></tr><tr><td>student519</td><td>Mathematics</td><td>male</td><td>50</td><td>42</td><td>4</td><td>33</td></tr><tr><td>student520</td><td>Languages</td><td>female</td><td>52</td><td>37</td><td>1</td><td>57</td></tr><tr><td>student521</td><td>Mathematics</td><td>male</td><td>58</td><td>40</td><td>35</td><td>54</td></tr><tr><td>student522</td><td>Languages</td><td>female</td><td>9</td><td>38</td><td>57</td><td>53</td></tr><tr><td>student523</td><td>Mathematics</td><td>male</td><td>79</td><td>20</td><td>18</td><td>18</td></tr><tr><td>student524</td><td>Languages</td><td>female</td><td>1</td><td>4</td><td>94</td><td>27</td></tr><tr><td>student525</td><td>Mathematics</td><td>male</td><td>95</td><td>41</td><td>29</td><td>98</td></tr><tr><td>student526</td><td>Languages</td><td>female</td><td>34</td><td>59</td><td>9</td><td>21</td></tr><tr><td>student527</td><td>Mathematics</td><td>male</td><td>39</td><td>66</td><td>41</td><td>29</td></tr><tr><td>student528</td><td>Languages</td><td>female</td><td>3</td><td>2</td><td>81</td><td>25</td></tr><tr><td>student529</td><td>Mathematics</td><td>male</td><td>33</td><td>44</td><td>37</td><td>85</td></tr><tr><td>student530</td><td>Languages</td><td>female</td><td>69</td><td>25</td><td>59</td><td>79</td></tr><tr><td>student531</td><td>Mathematics</td><td>male</td><td>13</td><td>50</td><td>49</td><td>52</td></tr><tr><td>student532</td><td>Languages</td><td>female</td><td>54</td><td>83</td><td>45</td><td>31</td></tr><tr><td>student533</td><td>Mathematics</td><td>male</td><td>15</td><td>24</td><td>97</td><td>51</td></tr><tr><td>student534</td><td>Languages</td><td>female</td><td>7</td><td>51</td><td>69</td><td>63</td></tr><tr><td>student535</td><td>Mathematics</td><td>male</td><td>91</td><td>8</td><td>38</td><td>56</td></tr><tr><td>student536</td><td>Languages</td><td>female</td><td>50</td><td>13</td><td>74</td><td>80</td></tr><tr><td>student537</td><td>Mathematics</td><td>male</td><td>54</td><td>75</td><td>74</td><td>10</td></tr><tr><td>student538</td><td>Languages</td><td>female</td><td>76</td><td>39</td><td>70</td><td>46</td></tr><tr><td>student539</td><td>Mathematics</td><td>male</td><td>84</td><td>72</td><td>39</td><td>40</td></tr><tr><td>student540</td><td>Languages</td><td>female</td><td>100</td><td>47</td><td>2</td><td>14</td></tr><tr><td>student541</td><td>Mathematics</td><td>male</td><td>42</td><td>61</td><td>1</td><td>1</td></tr><tr><td>student542</td><td>Languages</td><td>female</td><td>57</td><td>71</td><td>65</td><td>61</td></tr><tr><td>student543</td><td>Mathematics</td><td>male</td><td>78</td><td>5</td><td>41</td><td>34</td></tr><tr><td>student544</td><td>Languages</td><td>female</td><td>14</td><td>76</td><td>36</td><td>47</td></tr><tr><td>student545</td><td>Mathematics</td><td>male</td><td>15</td><td>19</td><td>63</td><td>96</td></tr><tr><td>student546</td><td>Languages</td><td>female</td><td>27</td><td>82</td><td>33</td><td>56</td></tr><tr><td>student547</td><td>Mathematics</td><td>male</td><td>70</td><td>23</td><td>96</td><td>90</td></tr><tr><td>student548</td><td>Languages</td><td>female</td><td>61</td><td>2</td><td>2</td><td>78</td></tr><tr><td>student549</td><td>Mathematics</td><td>male</td><td>22</td><td>37</td><td>64</td><td>36</td></tr><tr><td>student550</td><td>Languages</td><td>female</td><td>75</td><td>96</td><td>94</td><td>40</td></tr><tr><td>student551</td><td>Mathematics</td><td>male</td><td>43</td><td>8</td><td>29</td><td>21</td></tr><tr><td>student552</td><td>Languages</td><td>female</td><td>7</td><td>96</td><td>87</td><td>18</td></tr><tr><td>student553</td><td>Mathematics</td><td>male</td><td>65</td><td>76</td><td>52</td><td>44</td></tr><tr><td>student554</td><td>Languages</td><td>female</td><td>41</td><td>62</td><td>73</td><td>54</td></tr><tr><td>student555</td><td>Mathematics</td><td>male</td><td>25</td><td>98</td><td>21</td><td>40</td></tr><tr><td>student556</td><td>Languages</td><td>female</td><td>17</td><td>70</td><td>96</td><td>82</td></tr><tr><td>student557</td><td>Mathematics</td><td>male</td><td>43</td><td>91</td><td>27</td><td>43</td></tr><tr><td>student558</td><td>Languages</td><td>female</td><td>33</td><td>37</td><td>24</td><td>33</td></tr><tr><td>student559</td><td>Mathematics</td><td>male</td><td>87</td><td>87</td><td>10</td><td>31</td></tr><tr><td>student560</td><td>Languages</td><td>female</td><td>48</td><td>40</td><td>97</td><td>74</td></tr><tr><td>student561</td><td>Mathematics</td><td>male</td><td>63</td><td>75</td><td>91</td><td>55</td></tr><tr><td>student562</td><td>Languages</td><td>female</td><td>66</td><td>82</td><td>59</td><td>95</td></tr><tr><td>student563</td><td>Mathematics</td><td>male</td><td>21</td><td>95</td><td>58</td><td>38</td></tr><tr><td>student564</td><td>Languages</td><td>female</td><td>92</td><td>9</td><td>97</td><td>45</td></tr><tr><td>student565</td><td>Mathematics</td><td>male</td><td>59</td><td>7</td><td>94</td><td>20</td></tr><tr><td>student566</td><td>Languages</td><td>female</td><td>64</td><td>95</td><td>24</td><td>12</td></tr><tr><td>student567</td><td>Mathematics</td><td>male</td><td>70</td><td>46</td><td>36</td><td>74</td></tr><tr><td>student568</td><td>Languages</td><td>female</td><td>16</td><td>25</td><td>91</td><td>49</td></tr><tr><td>student569</td><td>Mathematics</td><td>male</td><td>73</td><td>33</td><td>24</td><td>88</td></tr><tr><td>student570</td><td>Languages</td><td>female</td><td>9</td><td>61</td><td>95</td><td>27</td></tr><tr><td>student571</td><td>Mathematics</td><td>male</td><td>18</td><td>12</td><td>76</td><td>46</td></tr><tr><td>student572</td><td>Languages</td><td>female</td><td>61</td><td>71</td><td>49</td><td>63</td></tr><tr><td>student573</td><td>Mathematics</td><td>male</td><td>46</td><td>32</td><td>85</td><td>17</td></tr><tr><td>student574</td><td>Languages</td><td>female</td><td>42</td><td>42</td><td>11</td><td>37</td></tr><tr><td>student575</td><td>Mathematics</td><td>male</td><td>49</td><td>76</td><td>41</td><td>20</td></tr><tr><td>student576</td><td>Languages</td><td>female</td><td>22</td><td>27</td><td>80</td><td>12</td></tr><tr><td>student577</td><td>Mathematics</td><td>male</td><td>76</td><td>34</td><td>18</td><td>66</td></tr><tr><td>student578</td><td>Languages</td><td>female</td><td>96</td><td>77</td><td>29</td><td>17</td></tr><tr><td>student579</td><td>Mathematics</td><td>male</td><td>62</td><td>51</td><td>67</td><td>72</td></tr><tr><td>student580</td><td>Languages</td><td>female</td><td>96</td><td>67</td><td>22</td><td>54</td></tr><tr><td>student581</td><td>Mathematics</td><td>male</td><td>77</td><td>11</td><td>23</td><td>88</td></tr><tr><td>student582</td><td>Languages</td><td>female</td><td>6</td><td>28</td><td>24</td><td>33</td></tr><tr><td>student583</td><td>Mathematics</td><td>male</td><td>39</td><td>23</td><td>12</td><td>100</td></tr><tr><td>student584</td><td>Languages</td><td>female</td><td>10</td><td>21</td><td>20</td><td>71</td></tr><tr><td>student585</td><td>Mathematics</td><td>male</td><td>11</td><td>27</td><td>7</td><td>100</td></tr><tr><td>student586</td><td>Languages</td><td>female</td><td>40</td><td>34</td><td>97</td><td>78</td></tr><tr><td>student587</td><td>Mathematics</td><td>male</td><td>2</td><td>51</td><td>83</td><td>19</td></tr><tr><td>student588</td><td>Languages</td><td>female</td><td>18</td><td>76</td><td>30</td><td>25</td></tr><tr><td>student589</td><td>Mathematics</td><td>male</td><td>24</td><td>57</td><td>46</td><td>81</td></tr><tr><td>student590</td><td>Languages</td><td>female</td><td>2</td><td>10</td><td>31</td><td>94</td></tr><tr><td>student591</td><td>Mathematics</td><td>male</td><td>91</td><td>84</td><td>75</td><td>13</td></tr><tr><td>student592</td><td>Languages</td><td>female</td><td>79</td><td>44</td><td>97</td><td>10</td></tr><tr><td>student593</td><td>Mathematics</td><td>male</td><td>42</td><td>60</td><td>67</td><td>30</td></tr><tr><td>student594</td><td>Languages</td><td>female</td><td>61</td><td>57</td><td>75</td><td>35</td></tr><tr><td>student595</td><td>Mathematics</td><td>male</td><td>42</td><td>46</td><td>81</td><td>71</td></tr><tr><td>student596</td><td>Languages</td><td>female</td><td>92</td><td>63</td><td>75</td><td>74</td></tr><tr><td>student597</td><td>Mathematics</td><td>male</td><td>86</td><td>37</td><td>40</td><td>51</td></tr><tr><td>student598</td><td>Languages</td><td>female</td><td>52</td><td>10</td><td>47</td><td>3</td></tr><tr><td>student599</td><td>Mathematics</td><td>male</td><td>100</td><td>28</td><td>14</td><td>76</td></tr><tr><td>student600</td><td>Languages</td><td>female</td><td>31</td><td>76</td><td>20</td><td>43</td></tr><tr><td>student601</td><td>Mathematics</td><td>male</td><td>40</td><td>27</td><td>6</td><td>6</td></tr><tr><td>student602</td><td>Languages</td><td>female</td><td>5</td><td>8</td><td>79</td><td>21</td></tr><tr><td>student603</td><td>Mathematics</td><td>male</td><td>7</td><td>54</td><td>6</td><td>91</td></tr><tr><td>student604</td><td>Languages</td><td>female</td><td>28</td><td>30</td><td>15</td><td>3</td></tr><tr><td>student605</td><td>Mathematics</td><td>male</td><td>38</td><td>93</td><td>98</td><td>92</td></tr><tr><td>student606</td><td>Languages</td><td>female</td><td>43</td><td>96</td><td>89</td><td>91</td></tr><tr><td>student607</td><td>Mathematics</td><td>male</td><td>43</td><td>49</td><td>14</td><td>83</td></tr><tr><td>student608</td><td>Languages</td><td>female</td><td>50</td><td>61</td><td>72</td><td>98</td></tr><tr><td>student609</td><td>Mathematics</td><td>male</td><td>4</td><td>49</td><td>99</td><td>83</td></tr><tr><td>student610</td><td>Languages</td><td>female</td><td>5</td><td>36</td><td>73</td><td>82</td></tr><tr><td>student611</td><td>Mathematics</td><td>male</td><td>40</td><td>84</td><td>99</td><td>54</td></tr><tr><td>student612</td><td>Languages</td><td>female</td><td>29</td><td>96</td><td>65</td><td>69</td></tr><tr><td>student613</td><td>Mathematics</td><td>male</td><td>12</td><td>76</td><td>5</td><td>99</td></tr><tr><td>student614</td><td>Languages</td><td>female</td><td>47</td><td>83</td><td>49</td><td>4</td></tr><tr><td>student615</td><td>Mathematics</td><td>male</td><td>37</td><td>27</td><td>22</td><td>4</td></tr><tr><td>student616</td><td>Languages</td><td>female</td><td>94</td><td>39</td><td>49</td><td>24</td></tr><tr><td>student617</td><td>Mathematics</td><td>male</td><td>0</td><td>75</td><td>21</td><td>41</td></tr><tr><td>student618</td><td>Languages</td><td>female</td><td>59</td><td>36</td><td>4</td><td>18</td></tr><tr><td>student619</td><td>Mathematics</td><td>male</td><td>22</td><td>66</td><td>13</td><td>3</td></tr><tr><td>student620</td><td>Languages</td><td>female</td><td>43</td><td>87</td><td>4</td><td>48</td></tr><tr><td>student621</td><td>Mathematics</td><td>male</td><td>100</td><td>15</td><td>51</td><td>52</td></tr><tr><td>student622</td><td>Languages</td><td>female</td><td>63</td><td>71</td><td>99</td><td>17</td></tr><tr><td>student623</td><td>Mathematics</td><td>male</td><td>14</td><td>34</td><td>44</td><td>100</td></tr><tr><td>student624</td><td>Languages</td><td>female</td><td>23</td><td>8</td><td>57</td><td>27</td></tr><tr><td>student625</td><td>Mathematics</td><td>male</td><td>23</td><td>14</td><td>32</td><td>40</td></tr><tr><td>student626</td><td>Languages</td><td>female</td><td>34</td><td>49</td><td>72</td><td>54</td></tr><tr><td>student627</td><td>Mathematics</td><td>male</td><td>21</td><td>16</td><td>81</td><td>26</td></tr><tr><td>student628</td><td>Languages</td><td>female</td><td>54</td><td>69</td><td>34</td><td>34</td></tr><tr><td>student629</td><td>Mathematics</td><td>male</td><td>72</td><td>11</td><td>63</td><td>31</td></tr><tr><td>student630</td><td>Languages</td><td>female</td><td>87</td><td>98</td><td>9</td><td>47</td></tr><tr><td>student631</td><td>Mathematics</td><td>male</td><td>43</td><td>52</td><td>53</td><td>58</td></tr><tr><td>student632</td><td>Languages</td><td>female</td><td>50</td><td>14</td><td>4</td><td>20</td></tr><tr><td>student633</td><td>Mathematics</td><td>male</td><td>89</td><td>83</td><td>67</td><td>87</td></tr><tr><td>student634</td><td>Languages</td><td>female</td><td>0</td><td>79</td><td>9</td><td>16</td></tr><tr><td>student635</td><td>Mathematics</td><td>male</td><td>59</td><td>17</td><td>84</td><td>58</td></tr><tr><td>student636</td><td>Languages</td><td>female</td><td>94</td><td>95</td><td>36</td><td>60</td></tr><tr><td>student637</td><td>Mathematics</td><td>male</td><td>39</td><td>42</td><td>63</td><td>46</td></tr><tr><td>student638</td><td>Languages</td><td>female</td><td>0</td><td>19</td><td>6</td><td>10</td></tr><tr><td>student639</td><td>Mathematics</td><td>male</td><td>50</td><td>16</td><td>41</td><td>71</td></tr><tr><td>student640</td><td>Languages</td><td>female</td><td>8</td><td>60</td><td>46</td><td>13</td></tr><tr><td>student641</td><td>Mathematics</td><td>male</td><td>45</td><td>85</td><td>59</td><td>36</td></tr><tr><td>student642</td><td>Languages</td><td>female</td><td>83</td><td>35</td><td>0</td><td>57</td></tr><tr><td>student643</td><td>Mathematics</td><td>male</td><td>8</td><td>30</td><td>60</td><td>14</td></tr><tr><td>student644</td><td>Languages</td><td>female</td><td>76</td><td>80</td><td>73</td><td>38</td></tr><tr><td>student645</td><td>Mathematics</td><td>male</td><td>26</td><td>14</td><td>58</td><td>2</td></tr><tr><td>student646</td><td>Languages</td><td>female</td><td>93</td><td>16</td><td>42</td><td>2</td></tr><tr><td>student647</td><td>Mathematics</td><td>male</td><td>85</td><td>94</td><td>76</td><td>16</td></tr><tr><td>student648</td><td>Languages</td><td>female</td><td>57</td><td>45</td><td>32</td><td>16</td></tr><tr><td>student649</td><td>Mathematics</td><td>male</td><td>16</td><td>16</td><td>90</td><td>13</td></tr><tr><td>student650</td><td>Languages</td><td>female</td><td>43</td><td>3</td><td>18</td><td>87</td></tr><tr><td>student651</td><td>Mathematics</td><td>male</td><td>16</td><td>24</td><td>32</td><td>44</td></tr><tr><td>student652</td><td>Languages</td><td>female</td><td>59</td><td>98</td><td>3</td><td>34</td></tr><tr><td>student653</td><td>Mathematics</td><td>male</td><td>73</td><td>18</td><td>47</td><td>83</td></tr><tr><td>student654</td><td>Languages</td><td>female</td><td>99</td><td>25</td><td>100</td><td>93</td></tr><tr><td>student655</td><td>Mathematics</td><td>male</td><td>0</td><td>73</td><td>97</td><td>84</td></tr><tr><td>student656</td><td>Languages</td><td>female</td><td>0</td><td>28</td><td>94</td><td>75</td></tr><tr><td>student657</td><td>Mathematics</td><td>male</td><td>65</td><td>90</td><td>58</td><td>63</td></tr><tr><td>student658</td><td>Languages</td><td>female</td><td>84</td><td>35</td><td>86</td><td>41</td></tr><tr><td>student659</td><td>Mathematics</td><td>male</td><td>45</td><td>39</td><td>59</td><td>9</td></tr><tr><td>student660</td><td>Languages</td><td>female</td><td>32</td><td>10</td><td>31</td><td>62</td></tr><tr><td>student661</td><td>Mathematics</td><td>male</td><td>61</td><td>28</td><td>54</td><td>61</td></tr><tr><td>student662</td><td>Languages</td><td>female</td><td>70</td><td>96</td><td>14</td><td>54</td></tr><tr><td>student663</td><td>Mathematics</td><td>male</td><td>63</td><td>92</td><td>29</td><td>8</td></tr><tr><td>student664</td><td>Languages</td><td>female</td><td>41</td><td>10</td><td>46</td><td>23</td></tr><tr><td>student665</td><td>Mathematics</td><td>male</td><td>81</td><td>91</td><td>80</td><td>21</td></tr><tr><td>student666</td><td>Languages</td><td>female</td><td>79</td><td>71</td><td>65</td><td>68</td></tr><tr><td>student667</td><td>Mathematics</td><td>male</td><td>47</td><td>69</td><td>18</td><td>90</td></tr><tr><td>student668</td><td>Languages</td><td>female</td><td>26</td><td>16</td><td>70</td><td>0</td></tr><tr><td>student669</td><td>Mathematics</td><td>male</td><td>66</td><td>10</td><td>93</td><td>35</td></tr><tr><td>student670</td><td>Languages</td><td>female</td><td>66</td><td>68</td><td>27</td><td>13</td></tr><tr><td>student671</td><td>Mathematics</td><td>male</td><td>86</td><td>79</td><td>26</td><td>45</td></tr><tr><td>student672</td><td>Languages</td><td>female</td><td>50</td><td>53</td><td>25</td><td>74</td></tr><tr><td>student673</td><td>Mathematics</td><td>male</td><td>97</td><td>53</td><td>9</td><td>14</td></tr><tr><td>student674</td><td>Languages</td><td>female</td><td>28</td><td>79</td><td>69</td><td>42</td></tr><tr><td>student675</td><td>Mathematics</td><td>male</td><td>60</td><td>72</td><td>5</td><td>9</td></tr><tr><td>student676</td><td>Languages</td><td>female</td><td>53</td><td>21</td><td>39</td><td>43</td></tr><tr><td>student677</td><td>Mathematics</td><td>male</td><td>37</td><td>65</td><td>45</td><td>91</td></tr><tr><td>student678</td><td>Languages</td><td>female</td><td>76</td><td>80</td><td>60</td><td>27</td></tr><tr><td>student679</td><td>Mathematics</td><td>male</td><td>85</td><td>27</td><td>34</td><td>55</td></tr><tr><td>student680</td><td>Languages</td><td>female</td><td>66</td><td>11</td><td>41</td><td>17</td></tr><tr><td>student681</td><td>Mathematics</td><td>male</td><td>27</td><td>61</td><td>89</td><td>82</td></tr><tr><td>student682</td><td>Languages</td><td>female</td><td>40</td><td>26</td><td>1</td><td>3</td></tr><tr><td>student683</td><td>Mathematics</td><td>male</td><td>25</td><td>1</td><td>66</td><td>95</td></tr><tr><td>student684</td><td>Languages</td><td>female</td><td>63</td><td>44</td><td>85</td><td>63</td></tr><tr><td>student685</td><td>Mathematics</td><td>male</td><td>97</td><td>95</td><td>78</td><td>83</td></tr><tr><td>student686</td><td>Languages</td><td>female</td><td>51</td><td>2</td><td>13</td><td>87</td></tr><tr><td>student687</td><td>Mathematics</td><td>male</td><td>63</td><td>92</td><td>87</td><td>23</td></tr><tr><td>student688</td><td>Languages</td><td>female</td><td>22</td><td>96</td><td>59</td><td>59</td></tr><tr><td>student689</td><td>Mathematics</td><td>male</td><td>33</td><td>80</td><td>15</td><td>23</td></tr><tr><td>student690</td><td>Languages</td><td>female</td><td>34</td><td>75</td><td>19</td><td>24</td></tr><tr><td>student691</td><td>Mathematics</td><td>male</td><td>36</td><td>68</td><td>48</td><td>54</td></tr><tr><td>student692</td><td>Languages</td><td>female</td><td>32</td><td>36</td><td>20</td><td>12</td></tr><tr><td>student693</td><td>Mathematics</td><td>male</td><td>68</td><td>91</td><td>74</td><td>50</td></tr><tr><td>student694</td><td>Languages</td><td>female</td><td>87</td><td>91</td><td>96</td><td>37</td></tr><tr><td>student695</td><td>Mathematics</td><td>male</td><td>23</td><td>9</td><td>14</td><td>4</td></tr><tr><td>student696</td><td>Languages</td><td>female</td><td>94</td><td>62</td><td>9</td><td>77</td></tr><tr><td>student697</td><td>Mathematics</td><td>male</td><td>14</td><td>7</td><td>45</td><td>75</td></tr><tr><td>student698</td><td>Languages</td><td>female</td><td>73</td><td>92</td><td>19</td><td>90</td></tr><tr><td>student699</td><td>Mathematics</td><td>male</td><td>8</td><td>20</td><td>79</td><td>78</td></tr><tr><td>student700</td><td>Languages</td><td>female</td><td>76</td><td>35</td><td>100</td><td>39</td></tr><tr><td>student701</td><td>Mathematics</td><td>male</td><td>27</td><td>51</td><td>89</td><td>49</td></tr><tr><td>student702</td><td>Languages</td><td>female</td><td>0</td><td>64</td><td>72</td><td>37</td></tr><tr><td>student703</td><td>Mathematics</td><td>male</td><td>93</td><td>46</td><td>94</td><td>87</td></tr><tr><td>student704</td><td>Languages</td><td>female</td><td>69</td><td>22</td><td>17</td><td>2</td></tr><tr><td>student705</td><td>Mathematics</td><td>male</td><td>17</td><td>52</td><td>11</td><td>3</td></tr><tr><td>student706</td><td>Languages</td><td>female</td><td>13</td><td>2</td><td>52</td><td>19</td></tr><tr><td>student707</td><td>Mathematics</td><td>male</td><td>75</td><td>61</td><td>72</td><td>73</td></tr><tr><td>student708</td><td>Languages</td><td>female</td><td>84</td><td>37</td><td>7</td><td>36</td></tr><tr><td>student709</td><td>Mathematics</td><td>male</td><td>81</td><td>19</td><td>45</td><td>14</td></tr><tr><td>student710</td><td>Languages</td><td>female</td><td>62</td><td>17</td><td>39</td><td>27</td></tr><tr><td>student711</td><td>Mathematics</td><td>male</td><td>88</td><td>69</td><td>6</td><td>81</td></tr><tr><td>student712</td><td>Languages</td><td>female</td><td>53</td><td>82</td><td>59</td><td>29</td></tr><tr><td>student713</td><td>Mathematics</td><td>male</td><td>83</td><td>34</td><td>71</td><td>34</td></tr><tr><td>student714</td><td>Languages</td><td>female</td><td>95</td><td>52</td><td>61</td><td>4</td></tr><tr><td>student715</td><td>Mathematics</td><td>male</td><td>6</td><td>71</td><td>53</td><td>13</td></tr><tr><td>student716</td><td>Languages</td><td>female</td><td>82</td><td>97</td><td>82</td><td>5</td></tr><tr><td>student717</td><td>Mathematics</td><td>male</td><td>65</td><td>50</td><td>31</td><td>46</td></tr><tr><td>student718</td><td>Languages</td><td>female</td><td>27</td><td>46</td><td>25</td><td>37</td></tr><tr><td>student719</td><td>Mathematics</td><td>male</td><td>98</td><td>42</td><td>35</td><td>44</td></tr><tr><td>student720</td><td>Languages</td><td>female</td><td>90</td><td>1</td><td>44</td><td>44</td></tr><tr><td>student721</td><td>Mathematics</td><td>male</td><td>3</td><td>16</td><td>82</td><td>93</td></tr><tr><td>student722</td><td>Languages</td><td>female</td><td>34</td><td>3</td><td>43</td><td>70</td></tr><tr><td>student723</td><td>Mathematics</td><td>male</td><td>59</td><td>77</td><td>14</td><td>21</td></tr><tr><td>student724</td><td>Languages</td><td>female</td><td>16</td><td>53</td><td>57</td><td>59</td></tr><tr><td>student725</td><td>Mathematics</td><td>male</td><td>79</td><td>1</td><td>44</td><td>16</td></tr><tr><td>student726</td><td>Languages</td><td>female</td><td>10</td><td>8</td><td>19</td><td>9</td></tr><tr><td>student727</td><td>Mathematics</td><td>male</td><td>89</td><td>48</td><td>79</td><td>16</td></tr><tr><td>student728</td><td>Languages</td><td>female</td><td>8</td><td>87</td><td>23</td><td>87</td></tr><tr><td>student729</td><td>Mathematics</td><td>male</td><td>17</td><td>53</td><td>95</td><td>84</td></tr><tr><td>student730</td><td>Languages</td><td>female</td><td>65</td><td>52</td><td>39</td><td>61</td></tr><tr><td>student731</td><td>Mathematics</td><td>male</td><td>44</td><td>30</td><td>96</td><td>72</td></tr><tr><td>student732</td><td>Languages</td><td>female</td><td>70</td><td>79</td><td>32</td><td>33</td></tr><tr><td>student733</td><td>Mathematics</td><td>male</td><td>30</td><td>47</td><td>46</td><td>11</td></tr><tr><td>student734</td><td>Languages</td><td>female</td><td>76</td><td>100</td><td>16</td><td>49</td></tr><tr><td>student735</td><td>Mathematics</td><td>male</td><td>39</td><td>36</td><td>90</td><td>89</td></tr><tr><td>student736</td><td>Languages</td><td>female</td><td>1</td><td>94</td><td>19</td><td>29</td></tr><tr><td>student737</td><td>Mathematics</td><td>male</td><td>23</td><td>73</td><td>78</td><td>87</td></tr><tr><td>student738</td><td>Languages</td><td>female</td><td>87</td><td>71</td><td>44</td><td>64</td></tr><tr><td>student739</td><td>Mathematics</td><td>male</td><td>22</td><td>19</td><td>82</td><td>20</td></tr><tr><td>student740</td><td>Languages</td><td>female</td><td>94</td><td>52</td><td>67</td><td>39</td></tr><tr><td>student741</td><td>Mathematics</td><td>male</td><td>14</td><td>17</td><td>51</td><td>87</td></tr><tr><td>student742</td><td>Languages</td><td>female</td><td>56</td><td>63</td><td>98</td><td>3</td></tr><tr><td>student743</td><td>Mathematics</td><td>male</td><td>99</td><td>92</td><td>46</td><td>98</td></tr><tr><td>student744</td><td>Languages</td><td>female</td><td>19</td><td>76</td><td>83</td><td>88</td></tr><tr><td>student745</td><td>Mathematics</td><td>male</td><td>15</td><td>77</td><td>68</td><td>81</td></tr><tr><td>student746</td><td>Languages</td><td>female</td><td>48</td><td>81</td><td>48</td><td>38</td></tr><tr><td>student747</td><td>Mathematics</td><td>male</td><td>29</td><td>1</td><td>38</td><td>61</td></tr><tr><td>student748</td><td>Languages</td><td>female</td><td>71</td><td>63</td><td>0</td><td>30</td></tr><tr><td>student749</td><td>Mathematics</td><td>male</td><td>19</td><td>68</td><td>30</td><td>53</td></tr><tr><td>student750</td><td>Languages</td><td>female</td><td>91</td><td>18</td><td>27</td><td>62</td></tr><tr><td>student751</td><td>Mathematics</td><td>male</td><td>73</td><td>33</td><td>38</td><td>36</td></tr><tr><td>student752</td><td>Languages</td><td>female</td><td>99</td><td>38</td><td>75</td><td>50</td></tr><tr><td>student753</td><td>Mathematics</td><td>male</td><td>55</td><td>71</td><td>34</td><td>90</td></tr><tr><td>student754</td><td>Languages</td><td>female</td><td>52</td><td>40</td><td>98</td><td>83</td></tr><tr><td>student755</td><td>Mathematics</td><td>male</td><td>14</td><td>63</td><td>61</td><td>1</td></tr><tr><td>student756</td><td>Languages</td><td>female</td><td>1</td><td>31</td><td>94</td><td>96</td></tr><tr><td>student757</td><td>Mathematics</td><td>male</td><td>49</td><td>66</td><td>55</td><td>92</td></tr><tr><td>student758</td><td>Languages</td><td>female</td><td>0</td><td>19</td><td>80</td><td>82</td></tr><tr><td>student759</td><td>Mathematics</td><td>male</td><td>26</td><td>35</td><td>87</td><td>3</td></tr><tr><td>student760</td><td>Languages</td><td>female</td><td>8</td><td>28</td><td>76</td><td>39</td></tr><tr><td>student761</td><td>Mathematics</td><td>male</td><td>52</td><td>11</td><td>83</td><td>57</td></tr><tr><td>student762</td><td>Languages</td><td>female</td><td>83</td><td>68</td><td>84</td><td>25</td></tr><tr><td>student763</td><td>Mathematics</td><td>male</td><td>17</td><td>2</td><td>56</td><td>70</td></tr><tr><td>student764</td><td>Languages</td><td>female</td><td>17</td><td>58</td><td>0</td><td>84</td></tr><tr><td>student765</td><td>Mathematics</td><td>male</td><td>75</td><td>6</td><td>47</td><td>85</td></tr><tr><td>student766</td><td>Languages</td><td>female</td><td>76</td><td>32</td><td>93</td><td>39</td></tr><tr><td>student767</td><td>Mathematics</td><td>male</td><td>20</td><td>75</td><td>84</td><td>65</td></tr><tr><td>student768</td><td>Languages</td><td>female</td><td>25</td><td>47</td><td>12</td><td>89</td></tr><tr><td>student769</td><td>Mathematics</td><td>male</td><td>86</td><td>94</td><td>79</td><td>45</td></tr><tr><td>student770</td><td>Languages</td><td>female</td><td>65</td><td>81</td><td>55</td><td>35</td></tr><tr><td>student771</td><td>Mathematics</td><td>male</td><td>62</td><td>41</td><td>41</td><td>43</td></tr><tr><td>student772</td><td>Languages</td><td>female</td><td>14</td><td>4</td><td>62</td><td>43</td></tr><tr><td>student773</td><td>Mathematics</td><td>male</td><td>17</td><td>55</td><td>72</td><td>78</td></tr><tr><td>student774</td><td>Languages</td><td>female</td><td>95</td><td>46</td><td>35</td><td>6</td></tr><tr><td>student775</td><td>Mathematics</td><td>male</td><td>72</td><td>0</td><td>56</td><td>48</td></tr><tr><td>student776</td><td>Languages</td><td>female</td><td>30</td><td>88</td><td>19</td><td>56</td></tr><tr><td>student777</td><td>Mathematics</td><td>male</td><td>42</td><td>44</td><td>88</td><td>56</td></tr><tr><td>student778</td><td>Languages</td><td>female</td><td>42</td><td>69</td><td>56</td><td>63</td></tr><tr><td>student779</td><td>Mathematics</td><td>male</td><td>78</td><td>57</td><td>78</td><td>3</td></tr><tr><td>student780</td><td>Languages</td><td>female</td><td>15</td><td>86</td><td>24</td><td>98</td></tr><tr><td>student781</td><td>Mathematics</td><td>male</td><td>46</td><td>8</td><td>43</td><td>69</td></tr><tr><td>student782</td><td>Languages</td><td>female</td><td>67</td><td>98</td><td>15</td><td>52</td></tr><tr><td>student783</td><td>Mathematics</td><td>male</td><td>33</td><td>32</td><td>63</td><td>57</td></tr><tr><td>student784</td><td>Languages</td><td>female</td><td>35</td><td>95</td><td>16</td><td>53</td></tr><tr><td>student785</td><td>Mathematics</td><td>male</td><td>78</td><td>54</td><td>54</td><td>82</td></tr><tr><td>student786</td><td>Languages</td><td>female</td><td>81</td><td>85</td><td>91</td><td>4</td></tr><tr><td>student787</td><td>Mathematics</td><td>male</td><td>42</td><td>41</td><td>23</td><td>14</td></tr><tr><td>student788</td><td>Languages</td><td>female</td><td>59</td><td>100</td><td>86</td><td>36</td></tr><tr><td>student789</td><td>Mathematics</td><td>male</td><td>1</td><td>92</td><td>60</td><td>12</td></tr><tr><td>student790</td><td>Languages</td><td>female</td><td>100</td><td>34</td><td>5</td><td>70</td></tr><tr><td>student791</td><td>Mathematics</td><td>male</td><td>3</td><td>81</td><td>2</td><td>17</td></tr><tr><td>student792</td><td>Languages</td><td>female</td><td>31</td><td>55</td><td>19</td><td>3</td></tr><tr><td>student793</td><td>Mathematics</td><td>male</td><td>11</td><td>33</td><td>98</td><td>77</td></tr><tr><td>student794</td><td>Languages</td><td>female</td><td>4</td><td>61</td><td>7</td><td>86</td></tr><tr><td>student795</td><td>Mathematics</td><td>male</td><td>57</td><td>86</td><td>7</td><td>27</td></tr><tr><td>student796</td><td>Languages</td><td>female</td><td>5</td><td>74</td><td>62</td><td>36</td></tr><tr><td>student797</td><td>Mathematics</td><td>male</td><td>57</td><td>67</td><td>66</td><td>61</td></tr><tr><td>student798</td><td>Languages</td><td>female</td><td>93</td><td>88</td><td>87</td><td>25</td></tr><tr><td>student799</td><td>Mathematics</td><td>male</td><td>59</td><td>96</td><td>64</td><td>41</td></tr><tr><td>student800</td><td>Languages</td><td>female</td><td>62</td><td>7</td><td>69</td><td>23</td></tr><tr><td>student801</td><td>Mathematics</td><td>male</td><td>35</td><td>83</td><td>32</td><td>55</td></tr><tr><td>student802</td><td>Languages</td><td>female</td><td>42</td><td>58</td><td>15</td><td>83</td></tr><tr><td>student803</td><td>Mathematics</td><td>male</td><td>41</td><td>90</td><td>40</td><td>12</td></tr><tr><td>student804</td><td>Languages</td><td>female</td><td>81</td><td>43</td><td>83</td><td>7</td></tr><tr><td>student805</td><td>Mathematics</td><td>male</td><td>87</td><td>77</td><td>33</td><td>20</td></tr><tr><td>student806</td><td>Languages</td><td>female</td><td>53</td><td>87</td><td>30</td><td>37</td></tr><tr><td>student807</td><td>Mathematics</td><td>male</td><td>13</td><td>35</td><td>85</td><td>16</td></tr><tr><td>student808</td><td>Languages</td><td>female</td><td>20</td><td>82</td><td>90</td><td>34</td></tr><tr><td>student809</td><td>Mathematics</td><td>male</td><td>58</td><td>2</td><td>16</td><td>14</td></tr><tr><td>student810</td><td>Languages</td><td>female</td><td>14</td><td>28</td><td>23</td><td>56</td></tr><tr><td>student811</td><td>Mathematics</td><td>male</td><td>49</td><td>97</td><td>36</td><td>8</td></tr><tr><td>student812</td><td>Languages</td><td>female</td><td>31</td><td>46</td><td>11</td><td>63</td></tr><tr><td>student813</td><td>Mathematics</td><td>male</td><td>74</td><td>9</td><td>76</td><td>43</td></tr><tr><td>student814</td><td>Languages</td><td>female</td><td>42</td><td>83</td><td>95</td><td>75</td></tr><tr><td>student815</td><td>Mathematics</td><td>male</td><td>2</td><td>65</td><td>45</td><td>29</td></tr><tr><td>student816</td><td>Languages</td><td>female</td><td>79</td><td>59</td><td>69</td><td>88</td></tr><tr><td>student817</td><td>Mathematics</td><td>male</td><td>68</td><td>18</td><td>26</td><td>84</td></tr><tr><td>student818</td><td>Languages</td><td>female</td><td>39</td><td>13</td><td>99</td><td>15</td></tr><tr><td>student819</td><td>Mathematics</td><td>male</td><td>22</td><td>48</td><td>71</td><td>6</td></tr><tr><td>student820</td><td>Languages</td><td>female</td><td>12</td><td>53</td><td>88</td><td>11</td></tr><tr><td>student821</td><td>Mathematics</td><td>male</td><td>33</td><td>90</td><td>80</td><td>29</td></tr><tr><td>student822</td><td>Languages</td><td>female</td><td>37</td><td>9</td><td>54</td><td>86</td></tr><tr><td>student823</td><td>Mathematics</td><td>male</td><td>91</td><td>78</td><td>85</td><td>1</td></tr><tr><td>student824</td><td>Languages</td><td>female</td><td>31</td><td>58</td><td>67</td><td>31</td></tr><tr><td>student825</td><td>Mathematics</td><td>male</td><td>22</td><td>30</td><td>50</td><td>98</td></tr><tr><td>student826</td><td>Languages</td><td>female</td><td>55</td><td>58</td><td>56</td><td>10</td></tr><tr><td>student827</td><td>Mathematics</td><td>male</td><td>56</td><td>76</td><td>57</td><td>53</td></tr><tr><td>student828</td><td>Languages</td><td>female</td><td>1</td><td>12</td><td>98</td><td>81</td></tr><tr><td>student829</td><td>Mathematics</td><td>male</td><td>67</td><td>92</td><td>66</td><td>71</td></tr><tr><td>student830</td><td>Languages</td><td>female</td><td>30</td><td>61</td><td>44</td><td>49</td></tr><tr><td>student831</td><td>Mathematics</td><td>male</td><td>0</td><td>41</td><td>44</td><td>61</td></tr><tr><td>student832</td><td>Languages</td><td>female</td><td>72</td><td>52</td><td>45</td><td>85</td></tr><tr><td>student833</td><td>Mathematics</td><td>male</td><td>60</td><td>99</td><td>12</td><td>94</td></tr><tr><td>student834</td><td>Languages</td><td>female</td><td>83</td><td>58</td><td>75</td><td>42</td></tr><tr><td>student835</td><td>Mathematics</td><td>male</td><td>95</td><td>0</td><td>53</td><td>77</td></tr><tr><td>student836</td><td>Languages</td><td>female</td><td>33</td><td>28</td><td>70</td><td>62</td></tr><tr><td>student837</td><td>Mathematics</td><td>male</td><td>39</td><td>82</td><td>75</td><td>5</td></tr><tr><td>student838</td><td>Languages</td><td>female</td><td>41</td><td>100</td><td>45</td><td>47</td></tr><tr><td>student839</td><td>Mathematics</td><td>male</td><td>81</td><td>69</td><td>27</td><td>29</td></tr><tr><td>student840</td><td>Languages</td><td>female</td><td>90</td><td>1</td><td>26</td><td>49</td></tr><tr><td>student841</td><td>Mathematics</td><td>male</td><td>45</td><td>38</td><td>20</td><td>34</td></tr><tr><td>student842</td><td>Languages</td><td>female</td><td>3</td><td>25</td><td>31</td><td>1</td></tr><tr><td>student843</td><td>Mathematics</td><td>male</td><td>55</td><td>77</td><td>86</td><td>49</td></tr><tr><td>student844</td><td>Languages</td><td>female</td><td>61</td><td>60</td><td>91</td><td>76</td></tr><tr><td>student845</td><td>Mathematics</td><td>male</td><td>80</td><td>85</td><td>74</td><td>9</td></tr><tr><td>student846</td><td>Languages</td><td>female</td><td>63</td><td>89</td><td>73</td><td>71</td></tr><tr><td>student847</td><td>Mathematics</td><td>male</td><td>79</td><td>15</td><td>97</td><td>42</td></tr><tr><td>student848</td><td>Languages</td><td>female</td><td>99</td><td>18</td><td>73</td><td>43</td></tr><tr><td>student849</td><td>Mathematics</td><td>male</td><td>30</td><td>52</td><td>38</td><td>56</td></tr><tr><td>student850</td><td>Languages</td><td>female</td><td>65</td><td>86</td><td>67</td><td>34</td></tr><tr><td>student851</td><td>Mathematics</td><td>male</td><td>73</td><td>43</td><td>6</td><td>55</td></tr><tr><td>student852</td><td>Languages</td><td>female</td><td>42</td><td>43</td><td>51</td><td>73</td></tr><tr><td>student853</td><td>Mathematics</td><td>male</td><td>8</td><td>70</td><td>98</td><td>0</td></tr><tr><td>student854</td><td>Languages</td><td>female</td><td>29</td><td>41</td><td>12</td><td>45</td></tr><tr><td>student855</td><td>Mathematics</td><td>male</td><td>57</td><td>3</td><td>90</td><td>90</td></tr><tr><td>student856</td><td>Languages</td><td>female</td><td>80</td><td>52</td><td>96</td><td>54</td></tr><tr><td>student857</td><td>Mathematics</td><td>male</td><td>43</td><td>83</td><td>82</td><td>46</td></tr><tr><td>student858</td><td>Languages</td><td>female</td><td>7</td><td>91</td><td>71</td><td>31</td></tr><tr><td>student859</td><td>Mathematics</td><td>male</td><td>68</td><td>13</td><td>70</td><td>7</td></tr><tr><td>student860</td><td>Languages</td><td>female</td><td>51</td><td>44</td><td>15</td><td>52</td></tr><tr><td>student861</td><td>Mathematics</td><td>male</td><td>91</td><td>70</td><td>1</td><td>78</td></tr><tr><td>student862</td><td>Languages</td><td>female</td><td>4</td><td>11</td><td>65</td><td>78</td></tr><tr><td>student863</td><td>Mathematics</td><td>male</td><td>20</td><td>63</td><td>55</td><td>85</td></tr><tr><td>student864</td><td>Languages</td><td>female</td><td>59</td><td>3</td><td>87</td><td>26</td></tr><tr><td>student865</td><td>Mathematics</td><td>male</td><td>4</td><td>89</td><td>44</td><td>32</td></tr><tr><td>student866</td><td>Languages</td><td>female</td><td>26</td><td>67</td><td>98</td><td>39</td></tr><tr><td>student867</td><td>Mathematics</td><td>male</td><td>48</td><td>79</td><td>38</td><td>66</td></tr><tr><td>student868</td><td>Languages</td><td>female</td><td>16</td><td>32</td><td>15</td><td>3</td></tr><tr><td>student869</td><td>Mathematics</td><td>male</td><td>13</td><td>20</td><td>50</td><td>85</td></tr><tr><td>student870</td><td>Languages</td><td>female</td><td>4</td><td>92</td><td>20</td><td>39</td></tr><tr><td>student871</td><td>Mathematics</td><td>male</td><td>82</td><td>6</td><td>23</td><td>53</td></tr><tr><td>student872</td><td>Languages</td><td>female</td><td>6</td><td>60</td><td>74</td><td>64</td></tr><tr><td>student873</td><td>Mathematics</td><td>male</td><td>66</td><td>48</td><td>39</td><td>14</td></tr><tr><td>student874</td><td>Languages</td><td>female</td><td>43</td><td>83</td><td>3</td><td>100</td></tr><tr><td>student875</td><td>Mathematics</td><td>male</td><td>21</td><td>49</td><td>9</td><td>0</td></tr><tr><td>student876</td><td>Languages</td><td>female</td><td>79</td><td>80</td><td>71</td><td>80</td></tr><tr><td>student877</td><td>Mathematics</td><td>male</td><td>84</td><td>25</td><td>26</td><td>88</td></tr><tr><td>student878</td><td>Languages</td><td>female</td><td>38</td><td>46</td><td>66</td><td>60</td></tr><tr><td>student879</td><td>Mathematics</td><td>male</td><td>35</td><td>27</td><td>98</td><td>51</td></tr><tr><td>student880</td><td>Languages</td><td>female</td><td>57</td><td>59</td><td>2</td><td>67</td></tr><tr><td>student881</td><td>Mathematics</td><td>male</td><td>76</td><td>87</td><td>78</td><td>8</td></tr><tr><td>student882</td><td>Languages</td><td>female</td><td>21</td><td>40</td><td>8</td><td>17</td></tr><tr><td>student883</td><td>Mathematics</td><td>male</td><td>50</td><td>4</td><td>68</td><td>66</td></tr><tr><td>student884</td><td>Languages</td><td>female</td><td>83</td><td>86</td><td>30</td><td>92</td></tr><tr><td>student885</td><td>Mathematics</td><td>male</td><td>63</td><td>46</td><td>66</td><td>94</td></tr><tr><td>student886</td><td>Languages</td><td>female</td><td>76</td><td>71</td><td>2</td><td>62</td></tr><tr><td>student887</td><td>Mathematics</td><td>male</td><td>74</td><td>18</td><td>68</td><td>6</td></tr><tr><td>student888</td><td>Languages</td><td>female</td><td>65</td><td>77</td><td>44</td><td>88</td></tr><tr><td>student889</td><td>Mathematics</td><td>male</td><td>67</td><td>32</td><td>61</td><td>19</td></tr><tr><td>student890</td><td>Languages</td><td>female</td><td>85</td><td>96</td><td>85</td><td>41</td></tr><tr><td>student891</td><td>Mathematics</td><td>male</td><td>14</td><td>87</td><td>70</td><td>5</td></tr><tr><td>student892</td><td>Languages</td><td>female</td><td>81</td><td>28</td><td>45</td><td>28</td></tr><tr><td>student893</td><td>Mathematics</td><td>male</td><td>9</td><td>19</td><td>18</td><td>83</td></tr><tr><td>student894</td><td>Languages</td><td>female</td><td>40</td><td>70</td><td>2</td><td>4</td></tr><tr><td>student895</td><td>Mathematics</td><td>male</td><td>18</td><td>19</td><td>51</td><td>89</td></tr><tr><td>student896</td><td>Languages</td><td>female</td><td>70</td><td>35</td><td>25</td><td>12</td></tr><tr><td>student897</td><td>Mathematics</td><td>male</td><td>72</td><td>90</td><td>7</td><td>41</td></tr><tr><td>student898</td><td>Languages</td><td>female</td><td>84</td><td>1</td><td>71</td><td>86</td></tr><tr><td>student899</td><td>Mathematics</td><td>male</td><td>14</td><td>2</td><td>38</td><td>86</td></tr><tr><td>student900</td><td>Languages</td><td>female</td><td>78</td><td>37</td><td>60</td><td>1</td></tr><tr><td>student901</td><td>Mathematics</td><td>male</td><td>66</td><td>95</td><td>31</td><td>68</td></tr><tr><td>student902</td><td>Languages</td><td>female</td><td>23</td><td>60</td><td>80</td><td>65</td></tr><tr><td>student903</td><td>Mathematics</td><td>male</td><td>76</td><td>89</td><td>63</td><td>96</td></tr><tr><td>student904</td><td>Languages</td><td>female</td><td>3</td><td>46</td><td>90</td><td>70</td></tr><tr><td>student905</td><td>Mathematics</td><td>male</td><td>65</td><td>44</td><td>96</td><td>79</td></tr><tr><td>student906</td><td>Languages</td><td>female</td><td>68</td><td>77</td><td>8</td><td>65</td></tr><tr><td>student907</td><td>Mathematics</td><td>male</td><td>86</td><td>61</td><td>99</td><td>43</td></tr><tr><td>student908</td><td>Languages</td><td>female</td><td>88</td><td>95</td><td>32</td><td>13</td></tr><tr><td>student909</td><td>Mathematics</td><td>male</td><td>53</td><td>100</td><td>59</td><td>82</td></tr><tr><td>student910</td><td>Languages</td><td>female</td><td>35</td><td>7</td><td>95</td><td>35</td></tr><tr><td>student911</td><td>Mathematics</td><td>male</td><td>23</td><td>0</td><td>1</td><td>77</td></tr><tr><td>student912</td><td>Languages</td><td>female</td><td>9</td><td>68</td><td>72</td><td>63</td></tr><tr><td>student913</td><td>Mathematics</td><td>male</td><td>23</td><td>92</td><td>39</td><td>96</td></tr><tr><td>student914</td><td>Languages</td><td>female</td><td>94</td><td>97</td><td>6</td><td>58</td></tr><tr><td>student915</td><td>Mathematics</td><td>male</td><td>49</td><td>31</td><td>29</td><td>71</td></tr><tr><td>student916</td><td>Languages</td><td>female</td><td>21</td><td>57</td><td>79</td><td>57</td></tr><tr><td>student917</td><td>Mathematics</td><td>male</td><td>0</td><td>35</td><td>100</td><td>89</td></tr><tr><td>student918</td><td>Languages</td><td>female</td><td>64</td><td>82</td><td>75</td><td>52</td></tr><tr><td>student919</td><td>Mathematics</td><td>male</td><td>16</td><td>66</td><td>69</td><td>68</td></tr><tr><td>student920</td><td>Languages</td><td>female</td><td>92</td><td>95</td><td>11</td><td>27</td></tr><tr><td>student921</td><td>Mathematics</td><td>male</td><td>16</td><td>88</td><td>85</td><td>90</td></tr><tr><td>student922</td><td>Languages</td><td>female</td><td>56</td><td>15</td><td>26</td><td>98</td></tr><tr><td>student923</td><td>Mathematics</td><td>male</td><td>78</td><td>27</td><td>40</td><td>17</td></tr><tr><td>student924</td><td>Languages</td><td>female</td><td>95</td><td>10</td><td>44</td><td>32</td></tr><tr><td>student925</td><td>Mathematics</td><td>male</td><td>99</td><td>85</td><td>52</td><td>18</td></tr><tr><td>student926</td><td>Languages</td><td>female</td><td>73</td><td>31</td><td>71</td><td>49</td></tr><tr><td>student927</td><td>Mathematics</td><td>male</td><td>21</td><td>79</td><td>10</td><td>63</td></tr><tr><td>student928</td><td>Languages</td><td>female</td><td>92</td><td>71</td><td>80</td><td>12</td></tr><tr><td>student929</td><td>Mathematics</td><td>male</td><td>23</td><td>29</td><td>33</td><td>88</td></tr><tr><td>student930</td><td>Languages</td><td>female</td><td>41</td><td>8</td><td>98</td><td>84</td></tr><tr><td>student931</td><td>Mathematics</td><td>male</td><td>97</td><td>17</td><td>79</td><td>21</td></tr><tr><td>student932</td><td>Languages</td><td>female</td><td>72</td><td>40</td><td>93</td><td>92</td></tr><tr><td>student933</td><td>Mathematics</td><td>male</td><td>75</td><td>58</td><td>3</td><td>26</td></tr><tr><td>student934</td><td>Languages</td><td>female</td><td>15</td><td>98</td><td>27</td><td>28</td></tr><tr><td>student935</td><td>Mathematics</td><td>male</td><td>76</td><td>88</td><td>80</td><td>6</td></tr><tr><td>student936</td><td>Languages</td><td>female</td><td>84</td><td>23</td><td>42</td><td>92</td></tr><tr><td>student937</td><td>Mathematics</td><td>male</td><td>71</td><td>56</td><td>86</td><td>71</td></tr><tr><td>student938</td><td>Languages</td><td>female</td><td>7</td><td>39</td><td>58</td><td>22</td></tr><tr><td>student939</td><td>Mathematics</td><td>male</td><td>1</td><td>55</td><td>54</td><td>60</td></tr><tr><td>student940</td><td>Languages</td><td>female</td><td>20</td><td>31</td><td>30</td><td>8</td></tr><tr><td>student941</td><td>Mathematics</td><td>male</td><td>97</td><td>54</td><td>41</td><td>81</td></tr><tr><td>student942</td><td>Languages</td><td>female</td><td>83</td><td>41</td><td>86</td><td>64</td></tr><tr><td>student943</td><td>Mathematics</td><td>male</td><td>71</td><td>95</td><td>32</td><td>7</td></tr><tr><td>student944</td><td>Languages</td><td>female</td><td>0</td><td>27</td><td>30</td><td>91</td></tr><tr><td>student945</td><td>Mathematics</td><td>male</td><td>99</td><td>75</td><td>17</td><td>22</td></tr><tr><td>student946</td><td>Languages</td><td>female</td><td>92</td><td>53</td><td>10</td><td>90</td></tr><tr><td>student947</td><td>Mathematics</td><td>male</td><td>4</td><td>44</td><td>94</td><td>32</td></tr><tr><td>student948</td><td>Languages</td><td>female</td><td>0</td><td>97</td><td>48</td><td>79</td></tr><tr><td>student949</td><td>Mathematics</td><td>male</td><td>97</td><td>55</td><td>79</td><td>74</td></tr><tr><td>student950</td><td>Languages</td><td>female</td><td>65</td><td>98</td><td>9</td><td>32</td></tr><tr><td>student951</td><td>Mathematics</td><td>male</td><td>56</td><td>73</td><td>38</td><td>81</td></tr><tr><td>student952</td><td>Languages</td><td>female</td><td>84</td><td>94</td><td>61</td><td>50</td></tr><tr><td>student953</td><td>Mathematics</td><td>male</td><td>48</td><td>20</td><td>77</td><td>0</td></tr><tr><td>student954</td><td>Languages</td><td>female</td><td>39</td><td>98</td><td>14</td><td>20</td></tr><tr><td>student955</td><td>Mathematics</td><td>male</td><td>4</td><td>15</td><td>24</td><td>65</td></tr><tr><td>student956</td><td>Languages</td><td>female</td><td>78</td><td>22</td><td>92</td><td>31</td></tr><tr><td>student957</td><td>Mathematics</td><td>male</td><td>28</td><td>38</td><td>26</td><td>54</td></tr><tr><td>student958</td><td>Languages</td><td>female</td><td>49</td><td>61</td><td>35</td><td>54</td></tr><tr><td>student959</td><td>Mathematics</td><td>male</td><td>81</td><td>15</td><td>28</td><td>17</td></tr><tr><td>student960</td><td>Languages</td><td>female</td><td>54</td><td>80</td><td>58</td><td>2</td></tr><tr><td>student961</td><td>Mathematics</td><td>male</td><td>75</td><td>23</td><td>5</td><td>37</td></tr><tr><td>student962</td><td>Languages</td><td>female</td><td>55</td><td>65</td><td>1</td><td>20</td></tr><tr><td>student963</td><td>Mathematics</td><td>male</td><td>86</td><td>42</td><td>70</td><td>36</td></tr><tr><td>student964</td><td>Languages</td><td>female</td><td>54</td><td>45</td><td>54</td><td>80</td></tr><tr><td>student965</td><td>Mathematics</td><td>male</td><td>38</td><td>18</td><td>69</td><td>92</td></tr><tr><td>student966</td><td>Languages</td><td>female</td><td>33</td><td>89</td><td>46</td><td>83</td></tr><tr><td>student967</td><td>Mathematics</td><td>male</td><td>43</td><td>9</td><td>55</td><td>76</td></tr><tr><td>student968</td><td>Languages</td><td>female</td><td>13</td><td>26</td><td>12</td><td>86</td></tr><tr><td>student969</td><td>Mathematics</td><td>male</td><td>94</td><td>22</td><td>85</td><td>59</td></tr><tr><td>student970</td><td>Languages</td><td>female</td><td>93</td><td>58</td><td>6</td><td>10</td></tr><tr><td>student971</td><td>Mathematics</td><td>male</td><td>35</td><td>72</td><td>85</td><td>36</td></tr><tr><td>student972</td><td>Languages</td><td>female</td><td>37</td><td>51</td><td>96</td><td>93</td></tr><tr><td>student973</td><td>Mathematics</td><td>male</td><td>71</td><td>10</td><td>79</td><td>59</td></tr><tr><td>student974</td><td>Languages</td><td>female</td><td>71</td><td>31</td><td>73</td><td>93</td></tr><tr><td>student975</td><td>Mathematics</td><td>male</td><td>80</td><td>26</td><td>86</td><td>97</td></tr><tr><td>student976</td><td>Languages</td><td>female</td><td>69</td><td>21</td><td>67</td><td>69</td></tr><tr><td>student977</td><td>Mathematics</td><td>male</td><td>38</td><td>86</td><td>10</td><td>39</td></tr><tr><td>student978</td><td>Languages</td><td>female</td><td>48</td><td>90</td><td>39</td><td>81</td></tr><tr><td>student979</td><td>Mathematics</td><td>male</td><td>90</td><td>83</td><td>3</td><td>42</td></tr><tr><td>student980</td><td>Languages</td><td>female</td><td>19</td><td>1</td><td>91</td><td>84</td></tr><tr><td>student981</td><td>Mathematics</td><td>male</td><td>98</td><td>25</td><td>50</td><td>46</td></tr><tr><td>student982</td><td>Languages</td><td>female</td><td>38</td><td>88</td><td>21</td><td>16</td></tr><tr><td>student983</td><td>Mathematics</td><td>male</td><td>71</td><td>48</td><td>18</td><td>43</td></tr><tr><td>student984</td><td>Languages</td><td>female</td><td>79</td><td>85</td><td>18</td><td>16</td></tr><tr><td>student985</td><td>Mathematics</td><td>male</td><td>51</td><td>66</td><td>90</td><td>68</td></tr><tr><td>student986</td><td>Languages</td><td>female</td><td>100</td><td>95</td><td>65</td><td>91</td></tr><tr><td>student987</td><td>Mathematics</td><td>male</td><td>6</td><td>74</td><td>24</td><td>24</td></tr><tr><td>student988</td><td>Languages</td><td>female</td><td>93</td><td>80</td><td>94</td><td>35</td></tr><tr><td>student989</td><td>Mathematics</td><td>male</td><td>65</td><td>78</td><td>57</td><td>94</td></tr><tr><td>student990</td><td>Languages</td><td>female</td><td>27</td><td>92</td><td>21</td><td>91</td></tr><tr><td>student991</td><td>Mathematics</td><td>male</td><td>77</td><td>15</td><td>26</td><td>76</td></tr><tr><td>student992</td><td>Languages</td><td>female</td><td>28</td><td>84</td><td>51</td><td>67</td></tr><tr><td>student993</td><td>Mathematics</td><td>male</td><td>3</td><td>78</td><td>62</td><td>50</td></tr><tr><td>student994</td><td>Languages</td><td>female</td><td>59</td><td>77</td><td>20</td><td>74</td></tr><tr><td>student995</td><td>Mathematics</td><td>male</td><td>62</td><td>66</td><td>8</td><td>75</td></tr><tr><td>student996</td><td>Languages</td><td>female</td><td>88</td><td>70</td><td>33</td><td>43</td></tr><tr><td>student997</td><td>Mathematics</td><td>male</td><td>73</td><td>33</td><td>42</td><td>53</td></tr><tr><td>student998</td><td>Languages</td><td>female</td><td>64</td><td>10</td><td>2</td><td>31</td></tr><tr><td>student999</td><td>Mathematics</td><td>male</td><td>91</td><td>93</td><td>16</td><td>35</td></tr><tr><td>student1000</td><td>Languages</td><td>female</td><td>30</td><td>68</td><td>95</td><td>40</td></tr><tr><td>student1001</td><td>Mathematics</td><td>male</td><td>25</td><td>2</td><td>48</td><td>32</td></tr><tr><td>student1002</td><td>Languages</td><td>female</td><td>50</td><td>77</td><td>53</td><td>81</td></tr><tr><td>student1003</td><td>Mathematics</td><td>male</td><td>67</td><td>44</td><td>10</td><td>65</td></tr><tr><td>student1004</td><td>Languages</td><td>female</td><td>29</td><td>53</td><td>34</td><td>86</td></tr><tr><td>student1005</td><td>Mathematics</td><td>male</td><td>77</td><td>69</td><td>22</td><td>75</td></tr><tr><td>student1006</td><td>Languages</td><td>female</td><td>48</td><td>82</td><td>95</td><td>40</td></tr><tr><td>student1007</td><td>Mathematics</td><td>male</td><td>30</td><td>71</td><td>29</td><td>63</td></tr><tr><td>student1008</td><td>Languages</td><td>female</td><td>45</td><td>31</td><td>4</td><td>71</td></tr><tr><td>student1009</td><td>Mathematics</td><td>male</td><td>81</td><td>12</td><td>20</td><td>44</td></tr><tr><td>student1010</td><td>Languages</td><td>female</td><td>17</td><td>66</td><td>82</td><td>42</td></tr><tr><td>student1011</td><td>Mathematics</td><td>male</td><td>15</td><td>11</td><td>32</td><td>18</td></tr><tr><td>student1012</td><td>Languages</td><td>female</td><td>27</td><td>34</td><td>59</td><td>19</td></tr><tr><td>student1013</td><td>Mathematics</td><td>male</td><td>18</td><td>67</td><td>25</td><td>14</td></tr><tr><td>student1014</td><td>Languages</td><td>female</td><td>24</td><td>64</td><td>52</td><td>24</td></tr><tr><td>student1015</td><td>Mathematics</td><td>male</td><td>36</td><td>87</td><td>48</td><td>46</td></tr><tr><td>student1016</td><td>Languages</td><td>female</td><td>33</td><td>1</td><td>70</td><td>68</td></tr><tr><td>student1017</td><td>Mathematics</td><td>male</td><td>48</td><td>26</td><td>3</td><td>80</td></tr><tr><td>student1018</td><td>Languages</td><td>female</td><td>53</td><td>63</td><td>85</td><td>57</td></tr><tr><td>student1019</td><td>Mathematics</td><td>male</td><td>58</td><td>73</td><td>0</td><td>24</td></tr><tr><td>student1020</td><td>Languages</td><td>female</td><td>85</td><td>90</td><td>81</td><td>0</td></tr><tr><td>student1021</td><td>Mathematics</td><td>male</td><td>69</td><td>28</td><td>52</td><td>76</td></tr><tr><td>student1022</td><td>Languages</td><td>female</td><td>75</td><td>22</td><td>7</td><td>52</td></tr></tbody>
+	<tr>
+			<td>Student01</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>80</td>
+			<td>70</td>
+			<td>75</td>
+			<td>80</td>
+		</tr>
+		<tr>
+			<td>Student02</td>
+
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>90</td>
+			<td>88</td>
+			<td>100</td>
+			<td>90</td>
+
+		</tr>
+		<tr>
+			<td>Student03</td>
+			<td>Languages</td>
+			<td>female</td>
+			<td>85</td>
+			<td>95</td>
+
+			<td>80</td>
+			<td>85</td>
+		</tr>
+		<tr>
+			<td>Student04</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>60</td>
+			<td>55</td>
+			<td>100</td>
+			<td>100</td>
+		</tr>
+		<tr>
+			<td>Student05</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>68</td>
+			<td>80</td>
+			<td>95</td>
+			<td>80</td>
+
+		</tr>
+		<tr>
+			<td>Student06</td>
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>100</td>
+			<td>99</td>
+
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student07</td>
+			<td>Mathematics</td>
+			<td>male</td>
+
+			<td>85</td>
+			<td>68</td>
+			<td>90</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student08</td>
+
+			<td>Languages</td>
+			<td>male</td>
+			<td>100</td>
+			<td>90</td>
+			<td>90</td>
+			<td>85</td>
+
+		</tr>
+		<tr>
+			<td>Student09</td>
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>80</td>
+			<td>50</td>
+
+			<td>65</td>
+			<td>75</td>
+		</tr>
+		<tr>
+			<td>Student10</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>85</td>
+			<td>100</td>
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student11</td>
+
+			<td>Languages</td>
+			<td>male</td>
+			<td>86</td>
+			<td>85</td>
+			<td>100</td>
+			<td>100</td>
+
+		</tr>
+		<tr>
+			<td>Student12</td>
+			<td>Mathematics</td>
+			<td>female</td>
+			<td>100</td>
+			<td>75</td>
+
+			<td>70</td>
+			<td>85</td>
+		</tr>
+		<tr>
+			<td>Student13</td>
+			<td>Languages</td>
+			<td>female</td>
+
+			<td>100</td>
+			<td>80</td>
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student14</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>50</td>
+			<td>45</td>
+			<td>55</td>
+			<td>90</td>
+
+		</tr>
+		<tr>
+			<td>Student15</td>
+			<td>Languages</td>
+			<td>male</td>
+			<td>95</td>
+			<td>35</td>
+
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student16</td>
+			<td>Languages</td>
+			<td>female</td>
+
+			<td>100</td>
+			<td>50</td>
+			<td>30</td>
+			<td>70</td>
+		</tr>
+		<tr>
+			<td>Student17</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>80</td>
+			<td>100</td>
+			<td>55</td>
+			<td>65</td>
+
+		</tr>
+		<tr>
+			<td>Student18</td>
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>30</td>
+			<td>49</td>
+
+			<td>55</td>
+			<td>75</td>
+		</tr>
+		<tr>
+			<td>Student19</td>
+			<td>Languages</td>
+			<td>male</td>
+
+			<td>68</td>
+			<td>90</td>
+			<td>88</td>
+			<td>70</td>
+		</tr>
+		<tr>
+			<td>Student20</td>
+
+			<td>Mathematics</td>
+			<td>male</td>
+			<td>40</td>
+			<td>45</td>
+			<td>40</td>
+			<td>80</td>
+
+		</tr>
+		<tr>
+			<td>Student21</td>
+			<td>Languages</td>
+			<td>male</td>
+			<td>50</td>
+			<td>45</td>
+
+			<td>100</td>
+			<td>100</td>
+		</tr>
+		<tr>
+			<td>Student22</td>
+			<td>Mathematics</td>
+			<td>male</td>
+
+			<td>100</td>
+			<td>99</td>
+			<td>100</td>
+			<td>90</td>
+		</tr>
+		<tr>
+			<td>Student23</td>
+
+			<td>Languages</td>
+			<td>female</td>
+			<td>85</td>
+			<td>80</td>
+			<td>80</td>
+			<td>80</td>
+
+		</tr>
+	<tr><td>student23</td><td>Mathematics</td><td>male</td><td>82</td><td>77</td><td>0</td><td>79</td></tr><tr><td>student24</td><td>Languages</td><td>female</td><td>100</td><td>91</td><td>13</td><td>82</td></tr><tr><td>student25</td><td>Mathematics</td><td>male</td><td>22</td><td>96</td><td>82</td><td>53</td></tr><tr><td>student26</td><td>Languages</td><td>female</td><td>37</td><td>29</td><td>56</td><td>59</td></tr><tr><td>student27</td><td>Mathematics</td><td>male</td><td>86</td><td>82</td><td>69</td><td>23</td></tr><tr><td>student28</td><td>Languages</td><td>female</td><td>44</td><td>25</td><td>43</td><td>1</td></tr><tr><td>student29</td><td>Mathematics</td><td>male</td><td>77</td><td>47</td><td>22</td><td>38</td></tr><tr><td>student30</td><td>Languages</td><td>female</td><td>19</td><td>35</td><td>23</td><td>10</td></tr><tr><td>student31</td><td>Mathematics</td><td>male</td><td>90</td><td>27</td><td>17</td><td>50</td></tr><tr><td>student32</td><td>Languages</td><td>female</td><td>60</td><td>75</td><td>33</td><td>38</td></tr><tr><td>student33</td><td>Mathematics</td><td>male</td><td>4</td><td>31</td><td>37</td><td>15</td></tr><tr><td>student34</td><td>Languages</td><td>female</td><td>77</td><td>97</td><td>81</td><td>44</td></tr><tr><td>student35</td><td>Mathematics</td><td>male</td><td>5</td><td>81</td><td>51</td><td>95</td></tr><tr><td>student36</td><td>Languages</td><td>female</td><td>70</td><td>61</td><td>70</td><td>94</td></tr><tr><td>student37</td><td>Mathematics</td><td>male</td><td>60</td><td>3</td><td>61</td><td>84</td></tr><tr><td>student38</td><td>Languages</td><td>female</td><td>63</td><td>39</td><td>0</td><td>11</td></tr><tr><td>student39</td><td>Mathematics</td><td>male</td><td>50</td><td>46</td><td>32</td><td>38</td></tr><tr><td>student40</td><td>Languages</td><td>female</td><td>51</td><td>75</td><td>25</td><td>3</td></tr><tr><td>student41</td><td>Mathematics</td><td>male</td><td>43</td><td>34</td><td>28</td><td>78</td></tr><tr><td>student42</td><td>Languages</td><td>female</td><td>11</td><td>89</td><td>60</td><td>95</td></tr><tr><td>student43</td><td>Mathematics</td><td>male</td><td>48</td><td>92</td><td>18</td><td>88</td></tr><tr><td>student44</td><td>Languages</td><td>female</td><td>82</td><td>2</td><td>59</td><td>73</td></tr><tr><td>student45</td><td>Mathematics</td><td>male</td><td>91</td><td>73</td><td>37</td><td>39</td></tr><tr><td>student46</td><td>Languages</td><td>female</td><td>4</td><td>8</td><td>12</td><td>10</td></tr><tr><td>student47</td><td>Mathematics</td><td>male</td><td>89</td><td>10</td><td>6</td><td>11</td></tr><tr><td>student48</td><td>Languages</td><td>female</td><td>90</td><td>32</td><td>21</td><td>18</td></tr><tr><td>student49</td><td>Mathematics</td><td>male</td><td>42</td><td>49</td><td>49</td><td>72</td></tr><tr><td>student50</td><td>Languages</td><td>female</td><td>56</td><td>37</td><td>67</td><td>54</td></tr><tr><td>student51</td><td>Mathematics</td><td>male</td><td>48</td><td>31</td><td>55</td><td>63</td></tr><tr><td>student52</td><td>Languages</td><td>female</td><td>38</td><td>91</td><td>71</td><td>74</td></tr><tr><td>student53</td><td>Mathematics</td><td>male</td><td>2</td><td>63</td><td>85</td><td>100</td></tr><tr><td>student54</td><td>Languages</td><td>female</td><td>75</td><td>81</td><td>16</td><td>23</td></tr><tr><td>student55</td><td>Mathematics</td><td>male</td><td>65</td><td>52</td><td>15</td><td>53</td></tr><tr><td>student56</td><td>Languages</td><td>female</td><td>23</td><td>52</td><td>79</td><td>94</td></tr><tr><td>student57</td><td>Mathematics</td><td>male</td><td>80</td><td>22</td><td>61</td><td>12</td></tr><tr><td>student58</td><td>Languages</td><td>female</td><td>53</td><td>5</td><td>79</td><td>79</td></tr><tr><td>student59</td><td>Mathematics</td><td>male</td><td>96</td><td>32</td><td>35</td><td>17</td></tr><tr><td>student60</td><td>Languages</td><td>female</td><td>16</td><td>76</td><td>65</td><td>27</td></tr><tr><td>student61</td><td>Mathematics</td><td>male</td><td>20</td><td>57</td><td>22</td><td>23</td></tr><tr><td>student62</td><td>Languages</td><td>female</td><td>19</td><td>83</td><td>87</td><td>78</td></tr><tr><td>student63</td><td>Mathematics</td><td>male</td><td>2</td><td>5</td><td>83</td><td>30</td></tr><tr><td>student64</td><td>Languages</td><td>female</td><td>0</td><td>21</td><td>9</td><td>93</td></tr><tr><td>student65</td><td>Mathematics</td><td>male</td><td>20</td><td>86</td><td>13</td><td>96</td></tr><tr><td>student66</td><td>Languages</td><td>female</td><td>28</td><td>35</td><td>87</td><td>57</td></tr><tr><td>student67</td><td>Mathematics</td><td>male</td><td>36</td><td>50</td><td>29</td><td>10</td></tr><tr><td>student68</td><td>Languages</td><td>female</td><td>60</td><td>90</td><td>96</td><td>6</td></tr><tr><td>student69</td><td>Mathematics</td><td>male</td><td>34</td><td>61</td><td>43</td><td>98</td></tr><tr><td>student70</td><td>Languages</td><td>female</td><td>13</td><td>37</td><td>91</td><td>83</td></tr><tr><td>student71</td><td>Mathematics</td><td>male</td><td>47</td><td>80</td><td>57</td><td>82</td></tr><tr><td>student72</td><td>Languages</td><td>female</td><td>69</td><td>43</td><td>37</td><td>37</td></tr><tr><td>student73</td><td>Mathematics</td><td>male</td><td>54</td><td>60</td><td>94</td><td>21</td></tr><tr><td>student74</td><td>Languages</td><td>female</td><td>71</td><td>14</td><td>34</td><td>46</td></tr><tr><td>student75</td><td>Mathematics</td><td>male</td><td>89</td><td>96</td><td>31</td><td>17</td></tr><tr><td>student76</td><td>Languages</td><td>female</td><td>28</td><td>48</td><td>29</td><td>94</td></tr><tr><td>student77</td><td>Mathematics</td><td>male</td><td>100</td><td>65</td><td>20</td><td>24</td></tr><tr><td>student78</td><td>Languages</td><td>female</td><td>11</td><td>96</td><td>90</td><td>33</td></tr><tr><td>student79</td><td>Mathematics</td><td>male</td><td>53</td><td>55</td><td>93</td><td>39</td></tr><tr><td>student80</td><td>Languages</td><td>female</td><td>1</td><td>100</td><td>84</td><td>44</td></tr><tr><td>student81</td><td>Mathematics</td><td>male</td><td>63</td><td>78</td><td>96</td><td>43</td></tr><tr><td>student82</td><td>Languages</td><td>female</td><td>41</td><td>69</td><td>82</td><td>35</td></tr><tr><td>student83</td><td>Mathematics</td><td>male</td><td>94</td><td>98</td><td>13</td><td>9</td></tr><tr><td>student84</td><td>Languages</td><td>female</td><td>94</td><td>72</td><td>91</td><td>77</td></tr><tr><td>student85</td><td>Mathematics</td><td>male</td><td>71</td><td>32</td><td>45</td><td>25</td></tr><tr><td>student86</td><td>Languages</td><td>female</td><td>9</td><td>89</td><td>64</td><td>37</td></tr><tr><td>student87</td><td>Mathematics</td><td>male</td><td>89</td><td>1</td><td>73</td><td>67</td></tr><tr><td>student88</td><td>Languages</td><td>female</td><td>43</td><td>41</td><td>68</td><td>79</td></tr><tr><td>student89</td><td>Mathematics</td><td>male</td><td>7</td><td>38</td><td>22</td><td>37</td></tr><tr><td>student90</td><td>Languages</td><td>female</td><td>94</td><td>83</td><td>93</td><td>37</td></tr><tr><td>student91</td><td>Mathematics</td><td>male</td><td>82</td><td>84</td><td>2</td><td>61</td></tr><tr><td>student92</td><td>Languages</td><td>female</td><td>46</td><td>41</td><td>30</td><td>69</td></tr><tr><td>student93</td><td>Mathematics</td><td>male</td><td>47</td><td>19</td><td>85</td><td>83</td></tr><tr><td>student94</td><td>Languages</td><td>female</td><td>39</td><td>14</td><td>64</td><td>62</td></tr><tr><td>student95</td><td>Mathematics</td><td>male</td><td>71</td><td>31</td><td>46</td><td>28</td></tr><tr><td>student96</td><td>Languages</td><td>female</td><td>90</td><td>94</td><td>45</td><td>40</td></tr><tr><td>student97</td><td>Mathematics</td><td>male</td><td>46</td><td>89</td><td>2</td><td>5</td></tr><tr><td>student98</td><td>Languages</td><td>female</td><td>41</td><td>43</td><td>47</td><td>99</td></tr><tr><td>student99</td><td>Mathematics</td><td>male</td><td>71</td><td>90</td><td>89</td><td>73</td></tr><tr><td>student100</td><td>Languages</td><td>female</td><td>31</td><td>64</td><td>18</td><td>56</td></tr><tr><td>student101</td><td>Mathematics</td><td>male</td><td>52</td><td>13</td><td>69</td><td>99</td></tr><tr><td>student102</td><td>Languages</td><td>female</td><td>86</td><td>39</td><td>83</td><td>18</td></tr><tr><td>student103</td><td>Mathematics</td><td>male</td><td>23</td><td>65</td><td>98</td><td>80</td></tr><tr><td>student104</td><td>Languages</td><td>female</td><td>78</td><td>100</td><td>57</td><td>66</td></tr><tr><td>student105</td><td>Mathematics</td><td>male</td><td>69</td><td>21</td><td>43</td><td>97</td></tr><tr><td>student106</td><td>Languages</td><td>female</td><td>27</td><td>2</td><td>78</td><td>38</td></tr><tr><td>student107</td><td>Mathematics</td><td>male</td><td>86</td><td>96</td><td>46</td><td>34</td></tr><tr><td>student108</td><td>Languages</td><td>female</td><td>13</td><td>84</td><td>66</td><td>64</td></tr><tr><td>student109</td><td>Mathematics</td><td>male</td><td>35</td><td>95</td><td>98</td><td>81</td></tr><tr><td>student110</td><td>Languages</td><td>female</td><td>30</td><td>28</td><td>62</td><td>54</td></tr><tr><td>student111</td><td>Mathematics</td><td>male</td><td>60</td><td>31</td><td>35</td><td>85</td></tr><tr><td>student112</td><td>Languages</td><td>female</td><td>19</td><td>81</td><td>19</td><td>69</td></tr><tr><td>student113</td><td>Mathematics</td><td>male</td><td>66</td><td>5</td><td>98</td><td>54</td></tr><tr><td>student114</td><td>Languages</td><td>female</td><td>38</td><td>80</td><td>40</td><td>16</td></tr><tr><td>student115</td><td>Mathematics</td><td>male</td><td>5</td><td>84</td><td>96</td><td>97</td></tr><tr><td>student116</td><td>Languages</td><td>female</td><td>59</td><td>97</td><td>69</td><td>54</td></tr><tr><td>student117</td><td>Mathematics</td><td>male</td><td>0</td><td>34</td><td>79</td><td>49</td></tr><tr><td>student118</td><td>Languages</td><td>female</td><td>18</td><td>7</td><td>12</td><td>85</td></tr><tr><td>student119</td><td>Mathematics</td><td>male</td><td>93</td><td>87</td><td>7</td><td>59</td></tr><tr><td>student120</td><td>Languages</td><td>female</td><td>42</td><td>23</td><td>26</td><td>90</td></tr><tr><td>student121</td><td>Mathematics</td><td>male</td><td>17</td><td>39</td><td>66</td><td>89</td></tr><tr><td>student122</td><td>Languages</td><td>female</td><td>26</td><td>75</td><td>90</td><td>18</td></tr><tr><td>student123</td><td>Mathematics</td><td>male</td><td>34</td><td>23</td><td>77</td><td>80</td></tr><tr><td>student124</td><td>Languages</td><td>female</td><td>52</td><td>6</td><td>77</td><td>42</td></tr><tr><td>student125</td><td>Mathematics</td><td>male</td><td>56</td><td>2</td><td>85</td><td>81</td></tr><tr><td>student126</td><td>Languages</td><td>female</td><td>51</td><td>35</td><td>67</td><td>44</td></tr><tr><td>student127</td><td>Mathematics</td><td>male</td><td>64</td><td>64</td><td>44</td><td>34</td></tr><tr><td>student128</td><td>Languages</td><td>female</td><td>67</td><td>91</td><td>79</td><td>82</td></tr><tr><td>student129</td><td>Mathematics</td><td>male</td><td>4</td><td>26</td><td>15</td><td>79</td></tr><tr><td>student130</td><td>Languages</td><td>female</td><td>72</td><td>10</td><td>3</td><td>69</td></tr><tr><td>student131</td><td>Mathematics</td><td>male</td><td>94</td><td>77</td><td>51</td><td>1</td></tr><tr><td>student132</td><td>Languages</td><td>female</td><td>27</td><td>95</td><td>85</td><td>48</td></tr><tr><td>student133</td><td>Mathematics</td><td>male</td><td>92</td><td>11</td><td>40</td><td>61</td></tr><tr><td>student134</td><td>Languages</td><td>female</td><td>4</td><td>18</td><td>56</td><td>60</td></tr><tr><td>student135</td><td>Mathematics</td><td>male</td><td>8</td><td>42</td><td>26</td><td>52</td></tr><tr><td>student136</td><td>Languages</td><td>female</td><td>7</td><td>60</td><td>47</td><td>21</td></tr><tr><td>student137</td><td>Mathematics</td><td>male</td><td>51</td><td>81</td><td>30</td><td>90</td></tr><tr><td>student138</td><td>Languages</td><td>female</td><td>58</td><td>6</td><td>16</td><td>73</td></tr><tr><td>student139</td><td>Mathematics</td><td>male</td><td>48</td><td>38</td><td>37</td><td>31</td></tr><tr><td>student140</td><td>Languages</td><td>female</td><td>33</td><td>26</td><td>56</td><td>60</td></tr><tr><td>student141</td><td>Mathematics</td><td>male</td><td>84</td><td>84</td><td>29</td><td>75</td></tr><tr><td>student142</td><td>Languages</td><td>female</td><td>72</td><td>35</td><td>6</td><td>54</td></tr><tr><td>student143</td><td>Mathematics</td><td>male</td><td>31</td><td>42</td><td>70</td><td>82</td></tr><tr><td>student144</td><td>Languages</td><td>female</td><td>94</td><td>87</td><td>50</td><td>35</td></tr><tr><td>student145</td><td>Mathematics</td><td>male</td><td>91</td><td>52</td><td>80</td><td>26</td></tr><tr><td>student146</td><td>Languages</td><td>female</td><td>78</td><td>65</td><td>79</td><td>79</td></tr><tr><td>student147</td><td>Mathematics</td><td>male</td><td>50</td><td>90</td><td>59</td><td>71</td></tr><tr><td>student148</td><td>Languages</td><td>female</td><td>15</td><td>68</td><td>66</td><td>33</td></tr><tr><td>student149</td><td>Mathematics</td><td>male</td><td>17</td><td>36</td><td>34</td><td>13</td></tr><tr><td>student150</td><td>Languages</td><td>female</td><td>30</td><td>95</td><td>69</td><td>73</td></tr><tr><td>student151</td><td>Mathematics</td><td>male</td><td>20</td><td>53</td><td>49</td><td>58</td></tr><tr><td>student152</td><td>Languages</td><td>female</td><td>19</td><td>89</td><td>60</td><td>60</td></tr><tr><td>student153</td><td>Mathematics</td><td>male</td><td>52</td><td>82</td><td>20</td><td>3</td></tr><tr><td>student154</td><td>Languages</td><td>female</td><td>66</td><td>98</td><td>53</td><td>66</td></tr><tr><td>student155</td><td>Mathematics</td><td>male</td><td>5</td><td>85</td><td>22</td><td>58</td></tr><tr><td>student156</td><td>Languages</td><td>female</td><td>34</td><td>43</td><td>68</td><td>8</td></tr><tr><td>student157</td><td>Mathematics</td><td>male</td><td>43</td><td>0</td><td>91</td><td>14</td></tr><tr><td>student158</td><td>Languages</td><td>female</td><td>34</td><td>18</td><td>67</td><td>31</td></tr><tr><td>student159</td><td>Mathematics</td><td>male</td><td>79</td><td>73</td><td>34</td><td>52</td></tr><tr><td>student160</td><td>Languages</td><td>female</td><td>15</td><td>61</td><td>37</td><td>27</td></tr><tr><td>student161</td><td>Mathematics</td><td>male</td><td>74</td><td>77</td><td>15</td><td>45</td></tr><tr><td>student162</td><td>Languages</td><td>female</td><td>52</td><td>62</td><td>19</td><td>58</td></tr><tr><td>student163</td><td>Mathematics</td><td>male</td><td>77</td><td>60</td><td>27</td><td>95</td></tr><tr><td>student164</td><td>Languages</td><td>female</td><td>96</td><td>1</td><td>93</td><td>57</td></tr><tr><td>student165</td><td>Mathematics</td><td>male</td><td>51</td><td>63</td><td>75</td><td>19</td></tr><tr><td>student166</td><td>Languages</td><td>female</td><td>32</td><td>44</td><td>72</td><td>99</td></tr><tr><td>student167</td><td>Mathematics</td><td>male</td><td>82</td><td>84</td><td>57</td><td>63</td></tr><tr><td>student168</td><td>Languages</td><td>female</td><td>53</td><td>12</td><td>85</td><td>67</td></tr><tr><td>student169</td><td>Mathematics</td><td>male</td><td>49</td><td>16</td><td>84</td><td>6</td></tr><tr><td>student170</td><td>Languages</td><td>female</td><td>39</td><td>34</td><td>16</td><td>65</td></tr><tr><td>student171</td><td>Mathematics</td><td>male</td><td>100</td><td>68</td><td>88</td><td>4</td></tr><tr><td>student172</td><td>Languages</td><td>female</td><td>14</td><td>25</td><td>63</td><td>52</td></tr><tr><td>student173</td><td>Mathematics</td><td>male</td><td>74</td><td>26</td><td>15</td><td>60</td></tr><tr><td>student174</td><td>Languages</td><td>female</td><td>11</td><td>58</td><td>8</td><td>92</td></tr><tr><td>student175</td><td>Mathematics</td><td>male</td><td>62</td><td>47</td><td>2</td><td>31</td></tr><tr><td>student176</td><td>Languages</td><td>female</td><td>65</td><td>26</td><td>32</td><td>42</td></tr><tr><td>student177</td><td>Mathematics</td><td>male</td><td>83</td><td>78</td><td>69</td><td>24</td></tr><tr><td>student178</td><td>Languages</td><td>female</td><td>14</td><td>100</td><td>7</td><td>43</td></tr><tr><td>student179</td><td>Mathematics</td><td>male</td><td>28</td><td>35</td><td>89</td><td>7</td></tr><tr><td>student180</td><td>Languages</td><td>female</td><td>1</td><td>48</td><td>39</td><td>62</td></tr><tr><td>student181</td><td>Mathematics</td><td>male</td><td>14</td><td>4</td><td>24</td><td>69</td></tr><tr><td>student182</td><td>Languages</td><td>female</td><td>64</td><td>52</td><td>72</td><td>2</td></tr><tr><td>student183</td><td>Mathematics</td><td>male</td><td>15</td><td>26</td><td>27</td><td>85</td></tr><tr><td>student184</td><td>Languages</td><td>female</td><td>91</td><td>49</td><td>40</td><td>7</td></tr><tr><td>student185</td><td>Mathematics</td><td>male</td><td>87</td><td>89</td><td>42</td><td>87</td></tr><tr><td>student186</td><td>Languages</td><td>female</td><td>75</td><td>76</td><td>61</td><td>88</td></tr><tr><td>student187</td><td>Mathematics</td><td>male</td><td>11</td><td>48</td><td>66</td><td>30</td></tr><tr><td>student188</td><td>Languages</td><td>female</td><td>73</td><td>7</td><td>92</td><td>72</td></tr><tr><td>student189</td><td>Mathematics</td><td>male</td><td>98</td><td>36</td><td>58</td><td>15</td></tr><tr><td>student190</td><td>Languages</td><td>female</td><td>80</td><td>2</td><td>86</td><td>56</td></tr><tr><td>student191</td><td>Mathematics</td><td>male</td><td>36</td><td>33</td><td>97</td><td>4</td></tr><tr><td>student192</td><td>Languages</td><td>female</td><td>59</td><td>2</td><td>33</td><td>90</td></tr><tr><td>student193</td><td>Mathematics</td><td>male</td><td>94</td><td>6</td><td>19</td><td>33</td></tr><tr><td>student194</td><td>Languages</td><td>female</td><td>82</td><td>49</td><td>72</td><td>42</td></tr><tr><td>student195</td><td>Mathematics</td><td>male</td><td>80</td><td>59</td><td>8</td><td>30</td></tr><tr><td>student196</td><td>Languages</td><td>female</td><td>89</td><td>17</td><td>90</td><td>27</td></tr><tr><td>student197</td><td>Mathematics</td><td>male</td><td>46</td><td>22</td><td>6</td><td>67</td></tr><tr><td>student198</td><td>Languages</td><td>female</td><td>65</td><td>75</td><td>73</td><td>77</td></tr><tr><td>student199</td><td>Mathematics</td><td>male</td><td>77</td><td>97</td><td>54</td><td>13</td></tr><tr><td>student200</td><td>Languages</td><td>female</td><td>78</td><td>19</td><td>57</td><td>96</td></tr><tr><td>student201</td><td>Mathematics</td><td>male</td><td>92</td><td>21</td><td>11</td><td>80</td></tr><tr><td>student202</td><td>Languages</td><td>female</td><td>45</td><td>49</td><td>93</td><td>40</td></tr><tr><td>student203</td><td>Mathematics</td><td>male</td><td>74</td><td>25</td><td>87</td><td>53</td></tr><tr><td>student204</td><td>Languages</td><td>female</td><td>15</td><td>71</td><td>23</td><td>4</td></tr><tr><td>student205</td><td>Mathematics</td><td>male</td><td>82</td><td>97</td><td>95</td><td>73</td></tr><tr><td>student206</td><td>Languages</td><td>female</td><td>82</td><td>60</td><td>58</td><td>98</td></tr><tr><td>student207</td><td>Mathematics</td><td>male</td><td>26</td><td>64</td><td>11</td><td>100</td></tr><tr><td>student208</td><td>Languages</td><td>female</td><td>64</td><td>9</td><td>60</td><td>45</td></tr><tr><td>student209</td><td>Mathematics</td><td>male</td><td>96</td><td>81</td><td>96</td><td>63</td></tr><tr><td>student210</td><td>Languages</td><td>female</td><td>24</td><td>39</td><td>0</td><td>69</td></tr><tr><td>student211</td><td>Mathematics</td><td>male</td><td>86</td><td>64</td><td>7</td><td>10</td></tr><tr><td>student212</td><td>Languages</td><td>female</td><td>7</td><td>64</td><td>50</td><td>7</td></tr><tr><td>student213</td><td>Mathematics</td><td>male</td><td>59</td><td>12</td><td>26</td><td>77</td></tr><tr><td>student214</td><td>Languages</td><td>female</td><td>21</td><td>25</td><td>93</td><td>82</td></tr><tr><td>student215</td><td>Mathematics</td><td>male</td><td>22</td><td>18</td><td>64</td><td>51</td></tr><tr><td>student216</td><td>Languages</td><td>female</td><td>92</td><td>41</td><td>98</td><td>28</td></tr><tr><td>student217</td><td>Mathematics</td><td>male</td><td>32</td><td>48</td><td>14</td><td>17</td></tr><tr><td>student218</td><td>Languages</td><td>female</td><td>62</td><td>36</td><td>85</td><td>56</td></tr><tr><td>student219</td><td>Mathematics</td><td>male</td><td>33</td><td>37</td><td>90</td><td>87</td></tr><tr><td>student220</td><td>Languages</td><td>female</td><td>24</td><td>43</td><td>60</td><td>84</td></tr><tr><td>student221</td><td>Mathematics</td><td>male</td><td>6</td><td>59</td><td>37</td><td>51</td></tr><tr><td>student222</td><td>Languages</td><td>female</td><td>91</td><td>97</td><td>5</td><td>76</td></tr><tr><td>student223</td><td>Mathematics</td><td>male</td><td>86</td><td>29</td><td>32</td><td>27</td></tr><tr><td>student224</td><td>Languages</td><td>female</td><td>63</td><td>59</td><td>68</td><td>91</td></tr><tr><td>student225</td><td>Mathematics</td><td>male</td><td>57</td><td>73</td><td>95</td><td>68</td></tr><tr><td>student226</td><td>Languages</td><td>female</td><td>38</td><td>54</td><td>59</td><td>87</td></tr><tr><td>student227</td><td>Mathematics</td><td>male</td><td>53</td><td>62</td><td>72</td><td>64</td></tr><tr><td>student228</td><td>Languages</td><td>female</td><td>62</td><td>84</td><td>72</td><td>73</td></tr><tr><td>student229</td><td>Mathematics</td><td>male</td><td>13</td><td>0</td><td>83</td><td>58</td></tr><tr><td>student230</td><td>Languages</td><td>female</td><td>35</td><td>65</td><td>80</td><td>87</td></tr><tr><td>student231</td><td>Mathematics</td><td>male</td><td>76</td><td>20</td><td>28</td><td>50</td></tr><tr><td>student232</td><td>Languages</td><td>female</td><td>9</td><td>17</td><td>66</td><td>33</td></tr><tr><td>student233</td><td>Mathematics</td><td>male</td><td>92</td><td>2</td><td>99</td><td>61</td></tr><tr><td>student234</td><td>Languages</td><td>female</td><td>47</td><td>69</td><td>98</td><td>39</td></tr><tr><td>student235</td><td>Mathematics</td><td>male</td><td>21</td><td>44</td><td>38</td><td>82</td></tr><tr><td>student236</td><td>Languages</td><td>female</td><td>19</td><td>86</td><td>51</td><td>78</td></tr><tr><td>student237</td><td>Mathematics</td><td>male</td><td>28</td><td>45</td><td>49</td><td>36</td></tr><tr><td>student238</td><td>Languages</td><td>female</td><td>78</td><td>19</td><td>49</td><td>81</td></tr><tr><td>student239</td><td>Mathematics</td><td>male</td><td>72</td><td>69</td><td>47</td><td>20</td></tr><tr><td>student240</td><td>Languages</td><td>female</td><td>17</td><td>43</td><td>66</td><td>56</td></tr><tr><td>student241</td><td>Mathematics</td><td>male</td><td>90</td><td>1</td><td>94</td><td>4</td></tr><tr><td>student242</td><td>Languages</td><td>female</td><td>6</td><td>18</td><td>2</td><td>51</td></tr><tr><td>student243</td><td>Mathematics</td><td>male</td><td>1</td><td>37</td><td>72</td><td>13</td></tr><tr><td>student244</td><td>Languages</td><td>female</td><td>80</td><td>0</td><td>58</td><td>54</td></tr><tr><td>student245</td><td>Mathematics</td><td>male</td><td>83</td><td>31</td><td>85</td><td>9</td></tr><tr><td>student246</td><td>Languages</td><td>female</td><td>90</td><td>99</td><td>29</td><td>12</td></tr><tr><td>student247</td><td>Mathematics</td><td>male</td><td>89</td><td>23</td><td>81</td><td>59</td></tr><tr><td>student248</td><td>Languages</td><td>female</td><td>72</td><td>26</td><td>28</td><td>3</td></tr><tr><td>student249</td><td>Mathematics</td><td>male</td><td>28</td><td>10</td><td>50</td><td>47</td></tr><tr><td>student250</td><td>Languages</td><td>female</td><td>89</td><td>14</td><td>89</td><td>4</td></tr><tr><td>student251</td><td>Mathematics</td><td>male</td><td>15</td><td>23</td><td>37</td><td>69</td></tr><tr><td>student252</td><td>Languages</td><td>female</td><td>27</td><td>82</td><td>10</td><td>36</td></tr><tr><td>student253</td><td>Mathematics</td><td>male</td><td>49</td><td>45</td><td>64</td><td>23</td></tr><tr><td>student254</td><td>Languages</td><td>female</td><td>79</td><td>75</td><td>63</td><td>74</td></tr><tr><td>student255</td><td>Mathematics</td><td>male</td><td>2</td><td>56</td><td>64</td><td>75</td></tr><tr><td>student256</td><td>Languages</td><td>female</td><td>36</td><td>26</td><td>29</td><td>58</td></tr><tr><td>student257</td><td>Mathematics</td><td>male</td><td>17</td><td>22</td><td>66</td><td>73</td></tr><tr><td>student258</td><td>Languages</td><td>female</td><td>70</td><td>91</td><td>97</td><td>45</td></tr><tr><td>student259</td><td>Mathematics</td><td>male</td><td>34</td><td>30</td><td>78</td><td>30</td></tr><tr><td>student260</td><td>Languages</td><td>female</td><td>77</td><td>57</td><td>86</td><td>77</td></tr><tr><td>student261</td><td>Mathematics</td><td>male</td><td>12</td><td>59</td><td>68</td><td>7</td></tr><tr><td>student262</td><td>Languages</td><td>female</td><td>11</td><td>60</td><td>97</td><td>71</td></tr><tr><td>student263</td><td>Mathematics</td><td>male</td><td>12</td><td>30</td><td>35</td><td>58</td></tr><tr><td>student264</td><td>Languages</td><td>female</td><td>46</td><td>15</td><td>23</td><td>40</td></tr><tr><td>student265</td><td>Mathematics</td><td>male</td><td>44</td><td>81</td><td>9</td><td>26</td></tr><tr><td>student266</td><td>Languages</td><td>female</td><td>15</td><td>68</td><td>32</td><td>15</td></tr><tr><td>student267</td><td>Mathematics</td><td>male</td><td>5</td><td>58</td><td>50</td><td>98</td></tr><tr><td>student268</td><td>Languages</td><td>female</td><td>42</td><td>30</td><td>32</td><td>24</td></tr><tr><td>student269</td><td>Mathematics</td><td>male</td><td>78</td><td>100</td><td>99</td><td>57</td></tr><tr><td>student270</td><td>Languages</td><td>female</td><td>55</td><td>33</td><td>87</td><td>25</td></tr><tr><td>student271</td><td>Mathematics</td><td>male</td><td>25</td><td>97</td><td>29</td><td>93</td></tr><tr><td>student272</td><td>Languages</td><td>female</td><td>39</td><td>35</td><td>18</td><td>43</td></tr><tr><td>student273</td><td>Mathematics</td><td>male</td><td>35</td><td>17</td><td>99</td><td>58</td></tr><tr><td>student274</td><td>Languages</td><td>female</td><td>86</td><td>52</td><td>27</td><td>24</td></tr><tr><td>student275</td><td>Mathematics</td><td>male</td><td>97</td><td>38</td><td>73</td><td>76</td></tr><tr><td>student276</td><td>Languages</td><td>female</td><td>20</td><td>6</td><td>19</td><td>8</td></tr><tr><td>student277</td><td>Mathematics</td><td>male</td><td>93</td><td>36</td><td>9</td><td>47</td></tr><tr><td>student278</td><td>Languages</td><td>female</td><td>42</td><td>3</td><td>15</td><td>2</td></tr><tr><td>student279</td><td>Mathematics</td><td>male</td><td>61</td><td>18</td><td>96</td><td>2</td></tr><tr><td>student280</td><td>Languages</td><td>female</td><td>99</td><td>89</td><td>87</td><td>94</td></tr><tr><td>student281</td><td>Mathematics</td><td>male</td><td>48</td><td>95</td><td>90</td><td>0</td></tr><tr><td>student282</td><td>Languages</td><td>female</td><td>60</td><td>47</td><td>31</td><td>30</td></tr><tr><td>student283</td><td>Mathematics</td><td>male</td><td>64</td><td>24</td><td>10</td><td>76</td></tr><tr><td>student284</td><td>Languages</td><td>female</td><td>99</td><td>37</td><td>4</td><td>68</td></tr><tr><td>student285</td><td>Mathematics</td><td>male</td><td>0</td><td>98</td><td>68</td><td>69</td></tr><tr><td>student286</td><td>Languages</td><td>female</td><td>66</td><td>82</td><td>49</td><td>59</td></tr><tr><td>student287</td><td>Mathematics</td><td>male</td><td>86</td><td>14</td><td>37</td><td>17</td></tr><tr><td>student288</td><td>Languages</td><td>female</td><td>27</td><td>48</td><td>93</td><td>27</td></tr><tr><td>student289</td><td>Mathematics</td><td>male</td><td>84</td><td>89</td><td>6</td><td>68</td></tr><tr><td>student290</td><td>Languages</td><td>female</td><td>99</td><td>0</td><td>20</td><td>57</td></tr><tr><td>student291</td><td>Mathematics</td><td>male</td><td>50</td><td>96</td><td>72</td><td>42</td></tr><tr><td>student292</td><td>Languages</td><td>female</td><td>98</td><td>2</td><td>27</td><td>92</td></tr><tr><td>student293</td><td>Mathematics</td><td>male</td><td>19</td><td>9</td><td>42</td><td>87</td></tr><tr><td>student294</td><td>Languages</td><td>female</td><td>98</td><td>97</td><td>9</td><td>22</td></tr><tr><td>student295</td><td>Mathematics</td><td>male</td><td>75</td><td>30</td><td>77</td><td>64</td></tr><tr><td>student296</td><td>Languages</td><td>female</td><td>51</td><td>98</td><td>55</td><td>3</td></tr><tr><td>student297</td><td>Mathematics</td><td>male</td><td>25</td><td>95</td><td>86</td><td>72</td></tr><tr><td>student298</td><td>Languages</td><td>female</td><td>20</td><td>75</td><td>37</td><td>35</td></tr><tr><td>student299</td><td>Mathematics</td><td>male</td><td>4</td><td>92</td><td>41</td><td>11</td></tr><tr><td>student300</td><td>Languages</td><td>female</td><td>28</td><td>3</td><td>28</td><td>91</td></tr><tr><td>student301</td><td>Mathematics</td><td>male</td><td>41</td><td>63</td><td>4</td><td>25</td></tr><tr><td>student302</td><td>Languages</td><td>female</td><td>29</td><td>16</td><td>77</td><td>90</td></tr><tr><td>student303</td><td>Mathematics</td><td>male</td><td>89</td><td>41</td><td>51</td><td>82</td></tr><tr><td>student304</td><td>Languages</td><td>female</td><td>40</td><td>91</td><td>24</td><td>34</td></tr><tr><td>student305</td><td>Mathematics</td><td>male</td><td>7</td><td>47</td><td>49</td><td>78</td></tr><tr><td>student306</td><td>Languages</td><td>female</td><td>6</td><td>37</td><td>55</td><td>62</td></tr><tr><td>student307</td><td>Mathematics</td><td>male</td><td>30</td><td>73</td><td>34</td><td>90</td></tr><tr><td>student308</td><td>Languages</td><td>female</td><td>82</td><td>91</td><td>95</td><td>93</td></tr><tr><td>student309</td><td>Mathematics</td><td>male</td><td>62</td><td>4</td><td>73</td><td>82</td></tr><tr><td>student310</td><td>Languages</td><td>female</td><td>39</td><td>10</td><td>12</td><td>57</td></tr><tr><td>student311</td><td>Mathematics</td><td>male</td><td>89</td><td>64</td><td>20</td><td>67</td></tr><tr><td>student312</td><td>Languages</td><td>female</td><td>56</td><td>36</td><td>92</td><td>41</td></tr><tr><td>student313</td><td>Mathematics</td><td>male</td><td>99</td><td>80</td><td>99</td><td>74</td></tr><tr><td>student314</td><td>Languages</td><td>female</td><td>31</td><td>79</td><td>64</td><td>93</td></tr><tr><td>student315</td><td>Mathematics</td><td>male</td><td>53</td><td>2</td><td>70</td><td>55</td></tr><tr><td>student316</td><td>Languages</td><td>female</td><td>35</td><td>15</td><td>29</td><td>60</td></tr><tr><td>student317</td><td>Mathematics</td><td>male</td><td>31</td><td>47</td><td>69</td><td>60</td></tr><tr><td>student318</td><td>Languages</td><td>female</td><td>88</td><td>28</td><td>13</td><td>66</td></tr><tr><td>student319</td><td>Mathematics</td><td>male</td><td>65</td><td>12</td><td>16</td><td>40</td></tr><tr><td>student320</td><td>Languages</td><td>female</td><td>28</td><td>17</td><td>19</td><td>40</td></tr><tr><td>student321</td><td>Mathematics</td><td>male</td><td>24</td><td>100</td><td>44</td><td>70</td></tr><tr><td>student322</td><td>Languages</td><td>female</td><td>20</td><td>59</td><td>83</td><td>52</td></tr><tr><td>student323</td><td>Mathematics</td><td>male</td><td>17</td><td>60</td><td>82</td><td>91</td></tr><tr><td>student324</td><td>Languages</td><td>female</td><td>95</td><td>99</td><td>43</td><td>37</td></tr><tr><td>student325</td><td>Mathematics</td><td>male</td><td>30</td><td>18</td><td>99</td><td>31</td></tr><tr><td>student326</td><td>Languages</td><td>female</td><td>34</td><td>7</td><td>83</td><td>86</td></tr><tr><td>student327</td><td>Mathematics</td><td>male</td><td>98</td><td>63</td><td>4</td><td>35</td></tr><tr><td>student328</td><td>Languages</td><td>female</td><td>54</td><td>23</td><td>98</td><td>46</td></tr><tr><td>student329</td><td>Mathematics</td><td>male</td><td>97</td><td>93</td><td>45</td><td>18</td></tr><tr><td>student330</td><td>Languages</td><td>female</td><td>27</td><td>74</td><td>0</td><td>77</td></tr><tr><td>student331</td><td>Mathematics</td><td>male</td><td>9</td><td>70</td><td>41</td><td>37</td></tr><tr><td>student332</td><td>Languages</td><td>female</td><td>52</td><td>37</td><td>76</td><td>20</td></tr><tr><td>student333</td><td>Mathematics</td><td>male</td><td>74</td><td>18</td><td>68</td><td>19</td></tr><tr><td>student334</td><td>Languages</td><td>female</td><td>77</td><td>100</td><td>33</td><td>9</td></tr><tr><td>student335</td><td>Mathematics</td><td>male</td><td>38</td><td>53</td><td>77</td><td>18</td></tr><tr><td>student336</td><td>Languages</td><td>female</td><td>18</td><td>13</td><td>26</td><td>10</td></tr><tr><td>student337</td><td>Mathematics</td><td>male</td><td>90</td><td>47</td><td>87</td><td>70</td></tr><tr><td>student338</td><td>Languages</td><td>female</td><td>38</td><td>49</td><td>36</td><td>74</td></tr><tr><td>student339</td><td>Mathematics</td><td>male</td><td>100</td><td>64</td><td>13</td><td>72</td></tr><tr><td>student340</td><td>Languages</td><td>female</td><td>74</td><td>25</td><td>41</td><td>52</td></tr><tr><td>student341</td><td>Mathematics</td><td>male</td><td>37</td><td>13</td><td>16</td><td>13</td></tr><tr><td>student342</td><td>Languages</td><td>female</td><td>24</td><td>34</td><td>15</td><td>83</td></tr><tr><td>student343</td><td>Mathematics</td><td>male</td><td>20</td><td>5</td><td>67</td><td>28</td></tr><tr><td>student344</td><td>Languages</td><td>female</td><td>45</td><td>2</td><td>25</td><td>72</td></tr><tr><td>student345</td><td>Mathematics</td><td>male</td><td>19</td><td>11</td><td>75</td><td>35</td></tr><tr><td>student346</td><td>Languages</td><td>female</td><td>6</td><td>58</td><td>31</td><td>15</td></tr><tr><td>student347</td><td>Mathematics</td><td>male</td><td>16</td><td>66</td><td>36</td><td>11</td></tr><tr><td>student348</td><td>Languages</td><td>female</td><td>12</td><td>3</td><td>95</td><td>40</td></tr><tr><td>student349</td><td>Mathematics</td><td>male</td><td>7</td><td>52</td><td>74</td><td>2</td></tr><tr><td>student350</td><td>Languages</td><td>female</td><td>88</td><td>92</td><td>60</td><td>55</td></tr><tr><td>student351</td><td>Mathematics</td><td>male</td><td>92</td><td>70</td><td>91</td><td>45</td></tr><tr><td>student352</td><td>Languages</td><td>female</td><td>74</td><td>76</td><td>59</td><td>44</td></tr><tr><td>student353</td><td>Mathematics</td><td>male</td><td>63</td><td>69</td><td>60</td><td>94</td></tr><tr><td>student354</td><td>Languages</td><td>female</td><td>3</td><td>68</td><td>55</td><td>48</td></tr><tr><td>student355</td><td>Mathematics</td><td>male</td><td>39</td><td>96</td><td>21</td><td>48</td></tr><tr><td>student356</td><td>Languages</td><td>female</td><td>41</td><td>34</td><td>27</td><td>5</td></tr><tr><td>student357</td><td>Mathematics</td><td>male</td><td>64</td><td>3</td><td>47</td><td>33</td></tr><tr><td>student358</td><td>Languages</td><td>female</td><td>95</td><td>14</td><td>63</td><td>55</td></tr><tr><td>student359</td><td>Mathematics</td><td>male</td><td>70</td><td>100</td><td>13</td><td>82</td></tr><tr><td>student360</td><td>Languages</td><td>female</td><td>52</td><td>24</td><td>100</td><td>21</td></tr><tr><td>student361</td><td>Mathematics</td><td>male</td><td>0</td><td>40</td><td>86</td><td>9</td></tr><tr><td>student362</td><td>Languages</td><td>female</td><td>0</td><td>2</td><td>49</td><td>32</td></tr><tr><td>student363</td><td>Mathematics</td><td>male</td><td>23</td><td>10</td><td>86</td><td>94</td></tr><tr><td>student364</td><td>Languages</td><td>female</td><td>15</td><td>3</td><td>86</td><td>49</td></tr><tr><td>student365</td><td>Mathematics</td><td>male</td><td>76</td><td>23</td><td>31</td><td>0</td></tr><tr><td>student366</td><td>Languages</td><td>female</td><td>35</td><td>35</td><td>78</td><td>94</td></tr><tr><td>student367</td><td>Mathematics</td><td>male</td><td>29</td><td>42</td><td>43</td><td>100</td></tr><tr><td>student368</td><td>Languages</td><td>female</td><td>66</td><td>8</td><td>5</td><td>10</td></tr><tr><td>student369</td><td>Mathematics</td><td>male</td><td>74</td><td>15</td><td>56</td><td>83</td></tr><tr><td>student370</td><td>Languages</td><td>female</td><td>75</td><td>43</td><td>90</td><td>8</td></tr><tr><td>student371</td><td>Mathematics</td><td>male</td><td>40</td><td>60</td><td>4</td><td>70</td></tr><tr><td>student372</td><td>Languages</td><td>female</td><td>62</td><td>42</td><td>17</td><td>49</td></tr><tr><td>student373</td><td>Mathematics</td><td>male</td><td>31</td><td>46</td><td>44</td><td>54</td></tr><tr><td>student374</td><td>Languages</td><td>female</td><td>30</td><td>34</td><td>47</td><td>87</td></tr><tr><td>student375</td><td>Mathematics</td><td>male</td><td>9</td><td>69</td><td>41</td><td>52</td></tr><tr><td>student376</td><td>Languages</td><td>female</td><td>85</td><td>43</td><td>29</td><td>92</td></tr><tr><td>student377</td><td>Mathematics</td><td>male</td><td>79</td><td>0</td><td>40</td><td>25</td></tr><tr><td>student378</td><td>Languages</td><td>female</td><td>36</td><td>40</td><td>72</td><td>85</td></tr><tr><td>student379</td><td>Mathematics</td><td>male</td><td>53</td><td>68</td><td>88</td><td>2</td></tr><tr><td>student380</td><td>Languages</td><td>female</td><td>87</td><td>78</td><td>38</td><td>79</td></tr><tr><td>student381</td><td>Mathematics</td><td>male</td><td>89</td><td>97</td><td>83</td><td>38</td></tr><tr><td>student382</td><td>Languages</td><td>female</td><td>21</td><td>19</td><td>49</td><td>10</td></tr><tr><td>student383</td><td>Mathematics</td><td>male</td><td>47</td><td>12</td><td>68</td><td>50</td></tr><tr><td>student384</td><td>Languages</td><td>female</td><td>37</td><td>12</td><td>49</td><td>95</td></tr><tr><td>student385</td><td>Mathematics</td><td>male</td><td>84</td><td>0</td><td>88</td><td>51</td></tr><tr><td>student386</td><td>Languages</td><td>female</td><td>89</td><td>61</td><td>27</td><td>48</td></tr><tr><td>student387</td><td>Mathematics</td><td>male</td><td>10</td><td>47</td><td>87</td><td>61</td></tr><tr><td>student388</td><td>Languages</td><td>female</td><td>16</td><td>9</td><td>26</td><td>56</td></tr><tr><td>student389</td><td>Mathematics</td><td>male</td><td>57</td><td>33</td><td>13</td><td>47</td></tr><tr><td>student390</td><td>Languages</td><td>female</td><td>90</td><td>35</td><td>77</td><td>75</td></tr><tr><td>student391</td><td>Mathematics</td><td>male</td><td>31</td><td>47</td><td>47</td><td>53</td></tr><tr><td>student392</td><td>Languages</td><td>female</td><td>9</td><td>4</td><td>24</td><td>12</td></tr><tr><td>student393</td><td>Mathematics</td><td>male</td><td>61</td><td>19</td><td>81</td><td>7</td></tr><tr><td>student394</td><td>Languages</td><td>female</td><td>4</td><td>57</td><td>57</td><td>7</td></tr><tr><td>student395</td><td>Mathematics</td><td>male</td><td>67</td><td>29</td><td>21</td><td>2</td></tr><tr><td>student396</td><td>Languages</td><td>female</td><td>51</td><td>6</td><td>45</td><td>6</td></tr><tr><td>student397</td><td>Mathematics</td><td>male</td><td>93</td><td>14</td><td>77</td><td>14</td></tr><tr><td>student398</td><td>Languages</td><td>female</td><td>1</td><td>89</td><td>34</td><td>27</td></tr><tr><td>student399</td><td>Mathematics</td><td>male</td><td>93</td><td>77</td><td>57</td><td>91</td></tr><tr><td>student400</td><td>Languages</td><td>female</td><td>67</td><td>77</td><td>80</td><td>32</td></tr><tr><td>student401</td><td>Mathematics</td><td>male</td><td>58</td><td>89</td><td>4</td><td>17</td></tr><tr><td>student402</td><td>Languages</td><td>female</td><td>30</td><td>56</td><td>0</td><td>53</td></tr><tr><td>student403</td><td>Mathematics</td><td>male</td><td>28</td><td>25</td><td>32</td><td>59</td></tr><tr><td>student404</td><td>Languages</td><td>female</td><td>62</td><td>34</td><td>81</td><td>64</td></tr><tr><td>student405</td><td>Mathematics</td><td>male</td><td>29</td><td>84</td><td>26</td><td>23</td></tr><tr><td>student406</td><td>Languages</td><td>female</td><td>70</td><td>8</td><td>63</td><td>77</td></tr><tr><td>student407</td><td>Mathematics</td><td>male</td><td>8</td><td>65</td><td>47</td><td>99</td></tr><tr><td>student408</td><td>Languages</td><td>female</td><td>9</td><td>38</td><td>10</td><td>89</td></tr><tr><td>student409</td><td>Mathematics</td><td>male</td><td>84</td><td>21</td><td>46</td><td>58</td></tr><tr><td>student410</td><td>Languages</td><td>female</td><td>21</td><td>84</td><td>18</td><td>49</td></tr><tr><td>student411</td><td>Mathematics</td><td>male</td><td>27</td><td>9</td><td>63</td><td>40</td></tr><tr><td>student412</td><td>Languages</td><td>female</td><td>93</td><td>0</td><td>19</td><td>91</td></tr><tr><td>student413</td><td>Mathematics</td><td>male</td><td>31</td><td>92</td><td>87</td><td>43</td></tr><tr><td>student414</td><td>Languages</td><td>female</td><td>53</td><td>25</td><td>98</td><td>43</td></tr><tr><td>student415</td><td>Mathematics</td><td>male</td><td>36</td><td>75</td><td>80</td><td>89</td></tr><tr><td>student416</td><td>Languages</td><td>female</td><td>37</td><td>68</td><td>12</td><td>54</td></tr><tr><td>student417</td><td>Mathematics</td><td>male</td><td>25</td><td>89</td><td>12</td><td>53</td></tr><tr><td>student418</td><td>Languages</td><td>female</td><td>92</td><td>2</td><td>8</td><td>46</td></tr><tr><td>student419</td><td>Mathematics</td><td>male</td><td>11</td><td>28</td><td>60</td><td>58</td></tr><tr><td>student420</td><td>Languages</td><td>female</td><td>1</td><td>37</td><td>35</td><td>17</td></tr><tr><td>student421</td><td>Mathematics</td><td>male</td><td>67</td><td>30</td><td>38</td><td>85</td></tr><tr><td>student422</td><td>Languages</td><td>female</td><td>68</td><td>79</td><td>34</td><td>41</td></tr><tr><td>student423</td><td>Mathematics</td><td>male</td><td>72</td><td>45</td><td>93</td><td>41</td></tr><tr><td>student424</td><td>Languages</td><td>female</td><td>56</td><td>46</td><td>45</td><td>38</td></tr><tr><td>student425</td><td>Mathematics</td><td>male</td><td>86</td><td>21</td><td>84</td><td>0</td></tr><tr><td>student426</td><td>Languages</td><td>female</td><td>99</td><td>85</td><td>41</td><td>19</td></tr><tr><td>student427</td><td>Mathematics</td><td>male</td><td>71</td><td>35</td><td>3</td><td>89</td></tr><tr><td>student428</td><td>Languages</td><td>female</td><td>22</td><td>91</td><td>12</td><td>16</td></tr><tr><td>student429</td><td>Mathematics</td><td>male</td><td>15</td><td>3</td><td>26</td><td>93</td></tr><tr><td>student430</td><td>Languages</td><td>female</td><td>35</td><td>46</td><td>34</td><td>74</td></tr><tr><td>student431</td><td>Mathematics</td><td>male</td><td>33</td><td>83</td><td>97</td><td>20</td></tr><tr><td>student432</td><td>Languages</td><td>female</td><td>99</td><td>20</td><td>3</td><td>26</td></tr><tr><td>student433</td><td>Mathematics</td><td>male</td><td>48</td><td>42</td><td>83</td><td>18</td></tr><tr><td>student434</td><td>Languages</td><td>female</td><td>44</td><td>4</td><td>25</td><td>30</td></tr><tr><td>student435</td><td>Mathematics</td><td>male</td><td>78</td><td>48</td><td>60</td><td>45</td></tr><tr><td>student436</td><td>Languages</td><td>female</td><td>47</td><td>57</td><td>89</td><td>0</td></tr><tr><td>student437</td><td>Mathematics</td><td>male</td><td>88</td><td>12</td><td>100</td><td>53</td></tr><tr><td>student438</td><td>Languages</td><td>female</td><td>48</td><td>0</td><td>51</td><td>60</td></tr><tr><td>student439</td><td>Mathematics</td><td>male</td><td>70</td><td>89</td><td>85</td><td>16</td></tr><tr><td>student440</td><td>Languages</td><td>female</td><td>71</td><td>94</td><td>34</td><td>33</td></tr><tr><td>student441</td><td>Mathematics</td><td>male</td><td>68</td><td>13</td><td>72</td><td>18</td></tr><tr><td>student442</td><td>Languages</td><td>female</td><td>7</td><td>53</td><td>97</td><td>21</td></tr><tr><td>student443</td><td>Mathematics</td><td>male</td><td>65</td><td>36</td><td>60</td><td>87</td></tr><tr><td>student444</td><td>Languages</td><td>female</td><td>43</td><td>21</td><td>24</td><td>34</td></tr><tr><td>student445</td><td>Mathematics</td><td>male</td><td>85</td><td>77</td><td>65</td><td>28</td></tr><tr><td>student446</td><td>Languages</td><td>female</td><td>61</td><td>90</td><td>78</td><td>91</td></tr><tr><td>student447</td><td>Mathematics</td><td>male</td><td>92</td><td>0</td><td>78</td><td>12</td></tr><tr><td>student448</td><td>Languages</td><td>female</td><td>33</td><td>30</td><td>62</td><td>90</td></tr><tr><td>student449</td><td>Mathematics</td><td>male</td><td>86</td><td>16</td><td>74</td><td>5</td></tr><tr><td>student450</td><td>Languages</td><td>female</td><td>100</td><td>86</td><td>24</td><td>23</td></tr><tr><td>student451</td><td>Mathematics</td><td>male</td><td>14</td><td>25</td><td>6</td><td>45</td></tr><tr><td>student452</td><td>Languages</td><td>female</td><td>86</td><td>39</td><td>98</td><td>88</td></tr><tr><td>student453</td><td>Mathematics</td><td>male</td><td>72</td><td>68</td><td>77</td><td>19</td></tr><tr><td>student454</td><td>Languages</td><td>female</td><td>9</td><td>45</td><td>23</td><td>100</td></tr><tr><td>student455</td><td>Mathematics</td><td>male</td><td>34</td><td>67</td><td>89</td><td>79</td></tr><tr><td>student456</td><td>Languages</td><td>female</td><td>92</td><td>0</td><td>47</td><td>45</td></tr><tr><td>student457</td><td>Mathematics</td><td>male</td><td>64</td><td>58</td><td>26</td><td>98</td></tr><tr><td>student458</td><td>Languages</td><td>female</td><td>43</td><td>93</td><td>59</td><td>100</td></tr><tr><td>student459</td><td>Mathematics</td><td>male</td><td>82</td><td>35</td><td>97</td><td>81</td></tr><tr><td>student460</td><td>Languages</td><td>female</td><td>18</td><td>35</td><td>24</td><td>100</td></tr><tr><td>student461</td><td>Mathematics</td><td>male</td><td>79</td><td>80</td><td>43</td><td>51</td></tr><tr><td>student462</td><td>Languages</td><td>female</td><td>56</td><td>10</td><td>17</td><td>67</td></tr><tr><td>student463</td><td>Mathematics</td><td>male</td><td>36</td><td>44</td><td>14</td><td>85</td></tr><tr><td>student464</td><td>Languages</td><td>female</td><td>26</td><td>40</td><td>69</td><td>2</td></tr><tr><td>student465</td><td>Mathematics</td><td>male</td><td>59</td><td>93</td><td>43</td><td>78</td></tr><tr><td>student466</td><td>Languages</td><td>female</td><td>78</td><td>84</td><td>88</td><td>3</td></tr><tr><td>student467</td><td>Mathematics</td><td>male</td><td>41</td><td>37</td><td>80</td><td>60</td></tr><tr><td>student468</td><td>Languages</td><td>female</td><td>44</td><td>27</td><td>97</td><td>77</td></tr><tr><td>student469</td><td>Mathematics</td><td>male</td><td>29</td><td>19</td><td>64</td><td>82</td></tr><tr><td>student470</td><td>Languages</td><td>female</td><td>50</td><td>96</td><td>27</td><td>46</td></tr><tr><td>student471</td><td>Mathematics</td><td>male</td><td>49</td><td>15</td><td>51</td><td>45</td></tr><tr><td>student472</td><td>Languages</td><td>female</td><td>38</td><td>35</td><td>31</td><td>78</td></tr><tr><td>student473</td><td>Mathematics</td><td>male</td><td>1</td><td>80</td><td>23</td><td>65</td></tr><tr><td>student474</td><td>Languages</td><td>female</td><td>91</td><td>17</td><td>23</td><td>76</td></tr><tr><td>student475</td><td>Mathematics</td><td>male</td><td>57</td><td>39</td><td>35</td><td>63</td></tr><tr><td>student476</td><td>Languages</td><td>female</td><td>33</td><td>73</td><td>62</td><td>14</td></tr><tr><td>student477</td><td>Mathematics</td><td>male</td><td>96</td><td>16</td><td>88</td><td>40</td></tr><tr><td>student478</td><td>Languages</td><td>female</td><td>30</td><td>63</td><td>16</td><td>13</td></tr><tr><td>student479</td><td>Mathematics</td><td>male</td><td>74</td><td>39</td><td>37</td><td>87</td></tr><tr><td>student480</td><td>Languages</td><td>female</td><td>26</td><td>36</td><td>94</td><td>79</td></tr><tr><td>student481</td><td>Mathematics</td><td>male</td><td>19</td><td>58</td><td>65</td><td>12</td></tr><tr><td>student482</td><td>Languages</td><td>female</td><td>73</td><td>36</td><td>22</td><td>48</td></tr><tr><td>student483</td><td>Mathematics</td><td>male</td><td>78</td><td>94</td><td>75</td><td>7</td></tr><tr><td>student484</td><td>Languages</td><td>female</td><td>59</td><td>51</td><td>9</td><td>35</td></tr><tr><td>student485</td><td>Mathematics</td><td>male</td><td>67</td><td>71</td><td>100</td><td>85</td></tr><tr><td>student486</td><td>Languages</td><td>female</td><td>33</td><td>30</td><td>15</td><td>46</td></tr><tr><td>student487</td><td>Mathematics</td><td>male</td><td>12</td><td>19</td><td>16</td><td>37</td></tr><tr><td>student488</td><td>Languages</td><td>female</td><td>80</td><td>98</td><td>29</td><td>14</td></tr><tr><td>student489</td><td>Mathematics</td><td>male</td><td>70</td><td>51</td><td>14</td><td>31</td></tr><tr><td>student490</td><td>Languages</td><td>female</td><td>95</td><td>38</td><td>15</td><td>92</td></tr><tr><td>student491</td><td>Mathematics</td><td>male</td><td>60</td><td>31</td><td>74</td><td>12</td></tr><tr><td>student492</td><td>Languages</td><td>female</td><td>62</td><td>56</td><td>90</td><td>68</td></tr><tr><td>student493</td><td>Mathematics</td><td>male</td><td>63</td><td>11</td><td>29</td><td>91</td></tr><tr><td>student494</td><td>Languages</td><td>female</td><td>41</td><td>1</td><td>25</td><td>20</td></tr><tr><td>student495</td><td>Mathematics</td><td>male</td><td>60</td><td>5</td><td>31</td><td>44</td></tr><tr><td>student496</td><td>Languages</td><td>female</td><td>11</td><td>35</td><td>5</td><td>28</td></tr><tr><td>student497</td><td>Mathematics</td><td>male</td><td>11</td><td>96</td><td>42</td><td>37</td></tr><tr><td>student498</td><td>Languages</td><td>female</td><td>16</td><td>72</td><td>79</td><td>74</td></tr><tr><td>student499</td><td>Mathematics</td><td>male</td><td>9</td><td>21</td><td>22</td><td>66</td></tr><tr><td>student500</td><td>Languages</td><td>female</td><td>34</td><td>22</td><td>64</td><td>34</td></tr><tr><td>student501</td><td>Mathematics</td><td>male</td><td>50</td><td>93</td><td>86</td><td>61</td></tr><tr><td>student502</td><td>Languages</td><td>female</td><td>50</td><td>22</td><td>40</td><td>44</td></tr><tr><td>student503</td><td>Mathematics</td><td>male</td><td>3</td><td>8</td><td>39</td><td>17</td></tr><tr><td>student504</td><td>Languages</td><td>female</td><td>98</td><td>16</td><td>93</td><td>55</td></tr><tr><td>student505</td><td>Mathematics</td><td>male</td><td>86</td><td>89</td><td>36</td><td>28</td></tr><tr><td>student506</td><td>Languages</td><td>female</td><td>16</td><td>53</td><td>13</td><td>50</td></tr><tr><td>student507</td><td>Mathematics</td><td>male</td><td>57</td><td>57</td><td>3</td><td>38</td></tr><tr><td>student508</td><td>Languages</td><td>female</td><td>34</td><td>79</td><td>69</td><td>77</td></tr><tr><td>student509</td><td>Mathematics</td><td>male</td><td>2</td><td>4</td><td>16</td><td>59</td></tr><tr><td>student510</td><td>Languages</td><td>female</td><td>60</td><td>62</td><td>99</td><td>100</td></tr><tr><td>student511</td><td>Mathematics</td><td>male</td><td>65</td><td>52</td><td>52</td><td>95</td></tr><tr><td>student512</td><td>Languages</td><td>female</td><td>58</td><td>73</td><td>94</td><td>1</td></tr><tr><td>student513</td><td>Mathematics</td><td>male</td><td>39</td><td>75</td><td>28</td><td>76</td></tr><tr><td>student514</td><td>Languages</td><td>female</td><td>46</td><td>6</td><td>64</td><td>78</td></tr><tr><td>student515</td><td>Mathematics</td><td>male</td><td>51</td><td>60</td><td>99</td><td>8</td></tr><tr><td>student516</td><td>Languages</td><td>female</td><td>17</td><td>20</td><td>12</td><td>97</td></tr><tr><td>student517</td><td>Mathematics</td><td>male</td><td>72</td><td>17</td><td>96</td><td>73</td></tr><tr><td>student518</td><td>Languages</td><td>female</td><td>92</td><td>21</td><td>62</td><td>27</td></tr><tr><td>student519</td><td>Mathematics</td><td>male</td><td>50</td><td>42</td><td>4</td><td>33</td></tr><tr><td>student520</td><td>Languages</td><td>female</td><td>52</td><td>37</td><td>1</td><td>57</td></tr><tr><td>student521</td><td>Mathematics</td><td>male</td><td>58</td><td>40</td><td>35</td><td>54</td></tr><tr><td>student522</td><td>Languages</td><td>female</td><td>9</td><td>38</td><td>57</td><td>53</td></tr><tr><td>student523</td><td>Mathematics</td><td>male</td><td>79</td><td>20</td><td>18</td><td>18</td></tr><tr><td>student524</td><td>Languages</td><td>female</td><td>1</td><td>4</td><td>94</td><td>27</td></tr><tr><td>student525</td><td>Mathematics</td><td>male</td><td>95</td><td>41</td><td>29</td><td>98</td></tr><tr><td>student526</td><td>Languages</td><td>female</td><td>34</td><td>59</td><td>9</td><td>21</td></tr><tr><td>student527</td><td>Mathematics</td><td>male</td><td>39</td><td>66</td><td>41</td><td>29</td></tr><tr><td>student528</td><td>Languages</td><td>female</td><td>3</td><td>2</td><td>81</td><td>25</td></tr><tr><td>student529</td><td>Mathematics</td><td>male</td><td>33</td><td>44</td><td>37</td><td>85</td></tr><tr><td>student530</td><td>Languages</td><td>female</td><td>69</td><td>25</td><td>59</td><td>79</td></tr><tr><td>student531</td><td>Mathematics</td><td>male</td><td>13</td><td>50</td><td>49</td><td>52</td></tr><tr><td>student532</td><td>Languages</td><td>female</td><td>54</td><td>83</td><td>45</td><td>31</td></tr><tr><td>student533</td><td>Mathematics</td><td>male</td><td>15</td><td>24</td><td>97</td><td>51</td></tr><tr><td>student534</td><td>Languages</td><td>female</td><td>7</td><td>51</td><td>69</td><td>63</td></tr><tr><td>student535</td><td>Mathematics</td><td>male</td><td>91</td><td>8</td><td>38</td><td>56</td></tr><tr><td>student536</td><td>Languages</td><td>female</td><td>50</td><td>13</td><td>74</td><td>80</td></tr><tr><td>student537</td><td>Mathematics</td><td>male</td><td>54</td><td>75</td><td>74</td><td>10</td></tr><tr><td>student538</td><td>Languages</td><td>female</td><td>76</td><td>39</td><td>70</td><td>46</td></tr><tr><td>student539</td><td>Mathematics</td><td>male</td><td>84</td><td>72</td><td>39</td><td>40</td></tr><tr><td>student540</td><td>Languages</td><td>female</td><td>100</td><td>47</td><td>2</td><td>14</td></tr><tr><td>student541</td><td>Mathematics</td><td>male</td><td>42</td><td>61</td><td>1</td><td>1</td></tr><tr><td>student542</td><td>Languages</td><td>female</td><td>57</td><td>71</td><td>65</td><td>61</td></tr><tr><td>student543</td><td>Mathematics</td><td>male</td><td>78</td><td>5</td><td>41</td><td>34</td></tr><tr><td>student544</td><td>Languages</td><td>female</td><td>14</td><td>76</td><td>36</td><td>47</td></tr><tr><td>student545</td><td>Mathematics</td><td>male</td><td>15</td><td>19</td><td>63</td><td>96</td></tr><tr><td>student546</td><td>Languages</td><td>female</td><td>27</td><td>82</td><td>33</td><td>56</td></tr><tr><td>student547</td><td>Mathematics</td><td>male</td><td>70</td><td>23</td><td>96</td><td>90</td></tr><tr><td>student548</td><td>Languages</td><td>female</td><td>61</td><td>2</td><td>2</td><td>78</td></tr><tr><td>student549</td><td>Mathematics</td><td>male</td><td>22</td><td>37</td><td>64</td><td>36</td></tr><tr><td>student550</td><td>Languages</td><td>female</td><td>75</td><td>96</td><td>94</td><td>40</td></tr><tr><td>student551</td><td>Mathematics</td><td>male</td><td>43</td><td>8</td><td>29</td><td>21</td></tr><tr><td>student552</td><td>Languages</td><td>female</td><td>7</td><td>96</td><td>87</td><td>18</td></tr><tr><td>student553</td><td>Mathematics</td><td>male</td><td>65</td><td>76</td><td>52</td><td>44</td></tr><tr><td>student554</td><td>Languages</td><td>female</td><td>41</td><td>62</td><td>73</td><td>54</td></tr><tr><td>student555</td><td>Mathematics</td><td>male</td><td>25</td><td>98</td><td>21</td><td>40</td></tr><tr><td>student556</td><td>Languages</td><td>female</td><td>17</td><td>70</td><td>96</td><td>82</td></tr><tr><td>student557</td><td>Mathematics</td><td>male</td><td>43</td><td>91</td><td>27</td><td>43</td></tr><tr><td>student558</td><td>Languages</td><td>female</td><td>33</td><td>37</td><td>24</td><td>33</td></tr><tr><td>student559</td><td>Mathematics</td><td>male</td><td>87</td><td>87</td><td>10</td><td>31</td></tr><tr><td>student560</td><td>Languages</td><td>female</td><td>48</td><td>40</td><td>97</td><td>74</td></tr><tr><td>student561</td><td>Mathematics</td><td>male</td><td>63</td><td>75</td><td>91</td><td>55</td></tr><tr><td>student562</td><td>Languages</td><td>female</td><td>66</td><td>82</td><td>59</td><td>95</td></tr><tr><td>student563</td><td>Mathematics</td><td>male</td><td>21</td><td>95</td><td>58</td><td>38</td></tr><tr><td>student564</td><td>Languages</td><td>female</td><td>92</td><td>9</td><td>97</td><td>45</td></tr><tr><td>student565</td><td>Mathematics</td><td>male</td><td>59</td><td>7</td><td>94</td><td>20</td></tr><tr><td>student566</td><td>Languages</td><td>female</td><td>64</td><td>95</td><td>24</td><td>12</td></tr><tr><td>student567</td><td>Mathematics</td><td>male</td><td>70</td><td>46</td><td>36</td><td>74</td></tr><tr><td>student568</td><td>Languages</td><td>female</td><td>16</td><td>25</td><td>91</td><td>49</td></tr><tr><td>student569</td><td>Mathematics</td><td>male</td><td>73</td><td>33</td><td>24</td><td>88</td></tr><tr><td>student570</td><td>Languages</td><td>female</td><td>9</td><td>61</td><td>95</td><td>27</td></tr><tr><td>student571</td><td>Mathematics</td><td>male</td><td>18</td><td>12</td><td>76</td><td>46</td></tr><tr><td>student572</td><td>Languages</td><td>female</td><td>61</td><td>71</td><td>49</td><td>63</td></tr><tr><td>student573</td><td>Mathematics</td><td>male</td><td>46</td><td>32</td><td>85</td><td>17</td></tr><tr><td>student574</td><td>Languages</td><td>female</td><td>42</td><td>42</td><td>11</td><td>37</td></tr><tr><td>student575</td><td>Mathematics</td><td>male</td><td>49</td><td>76</td><td>41</td><td>20</td></tr><tr><td>student576</td><td>Languages</td><td>female</td><td>22</td><td>27</td><td>80</td><td>12</td></tr><tr><td>student577</td><td>Mathematics</td><td>male</td><td>76</td><td>34</td><td>18</td><td>66</td></tr><tr><td>student578</td><td>Languages</td><td>female</td><td>96</td><td>77</td><td>29</td><td>17</td></tr><tr><td>student579</td><td>Mathematics</td><td>male</td><td>62</td><td>51</td><td>67</td><td>72</td></tr><tr><td>student580</td><td>Languages</td><td>female</td><td>96</td><td>67</td><td>22</td><td>54</td></tr><tr><td>student581</td><td>Mathematics</td><td>male</td><td>77</td><td>11</td><td>23</td><td>88</td></tr><tr><td>student582</td><td>Languages</td><td>female</td><td>6</td><td>28</td><td>24</td><td>33</td></tr><tr><td>student583</td><td>Mathematics</td><td>male</td><td>39</td><td>23</td><td>12</td><td>100</td></tr><tr><td>student584</td><td>Languages</td><td>female</td><td>10</td><td>21</td><td>20</td><td>71</td></tr><tr><td>student585</td><td>Mathematics</td><td>male</td><td>11</td><td>27</td><td>7</td><td>100</td></tr><tr><td>student586</td><td>Languages</td><td>female</td><td>40</td><td>34</td><td>97</td><td>78</td></tr><tr><td>student587</td><td>Mathematics</td><td>male</td><td>2</td><td>51</td><td>83</td><td>19</td></tr><tr><td>student588</td><td>Languages</td><td>female</td><td>18</td><td>76</td><td>30</td><td>25</td></tr><tr><td>student589</td><td>Mathematics</td><td>male</td><td>24</td><td>57</td><td>46</td><td>81</td></tr><tr><td>student590</td><td>Languages</td><td>female</td><td>2</td><td>10</td><td>31</td><td>94</td></tr><tr><td>student591</td><td>Mathematics</td><td>male</td><td>91</td><td>84</td><td>75</td><td>13</td></tr><tr><td>student592</td><td>Languages</td><td>female</td><td>79</td><td>44</td><td>97</td><td>10</td></tr><tr><td>student593</td><td>Mathematics</td><td>male</td><td>42</td><td>60</td><td>67</td><td>30</td></tr><tr><td>student594</td><td>Languages</td><td>female</td><td>61</td><td>57</td><td>75</td><td>35</td></tr><tr><td>student595</td><td>Mathematics</td><td>male</td><td>42</td><td>46</td><td>81</td><td>71</td></tr><tr><td>student596</td><td>Languages</td><td>female</td><td>92</td><td>63</td><td>75</td><td>74</td></tr><tr><td>student597</td><td>Mathematics</td><td>male</td><td>86</td><td>37</td><td>40</td><td>51</td></tr><tr><td>student598</td><td>Languages</td><td>female</td><td>52</td><td>10</td><td>47</td><td>3</td></tr><tr><td>student599</td><td>Mathematics</td><td>male</td><td>100</td><td>28</td><td>14</td><td>76</td></tr><tr><td>student600</td><td>Languages</td><td>female</td><td>31</td><td>76</td><td>20</td><td>43</td></tr><tr><td>student601</td><td>Mathematics</td><td>male</td><td>40</td><td>27</td><td>6</td><td>6</td></tr><tr><td>student602</td><td>Languages</td><td>female</td><td>5</td><td>8</td><td>79</td><td>21</td></tr><tr><td>student603</td><td>Mathematics</td><td>male</td><td>7</td><td>54</td><td>6</td><td>91</td></tr><tr><td>student604</td><td>Languages</td><td>female</td><td>28</td><td>30</td><td>15</td><td>3</td></tr><tr><td>student605</td><td>Mathematics</td><td>male</td><td>38</td><td>93</td><td>98</td><td>92</td></tr><tr><td>student606</td><td>Languages</td><td>female</td><td>43</td><td>96</td><td>89</td><td>91</td></tr><tr><td>student607</td><td>Mathematics</td><td>male</td><td>43</td><td>49</td><td>14</td><td>83</td></tr><tr><td>student608</td><td>Languages</td><td>female</td><td>50</td><td>61</td><td>72</td><td>98</td></tr><tr><td>student609</td><td>Mathematics</td><td>male</td><td>4</td><td>49</td><td>99</td><td>83</td></tr><tr><td>student610</td><td>Languages</td><td>female</td><td>5</td><td>36</td><td>73</td><td>82</td></tr><tr><td>student611</td><td>Mathematics</td><td>male</td><td>40</td><td>84</td><td>99</td><td>54</td></tr><tr><td>student612</td><td>Languages</td><td>female</td><td>29</td><td>96</td><td>65</td><td>69</td></tr><tr><td>student613</td><td>Mathematics</td><td>male</td><td>12</td><td>76</td><td>5</td><td>99</td></tr><tr><td>student614</td><td>Languages</td><td>female</td><td>47</td><td>83</td><td>49</td><td>4</td></tr><tr><td>student615</td><td>Mathematics</td><td>male</td><td>37</td><td>27</td><td>22</td><td>4</td></tr><tr><td>student616</td><td>Languages</td><td>female</td><td>94</td><td>39</td><td>49</td><td>24</td></tr><tr><td>student617</td><td>Mathematics</td><td>male</td><td>0</td><td>75</td><td>21</td><td>41</td></tr><tr><td>student618</td><td>Languages</td><td>female</td><td>59</td><td>36</td><td>4</td><td>18</td></tr><tr><td>student619</td><td>Mathematics</td><td>male</td><td>22</td><td>66</td><td>13</td><td>3</td></tr><tr><td>student620</td><td>Languages</td><td>female</td><td>43</td><td>87</td><td>4</td><td>48</td></tr><tr><td>student621</td><td>Mathematics</td><td>male</td><td>100</td><td>15</td><td>51</td><td>52</td></tr><tr><td>student622</td><td>Languages</td><td>female</td><td>63</td><td>71</td><td>99</td><td>17</td></tr><tr><td>student623</td><td>Mathematics</td><td>male</td><td>14</td><td>34</td><td>44</td><td>100</td></tr><tr><td>student624</td><td>Languages</td><td>female</td><td>23</td><td>8</td><td>57</td><td>27</td></tr><tr><td>student625</td><td>Mathematics</td><td>male</td><td>23</td><td>14</td><td>32</td><td>40</td></tr><tr><td>student626</td><td>Languages</td><td>female</td><td>34</td><td>49</td><td>72</td><td>54</td></tr><tr><td>student627</td><td>Mathematics</td><td>male</td><td>21</td><td>16</td><td>81</td><td>26</td></tr><tr><td>student628</td><td>Languages</td><td>female</td><td>54</td><td>69</td><td>34</td><td>34</td></tr><tr><td>student629</td><td>Mathematics</td><td>male</td><td>72</td><td>11</td><td>63</td><td>31</td></tr><tr><td>student630</td><td>Languages</td><td>female</td><td>87</td><td>98</td><td>9</td><td>47</td></tr><tr><td>student631</td><td>Mathematics</td><td>male</td><td>43</td><td>52</td><td>53</td><td>58</td></tr><tr><td>student632</td><td>Languages</td><td>female</td><td>50</td><td>14</td><td>4</td><td>20</td></tr><tr><td>student633</td><td>Mathematics</td><td>male</td><td>89</td><td>83</td><td>67</td><td>87</td></tr><tr><td>student634</td><td>Languages</td><td>female</td><td>0</td><td>79</td><td>9</td><td>16</td></tr><tr><td>student635</td><td>Mathematics</td><td>male</td><td>59</td><td>17</td><td>84</td><td>58</td></tr><tr><td>student636</td><td>Languages</td><td>female</td><td>94</td><td>95</td><td>36</td><td>60</td></tr><tr><td>student637</td><td>Mathematics</td><td>male</td><td>39</td><td>42</td><td>63</td><td>46</td></tr><tr><td>student638</td><td>Languages</td><td>female</td><td>0</td><td>19</td><td>6</td><td>10</td></tr><tr><td>student639</td><td>Mathematics</td><td>male</td><td>50</td><td>16</td><td>41</td><td>71</td></tr><tr><td>student640</td><td>Languages</td><td>female</td><td>8</td><td>60</td><td>46</td><td>13</td></tr><tr><td>student641</td><td>Mathematics</td><td>male</td><td>45</td><td>85</td><td>59</td><td>36</td></tr><tr><td>student642</td><td>Languages</td><td>female</td><td>83</td><td>35</td><td>0</td><td>57</td></tr><tr><td>student643</td><td>Mathematics</td><td>male</td><td>8</td><td>30</td><td>60</td><td>14</td></tr><tr><td>student644</td><td>Languages</td><td>female</td><td>76</td><td>80</td><td>73</td><td>38</td></tr><tr><td>student645</td><td>Mathematics</td><td>male</td><td>26</td><td>14</td><td>58</td><td>2</td></tr><tr><td>student646</td><td>Languages</td><td>female</td><td>93</td><td>16</td><td>42</td><td>2</td></tr><tr><td>student647</td><td>Mathematics</td><td>male</td><td>85</td><td>94</td><td>76</td><td>16</td></tr><tr><td>student648</td><td>Languages</td><td>female</td><td>57</td><td>45</td><td>32</td><td>16</td></tr><tr><td>student649</td><td>Mathematics</td><td>male</td><td>16</td><td>16</td><td>90</td><td>13</td></tr><tr><td>student650</td><td>Languages</td><td>female</td><td>43</td><td>3</td><td>18</td><td>87</td></tr><tr><td>student651</td><td>Mathematics</td><td>male</td><td>16</td><td>24</td><td>32</td><td>44</td></tr><tr><td>student652</td><td>Languages</td><td>female</td><td>59</td><td>98</td><td>3</td><td>34</td></tr><tr><td>student653</td><td>Mathematics</td><td>male</td><td>73</td><td>18</td><td>47</td><td>83</td></tr><tr><td>student654</td><td>Languages</td><td>female</td><td>99</td><td>25</td><td>100</td><td>93</td></tr><tr><td>student655</td><td>Mathematics</td><td>male</td><td>0</td><td>73</td><td>97</td><td>84</td></tr><tr><td>student656</td><td>Languages</td><td>female</td><td>0</td><td>28</td><td>94</td><td>75</td></tr><tr><td>student657</td><td>Mathematics</td><td>male</td><td>65</td><td>90</td><td>58</td><td>63</td></tr><tr><td>student658</td><td>Languages</td><td>female</td><td>84</td><td>35</td><td>86</td><td>41</td></tr><tr><td>student659</td><td>Mathematics</td><td>male</td><td>45</td><td>39</td><td>59</td><td>9</td></tr><tr><td>student660</td><td>Languages</td><td>female</td><td>32</td><td>10</td><td>31</td><td>62</td></tr><tr><td>student661</td><td>Mathematics</td><td>male</td><td>61</td><td>28</td><td>54</td><td>61</td></tr><tr><td>student662</td><td>Languages</td><td>female</td><td>70</td><td>96</td><td>14</td><td>54</td></tr><tr><td>student663</td><td>Mathematics</td><td>male</td><td>63</td><td>92</td><td>29</td><td>8</td></tr><tr><td>student664</td><td>Languages</td><td>female</td><td>41</td><td>10</td><td>46</td><td>23</td></tr><tr><td>student665</td><td>Mathematics</td><td>male</td><td>81</td><td>91</td><td>80</td><td>21</td></tr><tr><td>student666</td><td>Languages</td><td>female</td><td>79</td><td>71</td><td>65</td><td>68</td></tr><tr><td>student667</td><td>Mathematics</td><td>male</td><td>47</td><td>69</td><td>18</td><td>90</td></tr><tr><td>student668</td><td>Languages</td><td>female</td><td>26</td><td>16</td><td>70</td><td>0</td></tr><tr><td>student669</td><td>Mathematics</td><td>male</td><td>66</td><td>10</td><td>93</td><td>35</td></tr><tr><td>student670</td><td>Languages</td><td>female</td><td>66</td><td>68</td><td>27</td><td>13</td></tr><tr><td>student671</td><td>Mathematics</td><td>male</td><td>86</td><td>79</td><td>26</td><td>45</td></tr><tr><td>student672</td><td>Languages</td><td>female</td><td>50</td><td>53</td><td>25</td><td>74</td></tr><tr><td>student673</td><td>Mathematics</td><td>male</td><td>97</td><td>53</td><td>9</td><td>14</td></tr><tr><td>student674</td><td>Languages</td><td>female</td><td>28</td><td>79</td><td>69</td><td>42</td></tr><tr><td>student675</td><td>Mathematics</td><td>male</td><td>60</td><td>72</td><td>5</td><td>9</td></tr><tr><td>student676</td><td>Languages</td><td>female</td><td>53</td><td>21</td><td>39</td><td>43</td></tr><tr><td>student677</td><td>Mathematics</td><td>male</td><td>37</td><td>65</td><td>45</td><td>91</td></tr><tr><td>student678</td><td>Languages</td><td>female</td><td>76</td><td>80</td><td>60</td><td>27</td></tr><tr><td>student679</td><td>Mathematics</td><td>male</td><td>85</td><td>27</td><td>34</td><td>55</td></tr><tr><td>student680</td><td>Languages</td><td>female</td><td>66</td><td>11</td><td>41</td><td>17</td></tr><tr><td>student681</td><td>Mathematics</td><td>male</td><td>27</td><td>61</td><td>89</td><td>82</td></tr><tr><td>student682</td><td>Languages</td><td>female</td><td>40</td><td>26</td><td>1</td><td>3</td></tr><tr><td>student683</td><td>Mathematics</td><td>male</td><td>25</td><td>1</td><td>66</td><td>95</td></tr><tr><td>student684</td><td>Languages</td><td>female</td><td>63</td><td>44</td><td>85</td><td>63</td></tr><tr><td>student685</td><td>Mathematics</td><td>male</td><td>97</td><td>95</td><td>78</td><td>83</td></tr><tr><td>student686</td><td>Languages</td><td>female</td><td>51</td><td>2</td><td>13</td><td>87</td></tr><tr><td>student687</td><td>Mathematics</td><td>male</td><td>63</td><td>92</td><td>87</td><td>23</td></tr><tr><td>student688</td><td>Languages</td><td>female</td><td>22</td><td>96</td><td>59</td><td>59</td></tr><tr><td>student689</td><td>Mathematics</td><td>male</td><td>33</td><td>80</td><td>15</td><td>23</td></tr><tr><td>student690</td><td>Languages</td><td>female</td><td>34</td><td>75</td><td>19</td><td>24</td></tr><tr><td>student691</td><td>Mathematics</td><td>male</td><td>36</td><td>68</td><td>48</td><td>54</td></tr><tr><td>student692</td><td>Languages</td><td>female</td><td>32</td><td>36</td><td>20</td><td>12</td></tr><tr><td>student693</td><td>Mathematics</td><td>male</td><td>68</td><td>91</td><td>74</td><td>50</td></tr><tr><td>student694</td><td>Languages</td><td>female</td><td>87</td><td>91</td><td>96</td><td>37</td></tr><tr><td>student695</td><td>Mathematics</td><td>male</td><td>23</td><td>9</td><td>14</td><td>4</td></tr><tr><td>student696</td><td>Languages</td><td>female</td><td>94</td><td>62</td><td>9</td><td>77</td></tr><tr><td>student697</td><td>Mathematics</td><td>male</td><td>14</td><td>7</td><td>45</td><td>75</td></tr><tr><td>student698</td><td>Languages</td><td>female</td><td>73</td><td>92</td><td>19</td><td>90</td></tr><tr><td>student699</td><td>Mathematics</td><td>male</td><td>8</td><td>20</td><td>79</td><td>78</td></tr><tr><td>student700</td><td>Languages</td><td>female</td><td>76</td><td>35</td><td>100</td><td>39</td></tr><tr><td>student701</td><td>Mathematics</td><td>male</td><td>27</td><td>51</td><td>89</td><td>49</td></tr><tr><td>student702</td><td>Languages</td><td>female</td><td>0</td><td>64</td><td>72</td><td>37</td></tr><tr><td>student703</td><td>Mathematics</td><td>male</td><td>93</td><td>46</td><td>94</td><td>87</td></tr><tr><td>student704</td><td>Languages</td><td>female</td><td>69</td><td>22</td><td>17</td><td>2</td></tr><tr><td>student705</td><td>Mathematics</td><td>male</td><td>17</td><td>52</td><td>11</td><td>3</td></tr><tr><td>student706</td><td>Languages</td><td>female</td><td>13</td><td>2</td><td>52</td><td>19</td></tr><tr><td>student707</td><td>Mathematics</td><td>male</td><td>75</td><td>61</td><td>72</td><td>73</td></tr><tr><td>student708</td><td>Languages</td><td>female</td><td>84</td><td>37</td><td>7</td><td>36</td></tr><tr><td>student709</td><td>Mathematics</td><td>male</td><td>81</td><td>19</td><td>45</td><td>14</td></tr><tr><td>student710</td><td>Languages</td><td>female</td><td>62</td><td>17</td><td>39</td><td>27</td></tr><tr><td>student711</td><td>Mathematics</td><td>male</td><td>88</td><td>69</td><td>6</td><td>81</td></tr><tr><td>student712</td><td>Languages</td><td>female</td><td>53</td><td>82</td><td>59</td><td>29</td></tr><tr><td>student713</td><td>Mathematics</td><td>male</td><td>83</td><td>34</td><td>71</td><td>34</td></tr><tr><td>student714</td><td>Languages</td><td>female</td><td>95</td><td>52</td><td>61</td><td>4</td></tr><tr><td>student715</td><td>Mathematics</td><td>male</td><td>6</td><td>71</td><td>53</td><td>13</td></tr><tr><td>student716</td><td>Languages</td><td>female</td><td>82</td><td>97</td><td>82</td><td>5</td></tr><tr><td>student717</td><td>Mathematics</td><td>male</td><td>65</td><td>50</td><td>31</td><td>46</td></tr><tr><td>student718</td><td>Languages</td><td>female</td><td>27</td><td>46</td><td>25</td><td>37</td></tr><tr><td>student719</td><td>Mathematics</td><td>male</td><td>98</td><td>42</td><td>35</td><td>44</td></tr><tr><td>student720</td><td>Languages</td><td>female</td><td>90</td><td>1</td><td>44</td><td>44</td></tr><tr><td>student721</td><td>Mathematics</td><td>male</td><td>3</td><td>16</td><td>82</td><td>93</td></tr><tr><td>student722</td><td>Languages</td><td>female</td><td>34</td><td>3</td><td>43</td><td>70</td></tr><tr><td>student723</td><td>Mathematics</td><td>male</td><td>59</td><td>77</td><td>14</td><td>21</td></tr><tr><td>student724</td><td>Languages</td><td>female</td><td>16</td><td>53</td><td>57</td><td>59</td></tr><tr><td>student725</td><td>Mathematics</td><td>male</td><td>79</td><td>1</td><td>44</td><td>16</td></tr><tr><td>student726</td><td>Languages</td><td>female</td><td>10</td><td>8</td><td>19</td><td>9</td></tr><tr><td>student727</td><td>Mathematics</td><td>male</td><td>89</td><td>48</td><td>79</td><td>16</td></tr><tr><td>student728</td><td>Languages</td><td>female</td><td>8</td><td>87</td><td>23</td><td>87</td></tr><tr><td>student729</td><td>Mathematics</td><td>male</td><td>17</td><td>53</td><td>95</td><td>84</td></tr><tr><td>student730</td><td>Languages</td><td>female</td><td>65</td><td>52</td><td>39</td><td>61</td></tr><tr><td>student731</td><td>Mathematics</td><td>male</td><td>44</td><td>30</td><td>96</td><td>72</td></tr><tr><td>student732</td><td>Languages</td><td>female</td><td>70</td><td>79</td><td>32</td><td>33</td></tr><tr><td>student733</td><td>Mathematics</td><td>male</td><td>30</td><td>47</td><td>46</td><td>11</td></tr><tr><td>student734</td><td>Languages</td><td>female</td><td>76</td><td>100</td><td>16</td><td>49</td></tr><tr><td>student735</td><td>Mathematics</td><td>male</td><td>39</td><td>36</td><td>90</td><td>89</td></tr><tr><td>student736</td><td>Languages</td><td>female</td><td>1</td><td>94</td><td>19</td><td>29</td></tr><tr><td>student737</td><td>Mathematics</td><td>male</td><td>23</td><td>73</td><td>78</td><td>87</td></tr><tr><td>student738</td><td>Languages</td><td>female</td><td>87</td><td>71</td><td>44</td><td>64</td></tr><tr><td>student739</td><td>Mathematics</td><td>male</td><td>22</td><td>19</td><td>82</td><td>20</td></tr><tr><td>student740</td><td>Languages</td><td>female</td><td>94</td><td>52</td><td>67</td><td>39</td></tr><tr><td>student741</td><td>Mathematics</td><td>male</td><td>14</td><td>17</td><td>51</td><td>87</td></tr><tr><td>student742</td><td>Languages</td><td>female</td><td>56</td><td>63</td><td>98</td><td>3</td></tr><tr><td>student743</td><td>Mathematics</td><td>male</td><td>99</td><td>92</td><td>46</td><td>98</td></tr><tr><td>student744</td><td>Languages</td><td>female</td><td>19</td><td>76</td><td>83</td><td>88</td></tr><tr><td>student745</td><td>Mathematics</td><td>male</td><td>15</td><td>77</td><td>68</td><td>81</td></tr><tr><td>student746</td><td>Languages</td><td>female</td><td>48</td><td>81</td><td>48</td><td>38</td></tr><tr><td>student747</td><td>Mathematics</td><td>male</td><td>29</td><td>1</td><td>38</td><td>61</td></tr><tr><td>student748</td><td>Languages</td><td>female</td><td>71</td><td>63</td><td>0</td><td>30</td></tr><tr><td>student749</td><td>Mathematics</td><td>male</td><td>19</td><td>68</td><td>30</td><td>53</td></tr><tr><td>student750</td><td>Languages</td><td>female</td><td>91</td><td>18</td><td>27</td><td>62</td></tr><tr><td>student751</td><td>Mathematics</td><td>male</td><td>73</td><td>33</td><td>38</td><td>36</td></tr><tr><td>student752</td><td>Languages</td><td>female</td><td>99</td><td>38</td><td>75</td><td>50</td></tr><tr><td>student753</td><td>Mathematics</td><td>male</td><td>55</td><td>71</td><td>34</td><td>90</td></tr><tr><td>student754</td><td>Languages</td><td>female</td><td>52</td><td>40</td><td>98</td><td>83</td></tr><tr><td>student755</td><td>Mathematics</td><td>male</td><td>14</td><td>63</td><td>61</td><td>1</td></tr><tr><td>student756</td><td>Languages</td><td>female</td><td>1</td><td>31</td><td>94</td><td>96</td></tr><tr><td>student757</td><td>Mathematics</td><td>male</td><td>49</td><td>66</td><td>55</td><td>92</td></tr><tr><td>student758</td><td>Languages</td><td>female</td><td>0</td><td>19</td><td>80</td><td>82</td></tr><tr><td>student759</td><td>Mathematics</td><td>male</td><td>26</td><td>35</td><td>87</td><td>3</td></tr><tr><td>student760</td><td>Languages</td><td>female</td><td>8</td><td>28</td><td>76</td><td>39</td></tr><tr><td>student761</td><td>Mathematics</td><td>male</td><td>52</td><td>11</td><td>83</td><td>57</td></tr><tr><td>student762</td><td>Languages</td><td>female</td><td>83</td><td>68</td><td>84</td><td>25</td></tr><tr><td>student763</td><td>Mathematics</td><td>male</td><td>17</td><td>2</td><td>56</td><td>70</td></tr><tr><td>student764</td><td>Languages</td><td>female</td><td>17</td><td>58</td><td>0</td><td>84</td></tr><tr><td>student765</td><td>Mathematics</td><td>male</td><td>75</td><td>6</td><td>47</td><td>85</td></tr><tr><td>student766</td><td>Languages</td><td>female</td><td>76</td><td>32</td><td>93</td><td>39</td></tr><tr><td>student767</td><td>Mathematics</td><td>male</td><td>20</td><td>75</td><td>84</td><td>65</td></tr><tr><td>student768</td><td>Languages</td><td>female</td><td>25</td><td>47</td><td>12</td><td>89</td></tr><tr><td>student769</td><td>Mathematics</td><td>male</td><td>86</td><td>94</td><td>79</td><td>45</td></tr><tr><td>student770</td><td>Languages</td><td>female</td><td>65</td><td>81</td><td>55</td><td>35</td></tr><tr><td>student771</td><td>Mathematics</td><td>male</td><td>62</td><td>41</td><td>41</td><td>43</td></tr><tr><td>student772</td><td>Languages</td><td>female</td><td>14</td><td>4</td><td>62</td><td>43</td></tr><tr><td>student773</td><td>Mathematics</td><td>male</td><td>17</td><td>55</td><td>72</td><td>78</td></tr><tr><td>student774</td><td>Languages</td><td>female</td><td>95</td><td>46</td><td>35</td><td>6</td></tr><tr><td>student775</td><td>Mathematics</td><td>male</td><td>72</td><td>0</td><td>56</td><td>48</td></tr><tr><td>student776</td><td>Languages</td><td>female</td><td>30</td><td>88</td><td>19</td><td>56</td></tr><tr><td>student777</td><td>Mathematics</td><td>male</td><td>42</td><td>44</td><td>88</td><td>56</td></tr><tr><td>student778</td><td>Languages</td><td>female</td><td>42</td><td>69</td><td>56</td><td>63</td></tr><tr><td>student779</td><td>Mathematics</td><td>male</td><td>78</td><td>57</td><td>78</td><td>3</td></tr><tr><td>student780</td><td>Languages</td><td>female</td><td>15</td><td>86</td><td>24</td><td>98</td></tr><tr><td>student781</td><td>Mathematics</td><td>male</td><td>46</td><td>8</td><td>43</td><td>69</td></tr><tr><td>student782</td><td>Languages</td><td>female</td><td>67</td><td>98</td><td>15</td><td>52</td></tr><tr><td>student783</td><td>Mathematics</td><td>male</td><td>33</td><td>32</td><td>63</td><td>57</td></tr><tr><td>student784</td><td>Languages</td><td>female</td><td>35</td><td>95</td><td>16</td><td>53</td></tr><tr><td>student785</td><td>Mathematics</td><td>male</td><td>78</td><td>54</td><td>54</td><td>82</td></tr><tr><td>student786</td><td>Languages</td><td>female</td><td>81</td><td>85</td><td>91</td><td>4</td></tr><tr><td>student787</td><td>Mathematics</td><td>male</td><td>42</td><td>41</td><td>23</td><td>14</td></tr><tr><td>student788</td><td>Languages</td><td>female</td><td>59</td><td>100</td><td>86</td><td>36</td></tr><tr><td>student789</td><td>Mathematics</td><td>male</td><td>1</td><td>92</td><td>60</td><td>12</td></tr><tr><td>student790</td><td>Languages</td><td>female</td><td>100</td><td>34</td><td>5</td><td>70</td></tr><tr><td>student791</td><td>Mathematics</td><td>male</td><td>3</td><td>81</td><td>2</td><td>17</td></tr><tr><td>student792</td><td>Languages</td><td>female</td><td>31</td><td>55</td><td>19</td><td>3</td></tr><tr><td>student793</td><td>Mathematics</td><td>male</td><td>11</td><td>33</td><td>98</td><td>77</td></tr><tr><td>student794</td><td>Languages</td><td>female</td><td>4</td><td>61</td><td>7</td><td>86</td></tr><tr><td>student795</td><td>Mathematics</td><td>male</td><td>57</td><td>86</td><td>7</td><td>27</td></tr><tr><td>student796</td><td>Languages</td><td>female</td><td>5</td><td>74</td><td>62</td><td>36</td></tr><tr><td>student797</td><td>Mathematics</td><td>male</td><td>57</td><td>67</td><td>66</td><td>61</td></tr><tr><td>student798</td><td>Languages</td><td>female</td><td>93</td><td>88</td><td>87</td><td>25</td></tr><tr><td>student799</td><td>Mathematics</td><td>male</td><td>59</td><td>96</td><td>64</td><td>41</td></tr><tr><td>student800</td><td>Languages</td><td>female</td><td>62</td><td>7</td><td>69</td><td>23</td></tr><tr><td>student801</td><td>Mathematics</td><td>male</td><td>35</td><td>83</td><td>32</td><td>55</td></tr><tr><td>student802</td><td>Languages</td><td>female</td><td>42</td><td>58</td><td>15</td><td>83</td></tr><tr><td>student803</td><td>Mathematics</td><td>male</td><td>41</td><td>90</td><td>40</td><td>12</td></tr><tr><td>student804</td><td>Languages</td><td>female</td><td>81</td><td>43</td><td>83</td><td>7</td></tr><tr><td>student805</td><td>Mathematics</td><td>male</td><td>87</td><td>77</td><td>33</td><td>20</td></tr><tr><td>student806</td><td>Languages</td><td>female</td><td>53</td><td>87</td><td>30</td><td>37</td></tr><tr><td>student807</td><td>Mathematics</td><td>male</td><td>13</td><td>35</td><td>85</td><td>16</td></tr><tr><td>student808</td><td>Languages</td><td>female</td><td>20</td><td>82</td><td>90</td><td>34</td></tr><tr><td>student809</td><td>Mathematics</td><td>male</td><td>58</td><td>2</td><td>16</td><td>14</td></tr><tr><td>student810</td><td>Languages</td><td>female</td><td>14</td><td>28</td><td>23</td><td>56</td></tr><tr><td>student811</td><td>Mathematics</td><td>male</td><td>49</td><td>97</td><td>36</td><td>8</td></tr><tr><td>student812</td><td>Languages</td><td>female</td><td>31</td><td>46</td><td>11</td><td>63</td></tr><tr><td>student813</td><td>Mathematics</td><td>male</td><td>74</td><td>9</td><td>76</td><td>43</td></tr><tr><td>student814</td><td>Languages</td><td>female</td><td>42</td><td>83</td><td>95</td><td>75</td></tr><tr><td>student815</td><td>Mathematics</td><td>male</td><td>2</td><td>65</td><td>45</td><td>29</td></tr><tr><td>student816</td><td>Languages</td><td>female</td><td>79</td><td>59</td><td>69</td><td>88</td></tr><tr><td>student817</td><td>Mathematics</td><td>male</td><td>68</td><td>18</td><td>26</td><td>84</td></tr><tr><td>student818</td><td>Languages</td><td>female</td><td>39</td><td>13</td><td>99</td><td>15</td></tr><tr><td>student819</td><td>Mathematics</td><td>male</td><td>22</td><td>48</td><td>71</td><td>6</td></tr><tr><td>student820</td><td>Languages</td><td>female</td><td>12</td><td>53</td><td>88</td><td>11</td></tr><tr><td>student821</td><td>Mathematics</td><td>male</td><td>33</td><td>90</td><td>80</td><td>29</td></tr><tr><td>student822</td><td>Languages</td><td>female</td><td>37</td><td>9</td><td>54</td><td>86</td></tr><tr><td>student823</td><td>Mathematics</td><td>male</td><td>91</td><td>78</td><td>85</td><td>1</td></tr><tr><td>student824</td><td>Languages</td><td>female</td><td>31</td><td>58</td><td>67</td><td>31</td></tr><tr><td>student825</td><td>Mathematics</td><td>male</td><td>22</td><td>30</td><td>50</td><td>98</td></tr><tr><td>student826</td><td>Languages</td><td>female</td><td>55</td><td>58</td><td>56</td><td>10</td></tr><tr><td>student827</td><td>Mathematics</td><td>male</td><td>56</td><td>76</td><td>57</td><td>53</td></tr><tr><td>student828</td><td>Languages</td><td>female</td><td>1</td><td>12</td><td>98</td><td>81</td></tr><tr><td>student829</td><td>Mathematics</td><td>male</td><td>67</td><td>92</td><td>66</td><td>71</td></tr><tr><td>student830</td><td>Languages</td><td>female</td><td>30</td><td>61</td><td>44</td><td>49</td></tr><tr><td>student831</td><td>Mathematics</td><td>male</td><td>0</td><td>41</td><td>44</td><td>61</td></tr><tr><td>student832</td><td>Languages</td><td>female</td><td>72</td><td>52</td><td>45</td><td>85</td></tr><tr><td>student833</td><td>Mathematics</td><td>male</td><td>60</td><td>99</td><td>12</td><td>94</td></tr><tr><td>student834</td><td>Languages</td><td>female</td><td>83</td><td>58</td><td>75</td><td>42</td></tr><tr><td>student835</td><td>Mathematics</td><td>male</td><td>95</td><td>0</td><td>53</td><td>77</td></tr><tr><td>student836</td><td>Languages</td><td>female</td><td>33</td><td>28</td><td>70</td><td>62</td></tr><tr><td>student837</td><td>Mathematics</td><td>male</td><td>39</td><td>82</td><td>75</td><td>5</td></tr><tr><td>student838</td><td>Languages</td><td>female</td><td>41</td><td>100</td><td>45</td><td>47</td></tr><tr><td>student839</td><td>Mathematics</td><td>male</td><td>81</td><td>69</td><td>27</td><td>29</td></tr><tr><td>student840</td><td>Languages</td><td>female</td><td>90</td><td>1</td><td>26</td><td>49</td></tr><tr><td>student841</td><td>Mathematics</td><td>male</td><td>45</td><td>38</td><td>20</td><td>34</td></tr><tr><td>student842</td><td>Languages</td><td>female</td><td>3</td><td>25</td><td>31</td><td>1</td></tr><tr><td>student843</td><td>Mathematics</td><td>male</td><td>55</td><td>77</td><td>86</td><td>49</td></tr><tr><td>student844</td><td>Languages</td><td>female</td><td>61</td><td>60</td><td>91</td><td>76</td></tr><tr><td>student845</td><td>Mathematics</td><td>male</td><td>80</td><td>85</td><td>74</td><td>9</td></tr><tr><td>student846</td><td>Languages</td><td>female</td><td>63</td><td>89</td><td>73</td><td>71</td></tr><tr><td>student847</td><td>Mathematics</td><td>male</td><td>79</td><td>15</td><td>97</td><td>42</td></tr><tr><td>student848</td><td>Languages</td><td>female</td><td>99</td><td>18</td><td>73</td><td>43</td></tr><tr><td>student849</td><td>Mathematics</td><td>male</td><td>30</td><td>52</td><td>38</td><td>56</td></tr><tr><td>student850</td><td>Languages</td><td>female</td><td>65</td><td>86</td><td>67</td><td>34</td></tr><tr><td>student851</td><td>Mathematics</td><td>male</td><td>73</td><td>43</td><td>6</td><td>55</td></tr><tr><td>student852</td><td>Languages</td><td>female</td><td>42</td><td>43</td><td>51</td><td>73</td></tr><tr><td>student853</td><td>Mathematics</td><td>male</td><td>8</td><td>70</td><td>98</td><td>0</td></tr><tr><td>student854</td><td>Languages</td><td>female</td><td>29</td><td>41</td><td>12</td><td>45</td></tr><tr><td>student855</td><td>Mathematics</td><td>male</td><td>57</td><td>3</td><td>90</td><td>90</td></tr><tr><td>student856</td><td>Languages</td><td>female</td><td>80</td><td>52</td><td>96</td><td>54</td></tr><tr><td>student857</td><td>Mathematics</td><td>male</td><td>43</td><td>83</td><td>82</td><td>46</td></tr><tr><td>student858</td><td>Languages</td><td>female</td><td>7</td><td>91</td><td>71</td><td>31</td></tr><tr><td>student859</td><td>Mathematics</td><td>male</td><td>68</td><td>13</td><td>70</td><td>7</td></tr><tr><td>student860</td><td>Languages</td><td>female</td><td>51</td><td>44</td><td>15</td><td>52</td></tr><tr><td>student861</td><td>Mathematics</td><td>male</td><td>91</td><td>70</td><td>1</td><td>78</td></tr><tr><td>student862</td><td>Languages</td><td>female</td><td>4</td><td>11</td><td>65</td><td>78</td></tr><tr><td>student863</td><td>Mathematics</td><td>male</td><td>20</td><td>63</td><td>55</td><td>85</td></tr><tr><td>student864</td><td>Languages</td><td>female</td><td>59</td><td>3</td><td>87</td><td>26</td></tr><tr><td>student865</td><td>Mathematics</td><td>male</td><td>4</td><td>89</td><td>44</td><td>32</td></tr><tr><td>student866</td><td>Languages</td><td>female</td><td>26</td><td>67</td><td>98</td><td>39</td></tr><tr><td>student867</td><td>Mathematics</td><td>male</td><td>48</td><td>79</td><td>38</td><td>66</td></tr><tr><td>student868</td><td>Languages</td><td>female</td><td>16</td><td>32</td><td>15</td><td>3</td></tr><tr><td>student869</td><td>Mathematics</td><td>male</td><td>13</td><td>20</td><td>50</td><td>85</td></tr><tr><td>student870</td><td>Languages</td><td>female</td><td>4</td><td>92</td><td>20</td><td>39</td></tr><tr><td>student871</td><td>Mathematics</td><td>male</td><td>82</td><td>6</td><td>23</td><td>53</td></tr><tr><td>student872</td><td>Languages</td><td>female</td><td>6</td><td>60</td><td>74</td><td>64</td></tr><tr><td>student873</td><td>Mathematics</td><td>male</td><td>66</td><td>48</td><td>39</td><td>14</td></tr><tr><td>student874</td><td>Languages</td><td>female</td><td>43</td><td>83</td><td>3</td><td>100</td></tr><tr><td>student875</td><td>Mathematics</td><td>male</td><td>21</td><td>49</td><td>9</td><td>0</td></tr><tr><td>student876</td><td>Languages</td><td>female</td><td>79</td><td>80</td><td>71</td><td>80</td></tr><tr><td>student877</td><td>Mathematics</td><td>male</td><td>84</td><td>25</td><td>26</td><td>88</td></tr><tr><td>student878</td><td>Languages</td><td>female</td><td>38</td><td>46</td><td>66</td><td>60</td></tr><tr><td>student879</td><td>Mathematics</td><td>male</td><td>35</td><td>27</td><td>98</td><td>51</td></tr><tr><td>student880</td><td>Languages</td><td>female</td><td>57</td><td>59</td><td>2</td><td>67</td></tr><tr><td>student881</td><td>Mathematics</td><td>male</td><td>76</td><td>87</td><td>78</td><td>8</td></tr><tr><td>student882</td><td>Languages</td><td>female</td><td>21</td><td>40</td><td>8</td><td>17</td></tr><tr><td>student883</td><td>Mathematics</td><td>male</td><td>50</td><td>4</td><td>68</td><td>66</td></tr><tr><td>student884</td><td>Languages</td><td>female</td><td>83</td><td>86</td><td>30</td><td>92</td></tr><tr><td>student885</td><td>Mathematics</td><td>male</td><td>63</td><td>46</td><td>66</td><td>94</td></tr><tr><td>student886</td><td>Languages</td><td>female</td><td>76</td><td>71</td><td>2</td><td>62</td></tr><tr><td>student887</td><td>Mathematics</td><td>male</td><td>74</td><td>18</td><td>68</td><td>6</td></tr><tr><td>student888</td><td>Languages</td><td>female</td><td>65</td><td>77</td><td>44</td><td>88</td></tr><tr><td>student889</td><td>Mathematics</td><td>male</td><td>67</td><td>32</td><td>61</td><td>19</td></tr><tr><td>student890</td><td>Languages</td><td>female</td><td>85</td><td>96</td><td>85</td><td>41</td></tr><tr><td>student891</td><td>Mathematics</td><td>male</td><td>14</td><td>87</td><td>70</td><td>5</td></tr><tr><td>student892</td><td>Languages</td><td>female</td><td>81</td><td>28</td><td>45</td><td>28</td></tr><tr><td>student893</td><td>Mathematics</td><td>male</td><td>9</td><td>19</td><td>18</td><td>83</td></tr><tr><td>student894</td><td>Languages</td><td>female</td><td>40</td><td>70</td><td>2</td><td>4</td></tr><tr><td>student895</td><td>Mathematics</td><td>male</td><td>18</td><td>19</td><td>51</td><td>89</td></tr><tr><td>student896</td><td>Languages</td><td>female</td><td>70</td><td>35</td><td>25</td><td>12</td></tr><tr><td>student897</td><td>Mathematics</td><td>male</td><td>72</td><td>90</td><td>7</td><td>41</td></tr><tr><td>student898</td><td>Languages</td><td>female</td><td>84</td><td>1</td><td>71</td><td>86</td></tr><tr><td>student899</td><td>Mathematics</td><td>male</td><td>14</td><td>2</td><td>38</td><td>86</td></tr><tr><td>student900</td><td>Languages</td><td>female</td><td>78</td><td>37</td><td>60</td><td>1</td></tr><tr><td>student901</td><td>Mathematics</td><td>male</td><td>66</td><td>95</td><td>31</td><td>68</td></tr><tr><td>student902</td><td>Languages</td><td>female</td><td>23</td><td>60</td><td>80</td><td>65</td></tr><tr><td>student903</td><td>Mathematics</td><td>male</td><td>76</td><td>89</td><td>63</td><td>96</td></tr><tr><td>student904</td><td>Languages</td><td>female</td><td>3</td><td>46</td><td>90</td><td>70</td></tr><tr><td>student905</td><td>Mathematics</td><td>male</td><td>65</td><td>44</td><td>96</td><td>79</td></tr><tr><td>student906</td><td>Languages</td><td>female</td><td>68</td><td>77</td><td>8</td><td>65</td></tr><tr><td>student907</td><td>Mathematics</td><td>male</td><td>86</td><td>61</td><td>99</td><td>43</td></tr><tr><td>student908</td><td>Languages</td><td>female</td><td>88</td><td>95</td><td>32</td><td>13</td></tr><tr><td>student909</td><td>Mathematics</td><td>male</td><td>53</td><td>100</td><td>59</td><td>82</td></tr><tr><td>student910</td><td>Languages</td><td>female</td><td>35</td><td>7</td><td>95</td><td>35</td></tr><tr><td>student911</td><td>Mathematics</td><td>male</td><td>23</td><td>0</td><td>1</td><td>77</td></tr><tr><td>student912</td><td>Languages</td><td>female</td><td>9</td><td>68</td><td>72</td><td>63</td></tr><tr><td>student913</td><td>Mathematics</td><td>male</td><td>23</td><td>92</td><td>39</td><td>96</td></tr><tr><td>student914</td><td>Languages</td><td>female</td><td>94</td><td>97</td><td>6</td><td>58</td></tr><tr><td>student915</td><td>Mathematics</td><td>male</td><td>49</td><td>31</td><td>29</td><td>71</td></tr><tr><td>student916</td><td>Languages</td><td>female</td><td>21</td><td>57</td><td>79</td><td>57</td></tr><tr><td>student917</td><td>Mathematics</td><td>male</td><td>0</td><td>35</td><td>100</td><td>89</td></tr><tr><td>student918</td><td>Languages</td><td>female</td><td>64</td><td>82</td><td>75</td><td>52</td></tr><tr><td>student919</td><td>Mathematics</td><td>male</td><td>16</td><td>66</td><td>69</td><td>68</td></tr><tr><td>student920</td><td>Languages</td><td>female</td><td>92</td><td>95</td><td>11</td><td>27</td></tr><tr><td>student921</td><td>Mathematics</td><td>male</td><td>16</td><td>88</td><td>85</td><td>90</td></tr><tr><td>student922</td><td>Languages</td><td>female</td><td>56</td><td>15</td><td>26</td><td>98</td></tr><tr><td>student923</td><td>Mathematics</td><td>male</td><td>78</td><td>27</td><td>40</td><td>17</td></tr><tr><td>student924</td><td>Languages</td><td>female</td><td>95</td><td>10</td><td>44</td><td>32</td></tr><tr><td>student925</td><td>Mathematics</td><td>male</td><td>99</td><td>85</td><td>52</td><td>18</td></tr><tr><td>student926</td><td>Languages</td><td>female</td><td>73</td><td>31</td><td>71</td><td>49</td></tr><tr><td>student927</td><td>Mathematics</td><td>male</td><td>21</td><td>79</td><td>10</td><td>63</td></tr><tr><td>student928</td><td>Languages</td><td>female</td><td>92</td><td>71</td><td>80</td><td>12</td></tr><tr><td>student929</td><td>Mathematics</td><td>male</td><td>23</td><td>29</td><td>33</td><td>88</td></tr><tr><td>student930</td><td>Languages</td><td>female</td><td>41</td><td>8</td><td>98</td><td>84</td></tr><tr><td>student931</td><td>Mathematics</td><td>male</td><td>97</td><td>17</td><td>79</td><td>21</td></tr><tr><td>student932</td><td>Languages</td><td>female</td><td>72</td><td>40</td><td>93</td><td>92</td></tr><tr><td>student933</td><td>Mathematics</td><td>male</td><td>75</td><td>58</td><td>3</td><td>26</td></tr><tr><td>student934</td><td>Languages</td><td>female</td><td>15</td><td>98</td><td>27</td><td>28</td></tr><tr><td>student935</td><td>Mathematics</td><td>male</td><td>76</td><td>88</td><td>80</td><td>6</td></tr><tr><td>student936</td><td>Languages</td><td>female</td><td>84</td><td>23</td><td>42</td><td>92</td></tr><tr><td>student937</td><td>Mathematics</td><td>male</td><td>71</td><td>56</td><td>86</td><td>71</td></tr><tr><td>student938</td><td>Languages</td><td>female</td><td>7</td><td>39</td><td>58</td><td>22</td></tr><tr><td>student939</td><td>Mathematics</td><td>male</td><td>1</td><td>55</td><td>54</td><td>60</td></tr><tr><td>student940</td><td>Languages</td><td>female</td><td>20</td><td>31</td><td>30</td><td>8</td></tr><tr><td>student941</td><td>Mathematics</td><td>male</td><td>97</td><td>54</td><td>41</td><td>81</td></tr><tr><td>student942</td><td>Languages</td><td>female</td><td>83</td><td>41</td><td>86</td><td>64</td></tr><tr><td>student943</td><td>Mathematics</td><td>male</td><td>71</td><td>95</td><td>32</td><td>7</td></tr><tr><td>student944</td><td>Languages</td><td>female</td><td>0</td><td>27</td><td>30</td><td>91</td></tr><tr><td>student945</td><td>Mathematics</td><td>male</td><td>99</td><td>75</td><td>17</td><td>22</td></tr><tr><td>student946</td><td>Languages</td><td>female</td><td>92</td><td>53</td><td>10</td><td>90</td></tr><tr><td>student947</td><td>Mathematics</td><td>male</td><td>4</td><td>44</td><td>94</td><td>32</td></tr><tr><td>student948</td><td>Languages</td><td>female</td><td>0</td><td>97</td><td>48</td><td>79</td></tr><tr><td>student949</td><td>Mathematics</td><td>male</td><td>97</td><td>55</td><td>79</td><td>74</td></tr><tr><td>student950</td><td>Languages</td><td>female</td><td>65</td><td>98</td><td>9</td><td>32</td></tr><tr><td>student951</td><td>Mathematics</td><td>male</td><td>56</td><td>73</td><td>38</td><td>81</td></tr><tr><td>student952</td><td>Languages</td><td>female</td><td>84</td><td>94</td><td>61</td><td>50</td></tr><tr><td>student953</td><td>Mathematics</td><td>male</td><td>48</td><td>20</td><td>77</td><td>0</td></tr><tr><td>student954</td><td>Languages</td><td>female</td><td>39</td><td>98</td><td>14</td><td>20</td></tr><tr><td>student955</td><td>Mathematics</td><td>male</td><td>4</td><td>15</td><td>24</td><td>65</td></tr><tr><td>student956</td><td>Languages</td><td>female</td><td>78</td><td>22</td><td>92</td><td>31</td></tr><tr><td>student957</td><td>Mathematics</td><td>male</td><td>28</td><td>38</td><td>26</td><td>54</td></tr><tr><td>student958</td><td>Languages</td><td>female</td><td>49</td><td>61</td><td>35</td><td>54</td></tr><tr><td>student959</td><td>Mathematics</td><td>male</td><td>81</td><td>15</td><td>28</td><td>17</td></tr><tr><td>student960</td><td>Languages</td><td>female</td><td>54</td><td>80</td><td>58</td><td>2</td></tr><tr><td>student961</td><td>Mathematics</td><td>male</td><td>75</td><td>23</td><td>5</td><td>37</td></tr><tr><td>student962</td><td>Languages</td><td>female</td><td>55</td><td>65</td><td>1</td><td>20</td></tr><tr><td>student963</td><td>Mathematics</td><td>male</td><td>86</td><td>42</td><td>70</td><td>36</td></tr><tr><td>student964</td><td>Languages</td><td>female</td><td>54</td><td>45</td><td>54</td><td>80</td></tr><tr><td>student965</td><td>Mathematics</td><td>male</td><td>38</td><td>18</td><td>69</td><td>92</td></tr><tr><td>student966</td><td>Languages</td><td>female</td><td>33</td><td>89</td><td>46</td><td>83</td></tr><tr><td>student967</td><td>Mathematics</td><td>male</td><td>43</td><td>9</td><td>55</td><td>76</td></tr><tr><td>student968</td><td>Languages</td><td>female</td><td>13</td><td>26</td><td>12</td><td>86</td></tr><tr><td>student969</td><td>Mathematics</td><td>male</td><td>94</td><td>22</td><td>85</td><td>59</td></tr><tr><td>student970</td><td>Languages</td><td>female</td><td>93</td><td>58</td><td>6</td><td>10</td></tr><tr><td>student971</td><td>Mathematics</td><td>male</td><td>35</td><td>72</td><td>85</td><td>36</td></tr><tr><td>student972</td><td>Languages</td><td>female</td><td>37</td><td>51</td><td>96</td><td>93</td></tr><tr><td>student973</td><td>Mathematics</td><td>male</td><td>71</td><td>10</td><td>79</td><td>59</td></tr><tr><td>student974</td><td>Languages</td><td>female</td><td>71</td><td>31</td><td>73</td><td>93</td></tr><tr><td>student975</td><td>Mathematics</td><td>male</td><td>80</td><td>26</td><td>86</td><td>97</td></tr><tr><td>student976</td><td>Languages</td><td>female</td><td>69</td><td>21</td><td>67</td><td>69</td></tr><tr><td>student977</td><td>Mathematics</td><td>male</td><td>38</td><td>86</td><td>10</td><td>39</td></tr><tr><td>student978</td><td>Languages</td><td>female</td><td>48</td><td>90</td><td>39</td><td>81</td></tr><tr><td>student979</td><td>Mathematics</td><td>male</td><td>90</td><td>83</td><td>3</td><td>42</td></tr><tr><td>student980</td><td>Languages</td><td>female</td><td>19</td><td>1</td><td>91</td><td>84</td></tr><tr><td>student981</td><td>Mathematics</td><td>male</td><td>98</td><td>25</td><td>50</td><td>46</td></tr><tr><td>student982</td><td>Languages</td><td>female</td><td>38</td><td>88</td><td>21</td><td>16</td></tr><tr><td>student983</td><td>Mathematics</td><td>male</td><td>71</td><td>48</td><td>18</td><td>43</td></tr><tr><td>student984</td><td>Languages</td><td>female</td><td>79</td><td>85</td><td>18</td><td>16</td></tr><tr><td>student985</td><td>Mathematics</td><td>male</td><td>51</td><td>66</td><td>90</td><td>68</td></tr><tr><td>student986</td><td>Languages</td><td>female</td><td>100</td><td>95</td><td>65</td><td>91</td></tr><tr><td>student987</td><td>Mathematics</td><td>male</td><td>6</td><td>74</td><td>24</td><td>24</td></tr><tr><td>student988</td><td>Languages</td><td>female</td><td>93</td><td>80</td><td>94</td><td>35</td></tr><tr><td>student989</td><td>Mathematics</td><td>male</td><td>65</td><td>78</td><td>57</td><td>94</td></tr><tr><td>student990</td><td>Languages</td><td>female</td><td>27</td><td>92</td><td>21</td><td>91</td></tr><tr><td>student991</td><td>Mathematics</td><td>male</td><td>77</td><td>15</td><td>26</td><td>76</td></tr><tr><td>student992</td><td>Languages</td><td>female</td><td>28</td><td>84</td><td>51</td><td>67</td></tr><tr><td>student993</td><td>Mathematics</td><td>male</td><td>3</td><td>78</td><td>62</td><td>50</td></tr><tr><td>student994</td><td>Languages</td><td>female</td><td>59</td><td>77</td><td>20</td><td>74</td></tr><tr><td>student995</td><td>Mathematics</td><td>male</td><td>62</td><td>66</td><td>8</td><td>75</td></tr><tr><td>student996</td><td>Languages</td><td>female</td><td>88</td><td>70</td><td>33</td><td>43</td></tr><tr><td>student997</td><td>Mathematics</td><td>male</td><td>73</td><td>33</td><td>42</td><td>53</td></tr><tr><td>student998</td><td>Languages</td><td>female</td><td>64</td><td>10</td><td>2</td><td>31</td></tr><tr><td>student999</td><td>Mathematics</td><td>male</td><td>91</td><td>93</td><td>16</td><td>35</td></tr><tr><td>student1000</td><td>Languages</td><td>female</td><td>30</td><td>68</td><td>95</td><td>40</td></tr><tr><td>student1001</td><td>Mathematics</td><td>male</td><td>25</td><td>2</td><td>48</td><td>32</td></tr><tr><td>student1002</td><td>Languages</td><td>female</td><td>50</td><td>77</td><td>53</td><td>81</td></tr><tr><td>student1003</td><td>Mathematics</td><td>male</td><td>67</td><td>44</td><td>10</td><td>65</td></tr><tr><td>student1004</td><td>Languages</td><td>female</td><td>29</td><td>53</td><td>34</td><td>86</td></tr><tr><td>student1005</td><td>Mathematics</td><td>male</td><td>77</td><td>69</td><td>22</td><td>75</td></tr><tr><td>student1006</td><td>Languages</td><td>female</td><td>48</td><td>82</td><td>95</td><td>40</td></tr><tr><td>student1007</td><td>Mathematics</td><td>male</td><td>30</td><td>71</td><td>29</td><td>63</td></tr><tr><td>student1008</td><td>Languages</td><td>female</td><td>45</td><td>31</td><td>4</td><td>71</td></tr><tr><td>student1009</td><td>Mathematics</td><td>male</td><td>81</td><td>12</td><td>20</td><td>44</td></tr><tr><td>student1010</td><td>Languages</td><td>female</td><td>17</td><td>66</td><td>82</td><td>42</td></tr><tr><td>student1011</td><td>Mathematics</td><td>male</td><td>15</td><td>11</td><td>32</td><td>18</td></tr><tr><td>student1012</td><td>Languages</td><td>female</td><td>27</td><td>34</td><td>59</td><td>19</td></tr><tr><td>student1013</td><td>Mathematics</td><td>male</td><td>18</td><td>67</td><td>25</td><td>14</td></tr><tr><td>student1014</td><td>Languages</td><td>female</td><td>24</td><td>64</td><td>52</td><td>24</td></tr><tr><td>student1015</td><td>Mathematics</td><td>male</td><td>36</td><td>87</td><td>48</td><td>46</td></tr><tr><td>student1016</td><td>Languages</td><td>female</td><td>33</td><td>1</td><td>70</td><td>68</td></tr><tr><td>student1017</td><td>Mathematics</td><td>male</td><td>48</td><td>26</td><td>3</td><td>80</td></tr><tr><td>student1018</td><td>Languages</td><td>female</td><td>53</td><td>63</td><td>85</td><td>57</td></tr><tr><td>student1019</td><td>Mathematics</td><td>male</td><td>58</td><td>73</td><td>0</td><td>24</td></tr><tr><td>student1020</td><td>Languages</td><td>female</td><td>85</td><td>90</td><td>81</td><td>0</td></tr><tr><td>student1021</td><td>Mathematics</td><td>male</td><td>69</td><td>28</td><td>52</td><td>76</td></tr><tr><td>student1022</td><td>Languages</td><td>female</td><td>75</td><td>22</td><td>7</td><td>52</td></tr></tbody>
+	<tr><td>student23</td><td>Mathematics</td><td>male</td><td>82</td><td>77</td><td>0</td><td>79</td></tr><tr><td>student24</td><td>Languages</td><td>female</td><td>100</td><td>91</td><td>13</td><td>82</td></tr><tr><td>student25</td><td>Mathematics</td><td>male</td><td>22</td><td>96</td><td>82</td><td>53</td></tr><tr><td>student26</td><td>Languages</td><td>female</td><td>37</td><td>29</td><td>56</td><td>59</td></tr><tr><td>student27</td><td>Mathematics</td><td>male</td><td>86</td><td>82</td><td>69</td><td>23</td></tr><tr><td>student28</td><td>Languages</td><td>female</td><td>44</td><td>25</td><td>43</td><td>1</td></tr><tr><td>student29</td><td>Mathematics</td><td>male</td><td>77</td><td>47</td><td>22</td><td>38</td></tr><tr><td>student30</td><td>Languages</td><td>female</td><td>19</td><td>35</td><td>23</td><td>10</td></tr><tr><td>student31</td><td>Mathematics</td><td>male</td><td>90</td><td>27</td><td>17</td><td>50</td></tr><tr><td>student32</td><td>Languages</td><td>female</td><td>60</td><td>75</td><td>33</td><td>38</td></tr><tr><td>student33</td><td>Mathematics</td><td>male</td><td>4</td><td>31</td><td>37</td><td>15</td></tr><tr><td>student34</td><td>Languages</td><td>female</td><td>77</td><td>97</td><td>81</td><td>44</td></tr><tr><td>student35</td><td>Mathematics</td><td>male</td><td>5</td><td>81</td><td>51</td><td>95</td></tr><tr><td>student36</td><td>Languages</td><td>female</td><td>70</td><td>61</td><td>70</td><td>94</td></tr><tr><td>student37</td><td>Mathematics</td><td>male</td><td>60</td><td>3</td><td>61</td><td>84</td></tr><tr><td>student38</td><td>Languages</td><td>female</td><td>63</td><td>39</td><td>0</td><td>11</td></tr><tr><td>student39</td><td>Mathematics</td><td>male</td><td>50</td><td>46</td><td>32</td><td>38</td></tr><tr><td>student40</td><td>Languages</td><td>female</td><td>51</td><td>75</td><td>25</td><td>3</td></tr><tr><td>student41</td><td>Mathematics</td><td>male</td><td>43</td><td>34</td><td>28</td><td>78</td></tr><tr><td>student42</td><td>Languages</td><td>female</td><td>11</td><td>89</td><td>60</td><td>95</td></tr><tr><td>student43</td><td>Mathematics</td><td>male</td><td>48</td><td>92</td><td>18</td><td>88</td></tr><tr><td>student44</td><td>Languages</td><td>female</td><td>82</td><td>2</td><td>59</td><td>73</td></tr><tr><td>student45</td><td>Mathematics</td><td>male</td><td>91</td><td>73</td><td>37</td><td>39</td></tr><tr><td>student46</td><td>Languages</td><td>female</td><td>4</td><td>8</td><td>12</td><td>10</td></tr><tr><td>student47</td><td>Mathematics</td><td>male</td><td>89</td><td>10</td><td>6</td><td>11</td></tr><tr><td>student48</td><td>Languages</td><td>female</td><td>90</td><td>32</td><td>21</td><td>18</td></tr><tr><td>student49</td><td>Mathematics</td><td>male</td><td>42</td><td>49</td><td>49</td><td>72</td></tr><tr><td>student50</td><td>Languages</td><td>female</td><td>56</td><td>37</td><td>67</td><td>54</td></tr><tr><td>student51</td><td>Mathematics</td><td>male</td><td>48</td><td>31</td><td>55</td><td>63</td></tr><tr><td>student52</td><td>Languages</td><td>female</td><td>38</td><td>91</td><td>71</td><td>74</td></tr><tr><td>student53</td><td>Mathematics</td><td>male</td><td>2</td><td>63</td><td>85</td><td>100</td></tr><tr><td>student54</td><td>Languages</td><td>female</td><td>75</td><td>81</td><td>16</td><td>23</td></tr><tr><td>student55</td><td>Mathematics</td><td>male</td><td>65</td><td>52</td><td>15</td><td>53</td></tr><tr><td>student56</td><td>Languages</td><td>female</td><td>23</td><td>52</td><td>79</td><td>94</td></tr><tr><td>student57</td><td>Mathematics</td><td>male</td><td>80</td><td>22</td><td>61</td><td>12</td></tr><tr><td>student58</td><td>Languages</td><td>female</td><td>53</td><td>5</td><td>79</td><td>79</td></tr><tr><td>student59</td><td>Mathematics</td><td>male</td><td>96</td><td>32</td><td>35</td><td>17</td></tr><tr><td>student60</td><td>Languages</td><td>female</td><td>16</td><td>76</td><td>65</td><td>27</td></tr><tr><td>student61</td><td>Mathematics</td><td>male</td><td>20</td><td>57</td><td>22</td><td>23</td></tr><tr><td>student62</td><td>Languages</td><td>female</td><td>19</td><td>83</td><td>87</td><td>78</td></tr><tr><td>student63</td><td>Mathematics</td><td>male</td><td>2</td><td>5</td><td>83</td><td>30</td></tr><tr><td>student64</td><td>Languages</td><td>female</td><td>0</td><td>21</td><td>9</td><td>93</td></tr><tr><td>student65</td><td>Mathematics</td><td>male</td><td>20</td><td>86</td><td>13</td><td>96</td></tr><tr><td>student66</td><td>Languages</td><td>female</td><td>28</td><td>35</td><td>87</td><td>57</td></tr><tr><td>student67</td><td>Mathematics</td><td>male</td><td>36</td><td>50</td><td>29</td><td>10</td></tr><tr><td>student68</td><td>Languages</td><td>female</td><td>60</td><td>90</td><td>96</td><td>6</td></tr><tr><td>student69</td><td>Mathematics</td><td>male</td><td>34</td><td>61</td><td>43</td><td>98</td></tr><tr><td>student70</td><td>Languages</td><td>female</td><td>13</td><td>37</td><td>91</td><td>83</td></tr><tr><td>student71</td><td>Mathematics</td><td>male</td><td>47</td><td>80</td><td>57</td><td>82</td></tr><tr><td>student72</td><td>Languages</td><td>female</td><td>69</td><td>43</td><td>37</td><td>37</td></tr><tr><td>student73</td><td>Mathematics</td><td>male</td><td>54</td><td>60</td><td>94</td><td>21</td></tr><tr><td>student74</td><td>Languages</td><td>female</td><td>71</td><td>14</td><td>34</td><td>46</td></tr><tr><td>student75</td><td>Mathematics</td><td>male</td><td>89</td><td>96</td><td>31</td><td>17</td></tr><tr><td>student76</td><td>Languages</td><td>female</td><td>28</td><td>48</td><td>29</td><td>94</td></tr><tr><td>student77</td><td>Mathematics</td><td>male</td><td>100</td><td>65</td><td>20</td><td>24</td></tr><tr><td>student78</td><td>Languages</td><td>female</td><td>11</td><td>96</td><td>90</td><td>33</td></tr><tr><td>student79</td><td>Mathematics</td><td>male</td><td>53</td><td>55</td><td>93</td><td>39</td></tr><tr><td>student80</td><td>Languages</td><td>female</td><td>1</td><td>100</td><td>84</td><td>44</td></tr><tr><td>student81</td><td>Mathematics</td><td>male</td><td>63</td><td>78</td><td>96</td><td>43</td></tr><tr><td>student82</td><td>Languages</td><td>female</td><td>41</td><td>69</td><td>82</td><td>35</td></tr><tr><td>student83</td><td>Mathematics</td><td>male</td><td>94</td><td>98</td><td>13</td><td>9</td></tr><tr><td>student84</td><td>Languages</td><td>female</td><td>94</td><td>72</td><td>91</td><td>77</td></tr><tr><td>student85</td><td>Mathematics</td><td>male</td><td>71</td><td>32</td><td>45</td><td>25</td></tr><tr><td>student86</td><td>Languages</td><td>female</td><td>9</td><td>89</td><td>64</td><td>37</td></tr><tr><td>student87</td><td>Mathematics</td><td>male</td><td>89</td><td>1</td><td>73</td><td>67</td></tr><tr><td>student88</td><td>Languages</td><td>female</td><td>43</td><td>41</td><td>68</td><td>79</td></tr><tr><td>student89</td><td>Mathematics</td><td>male</td><td>7</td><td>38</td><td>22</td><td>37</td></tr><tr><td>student90</td><td>Languages</td><td>female</td><td>94</td><td>83</td><td>93</td><td>37</td></tr><tr><td>student91</td><td>Mathematics</td><td>male</td><td>82</td><td>84</td><td>2</td><td>61</td></tr><tr><td>student92</td><td>Languages</td><td>female</td><td>46</td><td>41</td><td>30</td><td>69</td></tr><tr><td>student93</td><td>Mathematics</td><td>male</td><td>47</td><td>19</td><td>85</td><td>83</td></tr><tr><td>student94</td><td>Languages</td><td>female</td><td>39</td><td>14</td><td>64</td><td>62</td></tr><tr><td>student95</td><td>Mathematics</td><td>male</td><td>71</td><td>31</td><td>46</td><td>28</td></tr><tr><td>student96</td><td>Languages</td><td>female</td><td>90</td><td>94</td><td>45</td><td>40</td></tr><tr><td>student97</td><td>Mathematics</td><td>male</td><td>46</td><td>89</td><td>2</td><td>5</td></tr><tr><td>student98</td><td>Languages</td><td>female</td><td>41</td><td>43</td><td>47</td><td>99</td></tr><tr><td>student99</td><td>Mathematics</td><td>male</td><td>71</td><td>90</td><td>89</td><td>73</td></tr><tr><td>student100</td><td>Languages</td><td>female</td><td>31</td><td>64</td><td>18</td><td>56</td></tr><tr><td>student101</td><td>Mathematics</td><td>male</td><td>52</td><td>13</td><td>69</td><td>99</td></tr><tr><td>student102</td><td>Languages</td><td>female</td><td>86</td><td>39</td><td>83</td><td>18</td></tr><tr><td>student103</td><td>Mathematics</td><td>male</td><td>23</td><td>65</td><td>98</td><td>80</td></tr><tr><td>student104</td><td>Languages</td><td>female</td><td>78</td><td>100</td><td>57</td><td>66</td></tr><tr><td>student105</td><td>Mathematics</td><td>male</td><td>69</td><td>21</td><td>43</td><td>97</td></tr><tr><td>student106</td><td>Languages</td><td>female</td><td>27</td><td>2</td><td>78</td><td>38</td></tr><tr><td>student107</td><td>Mathematics</td><td>male</td><td>86</td><td>96</td><td>46</td><td>34</td></tr><tr><td>student108</td><td>Languages</td><td>female</td><td>13</td><td>84</td><td>66</td><td>64</td></tr><tr><td>student109</td><td>Mathematics</td><td>male</td><td>35</td><td>95</td><td>98</td><td>81</td></tr><tr><td>student110</td><td>Languages</td><td>female</td><td>30</td><td>28</td><td>62</td><td>54</td></tr><tr><td>student111</td><td>Mathematics</td><td>male</td><td>60</td><td>31</td><td>35</td><td>85</td></tr><tr><td>student112</td><td>Languages</td><td>female</td><td>19</td><td>81</td><td>19</td><td>69</td></tr><tr><td>student113</td><td>Mathematics</td><td>male</td><td>66</td><td>5</td><td>98</td><td>54</td></tr><tr><td>student114</td><td>Languages</td><td>female</td><td>38</td><td>80</td><td>40</td><td>16</td></tr><tr><td>student115</td><td>Mathematics</td><td>male</td><td>5</td><td>84</td><td>96</td><td>97</td></tr><tr><td>student116</td><td>Languages</td><td>female</td><td>59</td><td>97</td><td>69</td><td>54</td></tr><tr><td>student117</td><td>Mathematics</td><td>male</td><td>0</td><td>34</td><td>79</td><td>49</td></tr><tr><td>student118</td><td>Languages</td><td>female</td><td>18</td><td>7</td><td>12</td><td>85</td></tr><tr><td>student119</td><td>Mathematics</td><td>male</td><td>93</td><td>87</td><td>7</td><td>59</td></tr><tr><td>student120</td><td>Languages</td><td>female</td><td>42</td><td>23</td><td>26</td><td>90</td></tr><tr><td>student121</td><td>Mathematics</td><td>male</td><td>17</td><td>39</td><td>66</td><td>89</td></tr><tr><td>student122</td><td>Languages</td><td>female</td><td>26</td><td>75</td><td>90</td><td>18</td></tr><tr><td>student123</td><td>Mathematics</td><td>male</td><td>34</td><td>23</td><td>77</td><td>80</td></tr><tr><td>student124</td><td>Languages</td><td>female</td><td>52</td><td>6</td><td>77</td><td>42</td></tr><tr><td>student125</td><td>Mathematics</td><td>male</td><td>56</td><td>2</td><td>85</td><td>81</td></tr><tr><td>student126</td><td>Languages</td><td>female</td><td>51</td><td>35</td><td>67</td><td>44</td></tr><tr><td>student127</td><td>Mathematics</td><td>male</td><td>64</td><td>64</td><td>44</td><td>34</td></tr><tr><td>student128</td><td>Languages</td><td>female</td><td>67</td><td>91</td><td>79</td><td>82</td></tr><tr><td>student129</td><td>Mathematics</td><td>male</td><td>4</td><td>26</td><td>15</td><td>79</td></tr><tr><td>student130</td><td>Languages</td><td>female</td><td>72</td><td>10</td><td>3</td><td>69</td></tr><tr><td>student131</td><td>Mathematics</td><td>male</td><td>94</td><td>77</td><td>51</td><td>1</td></tr><tr><td>student132</td><td>Languages</td><td>female</td><td>27</td><td>95</td><td>85</td><td>48</td></tr><tr><td>student133</td><td>Mathematics</td><td>male</td><td>92</td><td>11</td><td>40</td><td>61</td></tr><tr><td>student134</td><td>Languages</td><td>female</td><td>4</td><td>18</td><td>56</td><td>60</td></tr><tr><td>student135</td><td>Mathematics</td><td>male</td><td>8</td><td>42</td><td>26</td><td>52</td></tr><tr><td>student136</td><td>Languages</td><td>female</td><td>7</td><td>60</td><td>47</td><td>21</td></tr><tr><td>student137</td><td>Mathematics</td><td>male</td><td>51</td><td>81</td><td>30</td><td>90</td></tr><tr><td>student138</td><td>Languages</td><td>female</td><td>58</td><td>6</td><td>16</td><td>73</td></tr><tr><td>student139</td><td>Mathematics</td><td>male</td><td>48</td><td>38</td><td>37</td><td>31</td></tr><tr><td>student140</td><td>Languages</td><td>female</td><td>33</td><td>26</td><td>56</td><td>60</td></tr><tr><td>student141</td><td>Mathematics</td><td>male</td><td>84</td><td>84</td><td>29</td><td>75</td></tr><tr><td>student142</td><td>Languages</td><td>female</td><td>72</td><td>35</td><td>6</td><td>54</td></tr><tr><td>student143</td><td>Mathematics</td><td>male</td><td>31</td><td>42</td><td>70</td><td>82</td></tr><tr><td>student144</td><td>Languages</td><td>female</td><td>94</td><td>87</td><td>50</td><td>35</td></tr><tr><td>student145</td><td>Mathematics</td><td>male</td><td>91</td><td>52</td><td>80</td><td>26</td></tr><tr><td>student146</td><td>Languages</td><td>female</td><td>78</td><td>65</td><td>79</td><td>79</td></tr><tr><td>student147</td><td>Mathematics</td><td>male</td><td>50</td><td>90</td><td>59</td><td>71</td></tr><tr><td>student148</td><td>Languages</td><td>female</td><td>15</td><td>68</td><td>66</td><td>33</td></tr><tr><td>student149</td><td>Mathematics</td><td>male</td><td>17</td><td>36</td><td>34</td><td>13</td></tr><tr><td>student150</td><td>Languages</td><td>female</td><td>30</td><td>95</td><td>69</td><td>73</td></tr><tr><td>student151</td><td>Mathematics</td><td>male</td><td>20</td><td>53</td><td>49</td><td>58</td></tr><tr><td>student152</td><td>Languages</td><td>female</td><td>19</td><td>89</td><td>60</td><td>60</td></tr><tr><td>student153</td><td>Mathematics</td><td>male</td><td>52</td><td>82</td><td>20</td><td>3</td></tr><tr><td>student154</td><td>Languages</td><td>female</td><td>66</td><td>98</td><td>53</td><td>66</td></tr><tr><td>student155</td><td>Mathematics</td><td>male</td><td>5</td><td>85</td><td>22</td><td>58</td></tr><tr><td>student156</td><td>Languages</td><td>female</td><td>34</td><td>43</td><td>68</td><td>8</td></tr><tr><td>student157</td><td>Mathematics</td><td>male</td><td>43</td><td>0</td><td>91</td><td>14</td></tr><tr><td>student158</td><td>Languages</td><td>female</td><td>34</td><td>18</td><td>67</td><td>31</td></tr><tr><td>student159</td><td>Mathematics</td><td>male</td><td>79</td><td>73</td><td>34</td><td>52</td></tr><tr><td>student160</td><td>Languages</td><td>female</td><td>15</td><td>61</td><td>37</td><td>27</td></tr><tr><td>student161</td><td>Mathematics</td><td>male</td><td>74</td><td>77</td><td>15</td><td>45</td></tr><tr><td>student162</td><td>Languages</td><td>female</td><td>52</td><td>62</td><td>19</td><td>58</td></tr><tr><td>student163</td><td>Mathematics</td><td>male</td><td>77</td><td>60</td><td>27</td><td>95</td></tr><tr><td>student164</td><td>Languages</td><td>female</td><td>96</td><td>1</td><td>93</td><td>57</td></tr><tr><td>student165</td><td>Mathematics</td><td>male</td><td>51</td><td>63</td><td>75</td><td>19</td></tr><tr><td>student166</td><td>Languages</td><td>female</td><td>32</td><td>44</td><td>72</td><td>99</td></tr><tr><td>student167</td><td>Mathematics</td><td>male</td><td>82</td><td>84</td><td>57</td><td>63</td></tr><tr><td>student168</td><td>Languages</td><td>female</td><td>53</td><td>12</td><td>85</td><td>67</td></tr><tr><td>student169</td><td>Mathematics</td><td>male</td><td>49</td><td>16</td><td>84</td><td>6</td></tr><tr><td>student170</td><td>Languages</td><td>female</td><td>39</td><td>34</td><td>16</td><td>65</td></tr><tr><td>student171</td><td>Mathematics</td><td>male</td><td>100</td><td>68</td><td>88</td><td>4</td></tr><tr><td>student172</td><td>Languages</td><td>female</td><td>14</td><td>25</td><td>63</td><td>52</td></tr><tr><td>student173</td><td>Mathematics</td><td>male</td><td>74</td><td>26</td><td>15</td><td>60</td></tr><tr><td>student174</td><td>Languages</td><td>female</td><td>11</td><td>58</td><td>8</td><td>92</td></tr><tr><td>student175</td><td>Mathematics</td><td>male</td><td>62</td><td>47</td><td>2</td><td>31</td></tr><tr><td>student176</td><td>Languages</td><td>female</td><td>65</td><td>26</td><td>32</td><td>42</td></tr><tr><td>student177</td><td>Mathematics</td><td>male</td><td>83</td><td>78</td><td>69</td><td>24</td></tr><tr><td>student178</td><td>Languages</td><td>female</td><td>14</td><td>100</td><td>7</td><td>43</td></tr><tr><td>student179</td><td>Mathematics</td><td>male</td><td>28</td><td>35</td><td>89</td><td>7</td></tr><tr><td>student180</td><td>Languages</td><td>female</td><td>1</td><td>48</td><td>39</td><td>62</td></tr><tr><td>student181</td><td>Mathematics</td><td>male</td><td>14</td><td>4</td><td>24</td><td>69</td></tr><tr><td>student182</td><td>Languages</td><td>female</td><td>64</td><td>52</td><td>72</td><td>2</td></tr><tr><td>student183</td><td>Mathematics</td><td>male</td><td>15</td><td>26</td><td>27</td><td>85</td></tr><tr><td>student184</td><td>Languages</td><td>female</td><td>91</td><td>49</td><td>40</td><td>7</td></tr><tr><td>student185</td><td>Mathematics</td><td>male</td><td>87</td><td>89</td><td>42</td><td>87</td></tr><tr><td>student186</td><td>Languages</td><td>female</td><td>75</td><td>76</td><td>61</td><td>88</td></tr><tr><td>student187</td><td>Mathematics</td><td>male</td><td>11</td><td>48</td><td>66</td><td>30</td></tr><tr><td>student188</td><td>Languages</td><td>female</td><td>73</td><td>7</td><td>92</td><td>72</td></tr><tr><td>student189</td><td>Mathematics</td><td>male</td><td>98</td><td>36</td><td>58</td><td>15</td></tr><tr><td>student190</td><td>Languages</td><td>female</td><td>80</td><td>2</td><td>86</td><td>56</td></tr><tr><td>student191</td><td>Mathematics</td><td>male</td><td>36</td><td>33</td><td>97</td><td>4</td></tr><tr><td>student192</td><td>Languages</td><td>female</td><td>59</td><td>2</td><td>33</td><td>90</td></tr><tr><td>student193</td><td>Mathematics</td><td>male</td><td>94</td><td>6</td><td>19</td><td>33</td></tr><tr><td>student194</td><td>Languages</td><td>female</td><td>82</td><td>49</td><td>72</td><td>42</td></tr><tr><td>student195</td><td>Mathematics</td><td>male</td><td>80</td><td>59</td><td>8</td><td>30</td></tr><tr><td>student196</td><td>Languages</td><td>female</td><td>89</td><td>17</td><td>90</td><td>27</td></tr><tr><td>student197</td><td>Mathematics</td><td>male</td><td>46</td><td>22</td><td>6</td><td>67</td></tr><tr><td>student198</td><td>Languages</td><td>female</td><td>65</td><td>75</td><td>73</td><td>77</td></tr><tr><td>student199</td><td>Mathematics</td><td>male</td><td>77</td><td>97</td><td>54</td><td>13</td></tr><tr><td>student200</td><td>Languages</td><td>female</td><td>78</td><td>19</td><td>57</td><td>96</td></tr><tr><td>student201</td><td>Mathematics</td><td>male</td><td>92</td><td>21</td><td>11</td><td>80</td></tr><tr><td>student202</td><td>Languages</td><td>female</td><td>45</td><td>49</td><td>93</td><td>40</td></tr><tr><td>student203</td><td>Mathematics</td><td>male</td><td>74</td><td>25</td><td>87</td><td>53</td></tr><tr><td>student204</td><td>Languages</td><td>female</td><td>15</td><td>71</td><td>23</td><td>4</td></tr><tr><td>student205</td><td>Mathematics</td><td>male</td><td>82</td><td>97</td><td>95</td><td>73</td></tr><tr><td>student206</td><td>Languages</td><td>female</td><td>82</td><td>60</td><td>58</td><td>98</td></tr><tr><td>student207</td><td>Mathematics</td><td>male</td><td>26</td><td>64</td><td>11</td><td>100</td></tr><tr><td>student208</td><td>Languages</td><td>female</td><td>64</td><td>9</td><td>60</td><td>45</td></tr><tr><td>student209</td><td>Mathematics</td><td>male</td><td>96</td><td>81</td><td>96</td><td>63</td></tr><tr><td>student210</td><td>Languages</td><td>female</td><td>24</td><td>39</td><td>0</td><td>69</td></tr><tr><td>student211</td><td>Mathematics</td><td>male</td><td>86</td><td>64</td><td>7</td><td>10</td></tr><tr><td>student212</td><td>Languages</td><td>female</td><td>7</td><td>64</td><td>50</td><td>7</td></tr><tr><td>student213</td><td>Mathematics</td><td>male</td><td>59</td><td>12</td><td>26</td><td>77</td></tr><tr><td>student214</td><td>Languages</td><td>female</td><td>21</td><td>25</td><td>93</td><td>82</td></tr><tr><td>student215</td><td>Mathematics</td><td>male</td><td>22</td><td>18</td><td>64</td><td>51</td></tr><tr><td>student216</td><td>Languages</td><td>female</td><td>92</td><td>41</td><td>98</td><td>28</td></tr><tr><td>student217</td><td>Mathematics</td><td>male</td><td>32</td><td>48</td><td>14</td><td>17</td></tr><tr><td>student218</td><td>Languages</td><td>female</td><td>62</td><td>36</td><td>85</td><td>56</td></tr><tr><td>student219</td><td>Mathematics</td><td>male</td><td>33</td><td>37</td><td>90</td><td>87</td></tr><tr><td>student220</td><td>Languages</td><td>female</td><td>24</td><td>43</td><td>60</td><td>84</td></tr><tr><td>student221</td><td>Mathematics</td><td>male</td><td>6</td><td>59</td><td>37</td><td>51</td></tr><tr><td>student222</td><td>Languages</td><td>female</td><td>91</td><td>97</td><td>5</td><td>76</td></tr><tr><td>student223</td><td>Mathematics</td><td>male</td><td>86</td><td>29</td><td>32</td><td>27</td></tr><tr><td>student224</td><td>Languages</td><td>female</td><td>63</td><td>59</td><td>68</td><td>91</td></tr><tr><td>student225</td><td>Mathematics</td><td>male</td><td>57</td><td>73</td><td>95</td><td>68</td></tr><tr><td>student226</td><td>Languages</td><td>female</td><td>38</td><td>54</td><td>59</td><td>87</td></tr><tr><td>student227</td><td>Mathematics</td><td>male</td><td>53</td><td>62</td><td>72</td><td>64</td></tr><tr><td>student228</td><td>Languages</td><td>female</td><td>62</td><td>84</td><td>72</td><td>73</td></tr><tr><td>student229</td><td>Mathematics</td><td>male</td><td>13</td><td>0</td><td>83</td><td>58</td></tr><tr><td>student230</td><td>Languages</td><td>female</td><td>35</td><td>65</td><td>80</td><td>87</td></tr><tr><td>student231</td><td>Mathematics</td><td>male</td><td>76</td><td>20</td><td>28</td><td>50</td></tr><tr><td>student232</td><td>Languages</td><td>female</td><td>9</td><td>17</td><td>66</td><td>33</td></tr><tr><td>student233</td><td>Mathematics</td><td>male</td><td>92</td><td>2</td><td>99</td><td>61</td></tr><tr><td>student234</td><td>Languages</td><td>female</td><td>47</td><td>69</td><td>98</td><td>39</td></tr><tr><td>student235</td><td>Mathematics</td><td>male</td><td>21</td><td>44</td><td>38</td><td>82</td></tr><tr><td>student236</td><td>Languages</td><td>female</td><td>19</td><td>86</td><td>51</td><td>78</td></tr><tr><td>student237</td><td>Mathematics</td><td>male</td><td>28</td><td>45</td><td>49</td><td>36</td></tr><tr><td>student238</td><td>Languages</td><td>female</td><td>78</td><td>19</td><td>49</td><td>81</td></tr><tr><td>student239</td><td>Mathematics</td><td>male</td><td>72</td><td>69</td><td>47</td><td>20</td></tr><tr><td>student240</td><td>Languages</td><td>female</td><td>17</td><td>43</td><td>66</td><td>56</td></tr><tr><td>student241</td><td>Mathematics</td><td>male</td><td>90</td><td>1</td><td>94</td><td>4</td></tr><tr><td>student242</td><td>Languages</td><td>female</td><td>6</td><td>18</td><td>2</td><td>51</td></tr><tr><td>student243</td><td>Mathematics</td><td>male</td><td>1</td><td>37</td><td>72</td><td>13</td></tr><tr><td>student244</td><td>Languages</td><td>female</td><td>80</td><td>0</td><td>58</td><td>54</td></tr><tr><td>student245</td><td>Mathematics</td><td>male</td><td>83</td><td>31</td><td>85</td><td>9</td></tr><tr><td>student246</td><td>Languages</td><td>female</td><td>90</td><td>99</td><td>29</td><td>12</td></tr><tr><td>student247</td><td>Mathematics</td><td>male</td><td>89</td><td>23</td><td>81</td><td>59</td></tr><tr><td>student248</td><td>Languages</td><td>female</td><td>72</td><td>26</td><td>28</td><td>3</td></tr><tr><td>student249</td><td>Mathematics</td><td>male</td><td>28</td><td>10</td><td>50</td><td>47</td></tr><tr><td>student250</td><td>Languages</td><td>female</td><td>89</td><td>14</td><td>89</td><td>4</td></tr><tr><td>student251</td><td>Mathematics</td><td>male</td><td>15</td><td>23</td><td>37</td><td>69</td></tr><tr><td>student252</td><td>Languages</td><td>female</td><td>27</td><td>82</td><td>10</td><td>36</td></tr><tr><td>student253</td><td>Mathematics</td><td>male</td><td>49</td><td>45</td><td>64</td><td>23</td></tr><tr><td>student254</td><td>Languages</td><td>female</td><td>79</td><td>75</td><td>63</td><td>74</td></tr><tr><td>student255</td><td>Mathematics</td><td>male</td><td>2</td><td>56</td><td>64</td><td>75</td></tr><tr><td>student256</td><td>Languages</td><td>female</td><td>36</td><td>26</td><td>29</td><td>58</td></tr><tr><td>student257</td><td>Mathematics</td><td>male</td><td>17</td><td>22</td><td>66</td><td>73</td></tr><tr><td>student258</td><td>Languages</td><td>female</td><td>70</td><td>91</td><td>97</td><td>45</td></tr><tr><td>student259</td><td>Mathematics</td><td>male</td><td>34</td><td>30</td><td>78</td><td>30</td></tr><tr><td>student260</td><td>Languages</td><td>female</td><td>77</td><td>57</td><td>86</td><td>77</td></tr><tr><td>student261</td><td>Mathematics</td><td>male</td><td>12</td><td>59</td><td>68</td><td>7</td></tr><tr><td>student262</td><td>Languages</td><td>female</td><td>11</td><td>60</td><td>97</td><td>71</td></tr><tr><td>student263</td><td>Mathematics</td><td>male</td><td>12</td><td>30</td><td>35</td><td>58</td></tr><tr><td>student264</td><td>Languages</td><td>female</td><td>46</td><td>15</td><td>23</td><td>40</td></tr><tr><td>student265</td><td>Mathematics</td><td>male</td><td>44</td><td>81</td><td>9</td><td>26</td></tr><tr><td>student266</td><td>Languages</td><td>female</td><td>15</td><td>68</td><td>32</td><td>15</td></tr><tr><td>student267</td><td>Mathematics</td><td>male</td><td>5</td><td>58</td><td>50</td><td>98</td></tr><tr><td>student268</td><td>Languages</td><td>female</td><td>42</td><td>30</td><td>32</td><td>24</td></tr><tr><td>student269</td><td>Mathematics</td><td>male</td><td>78</td><td>100</td><td>99</td><td>57</td></tr><tr><td>student270</td><td>Languages</td><td>female</td><td>55</td><td>33</td><td>87</td><td>25</td></tr><tr><td>student271</td><td>Mathematics</td><td>male</td><td>25</td><td>97</td><td>29</td><td>93</td></tr><tr><td>student272</td><td>Languages</td><td>female</td><td>39</td><td>35</td><td>18</td><td>43</td></tr><tr><td>student273</td><td>Mathematics</td><td>male</td><td>35</td><td>17</td><td>99</td><td>58</td></tr><tr><td>student274</td><td>Languages</td><td>female</td><td>86</td><td>52</td><td>27</td><td>24</td></tr><tr><td>student275</td><td>Mathematics</td><td>male</td><td>97</td><td>38</td><td>73</td><td>76</td></tr><tr><td>student276</td><td>Languages</td><td>female</td><td>20</td><td>6</td><td>19</td><td>8</td></tr><tr><td>student277</td><td>Mathematics</td><td>male</td><td>93</td><td>36</td><td>9</td><td>47</td></tr><tr><td>student278</td><td>Languages</td><td>female</td><td>42</td><td>3</td><td>15</td><td>2</td></tr><tr><td>student279</td><td>Mathematics</td><td>male</td><td>61</td><td>18</td><td>96</td><td>2</td></tr><tr><td>student280</td><td>Languages</td><td>female</td><td>99</td><td>89</td><td>87</td><td>94</td></tr><tr><td>student281</td><td>Mathematics</td><td>male</td><td>48</td><td>95</td><td>90</td><td>0</td></tr><tr><td>student282</td><td>Languages</td><td>female</td><td>60</td><td>47</td><td>31</td><td>30</td></tr><tr><td>student283</td><td>Mathematics</td><td>male</td><td>64</td><td>24</td><td>10</td><td>76</td></tr><tr><td>student284</td><td>Languages</td><td>female</td><td>99</td><td>37</td><td>4</td><td>68</td></tr><tr><td>student285</td><td>Mathematics</td><td>male</td><td>0</td><td>98</td><td>68</td><td>69</td></tr><tr><td>student286</td><td>Languages</td><td>female</td><td>66</td><td>82</td><td>49</td><td>59</td></tr><tr><td>student287</td><td>Mathematics</td><td>male</td><td>86</td><td>14</td><td>37</td><td>17</td></tr><tr><td>student288</td><td>Languages</td><td>female</td><td>27</td><td>48</td><td>93</td><td>27</td></tr><tr><td>student289</td><td>Mathematics</td><td>male</td><td>84</td><td>89</td><td>6</td><td>68</td></tr><tr><td>student290</td><td>Languages</td><td>female</td><td>99</td><td>0</td><td>20</td><td>57</td></tr><tr><td>student291</td><td>Mathematics</td><td>male</td><td>50</td><td>96</td><td>72</td><td>42</td></tr><tr><td>student292</td><td>Languages</td><td>female</td><td>98</td><td>2</td><td>27</td><td>92</td></tr><tr><td>student293</td><td>Mathematics</td><td>male</td><td>19</td><td>9</td><td>42</td><td>87</td></tr><tr><td>student294</td><td>Languages</td><td>female</td><td>98</td><td>97</td><td>9</td><td>22</td></tr><tr><td>student295</td><td>Mathematics</td><td>male</td><td>75</td><td>30</td><td>77</td><td>64</td></tr><tr><td>student296</td><td>Languages</td><td>female</td><td>51</td><td>98</td><td>55</td><td>3</td></tr><tr><td>student297</td><td>Mathematics</td><td>male</td><td>25</td><td>95</td><td>86</td><td>72</td></tr><tr><td>student298</td><td>Languages</td><td>female</td><td>20</td><td>75</td><td>37</td><td>35</td></tr><tr><td>student299</td><td>Mathematics</td><td>male</td><td>4</td><td>92</td><td>41</td><td>11</td></tr><tr><td>student300</td><td>Languages</td><td>female</td><td>28</td><td>3</td><td>28</td><td>91</td></tr><tr><td>student301</td><td>Mathematics</td><td>male</td><td>41</td><td>63</td><td>4</td><td>25</td></tr><tr><td>student302</td><td>Languages</td><td>female</td><td>29</td><td>16</td><td>77</td><td>90</td></tr><tr><td>student303</td><td>Mathematics</td><td>male</td><td>89</td><td>41</td><td>51</td><td>82</td></tr><tr><td>student304</td><td>Languages</td><td>female</td><td>40</td><td>91</td><td>24</td><td>34</td></tr><tr><td>student305</td><td>Mathematics</td><td>male</td><td>7</td><td>47</td><td>49</td><td>78</td></tr><tr><td>student306</td><td>Languages</td><td>female</td><td>6</td><td>37</td><td>55</td><td>62</td></tr><tr><td>student307</td><td>Mathematics</td><td>male</td><td>30</td><td>73</td><td>34</td><td>90</td></tr><tr><td>student308</td><td>Languages</td><td>female</td><td>82</td><td>91</td><td>95</td><td>93</td></tr><tr><td>student309</td><td>Mathematics</td><td>male</td><td>62</td><td>4</td><td>73</td><td>82</td></tr><tr><td>student310</td><td>Languages</td><td>female</td><td>39</td><td>10</td><td>12</td><td>57</td></tr><tr><td>student311</td><td>Mathematics</td><td>male</td><td>89</td><td>64</td><td>20</td><td>67</td></tr><tr><td>student312</td><td>Languages</td><td>female</td><td>56</td><td>36</td><td>92</td><td>41</td></tr><tr><td>student313</td><td>Mathematics</td><td>male</td><td>99</td><td>80</td><td>99</td><td>74</td></tr><tr><td>student314</td><td>Languages</td><td>female</td><td>31</td><td>79</td><td>64</td><td>93</td></tr><tr><td>student315</td><td>Mathematics</td><td>male</td><td>53</td><td>2</td><td>70</td><td>55</td></tr><tr><td>student316</td><td>Languages</td><td>female</td><td>35</td><td>15</td><td>29</td><td>60</td></tr><tr><td>student317</td><td>Mathematics</td><td>male</td><td>31</td><td>47</td><td>69</td><td>60</td></tr><tr><td>student318</td><td>Languages</td><td>female</td><td>88</td><td>28</td><td>13</td><td>66</td></tr><tr><td>student319</td><td>Mathematics</td><td>male</td><td>65</td><td>12</td><td>16</td><td>40</td></tr><tr><td>student320</td><td>Languages</td><td>female</td><td>28</td><td>17</td><td>19</td><td>40</td></tr><tr><td>student321</td><td>Mathematics</td><td>male</td><td>24</td><td>100</td><td>44</td><td>70</td></tr><tr><td>student322</td><td>Languages</td><td>female</td><td>20</td><td>59</td><td>83</td><td>52</td></tr><tr><td>student323</td><td>Mathematics</td><td>male</td><td>17</td><td>60</td><td>82</td><td>91</td></tr><tr><td>student324</td><td>Languages</td><td>female</td><td>95</td><td>99</td><td>43</td><td>37</td></tr><tr><td>student325</td><td>Mathematics</td><td>male</td><td>30</td><td>18</td><td>99</td><td>31</td></tr><tr><td>student326</td><td>Languages</td><td>female</td><td>34</td><td>7</td><td>83</td><td>86</td></tr><tr><td>student327</td><td>Mathematics</td><td>male</td><td>98</td><td>63</td><td>4</td><td>35</td></tr><tr><td>student328</td><td>Languages</td><td>female</td><td>54</td><td>23</td><td>98</td><td>46</td></tr><tr><td>student329</td><td>Mathematics</td><td>male</td><td>97</td><td>93</td><td>45</td><td>18</td></tr><tr><td>student330</td><td>Languages</td><td>female</td><td>27</td><td>74</td><td>0</td><td>77</td></tr><tr><td>student331</td><td>Mathematics</td><td>male</td><td>9</td><td>70</td><td>41</td><td>37</td></tr><tr><td>student332</td><td>Languages</td><td>female</td><td>52</td><td>37</td><td>76</td><td>20</td></tr><tr><td>student333</td><td>Mathematics</td><td>male</td><td>74</td><td>18</td><td>68</td><td>19</td></tr><tr><td>student334</td><td>Languages</td><td>female</td><td>77</td><td>100</td><td>33</td><td>9</td></tr><tr><td>student335</td><td>Mathematics</td><td>male</td><td>38</td><td>53</td><td>77</td><td>18</td></tr><tr><td>student336</td><td>Languages</td><td>female</td><td>18</td><td>13</td><td>26</td><td>10</td></tr><tr><td>student337</td><td>Mathematics</td><td>male</td><td>90</td><td>47</td><td>87</td><td>70</td></tr><tr><td>student338</td><td>Languages</td><td>female</td><td>38</td><td>49</td><td>36</td><td>74</td></tr><tr><td>student339</td><td>Mathematics</td><td>male</td><td>100</td><td>64</td><td>13</td><td>72</td></tr><tr><td>student340</td><td>Languages</td><td>female</td><td>74</td><td>25</td><td>41</td><td>52</td></tr><tr><td>student341</td><td>Mathematics</td><td>male</td><td>37</td><td>13</td><td>16</td><td>13</td></tr><tr><td>student342</td><td>Languages</td><td>female</td><td>24</td><td>34</td><td>15</td><td>83</td></tr><tr><td>student343</td><td>Mathematics</td><td>male</td><td>20</td><td>5</td><td>67</td><td>28</td></tr><tr><td>student344</td><td>Languages</td><td>female</td><td>45</td><td>2</td><td>25</td><td>72</td></tr><tr><td>student345</td><td>Mathematics</td><td>male</td><td>19</td><td>11</td><td>75</td><td>35</td></tr><tr><td>student346</td><td>Languages</td><td>female</td><td>6</td><td>58</td><td>31</td><td>15</td></tr><tr><td>student347</td><td>Mathematics</td><td>male</td><td>16</td><td>66</td><td>36</td><td>11</td></tr><tr><td>student348</td><td>Languages</td><td>female</td><td>12</td><td>3</td><td>95</td><td>40</td></tr><tr><td>student349</td><td>Mathematics</td><td>male</td><td>7</td><td>52</td><td>74</td><td>2</td></tr><tr><td>student350</td><td>Languages</td><td>female</td><td>88</td><td>92</td><td>60</td><td>55</td></tr><tr><td>student351</td><td>Mathematics</td><td>male</td><td>92</td><td>70</td><td>91</td><td>45</td></tr><tr><td>student352</td><td>Languages</td><td>female</td><td>74</td><td>76</td><td>59</td><td>44</td></tr><tr><td>student353</td><td>Mathematics</td><td>male</td><td>63</td><td>69</td><td>60</td><td>94</td></tr><tr><td>student354</td><td>Languages</td><td>female</td><td>3</td><td>68</td><td>55</td><td>48</td></tr><tr><td>student355</td><td>Mathematics</td><td>male</td><td>39</td><td>96</td><td>21</td><td>48</td></tr><tr><td>student356</td><td>Languages</td><td>female</td><td>41</td><td>34</td><td>27</td><td>5</td></tr><tr><td>student357</td><td>Mathematics</td><td>male</td><td>64</td><td>3</td><td>47</td><td>33</td></tr><tr><td>student358</td><td>Languages</td><td>female</td><td>95</td><td>14</td><td>63</td><td>55</td></tr><tr><td>student359</td><td>Mathematics</td><td>male</td><td>70</td><td>100</td><td>13</td><td>82</td></tr><tr><td>student360</td><td>Languages</td><td>female</td><td>52</td><td>24</td><td>100</td><td>21</td></tr><tr><td>student361</td><td>Mathematics</td><td>male</td><td>0</td><td>40</td><td>86</td><td>9</td></tr><tr><td>student362</td><td>Languages</td><td>female</td><td>0</td><td>2</td><td>49</td><td>32</td></tr><tr><td>student363</td><td>Mathematics</td><td>male</td><td>23</td><td>10</td><td>86</td><td>94</td></tr><tr><td>student364</td><td>Languages</td><td>female</td><td>15</td><td>3</td><td>86</td><td>49</td></tr><tr><td>student365</td><td>Mathematics</td><td>male</td><td>76</td><td>23</td><td>31</td><td>0</td></tr><tr><td>student366</td><td>Languages</td><td>female</td><td>35</td><td>35</td><td>78</td><td>94</td></tr><tr><td>student367</td><td>Mathematics</td><td>male</td><td>29</td><td>42</td><td>43</td><td>100</td></tr><tr><td>student368</td><td>Languages</td><td>female</td><td>66</td><td>8</td><td>5</td><td>10</td></tr><tr><td>student369</td><td>Mathematics</td><td>male</td><td>74</td><td>15</td><td>56</td><td>83</td></tr><tr><td>student370</td><td>Languages</td><td>female</td><td>75</td><td>43</td><td>90</td><td>8</td></tr><tr><td>student371</td><td>Mathematics</td><td>male</td><td>40</td><td>60</td><td>4</td><td>70</td></tr><tr><td>student372</td><td>Languages</td><td>female</td><td>62</td><td>42</td><td>17</td><td>49</td></tr><tr><td>student373</td><td>Mathematics</td><td>male</td><td>31</td><td>46</td><td>44</td><td>54</td></tr><tr><td>student374</td><td>Languages</td><td>female</td><td>30</td><td>34</td><td>47</td><td>87</td></tr><tr><td>student375</td><td>Mathematics</td><td>male</td><td>9</td><td>69</td><td>41</td><td>52</td></tr><tr><td>student376</td><td>Languages</td><td>female</td><td>85</td><td>43</td><td>29</td><td>92</td></tr><tr><td>student377</td><td>Mathematics</td><td>male</td><td>79</td><td>0</td><td>40</td><td>25</td></tr><tr><td>student378</td><td>Languages</td><td>female</td><td>36</td><td>40</td><td>72</td><td>85</td></tr><tr><td>student379</td><td>Mathematics</td><td>male</td><td>53</td><td>68</td><td>88</td><td>2</td></tr><tr><td>student380</td><td>Languages</td><td>female</td><td>87</td><td>78</td><td>38</td><td>79</td></tr><tr><td>student381</td><td>Mathematics</td><td>male</td><td>89</td><td>97</td><td>83</td><td>38</td></tr><tr><td>student382</td><td>Languages</td><td>female</td><td>21</td><td>19</td><td>49</td><td>10</td></tr><tr><td>student383</td><td>Mathematics</td><td>male</td><td>47</td><td>12</td><td>68</td><td>50</td></tr><tr><td>student384</td><td>Languages</td><td>female</td><td>37</td><td>12</td><td>49</td><td>95</td></tr><tr><td>student385</td><td>Mathematics</td><td>male</td><td>84</td><td>0</td><td>88</td><td>51</td></tr><tr><td>student386</td><td>Languages</td><td>female</td><td>89</td><td>61</td><td>27</td><td>48</td></tr><tr><td>student387</td><td>Mathematics</td><td>male</td><td>10</td><td>47</td><td>87</td><td>61</td></tr><tr><td>student388</td><td>Languages</td><td>female</td><td>16</td><td>9</td><td>26</td><td>56</td></tr><tr><td>student389</td><td>Mathematics</td><td>male</td><td>57</td><td>33</td><td>13</td><td>47</td></tr><tr><td>student390</td><td>Languages</td><td>female</td><td>90</td><td>35</td><td>77</td><td>75</td></tr><tr><td>student391</td><td>Mathematics</td><td>male</td><td>31</td><td>47</td><td>47</td><td>53</td></tr><tr><td>student392</td><td>Languages</td><td>female</td><td>9</td><td>4</td><td>24</td><td>12</td></tr><tr><td>student393</td><td>Mathematics</td><td>male</td><td>61</td><td>19</td><td>81</td><td>7</td></tr><tr><td>student394</td><td>Languages</td><td>female</td><td>4</td><td>57</td><td>57</td><td>7</td></tr><tr><td>student395</td><td>Mathematics</td><td>male</td><td>67</td><td>29</td><td>21</td><td>2</td></tr><tr><td>student396</td><td>Languages</td><td>female</td><td>51</td><td>6</td><td>45</td><td>6</td></tr><tr><td>student397</td><td>Mathematics</td><td>male</td><td>93</td><td>14</td><td>77</td><td>14</td></tr><tr><td>student398</td><td>Languages</td><td>female</td><td>1</td><td>89</td><td>34</td><td>27</td></tr><tr><td>student399</td><td>Mathematics</td><td>male</td><td>93</td><td>77</td><td>57</td><td>91</td></tr><tr><td>student400</td><td>Languages</td><td>female</td><td>67</td><td>77</td><td>80</td><td>32</td></tr><tr><td>student401</td><td>Mathematics</td><td>male</td><td>58</td><td>89</td><td>4</td><td>17</td></tr><tr><td>student402</td><td>Languages</td><td>female</td><td>30</td><td>56</td><td>0</td><td>53</td></tr><tr><td>student403</td><td>Mathematics</td><td>male</td><td>28</td><td>25</td><td>32</td><td>59</td></tr><tr><td>student404</td><td>Languages</td><td>female</td><td>62</td><td>34</td><td>81</td><td>64</td></tr><tr><td>student405</td><td>Mathematics</td><td>male</td><td>29</td><td>84</td><td>26</td><td>23</td></tr><tr><td>student406</td><td>Languages</td><td>female</td><td>70</td><td>8</td><td>63</td><td>77</td></tr><tr><td>student407</td><td>Mathematics</td><td>male</td><td>8</td><td>65</td><td>47</td><td>99</td></tr><tr><td>student408</td><td>Languages</td><td>female</td><td>9</td><td>38</td><td>10</td><td>89</td></tr><tr><td>student409</td><td>Mathematics</td><td>male</td><td>84</td><td>21</td><td>46</td><td>58</td></tr><tr><td>student410</td><td>Languages</td><td>female</td><td>21</td><td>84</td><td>18</td><td>49</td></tr><tr><td>student411</td><td>Mathematics</td><td>male</td><td>27</td><td>9</td><td>63</td><td>40</td></tr><tr><td>student412</td><td>Languages</td><td>female</td><td>93</td><td>0</td><td>19</td><td>91</td></tr><tr><td>student413</td><td>Mathematics</td><td>male</td><td>31</td><td>92</td><td>87</td><td>43</td></tr><tr><td>student414</td><td>Languages</td><td>female</td><td>53</td><td>25</td><td>98</td><td>43</td></tr><tr><td>student415</td><td>Mathematics</td><td>male</td><td>36</td><td>75</td><td>80</td><td>89</td></tr><tr><td>student416</td><td>Languages</td><td>female</td><td>37</td><td>68</td><td>12</td><td>54</td></tr><tr><td>student417</td><td>Mathematics</td><td>male</td><td>25</td><td>89</td><td>12</td><td>53</td></tr><tr><td>student418</td><td>Languages</td><td>female</td><td>92</td><td>2</td><td>8</td><td>46</td></tr><tr><td>student419</td><td>Mathematics</td><td>male</td><td>11</td><td>28</td><td>60</td><td>58</td></tr><tr><td>student420</td><td>Languages</td><td>female</td><td>1</td><td>37</td><td>35</td><td>17</td></tr><tr><td>student421</td><td>Mathematics</td><td>male</td><td>67</td><td>30</td><td>38</td><td>85</td></tr><tr><td>student422</td><td>Languages</td><td>female</td><td>68</td><td>79</td><td>34</td><td>41</td></tr><tr><td>student423</td><td>Mathematics</td><td>male</td><td>72</td><td>45</td><td>93</td><td>41</td></tr><tr><td>student424</td><td>Languages</td><td>female</td><td>56</td><td>46</td><td>45</td><td>38</td></tr><tr><td>student425</td><td>Mathematics</td><td>male</td><td>86</td><td>21</td><td>84</td><td>0</td></tr><tr><td>student426</td><td>Languages</td><td>female</td><td>99</td><td>85</td><td>41</td><td>19</td></tr><tr><td>student427</td><td>Mathematics</td><td>male</td><td>71</td><td>35</td><td>3</td><td>89</td></tr><tr><td>student428</td><td>Languages</td><td>female</td><td>22</td><td>91</td><td>12</td><td>16</td></tr><tr><td>student429</td><td>Mathematics</td><td>male</td><td>15</td><td>3</td><td>26</td><td>93</td></tr><tr><td>student430</td><td>Languages</td><td>female</td><td>35</td><td>46</td><td>34</td><td>74</td></tr><tr><td>student431</td><td>Mathematics</td><td>male</td><td>33</td><td>83</td><td>97</td><td>20</td></tr><tr><td>student432</td><td>Languages</td><td>female</td><td>99</td><td>20</td><td>3</td><td>26</td></tr><tr><td>student433</td><td>Mathematics</td><td>male</td><td>48</td><td>42</td><td>83</td><td>18</td></tr><tr><td>student434</td><td>Languages</td><td>female</td><td>44</td><td>4</td><td>25</td><td>30</td></tr><tr><td>student435</td><td>Mathematics</td><td>male</td><td>78</td><td>48</td><td>60</td><td>45</td></tr><tr><td>student436</td><td>Languages</td><td>female</td><td>47</td><td>57</td><td>89</td><td>0</td></tr><tr><td>student437</td><td>Mathematics</td><td>male</td><td>88</td><td>12</td><td>100</td><td>53</td></tr><tr><td>student438</td><td>Languages</td><td>female</td><td>48</td><td>0</td><td>51</td><td>60</td></tr><tr><td>student439</td><td>Mathematics</td><td>male</td><td>70</td><td>89</td><td>85</td><td>16</td></tr><tr><td>student440</td><td>Languages</td><td>female</td><td>71</td><td>94</td><td>34</td><td>33</td></tr><tr><td>student441</td><td>Mathematics</td><td>male</td><td>68</td><td>13</td><td>72</td><td>18</td></tr><tr><td>student442</td><td>Languages</td><td>female</td><td>7</td><td>53</td><td>97</td><td>21</td></tr><tr><td>student443</td><td>Mathematics</td><td>male</td><td>65</td><td>36</td><td>60</td><td>87</td></tr><tr><td>student444</td><td>Languages</td><td>female</td><td>43</td><td>21</td><td>24</td><td>34</td></tr><tr><td>student445</td><td>Mathematics</td><td>male</td><td>85</td><td>77</td><td>65</td><td>28</td></tr><tr><td>student446</td><td>Languages</td><td>female</td><td>61</td><td>90</td><td>78</td><td>91</td></tr><tr><td>student447</td><td>Mathematics</td><td>male</td><td>92</td><td>0</td><td>78</td><td>12</td></tr><tr><td>student448</td><td>Languages</td><td>female</td><td>33</td><td>30</td><td>62</td><td>90</td></tr><tr><td>student449</td><td>Mathematics</td><td>male</td><td>86</td><td>16</td><td>74</td><td>5</td></tr><tr><td>student450</td><td>Languages</td><td>female</td><td>100</td><td>86</td><td>24</td><td>23</td></tr><tr><td>student451</td><td>Mathematics</td><td>male</td><td>14</td><td>25</td><td>6</td><td>45</td></tr><tr><td>student452</td><td>Languages</td><td>female</td><td>86</td><td>39</td><td>98</td><td>88</td></tr><tr><td>student453</td><td>Mathematics</td><td>male</td><td>72</td><td>68</td><td>77</td><td>19</td></tr><tr><td>student454</td><td>Languages</td><td>female</td><td>9</td><td>45</td><td>23</td><td>100</td></tr><tr><td>student455</td><td>Mathematics</td><td>male</td><td>34</td><td>67</td><td>89</td><td>79</td></tr><tr><td>student456</td><td>Languages</td><td>female</td><td>92</td><td>0</td><td>47</td><td>45</td></tr><tr><td>student457</td><td>Mathematics</td><td>male</td><td>64</td><td>58</td><td>26</td><td>98</td></tr><tr><td>student458</td><td>Languages</td><td>female</td><td>43</td><td>93</td><td>59</td><td>100</td></tr><tr><td>student459</td><td>Mathematics</td><td>male</td><td>82</td><td>35</td><td>97</td><td>81</td></tr><tr><td>student460</td><td>Languages</td><td>female</td><td>18</td><td>35</td><td>24</td><td>100</td></tr><tr><td>student461</td><td>Mathematics</td><td>male</td><td>79</td><td>80</td><td>43</td><td>51</td></tr><tr><td>student462</td><td>Languages</td><td>female</td><td>56</td><td>10</td><td>17</td><td>67</td></tr><tr><td>student463</td><td>Mathematics</td><td>male</td><td>36</td><td>44</td><td>14</td><td>85</td></tr><tr><td>student464</td><td>Languages</td><td>female</td><td>26</td><td>40</td><td>69</td><td>2</td></tr><tr><td>student465</td><td>Mathematics</td><td>male</td><td>59</td><td>93</td><td>43</td><td>78</td></tr><tr><td>student466</td><td>Languages</td><td>female</td><td>78</td><td>84</td><td>88</td><td>3</td></tr><tr><td>student467</td><td>Mathematics</td><td>male</td><td>41</td><td>37</td><td>80</td><td>60</td></tr><tr><td>student468</td><td>Languages</td><td>female</td><td>44</td><td>27</td><td>97</td><td>77</td></tr><tr><td>student469</td><td>Mathematics</td><td>male</td><td>29</td><td>19</td><td>64</td><td>82</td></tr><tr><td>student470</td><td>Languages</td><td>female</td><td>50</td><td>96</td><td>27</td><td>46</td></tr><tr><td>student471</td><td>Mathematics</td><td>male</td><td>49</td><td>15</td><td>51</td><td>45</td></tr><tr><td>student472</td><td>Languages</td><td>female</td><td>38</td><td>35</td><td>31</td><td>78</td></tr><tr><td>student473</td><td>Mathematics</td><td>male</td><td>1</td><td>80</td><td>23</td><td>65</td></tr><tr><td>student474</td><td>Languages</td><td>female</td><td>91</td><td>17</td><td>23</td><td>76</td></tr><tr><td>student475</td><td>Mathematics</td><td>male</td><td>57</td><td>39</td><td>35</td><td>63</td></tr><tr><td>student476</td><td>Languages</td><td>female</td><td>33</td><td>73</td><td>62</td><td>14</td></tr><tr><td>student477</td><td>Mathematics</td><td>male</td><td>96</td><td>16</td><td>88</td><td>40</td></tr><tr><td>student478</td><td>Languages</td><td>female</td><td>30</td><td>63</td><td>16</td><td>13</td></tr><tr><td>student479</td><td>Mathematics</td><td>male</td><td>74</td><td>39</td><td>37</td><td>87</td></tr><tr><td>student480</td><td>Languages</td><td>female</td><td>26</td><td>36</td><td>94</td><td>79</td></tr><tr><td>student481</td><td>Mathematics</td><td>male</td><td>19</td><td>58</td><td>65</td><td>12</td></tr><tr><td>student482</td><td>Languages</td><td>female</td><td>73</td><td>36</td><td>22</td><td>48</td></tr><tr><td>student483</td><td>Mathematics</td><td>male</td><td>78</td><td>94</td><td>75</td><td>7</td></tr><tr><td>student484</td><td>Languages</td><td>female</td><td>59</td><td>51</td><td>9</td><td>35</td></tr><tr><td>student485</td><td>Mathematics</td><td>male</td><td>67</td><td>71</td><td>100</td><td>85</td></tr><tr><td>student486</td><td>Languages</td><td>female</td><td>33</td><td>30</td><td>15</td><td>46</td></tr><tr><td>student487</td><td>Mathematics</td><td>male</td><td>12</td><td>19</td><td>16</td><td>37</td></tr><tr><td>student488</td><td>Languages</td><td>female</td><td>80</td><td>98</td><td>29</td><td>14</td></tr><tr><td>student489</td><td>Mathematics</td><td>male</td><td>70</td><td>51</td><td>14</td><td>31</td></tr><tr><td>student490</td><td>Languages</td><td>female</td><td>95</td><td>38</td><td>15</td><td>92</td></tr><tr><td>student491</td><td>Mathematics</td><td>male</td><td>60</td><td>31</td><td>74</td><td>12</td></tr><tr><td>student492</td><td>Languages</td><td>female</td><td>62</td><td>56</td><td>90</td><td>68</td></tr><tr><td>student493</td><td>Mathematics</td><td>male</td><td>63</td><td>11</td><td>29</td><td>91</td></tr><tr><td>student494</td><td>Languages</td><td>female</td><td>41</td><td>1</td><td>25</td><td>20</td></tr><tr><td>student495</td><td>Mathematics</td><td>male</td><td>60</td><td>5</td><td>31</td><td>44</td></tr><tr><td>student496</td><td>Languages</td><td>female</td><td>11</td><td>35</td><td>5</td><td>28</td></tr><tr><td>student497</td><td>Mathematics</td><td>male</td><td>11</td><td>96</td><td>42</td><td>37</td></tr><tr><td>student498</td><td>Languages</td><td>female</td><td>16</td><td>72</td><td>79</td><td>74</td></tr><tr><td>student499</td><td>Mathematics</td><td>male</td><td>9</td><td>21</td><td>22</td><td>66</td></tr><tr><td>student500</td><td>Languages</td><td>female</td><td>34</td><td>22</td><td>64</td><td>34</td></tr><tr><td>student501</td><td>Mathematics</td><td>male</td><td>50</td><td>93</td><td>86</td><td>61</td></tr><tr><td>student502</td><td>Languages</td><td>female</td><td>50</td><td>22</td><td>40</td><td>44</td></tr><tr><td>student503</td><td>Mathematics</td><td>male</td><td>3</td><td>8</td><td>39</td><td>17</td></tr><tr><td>student504</td><td>Languages</td><td>female</td><td>98</td><td>16</td><td>93</td><td>55</td></tr><tr><td>student505</td><td>Mathematics</td><td>male</td><td>86</td><td>89</td><td>36</td><td>28</td></tr><tr><td>student506</td><td>Languages</td><td>female</td><td>16</td><td>53</td><td>13</td><td>50</td></tr><tr><td>student507</td><td>Mathematics</td><td>male</td><td>57</td><td>57</td><td>3</td><td>38</td></tr><tr><td>student508</td><td>Languages</td><td>female</td><td>34</td><td>79</td><td>69</td><td>77</td></tr><tr><td>student509</td><td>Mathematics</td><td>male</td><td>2</td><td>4</td><td>16</td><td>59</td></tr><tr><td>student510</td><td>Languages</td><td>female</td><td>60</td><td>62</td><td>99</td><td>100</td></tr><tr><td>student511</td><td>Mathematics</td><td>male</td><td>65</td><td>52</td><td>52</td><td>95</td></tr><tr><td>student512</td><td>Languages</td><td>female</td><td>58</td><td>73</td><td>94</td><td>1</td></tr><tr><td>student513</td><td>Mathematics</td><td>male</td><td>39</td><td>75</td><td>28</td><td>76</td></tr><tr><td>student514</td><td>Languages</td><td>female</td><td>46</td><td>6</td><td>64</td><td>78</td></tr><tr><td>student515</td><td>Mathematics</td><td>male</td><td>51</td><td>60</td><td>99</td><td>8</td></tr><tr><td>student516</td><td>Languages</td><td>female</td><td>17</td><td>20</td><td>12</td><td>97</td></tr><tr><td>student517</td><td>Mathematics</td><td>male</td><td>72</td><td>17</td><td>96</td><td>73</td></tr><tr><td>student518</td><td>Languages</td><td>female</td><td>92</td><td>21</td><td>62</td><td>27</td></tr><tr><td>student519</td><td>Mathematics</td><td>male</td><td>50</td><td>42</td><td>4</td><td>33</td></tr><tr><td>student520</td><td>Languages</td><td>female</td><td>52</td><td>37</td><td>1</td><td>57</td></tr><tr><td>student521</td><td>Mathematics</td><td>male</td><td>58</td><td>40</td><td>35</td><td>54</td></tr><tr><td>student522</td><td>Languages</td><td>female</td><td>9</td><td>38</td><td>57</td><td>53</td></tr><tr><td>student523</td><td>Mathematics</td><td>male</td><td>79</td><td>20</td><td>18</td><td>18</td></tr><tr><td>student524</td><td>Languages</td><td>female</td><td>1</td><td>4</td><td>94</td><td>27</td></tr><tr><td>student525</td><td>Mathematics</td><td>male</td><td>95</td><td>41</td><td>29</td><td>98</td></tr><tr><td>student526</td><td>Languages</td><td>female</td><td>34</td><td>59</td><td>9</td><td>21</td></tr><tr><td>student527</td><td>Mathematics</td><td>male</td><td>39</td><td>66</td><td>41</td><td>29</td></tr><tr><td>student528</td><td>Languages</td><td>female</td><td>3</td><td>2</td><td>81</td><td>25</td></tr><tr><td>student529</td><td>Mathematics</td><td>male</td><td>33</td><td>44</td><td>37</td><td>85</td></tr><tr><td>student530</td><td>Languages</td><td>female</td><td>69</td><td>25</td><td>59</td><td>79</td></tr><tr><td>student531</td><td>Mathematics</td><td>male</td><td>13</td><td>50</td><td>49</td><td>52</td></tr><tr><td>student532</td><td>Languages</td><td>female</td><td>54</td><td>83</td><td>45</td><td>31</td></tr><tr><td>student533</td><td>Mathematics</td><td>male</td><td>15</td><td>24</td><td>97</td><td>51</td></tr><tr><td>student534</td><td>Languages</td><td>female</td><td>7</td><td>51</td><td>69</td><td>63</td></tr><tr><td>student535</td><td>Mathematics</td><td>male</td><td>91</td><td>8</td><td>38</td><td>56</td></tr><tr><td>student536</td><td>Languages</td><td>female</td><td>50</td><td>13</td><td>74</td><td>80</td></tr><tr><td>student537</td><td>Mathematics</td><td>male</td><td>54</td><td>75</td><td>74</td><td>10</td></tr><tr><td>student538</td><td>Languages</td><td>female</td><td>76</td><td>39</td><td>70</td><td>46</td></tr><tr><td>student539</td><td>Mathematics</td><td>male</td><td>84</td><td>72</td><td>39</td><td>40</td></tr><tr><td>student540</td><td>Languages</td><td>female</td><td>100</td><td>47</td><td>2</td><td>14</td></tr><tr><td>student541</td><td>Mathematics</td><td>male</td><td>42</td><td>61</td><td>1</td><td>1</td></tr><tr><td>student542</td><td>Languages</td><td>female</td><td>57</td><td>71</td><td>65</td><td>61</td></tr><tr><td>student543</td><td>Mathematics</td><td>male</td><td>78</td><td>5</td><td>41</td><td>34</td></tr><tr><td>student544</td><td>Languages</td><td>female</td><td>14</td><td>76</td><td>36</td><td>47</td></tr><tr><td>student545</td><td>Mathematics</td><td>male</td><td>15</td><td>19</td><td>63</td><td>96</td></tr><tr><td>student546</td><td>Languages</td><td>female</td><td>27</td><td>82</td><td>33</td><td>56</td></tr><tr><td>student547</td><td>Mathematics</td><td>male</td><td>70</td><td>23</td><td>96</td><td>90</td></tr><tr><td>student548</td><td>Languages</td><td>female</td><td>61</td><td>2</td><td>2</td><td>78</td></tr><tr><td>student549</td><td>Mathematics</td><td>male</td><td>22</td><td>37</td><td>64</td><td>36</td></tr><tr><td>student550</td><td>Languages</td><td>female</td><td>75</td><td>96</td><td>94</td><td>40</td></tr><tr><td>student551</td><td>Mathematics</td><td>male</td><td>43</td><td>8</td><td>29</td><td>21</td></tr><tr><td>student552</td><td>Languages</td><td>female</td><td>7</td><td>96</td><td>87</td><td>18</td></tr><tr><td>student553</td><td>Mathematics</td><td>male</td><td>65</td><td>76</td><td>52</td><td>44</td></tr><tr><td>student554</td><td>Languages</td><td>female</td><td>41</td><td>62</td><td>73</td><td>54</td></tr><tr><td>student555</td><td>Mathematics</td><td>male</td><td>25</td><td>98</td><td>21</td><td>40</td></tr><tr><td>student556</td><td>Languages</td><td>female</td><td>17</td><td>70</td><td>96</td><td>82</td></tr><tr><td>student557</td><td>Mathematics</td><td>male</td><td>43</td><td>91</td><td>27</td><td>43</td></tr><tr><td>student558</td><td>Languages</td><td>female</td><td>33</td><td>37</td><td>24</td><td>33</td></tr><tr><td>student559</td><td>Mathematics</td><td>male</td><td>87</td><td>87</td><td>10</td><td>31</td></tr><tr><td>student560</td><td>Languages</td><td>female</td><td>48</td><td>40</td><td>97</td><td>74</td></tr><tr><td>student561</td><td>Mathematics</td><td>male</td><td>63</td><td>75</td><td>91</td><td>55</td></tr><tr><td>student562</td><td>Languages</td><td>female</td><td>66</td><td>82</td><td>59</td><td>95</td></tr><tr><td>student563</td><td>Mathematics</td><td>male</td><td>21</td><td>95</td><td>58</td><td>38</td></tr><tr><td>student564</td><td>Languages</td><td>female</td><td>92</td><td>9</td><td>97</td><td>45</td></tr><tr><td>student565</td><td>Mathematics</td><td>male</td><td>59</td><td>7</td><td>94</td><td>20</td></tr><tr><td>student566</td><td>Languages</td><td>female</td><td>64</td><td>95</td><td>24</td><td>12</td></tr><tr><td>student567</td><td>Mathematics</td><td>male</td><td>70</td><td>46</td><td>36</td><td>74</td></tr><tr><td>student568</td><td>Languages</td><td>female</td><td>16</td><td>25</td><td>91</td><td>49</td></tr><tr><td>student569</td><td>Mathematics</td><td>male</td><td>73</td><td>33</td><td>24</td><td>88</td></tr><tr><td>student570</td><td>Languages</td><td>female</td><td>9</td><td>61</td><td>95</td><td>27</td></tr><tr><td>student571</td><td>Mathematics</td><td>male</td><td>18</td><td>12</td><td>76</td><td>46</td></tr><tr><td>student572</td><td>Languages</td><td>female</td><td>61</td><td>71</td><td>49</td><td>63</td></tr><tr><td>student573</td><td>Mathematics</td><td>male</td><td>46</td><td>32</td><td>85</td><td>17</td></tr><tr><td>student574</td><td>Languages</td><td>female</td><td>42</td><td>42</td><td>11</td><td>37</td></tr><tr><td>student575</td><td>Mathematics</td><td>male</td><td>49</td><td>76</td><td>41</td><td>20</td></tr><tr><td>student576</td><td>Languages</td><td>female</td><td>22</td><td>27</td><td>80</td><td>12</td></tr><tr><td>student577</td><td>Mathematics</td><td>male</td><td>76</td><td>34</td><td>18</td><td>66</td></tr><tr><td>student578</td><td>Languages</td><td>female</td><td>96</td><td>77</td><td>29</td><td>17</td></tr><tr><td>student579</td><td>Mathematics</td><td>male</td><td>62</td><td>51</td><td>67</td><td>72</td></tr><tr><td>student580</td><td>Languages</td><td>female</td><td>96</td><td>67</td><td>22</td><td>54</td></tr><tr><td>student581</td><td>Mathematics</td><td>male</td><td>77</td><td>11</td><td>23</td><td>88</td></tr><tr><td>student582</td><td>Languages</td><td>female</td><td>6</td><td>28</td><td>24</td><td>33</td></tr><tr><td>student583</td><td>Mathematics</td><td>male</td><td>39</td><td>23</td><td>12</td><td>100</td></tr><tr><td>student584</td><td>Languages</td><td>female</td><td>10</td><td>21</td><td>20</td><td>71</td></tr><tr><td>student585</td><td>Mathematics</td><td>male</td><td>11</td><td>27</td><td>7</td><td>100</td></tr><tr><td>student586</td><td>Languages</td><td>female</td><td>40</td><td>34</td><td>97</td><td>78</td></tr><tr><td>student587</td><td>Mathematics</td><td>male</td><td>2</td><td>51</td><td>83</td><td>19</td></tr><tr><td>student588</td><td>Languages</td><td>female</td><td>18</td><td>76</td><td>30</td><td>25</td></tr><tr><td>student589</td><td>Mathematics</td><td>male</td><td>24</td><td>57</td><td>46</td><td>81</td></tr><tr><td>student590</td><td>Languages</td><td>female</td><td>2</td><td>10</td><td>31</td><td>94</td></tr><tr><td>student591</td><td>Mathematics</td><td>male</td><td>91</td><td>84</td><td>75</td><td>13</td></tr><tr><td>student592</td><td>Languages</td><td>female</td><td>79</td><td>44</td><td>97</td><td>10</td></tr><tr><td>student593</td><td>Mathematics</td><td>male</td><td>42</td><td>60</td><td>67</td><td>30</td></tr><tr><td>student594</td><td>Languages</td><td>female</td><td>61</td><td>57</td><td>75</td><td>35</td></tr><tr><td>student595</td><td>Mathematics</td><td>male</td><td>42</td><td>46</td><td>81</td><td>71</td></tr><tr><td>student596</td><td>Languages</td><td>female</td><td>92</td><td>63</td><td>75</td><td>74</td></tr><tr><td>student597</td><td>Mathematics</td><td>male</td><td>86</td><td>37</td><td>40</td><td>51</td></tr><tr><td>student598</td><td>Languages</td><td>female</td><td>52</td><td>10</td><td>47</td><td>3</td></tr><tr><td>student599</td><td>Mathematics</td><td>male</td><td>100</td><td>28</td><td>14</td><td>76</td></tr><tr><td>student600</td><td>Languages</td><td>female</td><td>31</td><td>76</td><td>20</td><td>43</td></tr><tr><td>student601</td><td>Mathematics</td><td>male</td><td>40</td><td>27</td><td>6</td><td>6</td></tr><tr><td>student602</td><td>Languages</td><td>female</td><td>5</td><td>8</td><td>79</td><td>21</td></tr><tr><td>student603</td><td>Mathematics</td><td>male</td><td>7</td><td>54</td><td>6</td><td>91</td></tr><tr><td>student604</td><td>Languages</td><td>female</td><td>28</td><td>30</td><td>15</td><td>3</td></tr><tr><td>student605</td><td>Mathematics</td><td>male</td><td>38</td><td>93</td><td>98</td><td>92</td></tr><tr><td>student606</td><td>Languages</td><td>female</td><td>43</td><td>96</td><td>89</td><td>91</td></tr><tr><td>student607</td><td>Mathematics</td><td>male</td><td>43</td><td>49</td><td>14</td><td>83</td></tr><tr><td>student608</td><td>Languages</td><td>female</td><td>50</td><td>61</td><td>72</td><td>98</td></tr><tr><td>student609</td><td>Mathematics</td><td>male</td><td>4</td><td>49</td><td>99</td><td>83</td></tr><tr><td>student610</td><td>Languages</td><td>female</td><td>5</td><td>36</td><td>73</td><td>82</td></tr><tr><td>student611</td><td>Mathematics</td><td>male</td><td>40</td><td>84</td><td>99</td><td>54</td></tr><tr><td>student612</td><td>Languages</td><td>female</td><td>29</td><td>96</td><td>65</td><td>69</td></tr><tr><td>student613</td><td>Mathematics</td><td>male</td><td>12</td><td>76</td><td>5</td><td>99</td></tr><tr><td>student614</td><td>Languages</td><td>female</td><td>47</td><td>83</td><td>49</td><td>4</td></tr><tr><td>student615</td><td>Mathematics</td><td>male</td><td>37</td><td>27</td><td>22</td><td>4</td></tr><tr><td>student616</td><td>Languages</td><td>female</td><td>94</td><td>39</td><td>49</td><td>24</td></tr><tr><td>student617</td><td>Mathematics</td><td>male</td><td>0</td><td>75</td><td>21</td><td>41</td></tr><tr><td>student618</td><td>Languages</td><td>female</td><td>59</td><td>36</td><td>4</td><td>18</td></tr><tr><td>student619</td><td>Mathematics</td><td>male</td><td>22</td><td>66</td><td>13</td><td>3</td></tr><tr><td>student620</td><td>Languages</td><td>female</td><td>43</td><td>87</td><td>4</td><td>48</td></tr><tr><td>student621</td><td>Mathematics</td><td>male</td><td>100</td><td>15</td><td>51</td><td>52</td></tr><tr><td>student622</td><td>Languages</td><td>female</td><td>63</td><td>71</td><td>99</td><td>17</td></tr><tr><td>student623</td><td>Mathematics</td><td>male</td><td>14</td><td>34</td><td>44</td><td>100</td></tr><tr><td>student624</td><td>Languages</td><td>female</td><td>23</td><td>8</td><td>57</td><td>27</td></tr><tr><td>student625</td><td>Mathematics</td><td>male</td><td>23</td><td>14</td><td>32</td><td>40</td></tr><tr><td>student626</td><td>Languages</td><td>female</td><td>34</td><td>49</td><td>72</td><td>54</td></tr><tr><td>student627</td><td>Mathematics</td><td>male</td><td>21</td><td>16</td><td>81</td><td>26</td></tr><tr><td>student628</td><td>Languages</td><td>female</td><td>54</td><td>69</td><td>34</td><td>34</td></tr><tr><td>student629</td><td>Mathematics</td><td>male</td><td>72</td><td>11</td><td>63</td><td>31</td></tr><tr><td>student630</td><td>Languages</td><td>female</td><td>87</td><td>98</td><td>9</td><td>47</td></tr><tr><td>student631</td><td>Mathematics</td><td>male</td><td>43</td><td>52</td><td>53</td><td>58</td></tr><tr><td>student632</td><td>Languages</td><td>female</td><td>50</td><td>14</td><td>4</td><td>20</td></tr><tr><td>student633</td><td>Mathematics</td><td>male</td><td>89</td><td>83</td><td>67</td><td>87</td></tr><tr><td>student634</td><td>Languages</td><td>female</td><td>0</td><td>79</td><td>9</td><td>16</td></tr><tr><td>student635</td><td>Mathematics</td><td>male</td><td>59</td><td>17</td><td>84</td><td>58</td></tr><tr><td>student636</td><td>Languages</td><td>female</td><td>94</td><td>95</td><td>36</td><td>60</td></tr><tr><td>student637</td><td>Mathematics</td><td>male</td><td>39</td><td>42</td><td>63</td><td>46</td></tr><tr><td>student638</td><td>Languages</td><td>female</td><td>0</td><td>19</td><td>6</td><td>10</td></tr><tr><td>student639</td><td>Mathematics</td><td>male</td><td>50</td><td>16</td><td>41</td><td>71</td></tr><tr><td>student640</td><td>Languages</td><td>female</td><td>8</td><td>60</td><td>46</td><td>13</td></tr><tr><td>student641</td><td>Mathematics</td><td>male</td><td>45</td><td>85</td><td>59</td><td>36</td></tr><tr><td>student642</td><td>Languages</td><td>female</td><td>83</td><td>35</td><td>0</td><td>57</td></tr><tr><td>student643</td><td>Mathematics</td><td>male</td><td>8</td><td>30</td><td>60</td><td>14</td></tr><tr><td>student644</td><td>Languages</td><td>female</td><td>76</td><td>80</td><td>73</td><td>38</td></tr><tr><td>student645</td><td>Mathematics</td><td>male</td><td>26</td><td>14</td><td>58</td><td>2</td></tr><tr><td>student646</td><td>Languages</td><td>female</td><td>93</td><td>16</td><td>42</td><td>2</td></tr><tr><td>student647</td><td>Mathematics</td><td>male</td><td>85</td><td>94</td><td>76</td><td>16</td></tr><tr><td>student648</td><td>Languages</td><td>female</td><td>57</td><td>45</td><td>32</td><td>16</td></tr><tr><td>student649</td><td>Mathematics</td><td>male</td><td>16</td><td>16</td><td>90</td><td>13</td></tr><tr><td>student650</td><td>Languages</td><td>female</td><td>43</td><td>3</td><td>18</td><td>87</td></tr><tr><td>student651</td><td>Mathematics</td><td>male</td><td>16</td><td>24</td><td>32</td><td>44</td></tr><tr><td>student652</td><td>Languages</td><td>female</td><td>59</td><td>98</td><td>3</td><td>34</td></tr><tr><td>student653</td><td>Mathematics</td><td>male</td><td>73</td><td>18</td><td>47</td><td>83</td></tr><tr><td>student654</td><td>Languages</td><td>female</td><td>99</td><td>25</td><td>100</td><td>93</td></tr><tr><td>student655</td><td>Mathematics</td><td>male</td><td>0</td><td>73</td><td>97</td><td>84</td></tr><tr><td>student656</td><td>Languages</td><td>female</td><td>0</td><td>28</td><td>94</td><td>75</td></tr><tr><td>student657</td><td>Mathematics</td><td>male</td><td>65</td><td>90</td><td>58</td><td>63</td></tr><tr><td>student658</td><td>Languages</td><td>female</td><td>84</td><td>35</td><td>86</td><td>41</td></tr><tr><td>student659</td><td>Mathematics</td><td>male</td><td>45</td><td>39</td><td>59</td><td>9</td></tr><tr><td>student660</td><td>Languages</td><td>female</td><td>32</td><td>10</td><td>31</td><td>62</td></tr><tr><td>student661</td><td>Mathematics</td><td>male</td><td>61</td><td>28</td><td>54</td><td>61</td></tr><tr><td>student662</td><td>Languages</td><td>female</td><td>70</td><td>96</td><td>14</td><td>54</td></tr><tr><td>student663</td><td>Mathematics</td><td>male</td><td>63</td><td>92</td><td>29</td><td>8</td></tr><tr><td>student664</td><td>Languages</td><td>female</td><td>41</td><td>10</td><td>46</td><td>23</td></tr><tr><td>student665</td><td>Mathematics</td><td>male</td><td>81</td><td>91</td><td>80</td><td>21</td></tr><tr><td>student666</td><td>Languages</td><td>female</td><td>79</td><td>71</td><td>65</td><td>68</td></tr><tr><td>student667</td><td>Mathematics</td><td>male</td><td>47</td><td>69</td><td>18</td><td>90</td></tr><tr><td>student668</td><td>Languages</td><td>female</td><td>26</td><td>16</td><td>70</td><td>0</td></tr><tr><td>student669</td><td>Mathematics</td><td>male</td><td>66</td><td>10</td><td>93</td><td>35</td></tr><tr><td>student670</td><td>Languages</td><td>female</td><td>66</td><td>68</td><td>27</td><td>13</td></tr><tr><td>student671</td><td>Mathematics</td><td>male</td><td>86</td><td>79</td><td>26</td><td>45</td></tr><tr><td>student672</td><td>Languages</td><td>female</td><td>50</td><td>53</td><td>25</td><td>74</td></tr><tr><td>student673</td><td>Mathematics</td><td>male</td><td>97</td><td>53</td><td>9</td><td>14</td></tr><tr><td>student674</td><td>Languages</td><td>female</td><td>28</td><td>79</td><td>69</td><td>42</td></tr><tr><td>student675</td><td>Mathematics</td><td>male</td><td>60</td><td>72</td><td>5</td><td>9</td></tr><tr><td>student676</td><td>Languages</td><td>female</td><td>53</td><td>21</td><td>39</td><td>43</td></tr><tr><td>student677</td><td>Mathematics</td><td>male</td><td>37</td><td>65</td><td>45</td><td>91</td></tr><tr><td>student678</td><td>Languages</td><td>female</td><td>76</td><td>80</td><td>60</td><td>27</td></tr><tr><td>student679</td><td>Mathematics</td><td>male</td><td>85</td><td>27</td><td>34</td><td>55</td></tr><tr><td>student680</td><td>Languages</td><td>female</td><td>66</td><td>11</td><td>41</td><td>17</td></tr><tr><td>student681</td><td>Mathematics</td><td>male</td><td>27</td><td>61</td><td>89</td><td>82</td></tr><tr><td>student682</td><td>Languages</td><td>female</td><td>40</td><td>26</td><td>1</td><td>3</td></tr><tr><td>student683</td><td>Mathematics</td><td>male</td><td>25</td><td>1</td><td>66</td><td>95</td></tr><tr><td>student684</td><td>Languages</td><td>female</td><td>63</td><td>44</td><td>85</td><td>63</td></tr><tr><td>student685</td><td>Mathematics</td><td>male</td><td>97</td><td>95</td><td>78</td><td>83</td></tr><tr><td>student686</td><td>Languages</td><td>female</td><td>51</td><td>2</td><td>13</td><td>87</td></tr><tr><td>student687</td><td>Mathematics</td><td>male</td><td>63</td><td>92</td><td>87</td><td>23</td></tr><tr><td>student688</td><td>Languages</td><td>female</td><td>22</td><td>96</td><td>59</td><td>59</td></tr><tr><td>student689</td><td>Mathematics</td><td>male</td><td>33</td><td>80</td><td>15</td><td>23</td></tr><tr><td>student690</td><td>Languages</td><td>female</td><td>34</td><td>75</td><td>19</td><td>24</td></tr><tr><td>student691</td><td>Mathematics</td><td>male</td><td>36</td><td>68</td><td>48</td><td>54</td></tr><tr><td>student692</td><td>Languages</td><td>female</td><td>32</td><td>36</td><td>20</td><td>12</td></tr><tr><td>student693</td><td>Mathematics</td><td>male</td><td>68</td><td>91</td><td>74</td><td>50</td></tr><tr><td>student694</td><td>Languages</td><td>female</td><td>87</td><td>91</td><td>96</td><td>37</td></tr><tr><td>student695</td><td>Mathematics</td><td>male</td><td>23</td><td>9</td><td>14</td><td>4</td></tr><tr><td>student696</td><td>Languages</td><td>female</td><td>94</td><td>62</td><td>9</td><td>77</td></tr><tr><td>student697</td><td>Mathematics</td><td>male</td><td>14</td><td>7</td><td>45</td><td>75</td></tr><tr><td>student698</td><td>Languages</td><td>female</td><td>73</td><td>92</td><td>19</td><td>90</td></tr><tr><td>student699</td><td>Mathematics</td><td>male</td><td>8</td><td>20</td><td>79</td><td>78</td></tr><tr><td>student700</td><td>Languages</td><td>female</td><td>76</td><td>35</td><td>100</td><td>39</td></tr><tr><td>student701</td><td>Mathematics</td><td>male</td><td>27</td><td>51</td><td>89</td><td>49</td></tr><tr><td>student702</td><td>Languages</td><td>female</td><td>0</td><td>64</td><td>72</td><td>37</td></tr><tr><td>student703</td><td>Mathematics</td><td>male</td><td>93</td><td>46</td><td>94</td><td>87</td></tr><tr><td>student704</td><td>Languages</td><td>female</td><td>69</td><td>22</td><td>17</td><td>2</td></tr><tr><td>student705</td><td>Mathematics</td><td>male</td><td>17</td><td>52</td><td>11</td><td>3</td></tr><tr><td>student706</td><td>Languages</td><td>female</td><td>13</td><td>2</td><td>52</td><td>19</td></tr><tr><td>student707</td><td>Mathematics</td><td>male</td><td>75</td><td>61</td><td>72</td><td>73</td></tr><tr><td>student708</td><td>Languages</td><td>female</td><td>84</td><td>37</td><td>7</td><td>36</td></tr><tr><td>student709</td><td>Mathematics</td><td>male</td><td>81</td><td>19</td><td>45</td><td>14</td></tr><tr><td>student710</td><td>Languages</td><td>female</td><td>62</td><td>17</td><td>39</td><td>27</td></tr><tr><td>student711</td><td>Mathematics</td><td>male</td><td>88</td><td>69</td><td>6</td><td>81</td></tr><tr><td>student712</td><td>Languages</td><td>female</td><td>53</td><td>82</td><td>59</td><td>29</td></tr><tr><td>student713</td><td>Mathematics</td><td>male</td><td>83</td><td>34</td><td>71</td><td>34</td></tr><tr><td>student714</td><td>Languages</td><td>female</td><td>95</td><td>52</td><td>61</td><td>4</td></tr><tr><td>student715</td><td>Mathematics</td><td>male</td><td>6</td><td>71</td><td>53</td><td>13</td></tr><tr><td>student716</td><td>Languages</td><td>female</td><td>82</td><td>97</td><td>82</td><td>5</td></tr><tr><td>student717</td><td>Mathematics</td><td>male</td><td>65</td><td>50</td><td>31</td><td>46</td></tr><tr><td>student718</td><td>Languages</td><td>female</td><td>27</td><td>46</td><td>25</td><td>37</td></tr><tr><td>student719</td><td>Mathematics</td><td>male</td><td>98</td><td>42</td><td>35</td><td>44</td></tr><tr><td>student720</td><td>Languages</td><td>female</td><td>90</td><td>1</td><td>44</td><td>44</td></tr><tr><td>student721</td><td>Mathematics</td><td>male</td><td>3</td><td>16</td><td>82</td><td>93</td></tr><tr><td>student722</td><td>Languages</td><td>female</td><td>34</td><td>3</td><td>43</td><td>70</td></tr><tr><td>student723</td><td>Mathematics</td><td>male</td><td>59</td><td>77</td><td>14</td><td>21</td></tr><tr><td>student724</td><td>Languages</td><td>female</td><td>16</td><td>53</td><td>57</td><td>59</td></tr><tr><td>student725</td><td>Mathematics</td><td>male</td><td>79</td><td>1</td><td>44</td><td>16</td></tr><tr><td>student726</td><td>Languages</td><td>female</td><td>10</td><td>8</td><td>19</td><td>9</td></tr><tr><td>student727</td><td>Mathematics</td><td>male</td><td>89</td><td>48</td><td>79</td><td>16</td></tr><tr><td>student728</td><td>Languages</td><td>female</td><td>8</td><td>87</td><td>23</td><td>87</td></tr><tr><td>student729</td><td>Mathematics</td><td>male</td><td>17</td><td>53</td><td>95</td><td>84</td></tr><tr><td>student730</td><td>Languages</td><td>female</td><td>65</td><td>52</td><td>39</td><td>61</td></tr><tr><td>student731</td><td>Mathematics</td><td>male</td><td>44</td><td>30</td><td>96</td><td>72</td></tr><tr><td>student732</td><td>Languages</td><td>female</td><td>70</td><td>79</td><td>32</td><td>33</td></tr><tr><td>student733</td><td>Mathematics</td><td>male</td><td>30</td><td>47</td><td>46</td><td>11</td></tr><tr><td>student734</td><td>Languages</td><td>female</td><td>76</td><td>100</td><td>16</td><td>49</td></tr><tr><td>student735</td><td>Mathematics</td><td>male</td><td>39</td><td>36</td><td>90</td><td>89</td></tr><tr><td>student736</td><td>Languages</td><td>female</td><td>1</td><td>94</td><td>19</td><td>29</td></tr><tr><td>student737</td><td>Mathematics</td><td>male</td><td>23</td><td>73</td><td>78</td><td>87</td></tr><tr><td>student738</td><td>Languages</td><td>female</td><td>87</td><td>71</td><td>44</td><td>64</td></tr><tr><td>student739</td><td>Mathematics</td><td>male</td><td>22</td><td>19</td><td>82</td><td>20</td></tr><tr><td>student740</td><td>Languages</td><td>female</td><td>94</td><td>52</td><td>67</td><td>39</td></tr><tr><td>student741</td><td>Mathematics</td><td>male</td><td>14</td><td>17</td><td>51</td><td>87</td></tr><tr><td>student742</td><td>Languages</td><td>female</td><td>56</td><td>63</td><td>98</td><td>3</td></tr><tr><td>student743</td><td>Mathematics</td><td>male</td><td>99</td><td>92</td><td>46</td><td>98</td></tr><tr><td>student744</td><td>Languages</td><td>female</td><td>19</td><td>76</td><td>83</td><td>88</td></tr><tr><td>student745</td><td>Mathematics</td><td>male</td><td>15</td><td>77</td><td>68</td><td>81</td></tr><tr><td>student746</td><td>Languages</td><td>female</td><td>48</td><td>81</td><td>48</td><td>38</td></tr><tr><td>student747</td><td>Mathematics</td><td>male</td><td>29</td><td>1</td><td>38</td><td>61</td></tr><tr><td>student748</td><td>Languages</td><td>female</td><td>71</td><td>63</td><td>0</td><td>30</td></tr><tr><td>student749</td><td>Mathematics</td><td>male</td><td>19</td><td>68</td><td>30</td><td>53</td></tr><tr><td>student750</td><td>Languages</td><td>female</td><td>91</td><td>18</td><td>27</td><td>62</td></tr><tr><td>student751</td><td>Mathematics</td><td>male</td><td>73</td><td>33</td><td>38</td><td>36</td></tr><tr><td>student752</td><td>Languages</td><td>female</td><td>99</td><td>38</td><td>75</td><td>50</td></tr><tr><td>student753</td><td>Mathematics</td><td>male</td><td>55</td><td>71</td><td>34</td><td>90</td></tr><tr><td>student754</td><td>Languages</td><td>female</td><td>52</td><td>40</td><td>98</td><td>83</td></tr><tr><td>student755</td><td>Mathematics</td><td>male</td><td>14</td><td>63</td><td>61</td><td>1</td></tr><tr><td>student756</td><td>Languages</td><td>female</td><td>1</td><td>31</td><td>94</td><td>96</td></tr><tr><td>student757</td><td>Mathematics</td><td>male</td><td>49</td><td>66</td><td>55</td><td>92</td></tr><tr><td>student758</td><td>Languages</td><td>female</td><td>0</td><td>19</td><td>80</td><td>82</td></tr><tr><td>student759</td><td>Mathematics</td><td>male</td><td>26</td><td>35</td><td>87</td><td>3</td></tr><tr><td>student760</td><td>Languages</td><td>female</td><td>8</td><td>28</td><td>76</td><td>39</td></tr><tr><td>student761</td><td>Mathematics</td><td>male</td><td>52</td><td>11</td><td>83</td><td>57</td></tr><tr><td>student762</td><td>Languages</td><td>female</td><td>83</td><td>68</td><td>84</td><td>25</td></tr><tr><td>student763</td><td>Mathematics</td><td>male</td><td>17</td><td>2</td><td>56</td><td>70</td></tr><tr><td>student764</td><td>Languages</td><td>female</td><td>17</td><td>58</td><td>0</td><td>84</td></tr><tr><td>student765</td><td>Mathematics</td><td>male</td><td>75</td><td>6</td><td>47</td><td>85</td></tr><tr><td>student766</td><td>Languages</td><td>female</td><td>76</td><td>32</td><td>93</td><td>39</td></tr><tr><td>student767</td><td>Mathematics</td><td>male</td><td>20</td><td>75</td><td>84</td><td>65</td></tr><tr><td>student768</td><td>Languages</td><td>female</td><td>25</td><td>47</td><td>12</td><td>89</td></tr><tr><td>student769</td><td>Mathematics</td><td>male</td><td>86</td><td>94</td><td>79</td><td>45</td></tr><tr><td>student770</td><td>Languages</td><td>female</td><td>65</td><td>81</td><td>55</td><td>35</td></tr><tr><td>student771</td><td>Mathematics</td><td>male</td><td>62</td><td>41</td><td>41</td><td>43</td></tr><tr><td>student772</td><td>Languages</td><td>female</td><td>14</td><td>4</td><td>62</td><td>43</td></tr><tr><td>student773</td><td>Mathematics</td><td>male</td><td>17</td><td>55</td><td>72</td><td>78</td></tr><tr><td>student774</td><td>Languages</td><td>female</td><td>95</td><td>46</td><td>35</td><td>6</td></tr><tr><td>student775</td><td>Mathematics</td><td>male</td><td>72</td><td>0</td><td>56</td><td>48</td></tr><tr><td>student776</td><td>Languages</td><td>female</td><td>30</td><td>88</td><td>19</td><td>56</td></tr><tr><td>student777</td><td>Mathematics</td><td>male</td><td>42</td><td>44</td><td>88</td><td>56</td></tr><tr><td>student778</td><td>Languages</td><td>female</td><td>42</td><td>69</td><td>56</td><td>63</td></tr><tr><td>student779</td><td>Mathematics</td><td>male</td><td>78</td><td>57</td><td>78</td><td>3</td></tr><tr><td>student780</td><td>Languages</td><td>female</td><td>15</td><td>86</td><td>24</td><td>98</td></tr><tr><td>student781</td><td>Mathematics</td><td>male</td><td>46</td><td>8</td><td>43</td><td>69</td></tr><tr><td>student782</td><td>Languages</td><td>female</td><td>67</td><td>98</td><td>15</td><td>52</td></tr><tr><td>student783</td><td>Mathematics</td><td>male</td><td>33</td><td>32</td><td>63</td><td>57</td></tr><tr><td>student784</td><td>Languages</td><td>female</td><td>35</td><td>95</td><td>16</td><td>53</td></tr><tr><td>student785</td><td>Mathematics</td><td>male</td><td>78</td><td>54</td><td>54</td><td>82</td></tr><tr><td>student786</td><td>Languages</td><td>female</td><td>81</td><td>85</td><td>91</td><td>4</td></tr><tr><td>student787</td><td>Mathematics</td><td>male</td><td>42</td><td>41</td><td>23</td><td>14</td></tr><tr><td>student788</td><td>Languages</td><td>female</td><td>59</td><td>100</td><td>86</td><td>36</td></tr><tr><td>student789</td><td>Mathematics</td><td>male</td><td>1</td><td>92</td><td>60</td><td>12</td></tr><tr><td>student790</td><td>Languages</td><td>female</td><td>100</td><td>34</td><td>5</td><td>70</td></tr><tr><td>student791</td><td>Mathematics</td><td>male</td><td>3</td><td>81</td><td>2</td><td>17</td></tr><tr><td>student792</td><td>Languages</td><td>female</td><td>31</td><td>55</td><td>19</td><td>3</td></tr><tr><td>student793</td><td>Mathematics</td><td>male</td><td>11</td><td>33</td><td>98</td><td>77</td></tr><tr><td>student794</td><td>Languages</td><td>female</td><td>4</td><td>61</td><td>7</td><td>86</td></tr><tr><td>student795</td><td>Mathematics</td><td>male</td><td>57</td><td>86</td><td>7</td><td>27</td></tr><tr><td>student796</td><td>Languages</td><td>female</td><td>5</td><td>74</td><td>62</td><td>36</td></tr><tr><td>student797</td><td>Mathematics</td><td>male</td><td>57</td><td>67</td><td>66</td><td>61</td></tr><tr><td>student798</td><td>Languages</td><td>female</td><td>93</td><td>88</td><td>87</td><td>25</td></tr><tr><td>student799</td><td>Mathematics</td><td>male</td><td>59</td><td>96</td><td>64</td><td>41</td></tr><tr><td>student800</td><td>Languages</td><td>female</td><td>62</td><td>7</td><td>69</td><td>23</td></tr><tr><td>student801</td><td>Mathematics</td><td>male</td><td>35</td><td>83</td><td>32</td><td>55</td></tr><tr><td>student802</td><td>Languages</td><td>female</td><td>42</td><td>58</td><td>15</td><td>83</td></tr><tr><td>student803</td><td>Mathematics</td><td>male</td><td>41</td><td>90</td><td>40</td><td>12</td></tr><tr><td>student804</td><td>Languages</td><td>female</td><td>81</td><td>43</td><td>83</td><td>7</td></tr><tr><td>student805</td><td>Mathematics</td><td>male</td><td>87</td><td>77</td><td>33</td><td>20</td></tr><tr><td>student806</td><td>Languages</td><td>female</td><td>53</td><td>87</td><td>30</td><td>37</td></tr><tr><td>student807</td><td>Mathematics</td><td>male</td><td>13</td><td>35</td><td>85</td><td>16</td></tr><tr><td>student808</td><td>Languages</td><td>female</td><td>20</td><td>82</td><td>90</td><td>34</td></tr><tr><td>student809</td><td>Mathematics</td><td>male</td><td>58</td><td>2</td><td>16</td><td>14</td></tr><tr><td>student810</td><td>Languages</td><td>female</td><td>14</td><td>28</td><td>23</td><td>56</td></tr><tr><td>student811</td><td>Mathematics</td><td>male</td><td>49</td><td>97</td><td>36</td><td>8</td></tr><tr><td>student812</td><td>Languages</td><td>female</td><td>31</td><td>46</td><td>11</td><td>63</td></tr><tr><td>student813</td><td>Mathematics</td><td>male</td><td>74</td><td>9</td><td>76</td><td>43</td></tr><tr><td>student814</td><td>Languages</td><td>female</td><td>42</td><td>83</td><td>95</td><td>75</td></tr><tr><td>student815</td><td>Mathematics</td><td>male</td><td>2</td><td>65</td><td>45</td><td>29</td></tr><tr><td>student816</td><td>Languages</td><td>female</td><td>79</td><td>59</td><td>69</td><td>88</td></tr><tr><td>student817</td><td>Mathematics</td><td>male</td><td>68</td><td>18</td><td>26</td><td>84</td></tr><tr><td>student818</td><td>Languages</td><td>female</td><td>39</td><td>13</td><td>99</td><td>15</td></tr><tr><td>student819</td><td>Mathematics</td><td>male</td><td>22</td><td>48</td><td>71</td><td>6</td></tr><tr><td>student820</td><td>Languages</td><td>female</td><td>12</td><td>53</td><td>88</td><td>11</td></tr><tr><td>student821</td><td>Mathematics</td><td>male</td><td>33</td><td>90</td><td>80</td><td>29</td></tr><tr><td>student822</td><td>Languages</td><td>female</td><td>37</td><td>9</td><td>54</td><td>86</td></tr><tr><td>student823</td><td>Mathematics</td><td>male</td><td>91</td><td>78</td><td>85</td><td>1</td></tr><tr><td>student824</td><td>Languages</td><td>female</td><td>31</td><td>58</td><td>67</td><td>31</td></tr><tr><td>student825</td><td>Mathematics</td><td>male</td><td>22</td><td>30</td><td>50</td><td>98</td></tr><tr><td>student826</td><td>Languages</td><td>female</td><td>55</td><td>58</td><td>56</td><td>10</td></tr><tr><td>student827</td><td>Mathematics</td><td>male</td><td>56</td><td>76</td><td>57</td><td>53</td></tr><tr><td>student828</td><td>Languages</td><td>female</td><td>1</td><td>12</td><td>98</td><td>81</td></tr><tr><td>student829</td><td>Mathematics</td><td>male</td><td>67</td><td>92</td><td>66</td><td>71</td></tr><tr><td>student830</td><td>Languages</td><td>female</td><td>30</td><td>61</td><td>44</td><td>49</td></tr><tr><td>student831</td><td>Mathematics</td><td>male</td><td>0</td><td>41</td><td>44</td><td>61</td></tr><tr><td>student832</td><td>Languages</td><td>female</td><td>72</td><td>52</td><td>45</td><td>85</td></tr><tr><td>student833</td><td>Mathematics</td><td>male</td><td>60</td><td>99</td><td>12</td><td>94</td></tr><tr><td>student834</td><td>Languages</td><td>female</td><td>83</td><td>58</td><td>75</td><td>42</td></tr><tr><td>student835</td><td>Mathematics</td><td>male</td><td>95</td><td>0</td><td>53</td><td>77</td></tr><tr><td>student836</td><td>Languages</td><td>female</td><td>33</td><td>28</td><td>70</td><td>62</td></tr><tr><td>student837</td><td>Mathematics</td><td>male</td><td>39</td><td>82</td><td>75</td><td>5</td></tr><tr><td>student838</td><td>Languages</td><td>female</td><td>41</td><td>100</td><td>45</td><td>47</td></tr><tr><td>student839</td><td>Mathematics</td><td>male</td><td>81</td><td>69</td><td>27</td><td>29</td></tr><tr><td>student840</td><td>Languages</td><td>female</td><td>90</td><td>1</td><td>26</td><td>49</td></tr><tr><td>student841</td><td>Mathematics</td><td>male</td><td>45</td><td>38</td><td>20</td><td>34</td></tr><tr><td>student842</td><td>Languages</td><td>female</td><td>3</td><td>25</td><td>31</td><td>1</td></tr><tr><td>student843</td><td>Mathematics</td><td>male</td><td>55</td><td>77</td><td>86</td><td>49</td></tr><tr><td>student844</td><td>Languages</td><td>female</td><td>61</td><td>60</td><td>91</td><td>76</td></tr><tr><td>student845</td><td>Mathematics</td><td>male</td><td>80</td><td>85</td><td>74</td><td>9</td></tr><tr><td>student846</td><td>Languages</td><td>female</td><td>63</td><td>89</td><td>73</td><td>71</td></tr><tr><td>student847</td><td>Mathematics</td><td>male</td><td>79</td><td>15</td><td>97</td><td>42</td></tr><tr><td>student848</td><td>Languages</td><td>female</td><td>99</td><td>18</td><td>73</td><td>43</td></tr><tr><td>student849</td><td>Mathematics</td><td>male</td><td>30</td><td>52</td><td>38</td><td>56</td></tr><tr><td>student850</td><td>Languages</td><td>female</td><td>65</td><td>86</td><td>67</td><td>34</td></tr><tr><td>student851</td><td>Mathematics</td><td>male</td><td>73</td><td>43</td><td>6</td><td>55</td></tr><tr><td>student852</td><td>Languages</td><td>female</td><td>42</td><td>43</td><td>51</td><td>73</td></tr><tr><td>student853</td><td>Mathematics</td><td>male</td><td>8</td><td>70</td><td>98</td><td>0</td></tr><tr><td>student854</td><td>Languages</td><td>female</td><td>29</td><td>41</td><td>12</td><td>45</td></tr><tr><td>student855</td><td>Mathematics</td><td>male</td><td>57</td><td>3</td><td>90</td><td>90</td></tr><tr><td>student856</td><td>Languages</td><td>female</td><td>80</td><td>52</td><td>96</td><td>54</td></tr><tr><td>student857</td><td>Mathematics</td><td>male</td><td>43</td><td>83</td><td>82</td><td>46</td></tr><tr><td>student858</td><td>Languages</td><td>female</td><td>7</td><td>91</td><td>71</td><td>31</td></tr><tr><td>student859</td><td>Mathematics</td><td>male</td><td>68</td><td>13</td><td>70</td><td>7</td></tr><tr><td>student860</td><td>Languages</td><td>female</td><td>51</td><td>44</td><td>15</td><td>52</td></tr><tr><td>student861</td><td>Mathematics</td><td>male</td><td>91</td><td>70</td><td>1</td><td>78</td></tr><tr><td>student862</td><td>Languages</td><td>female</td><td>4</td><td>11</td><td>65</td><td>78</td></tr><tr><td>student863</td><td>Mathematics</td><td>male</td><td>20</td><td>63</td><td>55</td><td>85</td></tr><tr><td>student864</td><td>Languages</td><td>female</td><td>59</td><td>3</td><td>87</td><td>26</td></tr><tr><td>student865</td><td>Mathematics</td><td>male</td><td>4</td><td>89</td><td>44</td><td>32</td></tr><tr><td>student866</td><td>Languages</td><td>female</td><td>26</td><td>67</td><td>98</td><td>39</td></tr><tr><td>student867</td><td>Mathematics</td><td>male</td><td>48</td><td>79</td><td>38</td><td>66</td></tr><tr><td>student868</td><td>Languages</td><td>female</td><td>16</td><td>32</td><td>15</td><td>3</td></tr><tr><td>student869</td><td>Mathematics</td><td>male</td><td>13</td><td>20</td><td>50</td><td>85</td></tr><tr><td>student870</td><td>Languages</td><td>female</td><td>4</td><td>92</td><td>20</td><td>39</td></tr><tr><td>student871</td><td>Mathematics</td><td>male</td><td>82</td><td>6</td><td>23</td><td>53</td></tr><tr><td>student872</td><td>Languages</td><td>female</td><td>6</td><td>60</td><td>74</td><td>64</td></tr><tr><td>student873</td><td>Mathematics</td><td>male</td><td>66</td><td>48</td><td>39</td><td>14</td></tr><tr><td>student874</td><td>Languages</td><td>female</td><td>43</td><td>83</td><td>3</td><td>100</td></tr><tr><td>student875</td><td>Mathematics</td><td>male</td><td>21</td><td>49</td><td>9</td><td>0</td></tr><tr><td>student876</td><td>Languages</td><td>female</td><td>79</td><td>80</td><td>71</td><td>80</td></tr><tr><td>student877</td><td>Mathematics</td><td>male</td><td>84</td><td>25</td><td>26</td><td>88</td></tr><tr><td>student878</td><td>Languages</td><td>female</td><td>38</td><td>46</td><td>66</td><td>60</td></tr><tr><td>student879</td><td>Mathematics</td><td>male</td><td>35</td><td>27</td><td>98</td><td>51</td></tr><tr><td>student880</td><td>Languages</td><td>female</td><td>57</td><td>59</td><td>2</td><td>67</td></tr><tr><td>student881</td><td>Mathematics</td><td>male</td><td>76</td><td>87</td><td>78</td><td>8</td></tr><tr><td>student882</td><td>Languages</td><td>female</td><td>21</td><td>40</td><td>8</td><td>17</td></tr><tr><td>student883</td><td>Mathematics</td><td>male</td><td>50</td><td>4</td><td>68</td><td>66</td></tr><tr><td>student884</td><td>Languages</td><td>female</td><td>83</td><td>86</td><td>30</td><td>92</td></tr><tr><td>student885</td><td>Mathematics</td><td>male</td><td>63</td><td>46</td><td>66</td><td>94</td></tr><tr><td>student886</td><td>Languages</td><td>female</td><td>76</td><td>71</td><td>2</td><td>62</td></tr><tr><td>student887</td><td>Mathematics</td><td>male</td><td>74</td><td>18</td><td>68</td><td>6</td></tr><tr><td>student888</td><td>Languages</td><td>female</td><td>65</td><td>77</td><td>44</td><td>88</td></tr><tr><td>student889</td><td>Mathematics</td><td>male</td><td>67</td><td>32</td><td>61</td><td>19</td></tr><tr><td>student890</td><td>Languages</td><td>female</td><td>85</td><td>96</td><td>85</td><td>41</td></tr><tr><td>student891</td><td>Mathematics</td><td>male</td><td>14</td><td>87</td><td>70</td><td>5</td></tr><tr><td>student892</td><td>Languages</td><td>female</td><td>81</td><td>28</td><td>45</td><td>28</td></tr><tr><td>student893</td><td>Mathematics</td><td>male</td><td>9</td><td>19</td><td>18</td><td>83</td></tr><tr><td>student894</td><td>Languages</td><td>female</td><td>40</td><td>70</td><td>2</td><td>4</td></tr><tr><td>student895</td><td>Mathematics</td><td>male</td><td>18</td><td>19</td><td>51</td><td>89</td></tr><tr><td>student896</td><td>Languages</td><td>female</td><td>70</td><td>35</td><td>25</td><td>12</td></tr><tr><td>student897</td><td>Mathematics</td><td>male</td><td>72</td><td>90</td><td>7</td><td>41</td></tr><tr><td>student898</td><td>Languages</td><td>female</td><td>84</td><td>1</td><td>71</td><td>86</td></tr><tr><td>student899</td><td>Mathematics</td><td>male</td><td>14</td><td>2</td><td>38</td><td>86</td></tr><tr><td>student900</td><td>Languages</td><td>female</td><td>78</td><td>37</td><td>60</td><td>1</td></tr><tr><td>student901</td><td>Mathematics</td><td>male</td><td>66</td><td>95</td><td>31</td><td>68</td></tr><tr><td>student902</td><td>Languages</td><td>female</td><td>23</td><td>60</td><td>80</td><td>65</td></tr><tr><td>student903</td><td>Mathematics</td><td>male</td><td>76</td><td>89</td><td>63</td><td>96</td></tr><tr><td>student904</td><td>Languages</td><td>female</td><td>3</td><td>46</td><td>90</td><td>70</td></tr><tr><td>student905</td><td>Mathematics</td><td>male</td><td>65</td><td>44</td><td>96</td><td>79</td></tr><tr><td>student906</td><td>Languages</td><td>female</td><td>68</td><td>77</td><td>8</td><td>65</td></tr><tr><td>student907</td><td>Mathematics</td><td>male</td><td>86</td><td>61</td><td>99</td><td>43</td></tr><tr><td>student908</td><td>Languages</td><td>female</td><td>88</td><td>95</td><td>32</td><td>13</td></tr><tr><td>student909</td><td>Mathematics</td><td>male</td><td>53</td><td>100</td><td>59</td><td>82</td></tr><tr><td>student910</td><td>Languages</td><td>female</td><td>35</td><td>7</td><td>95</td><td>35</td></tr><tr><td>student911</td><td>Mathematics</td><td>male</td><td>23</td><td>0</td><td>1</td><td>77</td></tr><tr><td>student912</td><td>Languages</td><td>female</td><td>9</td><td>68</td><td>72</td><td>63</td></tr><tr><td>student913</td><td>Mathematics</td><td>male</td><td>23</td><td>92</td><td>39</td><td>96</td></tr><tr><td>student914</td><td>Languages</td><td>female</td><td>94</td><td>97</td><td>6</td><td>58</td></tr><tr><td>student915</td><td>Mathematics</td><td>male</td><td>49</td><td>31</td><td>29</td><td>71</td></tr><tr><td>student916</td><td>Languages</td><td>female</td><td>21</td><td>57</td><td>79</td><td>57</td></tr><tr><td>student917</td><td>Mathematics</td><td>male</td><td>0</td><td>35</td><td>100</td><td>89</td></tr><tr><td>student918</td><td>Languages</td><td>female</td><td>64</td><td>82</td><td>75</td><td>52</td></tr><tr><td>student919</td><td>Mathematics</td><td>male</td><td>16</td><td>66</td><td>69</td><td>68</td></tr><tr><td>student920</td><td>Languages</td><td>female</td><td>92</td><td>95</td><td>11</td><td>27</td></tr><tr><td>student921</td><td>Mathematics</td><td>male</td><td>16</td><td>88</td><td>85</td><td>90</td></tr><tr><td>student922</td><td>Languages</td><td>female</td><td>56</td><td>15</td><td>26</td><td>98</td></tr><tr><td>student923</td><td>Mathematics</td><td>male</td><td>78</td><td>27</td><td>40</td><td>17</td></tr><tr><td>student924</td><td>Languages</td><td>female</td><td>95</td><td>10</td><td>44</td><td>32</td></tr><tr><td>student925</td><td>Mathematics</td><td>male</td><td>99</td><td>85</td><td>52</td><td>18</td></tr><tr><td>student926</td><td>Languages</td><td>female</td><td>73</td><td>31</td><td>71</td><td>49</td></tr><tr><td>student927</td><td>Mathematics</td><td>male</td><td>21</td><td>79</td><td>10</td><td>63</td></tr><tr><td>student928</td><td>Languages</td><td>female</td><td>92</td><td>71</td><td>80</td><td>12</td></tr><tr><td>student929</td><td>Mathematics</td><td>male</td><td>23</td><td>29</td><td>33</td><td>88</td></tr><tr><td>student930</td><td>Languages</td><td>female</td><td>41</td><td>8</td><td>98</td><td>84</td></tr><tr><td>student931</td><td>Mathematics</td><td>male</td><td>97</td><td>17</td><td>79</td><td>21</td></tr><tr><td>student932</td><td>Languages</td><td>female</td><td>72</td><td>40</td><td>93</td><td>92</td></tr><tr><td>student933</td><td>Mathematics</td><td>male</td><td>75</td><td>58</td><td>3</td><td>26</td></tr><tr><td>student934</td><td>Languages</td><td>female</td><td>15</td><td>98</td><td>27</td><td>28</td></tr><tr><td>student935</td><td>Mathematics</td><td>male</td><td>76</td><td>88</td><td>80</td><td>6</td></tr><tr><td>student936</td><td>Languages</td><td>female</td><td>84</td><td>23</td><td>42</td><td>92</td></tr><tr><td>student937</td><td>Mathematics</td><td>male</td><td>71</td><td>56</td><td>86</td><td>71</td></tr><tr><td>student938</td><td>Languages</td><td>female</td><td>7</td><td>39</td><td>58</td><td>22</td></tr><tr><td>student939</td><td>Mathematics</td><td>male</td><td>1</td><td>55</td><td>54</td><td>60</td></tr><tr><td>student940</td><td>Languages</td><td>female</td><td>20</td><td>31</td><td>30</td><td>8</td></tr><tr><td>student941</td><td>Mathematics</td><td>male</td><td>97</td><td>54</td><td>41</td><td>81</td></tr><tr><td>student942</td><td>Languages</td><td>female</td><td>83</td><td>41</td><td>86</td><td>64</td></tr><tr><td>student943</td><td>Mathematics</td><td>male</td><td>71</td><td>95</td><td>32</td><td>7</td></tr><tr><td>student944</td><td>Languages</td><td>female</td><td>0</td><td>27</td><td>30</td><td>91</td></tr><tr><td>student945</td><td>Mathematics</td><td>male</td><td>99</td><td>75</td><td>17</td><td>22</td></tr><tr><td>student946</td><td>Languages</td><td>female</td><td>92</td><td>53</td><td>10</td><td>90</td></tr><tr><td>student947</td><td>Mathematics</td><td>male</td><td>4</td><td>44</td><td>94</td><td>32</td></tr><tr><td>student948</td><td>Languages</td><td>female</td><td>0</td><td>97</td><td>48</td><td>79</td></tr><tr><td>student949</td><td>Mathematics</td><td>male</td><td>97</td><td>55</td><td>79</td><td>74</td></tr><tr><td>student950</td><td>Languages</td><td>female</td><td>65</td><td>98</td><td>9</td><td>32</td></tr><tr><td>student951</td><td>Mathematics</td><td>male</td><td>56</td><td>73</td><td>38</td><td>81</td></tr><tr><td>student952</td><td>Languages</td><td>female</td><td>84</td><td>94</td><td>61</td><td>50</td></tr><tr><td>student953</td><td>Mathematics</td><td>male</td><td>48</td><td>20</td><td>77</td><td>0</td></tr><tr><td>student954</td><td>Languages</td><td>female</td><td>39</td><td>98</td><td>14</td><td>20</td></tr><tr><td>student955</td><td>Mathematics</td><td>male</td><td>4</td><td>15</td><td>24</td><td>65</td></tr><tr><td>student956</td><td>Languages</td><td>female</td><td>78</td><td>22</td><td>92</td><td>31</td></tr><tr><td>student957</td><td>Mathematics</td><td>male</td><td>28</td><td>38</td><td>26</td><td>54</td></tr><tr><td>student958</td><td>Languages</td><td>female</td><td>49</td><td>61</td><td>35</td><td>54</td></tr><tr><td>student959</td><td>Mathematics</td><td>male</td><td>81</td><td>15</td><td>28</td><td>17</td></tr><tr><td>student960</td><td>Languages</td><td>female</td><td>54</td><td>80</td><td>58</td><td>2</td></tr><tr><td>student961</td><td>Mathematics</td><td>male</td><td>75</td><td>23</td><td>5</td><td>37</td></tr><tr><td>student962</td><td>Languages</td><td>female</td><td>55</td><td>65</td><td>1</td><td>20</td></tr><tr><td>student963</td><td>Mathematics</td><td>male</td><td>86</td><td>42</td><td>70</td><td>36</td></tr><tr><td>student964</td><td>Languages</td><td>female</td><td>54</td><td>45</td><td>54</td><td>80</td></tr><tr><td>student965</td><td>Mathematics</td><td>male</td><td>38</td><td>18</td><td>69</td><td>92</td></tr><tr><td>student966</td><td>Languages</td><td>female</td><td>33</td><td>89</td><td>46</td><td>83</td></tr><tr><td>student967</td><td>Mathematics</td><td>male</td><td>43</td><td>9</td><td>55</td><td>76</td></tr><tr><td>student968</td><td>Languages</td><td>female</td><td>13</td><td>26</td><td>12</td><td>86</td></tr><tr><td>student969</td><td>Mathematics</td><td>male</td><td>94</td><td>22</td><td>85</td><td>59</td></tr><tr><td>student970</td><td>Languages</td><td>female</td><td>93</td><td>58</td><td>6</td><td>10</td></tr><tr><td>student971</td><td>Mathematics</td><td>male</td><td>35</td><td>72</td><td>85</td><td>36</td></tr><tr><td>student972</td><td>Languages</td><td>female</td><td>37</td><td>51</td><td>96</td><td>93</td></tr><tr><td>student973</td><td>Mathematics</td><td>male</td><td>71</td><td>10</td><td>79</td><td>59</td></tr><tr><td>student974</td><td>Languages</td><td>female</td><td>71</td><td>31</td><td>73</td><td>93</td></tr><tr><td>student975</td><td>Mathematics</td><td>male</td><td>80</td><td>26</td><td>86</td><td>97</td></tr><tr><td>student976</td><td>Languages</td><td>female</td><td>69</td><td>21</td><td>67</td><td>69</td></tr><tr><td>student977</td><td>Mathematics</td><td>male</td><td>38</td><td>86</td><td>10</td><td>39</td></tr><tr><td>student978</td><td>Languages</td><td>female</td><td>48</td><td>90</td><td>39</td><td>81</td></tr><tr><td>student979</td><td>Mathematics</td><td>male</td><td>90</td><td>83</td><td>3</td><td>42</td></tr><tr><td>student980</td><td>Languages</td><td>female</td><td>19</td><td>1</td><td>91</td><td>84</td></tr><tr><td>student981</td><td>Mathematics</td><td>male</td><td>98</td><td>25</td><td>50</td><td>46</td></tr><tr><td>student982</td><td>Languages</td><td>female</td><td>38</td><td>88</td><td>21</td><td>16</td></tr><tr><td>student983</td><td>Mathematics</td><td>male</td><td>71</td><td>48</td><td>18</td><td>43</td></tr><tr><td>student984</td><td>Languages</td><td>female</td><td>79</td><td>85</td><td>18</td><td>16</td></tr><tr><td>student985</td><td>Mathematics</td><td>male</td><td>51</td><td>66</td><td>90</td><td>68</td></tr><tr><td>student986</td><td>Languages</td><td>female</td><td>100</td><td>95</td><td>65</td><td>91</td></tr><tr><td>student987</td><td>Mathematics</td><td>male</td><td>6</td><td>74</td><td>24</td><td>24</td></tr><tr><td>student988</td><td>Languages</td><td>female</td><td>93</td><td>80</td><td>94</td><td>35</td></tr><tr><td>student989</td><td>Mathematics</td><td>male</td><td>65</td><td>78</td><td>57</td><td>94</td></tr><tr><td>student990</td><td>Languages</td><td>female</td><td>27</td><td>92</td><td>21</td><td>91</td></tr><tr><td>student991</td><td>Mathematics</td><td>male</td><td>77</td><td>15</td><td>26</td><td>76</td></tr><tr><td>student992</td><td>Languages</td><td>female</td><td>28</td><td>84</td><td>51</td><td>67</td></tr><tr><td>student993</td><td>Mathematics</td><td>male</td><td>3</td><td>78</td><td>62</td><td>50</td></tr><tr><td>student994</td><td>Languages</td><td>female</td><td>59</td><td>77</td><td>20</td><td>74</td></tr><tr><td>student995</td><td>Mathematics</td><td>male</td><td>62</td><td>66</td><td>8</td><td>75</td></tr><tr><td>student996</td><td>Languages</td><td>female</td><td>88</td><td>70</td><td>33</td><td>43</td></tr><tr><td>student997</td><td>Mathematics</td><td>male</td><td>73</td><td>33</td><td>42</td><td>53</td></tr><tr><td>student998</td><td>Languages</td><td>female</td><td>64</td><td>10</td><td>2</td><td>31</td></tr><tr><td>student999</td><td>Mathematics</td><td>male</td><td>91</td><td>93</td><td>16</td><td>35</td></tr><tr><td>student1000</td><td>Languages</td><td>female</td><td>30</td><td>68</td><td>95</td><td>40</td></tr><tr><td>student1001</td><td>Mathematics</td><td>male</td><td>25</td><td>2</td><td>48</td><td>32</td></tr><tr><td>student1002</td><td>Languages</td><td>female</td><td>50</td><td>77</td><td>53</td><td>81</td></tr><tr><td>student1003</td><td>Mathematics</td><td>male</td><td>67</td><td>44</td><td>10</td><td>65</td></tr><tr><td>student1004</td><td>Languages</td><td>female</td><td>29</td><td>53</td><td>34</td><td>86</td></tr><tr><td>student1005</td><td>Mathematics</td><td>male</td><td>77</td><td>69</td><td>22</td><td>75</td></tr><tr><td>student1006</td><td>Languages</td><td>female</td><td>48</td><td>82</td><td>95</td><td>40</td></tr><tr><td>student1007</td><td>Mathematics</td><td>male</td><td>30</td><td>71</td><td>29</td><td>63</td></tr><tr><td>student1008</td><td>Languages</td><td>female</td><td>45</td><td>31</td><td>4</td><td>71</td></tr><tr><td>student1009</td><td>Mathematics</td><td>male</td><td>81</td><td>12</td><td>20</td><td>44</td></tr><tr><td>student1010</td><td>Languages</td><td>female</td><td>17</td><td>66</td><td>82</td><td>42</td></tr><tr><td>student1011</td><td>Mathematics</td><td>male</td><td>15</td><td>11</td><td>32</td><td>18</td></tr><tr><td>student1012</td><td>Languages</td><td>female</td><td>27</td><td>34</td><td>59</td><td>19</td></tr><tr><td>student1013</td><td>Mathematics</td><td>male</td><td>18</td><td>67</td><td>25</td><td>14</td></tr><tr><td>student1014</td><td>Languages</td><td>female</td><td>24</td><td>64</td><td>52</td><td>24</td></tr><tr><td>student1015</td><td>Mathematics</td><td>male</td><td>36</td><td>87</td><td>48</td><td>46</td></tr><tr><td>student1016</td><td>Languages</td><td>female</td><td>33</td><td>1</td><td>70</td><td>68</td></tr><tr><td>student1017</td><td>Mathematics</td><td>male</td><td>48</td><td>26</td><td>3</td><td>80</td></tr><tr><td>student1018</td><td>Languages</td><td>female</td><td>53</td><td>63</td><td>85</td><td>57</td></tr><tr><td>student1019</td><td>Mathematics</td><td>male</td><td>58</td><td>73</td><td>0</td><td>24</td></tr><tr><td>student1020</td><td>Languages</td><td>female</td><td>85</td><td>90</td><td>81</td><td>0</td></tr><tr><td>student1021</td><td>Mathematics</td><td>male</td><td>69</td><td>28</td><td>52</td><td>76</td></tr><tr><td>student1022</td><td>Languages</td><td>female</td><td>75</td><td>22</td><td>7</td><td>52</td></tr></tbody>
+	<tr><td>student23</td><td>Mathematics</td><td>male</td><td>82</td><td>77</td><td>0</td><td>79</td></tr><tr><td>student24</td><td>Languages</td><td>female</td><td>100</td><td>91</td><td>13</td><td>82</td></tr><tr><td>student25</td><td>Mathematics</td><td>male</td><td>22</td><td>96</td><td>82</td><td>53</td></tr><tr><td>student26</td><td>Languages</td><td>female</td><td>37</td><td>29</td><td>56</td><td>59</td></tr><tr><td>student27</td><td>Mathematics</td><td>male</td><td>86</td><td>82</td><td>69</td><td>23</td></tr><tr><td>student28</td><td>Languages</td><td>female</td><td>44</td><td>25</td><td>43</td><td>1</td></tr><tr><td>student29</td><td>Mathematics</td><td>male</td><td>77</td><td>47</td><td>22</td><td>38</td></tr><tr><td>student30</td><td>Languages</td><td>female</td><td>19</td><td>35</td><td>23</td><td>10</td></tr><tr><td>student31</td><td>Mathematics</td><td>male</td><td>90</td><td>27</td><td>17</td><td>50</td></tr><tr><td>student32</td><td>Languages</td><td>female</td><td>60</td><td>75</td><td>33</td><td>38</td></tr><tr><td>student33</td><td>Mathematics</td><td>male</td><td>4</td><td>31</td><td>37</td><td>15</td></tr><tr><td>student34</td><td>Languages</td><td>female</td><td>77</td><td>97</td><td>81</td><td>44</td></tr><tr><td>student35</td><td>Mathematics</td><td>male</td><td>5</td><td>81</td><td>51</td><td>95</td></tr><tr><td>student36</td><td>Languages</td><td>female</td><td>70</td><td>61</td><td>70</td><td>94</td></tr><tr><td>student37</td><td>Mathematics</td><td>male</td><td>60</td><td>3</td><td>61</td><td>84</td></tr><tr><td>student38</td><td>Languages</td><td>female</td><td>63</td><td>39</td><td>0</td><td>11</td></tr><tr><td>student39</td><td>Mathematics</td><td>male</td><td>50</td><td>46</td><td>32</td><td>38</td></tr><tr><td>student40</td><td>Languages</td><td>female</td><td>51</td><td>75</td><td>25</td><td>3</td></tr><tr><td>student41</td><td>Mathematics</td><td>male</td><td>43</td><td>34</td><td>28</td><td>78</td></tr><tr><td>student42</td><td>Languages</td><td>female</td><td>11</td><td>89</td><td>60</td><td>95</td></tr><tr><td>student43</td><td>Mathematics</td><td>male</td><td>48</td><td>92</td><td>18</td><td>88</td></tr><tr><td>student44</td><td>Languages</td><td>female</td><td>82</td><td>2</td><td>59</td><td>73</td></tr><tr><td>student45</td><td>Mathematics</td><td>male</td><td>91</td><td>73</td><td>37</td><td>39</td></tr><tr><td>student46</td><td>Languages</td><td>female</td><td>4</td><td>8</td><td>12</td><td>10</td></tr><tr><td>student47</td><td>Mathematics</td><td>male</td><td>89</td><td>10</td><td>6</td><td>11</td></tr><tr><td>student48</td><td>Languages</td><td>female</td><td>90</td><td>32</td><td>21</td><td>18</td></tr><tr><td>student49</td><td>Mathematics</td><td>male</td><td>42</td><td>49</td><td>49</td><td>72</td></tr><tr><td>student50</td><td>Languages</td><td>female</td><td>56</td><td>37</td><td>67</td><td>54</td></tr><tr><td>student51</td><td>Mathematics</td><td>male</td><td>48</td><td>31</td><td>55</td><td>63</td></tr><tr><td>student52</td><td>Languages</td><td>female</td><td>38</td><td>91</td><td>71</td><td>74</td></tr><tr><td>student53</td><td>Mathematics</td><td>male</td><td>2</td><td>63</td><td>85</td><td>100</td></tr><tr><td>student54</td><td>Languages</td><td>female</td><td>75</td><td>81</td><td>16</td><td>23</td></tr><tr><td>student55</td><td>Mathematics</td><td>male</td><td>65</td><td>52</td><td>15</td><td>53</td></tr><tr><td>student56</td><td>Languages</td><td>female</td><td>23</td><td>52</td><td>79</td><td>94</td></tr><tr><td>student57</td><td>Mathematics</td><td>male</td><td>80</td><td>22</td><td>61</td><td>12</td></tr><tr><td>student58</td><td>Languages</td><td>female</td><td>53</td><td>5</td><td>79</td><td>79</td></tr><tr><td>student59</td><td>Mathematics</td><td>male</td><td>96</td><td>32</td><td>35</td><td>17</td></tr><tr><td>student60</td><td>Languages</td><td>female</td><td>16</td><td>76</td><td>65</td><td>27</td></tr><tr><td>student61</td><td>Mathematics</td><td>male</td><td>20</td><td>57</td><td>22</td><td>23</td></tr><tr><td>student62</td><td>Languages</td><td>female</td><td>19</td><td>83</td><td>87</td><td>78</td></tr><tr><td>student63</td><td>Mathematics</td><td>male</td><td>2</td><td>5</td><td>83</td><td>30</td></tr><tr><td>student64</td><td>Languages</td><td>female</td><td>0</td><td>21</td><td>9</td><td>93</td></tr><tr><td>student65</td><td>Mathematics</td><td>male</td><td>20</td><td>86</td><td>13</td><td>96</td></tr><tr><td>student66</td><td>Languages</td><td>female</td><td>28</td><td>35</td><td>87</td><td>57</td></tr><tr><td>student67</td><td>Mathematics</td><td>male</td><td>36</td><td>50</td><td>29</td><td>10</td></tr><tr><td>student68</td><td>Languages</td><td>female</td><td>60</td><td>90</td><td>96</td><td>6</td></tr><tr><td>student69</td><td>Mathematics</td><td>male</td><td>34</td><td>61</td><td>43</td><td>98</td></tr><tr><td>student70</td><td>Languages</td><td>female</td><td>13</td><td>37</td><td>91</td><td>83</td></tr><tr><td>student71</td><td>Mathematics</td><td>male</td><td>47</td><td>80</td><td>57</td><td>82</td></tr><tr><td>student72</td><td>Languages</td><td>female</td><td>69</td><td>43</td><td>37</td><td>37</td></tr><tr><td>student73</td><td>Mathematics</td><td>male</td><td>54</td><td>60</td><td>94</td><td>21</td></tr><tr><td>student74</td><td>Languages</td><td>female</td><td>71</td><td>14</td><td>34</td><td>46</td></tr><tr><td>student75</td><td>Mathematics</td><td>male</td><td>89</td><td>96</td><td>31</td><td>17</td></tr><tr><td>student76</td><td>Languages</td><td>female</td><td>28</td><td>48</td><td>29</td><td>94</td></tr><tr><td>student77</td><td>Mathematics</td><td>male</td><td>100</td><td>65</td><td>20</td><td>24</td></tr><tr><td>student78</td><td>Languages</td><td>female</td><td>11</td><td>96</td><td>90</td><td>33</td></tr><tr><td>student79</td><td>Mathematics</td><td>male</td><td>53</td><td>55</td><td>93</td><td>39</td></tr><tr><td>student80</td><td>Languages</td><td>female</td><td>1</td><td>100</td><td>84</td><td>44</td></tr><tr><td>student81</td><td>Mathematics</td><td>male</td><td>63</td><td>78</td><td>96</td><td>43</td></tr><tr><td>student82</td><td>Languages</td><td>female</td><td>41</td><td>69</td><td>82</td><td>35</td></tr><tr><td>student83</td><td>Mathematics</td><td>male</td><td>94</td><td>98</td><td>13</td><td>9</td></tr><tr><td>student84</td><td>Languages</td><td>female</td><td>94</td><td>72</td><td>91</td><td>77</td></tr><tr><td>student85</td><td>Mathematics</td><td>male</td><td>71</td><td>32</td><td>45</td><td>25</td></tr><tr><td>student86</td><td>Languages</td><td>female</td><td>9</td><td>89</td><td>64</td><td>37</td></tr><tr><td>student87</td><td>Mathematics</td><td>male</td><td>89</td><td>1</td><td>73</td><td>67</td></tr><tr><td>student88</td><td>Languages</td><td>female</td><td>43</td><td>41</td><td>68</td><td>79</td></tr><tr><td>student89</td><td>Mathematics</td><td>male</td><td>7</td><td>38</td><td>22</td><td>37</td></tr><tr><td>student90</td><td>Languages</td><td>female</td><td>94</td><td>83</td><td>93</td><td>37</td></tr><tr><td>student91</td><td>Mathematics</td><td>male</td><td>82</td><td>84</td><td>2</td><td>61</td></tr><tr><td>student92</td><td>Languages</td><td>female</td><td>46</td><td>41</td><td>30</td><td>69</td></tr><tr><td>student93</td><td>Mathematics</td><td>male</td><td>47</td><td>19</td><td>85</td><td>83</td></tr><tr><td>student94</td><td>Languages</td><td>female</td><td>39</td><td>14</td><td>64</td><td>62</td></tr><tr><td>student95</td><td>Mathematics</td><td>male</td><td>71</td><td>31</td><td>46</td><td>28</td></tr><tr><td>student96</td><td>Languages</td><td>female</td><td>90</td><td>94</td><td>45</td><td>40</td></tr><tr><td>student97</td><td>Mathematics</td><td>male</td><td>46</td><td>89</td><td>2</td><td>5</td></tr><tr><td>student98</td><td>Languages</td><td>female</td><td>41</td><td>43</td><td>47</td><td>99</td></tr><tr><td>student99</td><td>Mathematics</td><td>male</td><td>71</td><td>90</td><td>89</td><td>73</td></tr><tr><td>student100</td><td>Languages</td><td>female</td><td>31</td><td>64</td><td>18</td><td>56</td></tr><tr><td>student101</td><td>Mathematics</td><td>male</td><td>52</td><td>13</td><td>69</td><td>99</td></tr><tr><td>student102</td><td>Languages</td><td>female</td><td>86</td><td>39</td><td>83</td><td>18</td></tr><tr><td>student103</td><td>Mathematics</td><td>male</td><td>23</td><td>65</td><td>98</td><td>80</td></tr><tr><td>student104</td><td>Languages</td><td>female</td><td>78</td><td>100</td><td>57</td><td>66</td></tr><tr><td>student105</td><td>Mathematics</td><td>male</td><td>69</td><td>21</td><td>43</td><td>97</td></tr><tr><td>student106</td><td>Languages</td><td>female</td><td>27</td><td>2</td><td>78</td><td>38</td></tr><tr><td>student107</td><td>Mathematics</td><td>male</td><td>86</td><td>96</td><td>46</td><td>34</td></tr><tr><td>student108</td><td>Languages</td><td>female</td><td>13</td><td>84</td><td>66</td><td>64</td></tr><tr><td>student109</td><td>Mathematics</td><td>male</td><td>35</td><td>95</td><td>98</td><td>81</td></tr><tr><td>student110</td><td>Languages</td><td>female</td><td>30</td><td>28</td><td>62</td><td>54</td></tr><tr><td>student111</td><td>Mathematics</td><td>male</td><td>60</td><td>31</td><td>35</td><td>85</td></tr><tr><td>student112</td><td>Languages</td><td>female</td><td>19</td><td>81</td><td>19</td><td>69</td></tr><tr><td>student113</td><td>Mathematics</td><td>male</td><td>66</td><td>5</td><td>98</td><td>54</td></tr><tr><td>student114</td><td>Languages</td><td>female</td><td>38</td><td>80</td><td>40</td><td>16</td></tr><tr><td>student115</td><td>Mathematics</td><td>male</td><td>5</td><td>84</td><td>96</td><td>97</td></tr><tr><td>student116</td><td>Languages</td><td>female</td><td>59</td><td>97</td><td>69</td><td>54</td></tr><tr><td>student117</td><td>Mathematics</td><td>male</td><td>0</td><td>34</td><td>79</td><td>49</td></tr><tr><td>student118</td><td>Languages</td><td>female</td><td>18</td><td>7</td><td>12</td><td>85</td></tr><tr><td>student119</td><td>Mathematics</td><td>male</td><td>93</td><td>87</td><td>7</td><td>59</td></tr><tr><td>student120</td><td>Languages</td><td>female</td><td>42</td><td>23</td><td>26</td><td>90</td></tr><tr><td>student121</td><td>Mathematics</td><td>male</td><td>17</td><td>39</td><td>66</td><td>89</td></tr><tr><td>student122</td><td>Languages</td><td>female</td><td>26</td><td>75</td><td>90</td><td>18</td></tr><tr><td>student123</td><td>Mathematics</td><td>male</td><td>34</td><td>23</td><td>77</td><td>80</td></tr><tr><td>student124</td><td>Languages</td><td>female</td><td>52</td><td>6</td><td>77</td><td>42</td></tr><tr><td>student125</td><td>Mathematics</td><td>male</td><td>56</td><td>2</td><td>85</td><td>81</td></tr><tr><td>student126</td><td>Languages</td><td>female</td><td>51</td><td>35</td><td>67</td><td>44</td></tr><tr><td>student127</td><td>Mathematics</td><td>male</td><td>64</td><td>64</td><td>44</td><td>34</td></tr><tr><td>student128</td><td>Languages</td><td>female</td><td>67</td><td>91</td><td>79</td><td>82</td></tr><tr><td>student129</td><td>Mathematics</td><td>male</td><td>4</td><td>26</td><td>15</td><td>79</td></tr><tr><td>student130</td><td>Languages</td><td>female</td><td>72</td><td>10</td><td>3</td><td>69</td></tr><tr><td>student131</td><td>Mathematics</td><td>male</td><td>94</td><td>77</td><td>51</td><td>1</td></tr><tr><td>student132</td><td>Languages</td><td>female</td><td>27</td><td>95</td><td>85</td><td>48</td></tr><tr><td>student133</td><td>Mathematics</td><td>male</td><td>92</td><td>11</td><td>40</td><td>61</td></tr><tr><td>student134</td><td>Languages</td><td>female</td><td>4</td><td>18</td><td>56</td><td>60</td></tr><tr><td>student135</td><td>Mathematics</td><td>male</td><td>8</td><td>42</td><td>26</td><td>52</td></tr><tr><td>student136</td><td>Languages</td><td>female</td><td>7</td><td>60</td><td>47</td><td>21</td></tr><tr><td>student137</td><td>Mathematics</td><td>male</td><td>51</td><td>81</td><td>30</td><td>90</td></tr><tr><td>student138</td><td>Languages</td><td>female</td><td>58</td><td>6</td><td>16</td><td>73</td></tr><tr><td>student139</td><td>Mathematics</td><td>male</td><td>48</td><td>38</td><td>37</td><td>31</td></tr><tr><td>student140</td><td>Languages</td><td>female</td><td>33</td><td>26</td><td>56</td><td>60</td></tr><tr><td>student141</td><td>Mathematics</td><td>male</td><td>84</td><td>84</td><td>29</td><td>75</td></tr><tr><td>student142</td><td>Languages</td><td>female</td><td>72</td><td>35</td><td>6</td><td>54</td></tr><tr><td>student143</td><td>Mathematics</td><td>male</td><td>31</td><td>42</td><td>70</td><td>82</td></tr><tr><td>student144</td><td>Languages</td><td>female</td><td>94</td><td>87</td><td>50</td><td>35</td></tr><tr><td>student145</td><td>Mathematics</td><td>male</td><td>91</td><td>52</td><td>80</td><td>26</td></tr><tr><td>student146</td><td>Languages</td><td>female</td><td>78</td><td>65</td><td>79</td><td>79</td></tr><tr><td>student147</td><td>Mathematics</td><td>male</td><td>50</td><td>90</td><td>59</td><td>71</td></tr><tr><td>student148</td><td>Languages</td><td>female</td><td>15</td><td>68</td><td>66</td><td>33</td></tr><tr><td>student149</td><td>Mathematics</td><td>male</td><td>17</td><td>36</td><td>34</td><td>13</td></tr><tr><td>student150</td><td>Languages</td><td>female</td><td>30</td><td>95</td><td>69</td><td>73</td></tr><tr><td>student151</td><td>Mathematics</td><td>male</td><td>20</td><td>53</td><td>49</td><td>58</td></tr><tr><td>student152</td><td>Languages</td><td>female</td><td>19</td><td>89</td><td>60</td><td>60</td></tr><tr><td>student153</td><td>Mathematics</td><td>male</td><td>52</td><td>82</td><td>20</td><td>3</td></tr><tr><td>student154</td><td>Languages</td><td>female</td><td>66</td><td>98</td><td>53</td><td>66</td></tr><tr><td>student155</td><td>Mathematics</td><td>male</td><td>5</td><td>85</td><td>22</td><td>58</td></tr><tr><td>student156</td><td>Languages</td><td>female</td><td>34</td><td>43</td><td>68</td><td>8</td></tr><tr><td>student157</td><td>Mathematics</td><td>male</td><td>43</td><td>0</td><td>91</td><td>14</td></tr><tr><td>student158</td><td>Languages</td><td>female</td><td>34</td><td>18</td><td>67</td><td>31</td></tr><tr><td>student159</td><td>Mathematics</td><td>male</td><td>79</td><td>73</td><td>34</td><td>52</td></tr><tr><td>student160</td><td>Languages</td><td>female</td><td>15</td><td>61</td><td>37</td><td>27</td></tr><tr><td>student161</td><td>Mathematics</td><td>male</td><td>74</td><td>77</td><td>15</td><td>45</td></tr><tr><td>student162</td><td>Languages</td><td>female</td><td>52</td><td>62</td><td>19</td><td>58</td></tr><tr><td>student163</td><td>Mathematics</td><td>male</td><td>77</td><td>60</td><td>27</td><td>95</td></tr><tr><td>student164</td><td>Languages</td><td>female</td><td>96</td><td>1</td><td>93</td><td>57</td></tr><tr><td>student165</td><td>Mathematics</td><td>male</td><td>51</td><td>63</td><td>75</td><td>19</td></tr><tr><td>student166</td><td>Languages</td><td>female</td><td>32</td><td>44</td><td>72</td><td>99</td></tr><tr><td>student167</td><td>Mathematics</td><td>male</td><td>82</td><td>84</td><td>57</td><td>63</td></tr><tr><td>student168</td><td>Languages</td><td>female</td><td>53</td><td>12</td><td>85</td><td>67</td></tr><tr><td>student169</td><td>Mathematics</td><td>male</td><td>49</td><td>16</td><td>84</td><td>6</td></tr><tr><td>student170</td><td>Languages</td><td>female</td><td>39</td><td>34</td><td>16</td><td>65</td></tr><tr><td>student171</td><td>Mathematics</td><td>male</td><td>100</td><td>68</td><td>88</td><td>4</td></tr><tr><td>student172</td><td>Languages</td><td>female</td><td>14</td><td>25</td><td>63</td><td>52</td></tr><tr><td>student173</td><td>Mathematics</td><td>male</td><td>74</td><td>26</td><td>15</td><td>60</td></tr><tr><td>student174</td><td>Languages</td><td>female</td><td>11</td><td>58</td><td>8</td><td>92</td></tr><tr><td>student175</td><td>Mathematics</td><td>male</td><td>62</td><td>47</td><td>2</td><td>31</td></tr><tr><td>student176</td><td>Languages</td><td>female</td><td>65</td><td>26</td><td>32</td><td>42</td></tr><tr><td>student177</td><td>Mathematics</td><td>male</td><td>83</td><td>78</td><td>69</td><td>24</td></tr><tr><td>student178</td><td>Languages</td><td>female</td><td>14</td><td>100</td><td>7</td><td>43</td></tr><tr><td>student179</td><td>Mathematics</td><td>male</td><td>28</td><td>35</td><td>89</td><td>7</td></tr><tr><td>student180</td><td>Languages</td><td>female</td><td>1</td><td>48</td><td>39</td><td>62</td></tr><tr><td>student181</td><td>Mathematics</td><td>male</td><td>14</td><td>4</td><td>24</td><td>69</td></tr><tr><td>student182</td><td>Languages</td><td>female</td><td>64</td><td>52</td><td>72</td><td>2</td></tr><tr><td>student183</td><td>Mathematics</td><td>male</td><td>15</td><td>26</td><td>27</td><td>85</td></tr><tr><td>student184</td><td>Languages</td><td>female</td><td>91</td><td>49</td><td>40</td><td>7</td></tr><tr><td>student185</td><td>Mathematics</td><td>male</td><td>87</td><td>89</td><td>42</td><td>87</td></tr><tr><td>student186</td><td>Languages</td><td>female</td><td>75</td><td>76</td><td>61</td><td>88</td></tr><tr><td>student187</td><td>Mathematics</td><td>male</td><td>11</td><td>48</td><td>66</td><td>30</td></tr><tr><td>student188</td><td>Languages</td><td>female</td><td>73</td><td>7</td><td>92</td><td>72</td></tr><tr><td>student189</td><td>Mathematics</td><td>male</td><td>98</td><td>36</td><td>58</td><td>15</td></tr><tr><td>student190</td><td>Languages</td><td>female</td><td>80</td><td>2</td><td>86</td><td>56</td></tr><tr><td>student191</td><td>Mathematics</td><td>male</td><td>36</td><td>33</td><td>97</td><td>4</td></tr><tr><td>student192</td><td>Languages</td><td>female</td><td>59</td><td>2</td><td>33</td><td>90</td></tr><tr><td>student193</td><td>Mathematics</td><td>male</td><td>94</td><td>6</td><td>19</td><td>33</td></tr><tr><td>student194</td><td>Languages</td><td>female</td><td>82</td><td>49</td><td>72</td><td>42</td></tr><tr><td>student195</td><td>Mathematics</td><td>male</td><td>80</td><td>59</td><td>8</td><td>30</td></tr><tr><td>student196</td><td>Languages</td><td>female</td><td>89</td><td>17</td><td>90</td><td>27</td></tr><tr><td>student197</td><td>Mathematics</td><td>male</td><td>46</td><td>22</td><td>6</td><td>67</td></tr><tr><td>student198</td><td>Languages</td><td>female</td><td>65</td><td>75</td><td>73</td><td>77</td></tr><tr><td>student199</td><td>Mathematics</td><td>male</td><td>77</td><td>97</td><td>54</td><td>13</td></tr><tr><td>student200</td><td>Languages</td><td>female</td><td>78</td><td>19</td><td>57</td><td>96</td></tr><tr><td>student201</td><td>Mathematics</td><td>male</td><td>92</td><td>21</td><td>11</td><td>80</td></tr><tr><td>student202</td><td>Languages</td><td>female</td><td>45</td><td>49</td><td>93</td><td>40</td></tr><tr><td>student203</td><td>Mathematics</td><td>male</td><td>74</td><td>25</td><td>87</td><td>53</td></tr><tr><td>student204</td><td>Languages</td><td>female</td><td>15</td><td>71</td><td>23</td><td>4</td></tr><tr><td>student205</td><td>Mathematics</td><td>male</td><td>82</td><td>97</td><td>95</td><td>73</td></tr><tr><td>student206</td><td>Languages</td><td>female</td><td>82</td><td>60</td><td>58</td><td>98</td></tr><tr><td>student207</td><td>Mathematics</td><td>male</td><td>26</td><td>64</td><td>11</td><td>100</td></tr><tr><td>student208</td><td>Languages</td><td>female</td><td>64</td><td>9</td><td>60</td><td>45</td></tr><tr><td>student209</td><td>Mathematics</td><td>male</td><td>96</td><td>81</td><td>96</td><td>63</td></tr><tr><td>student210</td><td>Languages</td><td>female</td><td>24</td><td>39</td><td>0</td><td>69</td></tr><tr><td>student211</td><td>Mathematics</td><td>male</td><td>86</td><td>64</td><td>7</td><td>10</td></tr><tr><td>student212</td><td>Languages</td><td>female</td><td>7</td><td>64</td><td>50</td><td>7</td></tr><tr><td>student213</td><td>Mathematics</td><td>male</td><td>59</td><td>12</td><td>26</td><td>77</td></tr><tr><td>student214</td><td>Languages</td><td>female</td><td>21</td><td>25</td><td>93</td><td>82</td></tr><tr><td>student215</td><td>Mathematics</td><td>male</td><td>22</td><td>18</td><td>64</td><td>51</td></tr><tr><td>student216</td><td>Languages</td><td>female</td><td>92</td><td>41</td><td>98</td><td>28</td></tr><tr><td>student217</td><td>Mathematics</td><td>male</td><td>32</td><td>48</td><td>14</td><td>17</td></tr><tr><td>student218</td><td>Languages</td><td>female</td><td>62</td><td>36</td><td>85</td><td>56</td></tr><tr><td>student219</td><td>Mathematics</td><td>male</td><td>33</td><td>37</td><td>90</td><td>87</td></tr><tr><td>student220</td><td>Languages</td><td>female</td><td>24</td><td>43</td><td>60</td><td>84</td></tr><tr><td>student221</td><td>Mathematics</td><td>male</td><td>6</td><td>59</td><td>37</td><td>51</td></tr><tr><td>student222</td><td>Languages</td><td>female</td><td>91</td><td>97</td><td>5</td><td>76</td></tr><tr><td>student223</td><td>Mathematics</td><td>male</td><td>86</td><td>29</td><td>32</td><td>27</td></tr><tr><td>student224</td><td>Languages</td><td>female</td><td>63</td><td>59</td><td>68</td><td>91</td></tr><tr><td>student225</td><td>Mathematics</td><td>male</td><td>57</td><td>73</td><td>95</td><td>68</td></tr><tr><td>student226</td><td>Languages</td><td>female</td><td>38</td><td>54</td><td>59</td><td>87</td></tr><tr><td>student227</td><td>Mathematics</td><td>male</td><td>53</td><td>62</td><td>72</td><td>64</td></tr><tr><td>student228</td><td>Languages</td><td>female</td><td>62</td><td>84</td><td>72</td><td>73</td></tr><tr><td>student229</td><td>Mathematics</td><td>male</td><td>13</td><td>0</td><td>83</td><td>58</td></tr><tr><td>student230</td><td>Languages</td><td>female</td><td>35</td><td>65</td><td>80</td><td>87</td></tr><tr><td>student231</td><td>Mathematics</td><td>male</td><td>76</td><td>20</td><td>28</td><td>50</td></tr><tr><td>student232</td><td>Languages</td><td>female</td><td>9</td><td>17</td><td>66</td><td>33</td></tr><tr><td>student233</td><td>Mathematics</td><td>male</td><td>92</td><td>2</td><td>99</td><td>61</td></tr><tr><td>student234</td><td>Languages</td><td>female</td><td>47</td><td>69</td><td>98</td><td>39</td></tr><tr><td>student235</td><td>Mathematics</td><td>male</td><td>21</td><td>44</td><td>38</td><td>82</td></tr><tr><td>student236</td><td>Languages</td><td>female</td><td>19</td><td>86</td><td>51</td><td>78</td></tr><tr><td>student237</td><td>Mathematics</td><td>male</td><td>28</td><td>45</td><td>49</td><td>36</td></tr><tr><td>student238</td><td>Languages</td><td>female</td><td>78</td><td>19</td><td>49</td><td>81</td></tr><tr><td>student239</td><td>Mathematics</td><td>male</td><td>72</td><td>69</td><td>47</td><td>20</td></tr><tr><td>student240</td><td>Languages</td><td>female</td><td>17</td><td>43</td><td>66</td><td>56</td></tr><tr><td>student241</td><td>Mathematics</td><td>male</td><td>90</td><td>1</td><td>94</td><td>4</td></tr><tr><td>student242</td><td>Languages</td><td>female</td><td>6</td><td>18</td><td>2</td><td>51</td></tr><tr><td>student243</td><td>Mathematics</td><td>male</td><td>1</td><td>37</td><td>72</td><td>13</td></tr><tr><td>student244</td><td>Languages</td><td>female</td><td>80</td><td>0</td><td>58</td><td>54</td></tr><tr><td>student245</td><td>Mathematics</td><td>male</td><td>83</td><td>31</td><td>85</td><td>9</td></tr><tr><td>student246</td><td>Languages</td><td>female</td><td>90</td><td>99</td><td>29</td><td>12</td></tr><tr><td>student247</td><td>Mathematics</td><td>male</td><td>89</td><td>23</td><td>81</td><td>59</td></tr><tr><td>student248</td><td>Languages</td><td>female</td><td>72</td><td>26</td><td>28</td><td>3</td></tr><tr><td>student249</td><td>Mathematics</td><td>male</td><td>28</td><td>10</td><td>50</td><td>47</td></tr><tr><td>student250</td><td>Languages</td><td>female</td><td>89</td><td>14</td><td>89</td><td>4</td></tr><tr><td>student251</td><td>Mathematics</td><td>male</td><td>15</td><td>23</td><td>37</td><td>69</td></tr><tr><td>student252</td><td>Languages</td><td>female</td><td>27</td><td>82</td><td>10</td><td>36</td></tr><tr><td>student253</td><td>Mathematics</td><td>male</td><td>49</td><td>45</td><td>64</td><td>23</td></tr><tr><td>student254</td><td>Languages</td><td>female</td><td>79</td><td>75</td><td>63</td><td>74</td></tr><tr><td>student255</td><td>Mathematics</td><td>male</td><td>2</td><td>56</td><td>64</td><td>75</td></tr><tr><td>student256</td><td>Languages</td><td>female</td><td>36</td><td>26</td><td>29</td><td>58</td></tr><tr><td>student257</td><td>Mathematics</td><td>male</td><td>17</td><td>22</td><td>66</td><td>73</td></tr><tr><td>student258</td><td>Languages</td><td>female</td><td>70</td><td>91</td><td>97</td><td>45</td></tr><tr><td>student259</td><td>Mathematics</td><td>male</td><td>34</td><td>30</td><td>78</td><td>30</td></tr><tr><td>student260</td><td>Languages</td><td>female</td><td>77</td><td>57</td><td>86</td><td>77</td></tr><tr><td>student261</td><td>Mathematics</td><td>male</td><td>12</td><td>59</td><td>68</td><td>7</td></tr><tr><td>student262</td><td>Languages</td><td>female</td><td>11</td><td>60</td><td>97</td><td>71</td></tr><tr><td>student263</td><td>Mathematics</td><td>male</td><td>12</td><td>30</td><td>35</td><td>58</td></tr><tr><td>student264</td><td>Languages</td><td>female</td><td>46</td><td>15</td><td>23</td><td>40</td></tr><tr><td>student265</td><td>Mathematics</td><td>male</td><td>44</td><td>81</td><td>9</td><td>26</td></tr><tr><td>student266</td><td>Languages</td><td>female</td><td>15</td><td>68</td><td>32</td><td>15</td></tr><tr><td>student267</td><td>Mathematics</td><td>male</td><td>5</td><td>58</td><td>50</td><td>98</td></tr><tr><td>student268</td><td>Languages</td><td>female</td><td>42</td><td>30</td><td>32</td><td>24</td></tr><tr><td>student269</td><td>Mathematics</td><td>male</td><td>78</td><td>100</td><td>99</td><td>57</td></tr><tr><td>student270</td><td>Languages</td><td>female</td><td>55</td><td>33</td><td>87</td><td>25</td></tr><tr><td>student271</td><td>Mathematics</td><td>male</td><td>25</td><td>97</td><td>29</td><td>93</td></tr><tr><td>student272</td><td>Languages</td><td>female</td><td>39</td><td>35</td><td>18</td><td>43</td></tr><tr><td>student273</td><td>Mathematics</td><td>male</td><td>35</td><td>17</td><td>99</td><td>58</td></tr><tr><td>student274</td><td>Languages</td><td>female</td><td>86</td><td>52</td><td>27</td><td>24</td></tr><tr><td>student275</td><td>Mathematics</td><td>male</td><td>97</td><td>38</td><td>73</td><td>76</td></tr><tr><td>student276</td><td>Languages</td><td>female</td><td>20</td><td>6</td><td>19</td><td>8</td></tr><tr><td>student277</td><td>Mathematics</td><td>male</td><td>93</td><td>36</td><td>9</td><td>47</td></tr><tr><td>student278</td><td>Languages</td><td>female</td><td>42</td><td>3</td><td>15</td><td>2</td></tr><tr><td>student279</td><td>Mathematics</td><td>male</td><td>61</td><td>18</td><td>96</td><td>2</td></tr><tr><td>student280</td><td>Languages</td><td>female</td><td>99</td><td>89</td><td>87</td><td>94</td></tr><tr><td>student281</td><td>Mathematics</td><td>male</td><td>48</td><td>95</td><td>90</td><td>0</td></tr><tr><td>student282</td><td>Languages</td><td>female</td><td>60</td><td>47</td><td>31</td><td>30</td></tr><tr><td>student283</td><td>Mathematics</td><td>male</td><td>64</td><td>24</td><td>10</td><td>76</td></tr><tr><td>student284</td><td>Languages</td><td>female</td><td>99</td><td>37</td><td>4</td><td>68</td></tr><tr><td>student285</td><td>Mathematics</td><td>male</td><td>0</td><td>98</td><td>68</td><td>69</td></tr><tr><td>student286</td><td>Languages</td><td>female</td><td>66</td><td>82</td><td>49</td><td>59</td></tr><tr><td>student287</td><td>Mathematics</td><td>male</td><td>86</td><td>14</td><td>37</td><td>17</td></tr><tr><td>student288</td><td>Languages</td><td>female</td><td>27</td><td>48</td><td>93</td><td>27</td></tr><tr><td>student289</td><td>Mathematics</td><td>male</td><td>84</td><td>89</td><td>6</td><td>68</td></tr><tr><td>student290</td><td>Languages</td><td>female</td><td>99</td><td>0</td><td>20</td><td>57</td></tr><tr><td>student291</td><td>Mathematics</td><td>male</td><td>50</td><td>96</td><td>72</td><td>42</td></tr><tr><td>student292</td><td>Languages</td><td>female</td><td>98</td><td>2</td><td>27</td><td>92</td></tr><tr><td>student293</td><td>Mathematics</td><td>male</td><td>19</td><td>9</td><td>42</td><td>87</td></tr><tr><td>student294</td><td>Languages</td><td>female</td><td>98</td><td>97</td><td>9</td><td>22</td></tr><tr><td>student295</td><td>Mathematics</td><td>male</td><td>75</td><td>30</td><td>77</td><td>64</td></tr><tr><td>student296</td><td>Languages</td><td>female</td><td>51</td><td>98</td><td>55</td><td>3</td></tr><tr><td>student297</td><td>Mathematics</td><td>male</td><td>25</td><td>95</td><td>86</td><td>72</td></tr><tr><td>student298</td><td>Languages</td><td>female</td><td>20</td><td>75</td><td>37</td><td>35</td></tr><tr><td>student299</td><td>Mathematics</td><td>male</td><td>4</td><td>92</td><td>41</td><td>11</td></tr><tr><td>student300</td><td>Languages</td><td>female</td><td>28</td><td>3</td><td>28</td><td>91</td></tr><tr><td>student301</td><td>Mathematics</td><td>male</td><td>41</td><td>63</td><td>4</td><td>25</td></tr><tr><td>student302</td><td>Languages</td><td>female</td><td>29</td><td>16</td><td>77</td><td>90</td></tr><tr><td>student303</td><td>Mathematics</td><td>male</td><td>89</td><td>41</td><td>51</td><td>82</td></tr><tr><td>student304</td><td>Languages</td><td>female</td><td>40</td><td>91</td><td>24</td><td>34</td></tr><tr><td>student305</td><td>Mathematics</td><td>male</td><td>7</td><td>47</td><td>49</td><td>78</td></tr><tr><td>student306</td><td>Languages</td><td>female</td><td>6</td><td>37</td><td>55</td><td>62</td></tr><tr><td>student307</td><td>Mathematics</td><td>male</td><td>30</td><td>73</td><td>34</td><td>90</td></tr><tr><td>student308</td><td>Languages</td><td>female</td><td>82</td><td>91</td><td>95</td><td>93</td></tr><tr><td>student309</td><td>Mathematics</td><td>male</td><td>62</td><td>4</td><td>73</td><td>82</td></tr><tr><td>student310</td><td>Languages</td><td>female</td><td>39</td><td>10</td><td>12</td><td>57</td></tr><tr><td>student311</td><td>Mathematics</td><td>male</td><td>89</td><td>64</td><td>20</td><td>67</td></tr><tr><td>student312</td><td>Languages</td><td>female</td><td>56</td><td>36</td><td>92</td><td>41</td></tr><tr><td>student313</td><td>Mathematics</td><td>male</td><td>99</td><td>80</td><td>99</td><td>74</td></tr><tr><td>student314</td><td>Languages</td><td>female</td><td>31</td><td>79</td><td>64</td><td>93</td></tr><tr><td>student315</td><td>Mathematics</td><td>male</td><td>53</td><td>2</td><td>70</td><td>55</td></tr><tr><td>student316</td><td>Languages</td><td>female</td><td>35</td><td>15</td><td>29</td><td>60</td></tr><tr><td>student317</td><td>Mathematics</td><td>male</td><td>31</td><td>47</td><td>69</td><td>60</td></tr><tr><td>student318</td><td>Languages</td><td>female</td><td>88</td><td>28</td><td>13</td><td>66</td></tr><tr><td>student319</td><td>Mathematics</td><td>male</td><td>65</td><td>12</td><td>16</td><td>40</td></tr><tr><td>student320</td><td>Languages</td><td>female</td><td>28</td><td>17</td><td>19</td><td>40</td></tr><tr><td>student321</td><td>Mathematics</td><td>male</td><td>24</td><td>100</td><td>44</td><td>70</td></tr><tr><td>student322</td><td>Languages</td><td>female</td><td>20</td><td>59</td><td>83</td><td>52</td></tr><tr><td>student323</td><td>Mathematics</td><td>male</td><td>17</td><td>60</td><td>82</td><td>91</td></tr><tr><td>student324</td><td>Languages</td><td>female</td><td>95</td><td>99</td><td>43</td><td>37</td></tr><tr><td>student325</td><td>Mathematics</td><td>male</td><td>30</td><td>18</td><td>99</td><td>31</td></tr><tr><td>student326</td><td>Languages</td><td>female</td><td>34</td><td>7</td><td>83</td><td>86</td></tr><tr><td>student327</td><td>Mathematics</td><td>male</td><td>98</td><td>63</td><td>4</td><td>35</td></tr><tr><td>student328</td><td>Languages</td><td>female</td><td>54</td><td>23</td><td>98</td><td>46</td></tr><tr><td>student329</td><td>Mathematics</td><td>male</td><td>97</td><td>93</td><td>45</td><td>18</td></tr><tr><td>student330</td><td>Languages</td><td>female</td><td>27</td><td>74</td><td>0</td><td>77</td></tr><tr><td>student331</td><td>Mathematics</td><td>male</td><td>9</td><td>70</td><td>41</td><td>37</td></tr><tr><td>student332</td><td>Languages</td><td>female</td><td>52</td><td>37</td><td>76</td><td>20</td></tr><tr><td>student333</td><td>Mathematics</td><td>male</td><td>74</td><td>18</td><td>68</td><td>19</td></tr><tr><td>student334</td><td>Languages</td><td>female</td><td>77</td><td>100</td><td>33</td><td>9</td></tr><tr><td>student335</td><td>Mathematics</td><td>male</td><td>38</td><td>53</td><td>77</td><td>18</td></tr><tr><td>student336</td><td>Languages</td><td>female</td><td>18</td><td>13</td><td>26</td><td>10</td></tr><tr><td>student337</td><td>Mathematics</td><td>male</td><td>90</td><td>47</td><td>87</td><td>70</td></tr><tr><td>student338</td><td>Languages</td><td>female</td><td>38</td><td>49</td><td>36</td><td>74</td></tr><tr><td>student339</td><td>Mathematics</td><td>male</td><td>100</td><td>64</td><td>13</td><td>72</td></tr><tr><td>student340</td><td>Languages</td><td>female</td><td>74</td><td>25</td><td>41</td><td>52</td></tr><tr><td>student341</td><td>Mathematics</td><td>male</td><td>37</td><td>13</td><td>16</td><td>13</td></tr><tr><td>student342</td><td>Languages</td><td>female</td><td>24</td><td>34</td><td>15</td><td>83</td></tr><tr><td>student343</td><td>Mathematics</td><td>male</td><td>20</td><td>5</td><td>67</td><td>28</td></tr><tr><td>student344</td><td>Languages</td><td>female</td><td>45</td><td>2</td><td>25</td><td>72</td></tr><tr><td>student345</td><td>Mathematics</td><td>male</td><td>19</td><td>11</td><td>75</td><td>35</td></tr><tr><td>student346</td><td>Languages</td><td>female</td><td>6</td><td>58</td><td>31</td><td>15</td></tr><tr><td>student347</td><td>Mathematics</td><td>male</td><td>16</td><td>66</td><td>36</td><td>11</td></tr><tr><td>student348</td><td>Languages</td><td>female</td><td>12</td><td>3</td><td>95</td><td>40</td></tr><tr><td>student349</td><td>Mathematics</td><td>male</td><td>7</td><td>52</td><td>74</td><td>2</td></tr><tr><td>student350</td><td>Languages</td><td>female</td><td>88</td><td>92</td><td>60</td><td>55</td></tr><tr><td>student351</td><td>Mathematics</td><td>male</td><td>92</td><td>70</td><td>91</td><td>45</td></tr><tr><td>student352</td><td>Languages</td><td>female</td><td>74</td><td>76</td><td>59</td><td>44</td></tr><tr><td>student353</td><td>Mathematics</td><td>male</td><td>63</td><td>69</td><td>60</td><td>94</td></tr><tr><td>student354</td><td>Languages</td><td>female</td><td>3</td><td>68</td><td>55</td><td>48</td></tr><tr><td>student355</td><td>Mathematics</td><td>male</td><td>39</td><td>96</td><td>21</td><td>48</td></tr><tr><td>student356</td><td>Languages</td><td>female</td><td>41</td><td>34</td><td>27</td><td>5</td></tr><tr><td>student357</td><td>Mathematics</td><td>male</td><td>64</td><td>3</td><td>47</td><td>33</td></tr><tr><td>student358</td><td>Languages</td><td>female</td><td>95</td><td>14</td><td>63</td><td>55</td></tr><tr><td>student359</td><td>Mathematics</td><td>male</td><td>70</td><td>100</td><td>13</td><td>82</td></tr><tr><td>student360</td><td>Languages</td><td>female</td><td>52</td><td>24</td><td>100</td><td>21</td></tr><tr><td>student361</td><td>Mathematics</td><td>male</td><td>0</td><td>40</td><td>86</td><td>9</td></tr><tr><td>student362</td><td>Languages</td><td>female</td><td>0</td><td>2</td><td>49</td><td>32</td></tr><tr><td>student363</td><td>Mathematics</td><td>male</td><td>23</td><td>10</td><td>86</td><td>94</td></tr><tr><td>student364</td><td>Languages</td><td>female</td><td>15</td><td>3</td><td>86</td><td>49</td></tr><tr><td>student365</td><td>Mathematics</td><td>male</td><td>76</td><td>23</td><td>31</td><td>0</td></tr><tr><td>student366</td><td>Languages</td><td>female</td><td>35</td><td>35</td><td>78</td><td>94</td></tr><tr><td>student367</td><td>Mathematics</td><td>male</td><td>29</td><td>42</td><td>43</td><td>100</td></tr><tr><td>student368</td><td>Languages</td><td>female</td><td>66</td><td>8</td><td>5</td><td>10</td></tr><tr><td>student369</td><td>Mathematics</td><td>male</td><td>74</td><td>15</td><td>56</td><td>83</td></tr><tr><td>student370</td><td>Languages</td><td>female</td><td>75</td><td>43</td><td>90</td><td>8</td></tr><tr><td>student371</td><td>Mathematics</td><td>male</td><td>40</td><td>60</td><td>4</td><td>70</td></tr><tr><td>student372</td><td>Languages</td><td>female</td><td>62</td><td>42</td><td>17</td><td>49</td></tr><tr><td>student373</td><td>Mathematics</td><td>male</td><td>31</td><td>46</td><td>44</td><td>54</td></tr><tr><td>student374</td><td>Languages</td><td>female</td><td>30</td><td>34</td><td>47</td><td>87</td></tr><tr><td>student375</td><td>Mathematics</td><td>male</td><td>9</td><td>69</td><td>41</td><td>52</td></tr><tr><td>student376</td><td>Languages</td><td>female</td><td>85</td><td>43</td><td>29</td><td>92</td></tr><tr><td>student377</td><td>Mathematics</td><td>male</td><td>79</td><td>0</td><td>40</td><td>25</td></tr><tr><td>student378</td><td>Languages</td><td>female</td><td>36</td><td>40</td><td>72</td><td>85</td></tr><tr><td>student379</td><td>Mathematics</td><td>male</td><td>53</td><td>68</td><td>88</td><td>2</td></tr><tr><td>student380</td><td>Languages</td><td>female</td><td>87</td><td>78</td><td>38</td><td>79</td></tr><tr><td>student381</td><td>Mathematics</td><td>male</td><td>89</td><td>97</td><td>83</td><td>38</td></tr><tr><td>student382</td><td>Languages</td><td>female</td><td>21</td><td>19</td><td>49</td><td>10</td></tr><tr><td>student383</td><td>Mathematics</td><td>male</td><td>47</td><td>12</td><td>68</td><td>50</td></tr><tr><td>student384</td><td>Languages</td><td>female</td><td>37</td><td>12</td><td>49</td><td>95</td></tr><tr><td>student385</td><td>Mathematics</td><td>male</td><td>84</td><td>0</td><td>88</td><td>51</td></tr><tr><td>student386</td><td>Languages</td><td>female</td><td>89</td><td>61</td><td>27</td><td>48</td></tr><tr><td>student387</td><td>Mathematics</td><td>male</td><td>10</td><td>47</td><td>87</td><td>61</td></tr><tr><td>student388</td><td>Languages</td><td>female</td><td>16</td><td>9</td><td>26</td><td>56</td></tr><tr><td>student389</td><td>Mathematics</td><td>male</td><td>57</td><td>33</td><td>13</td><td>47</td></tr><tr><td>student390</td><td>Languages</td><td>female</td><td>90</td><td>35</td><td>77</td><td>75</td></tr><tr><td>student391</td><td>Mathematics</td><td>male</td><td>31</td><td>47</td><td>47</td><td>53</td></tr><tr><td>student392</td><td>Languages</td><td>female</td><td>9</td><td>4</td><td>24</td><td>12</td></tr><tr><td>student393</td><td>Mathematics</td><td>male</td><td>61</td><td>19</td><td>81</td><td>7</td></tr><tr><td>student394</td><td>Languages</td><td>female</td><td>4</td><td>57</td><td>57</td><td>7</td></tr><tr><td>student395</td><td>Mathematics</td><td>male</td><td>67</td><td>29</td><td>21</td><td>2</td></tr><tr><td>student396</td><td>Languages</td><td>female</td><td>51</td><td>6</td><td>45</td><td>6</td></tr><tr><td>student397</td><td>Mathematics</td><td>male</td><td>93</td><td>14</td><td>77</td><td>14</td></tr><tr><td>student398</td><td>Languages</td><td>female</td><td>1</td><td>89</td><td>34</td><td>27</td></tr><tr><td>student399</td><td>Mathematics</td><td>male</td><td>93</td><td>77</td><td>57</td><td>91</td></tr><tr><td>student400</td><td>Languages</td><td>female</td><td>67</td><td>77</td><td>80</td><td>32</td></tr><tr><td>student401</td><td>Mathematics</td><td>male</td><td>58</td><td>89</td><td>4</td><td>17</td></tr><tr><td>student402</td><td>Languages</td><td>female</td><td>30</td><td>56</td><td>0</td><td>53</td></tr><tr><td>student403</td><td>Mathematics</td><td>male</td><td>28</td><td>25</td><td>32</td><td>59</td></tr><tr><td>student404</td><td>Languages</td><td>female</td><td>62</td><td>34</td><td>81</td><td>64</td></tr><tr><td>student405</td><td>Mathematics</td><td>male</td><td>29</td><td>84</td><td>26</td><td>23</td></tr><tr><td>student406</td><td>Languages</td><td>female</td><td>70</td><td>8</td><td>63</td><td>77</td></tr><tr><td>student407</td><td>Mathematics</td><td>male</td><td>8</td><td>65</td><td>47</td><td>99</td></tr><tr><td>student408</td><td>Languages</td><td>female</td><td>9</td><td>38</td><td>10</td><td>89</td></tr><tr><td>student409</td><td>Mathematics</td><td>male</td><td>84</td><td>21</td><td>46</td><td>58</td></tr><tr><td>student410</td><td>Languages</td><td>female</td><td>21</td><td>84</td><td>18</td><td>49</td></tr><tr><td>student411</td><td>Mathematics</td><td>male</td><td>27</td><td>9</td><td>63</td><td>40</td></tr><tr><td>student412</td><td>Languages</td><td>female</td><td>93</td><td>0</td><td>19</td><td>91</td></tr><tr><td>student413</td><td>Mathematics</td><td>male</td><td>31</td><td>92</td><td>87</td><td>43</td></tr><tr><td>student414</td><td>Languages</td><td>female</td><td>53</td><td>25</td><td>98</td><td>43</td></tr><tr><td>student415</td><td>Mathematics</td><td>male</td><td>36</td><td>75</td><td>80</td><td>89</td></tr><tr><td>student416</td><td>Languages</td><td>female</td><td>37</td><td>68</td><td>12</td><td>54</td></tr><tr><td>student417</td><td>Mathematics</td><td>male</td><td>25</td><td>89</td><td>12</td><td>53</td></tr><tr><td>student418</td><td>Languages</td><td>female</td><td>92</td><td>2</td><td>8</td><td>46</td></tr><tr><td>student419</td><td>Mathematics</td><td>male</td><td>11</td><td>28</td><td>60</td><td>58</td></tr><tr><td>student420</td><td>Languages</td><td>female</td><td>1</td><td>37</td><td>35</td><td>17</td></tr><tr><td>student421</td><td>Mathematics</td><td>male</td><td>67</td><td>30</td><td>38</td><td>85</td></tr><tr><td>student422</td><td>Languages</td><td>female</td><td>68</td><td>79</td><td>34</td><td>41</td></tr><tr><td>student423</td><td>Mathematics</td><td>male</td><td>72</td><td>45</td><td>93</td><td>41</td></tr><tr><td>student424</td><td>Languages</td><td>female</td><td>56</td><td>46</td><td>45</td><td>38</td></tr><tr><td>student425</td><td>Mathematics</td><td>male</td><td>86</td><td>21</td><td>84</td><td>0</td></tr><tr><td>student426</td><td>Languages</td><td>female</td><td>99</td><td>85</td><td>41</td><td>19</td></tr><tr><td>student427</td><td>Mathematics</td><td>male</td><td>71</td><td>35</td><td>3</td><td>89</td></tr><tr><td>student428</td><td>Languages</td><td>female</td><td>22</td><td>91</td><td>12</td><td>16</td></tr><tr><td>student429</td><td>Mathematics</td><td>male</td><td>15</td><td>3</td><td>26</td><td>93</td></tr><tr><td>student430</td><td>Languages</td><td>female</td><td>35</td><td>46</td><td>34</td><td>74</td></tr><tr><td>student431</td><td>Mathematics</td><td>male</td><td>33</td><td>83</td><td>97</td><td>20</td></tr><tr><td>student432</td><td>Languages</td><td>female</td><td>99</td><td>20</td><td>3</td><td>26</td></tr><tr><td>student433</td><td>Mathematics</td><td>male</td><td>48</td><td>42</td><td>83</td><td>18</td></tr><tr><td>student434</td><td>Languages</td><td>female</td><td>44</td><td>4</td><td>25</td><td>30</td></tr><tr><td>student435</td><td>Mathematics</td><td>male</td><td>78</td><td>48</td><td>60</td><td>45</td></tr><tr><td>student436</td><td>Languages</td><td>female</td><td>47</td><td>57</td><td>89</td><td>0</td></tr><tr><td>student437</td><td>Mathematics</td><td>male</td><td>88</td><td>12</td><td>100</td><td>53</td></tr><tr><td>student438</td><td>Languages</td><td>female</td><td>48</td><td>0</td><td>51</td><td>60</td></tr><tr><td>student439</td><td>Mathematics</td><td>male</td><td>70</td><td>89</td><td>85</td><td>16</td></tr><tr><td>student440</td><td>Languages</td><td>female</td><td>71</td><td>94</td><td>34</td><td>33</td></tr><tr><td>student441</td><td>Mathematics</td><td>male</td><td>68</td><td>13</td><td>72</td><td>18</td></tr><tr><td>student442</td><td>Languages</td><td>female</td><td>7</td><td>53</td><td>97</td><td>21</td></tr><tr><td>student443</td><td>Mathematics</td><td>male</td><td>65</td><td>36</td><td>60</td><td>87</td></tr><tr><td>student444</td><td>Languages</td><td>female</td><td>43</td><td>21</td><td>24</td><td>34</td></tr><tr><td>student445</td><td>Mathematics</td><td>male</td><td>85</td><td>77</td><td>65</td><td>28</td></tr><tr><td>student446</td><td>Languages</td><td>female</td><td>61</td><td>90</td><td>78</td><td>91</td></tr><tr><td>student447</td><td>Mathematics</td><td>male</td><td>92</td><td>0</td><td>78</td><td>12</td></tr><tr><td>student448</td><td>Languages</td><td>female</td><td>33</td><td>30</td><td>62</td><td>90</td></tr><tr><td>student449</td><td>Mathematics</td><td>male</td><td>86</td><td>16</td><td>74</td><td>5</td></tr><tr><td>student450</td><td>Languages</td><td>female</td><td>100</td><td>86</td><td>24</td><td>23</td></tr><tr><td>student451</td><td>Mathematics</td><td>male</td><td>14</td><td>25</td><td>6</td><td>45</td></tr><tr><td>student452</td><td>Languages</td><td>female</td><td>86</td><td>39</td><td>98</td><td>88</td></tr><tr><td>student453</td><td>Mathematics</td><td>male</td><td>72</td><td>68</td><td>77</td><td>19</td></tr><tr><td>student454</td><td>Languages</td><td>female</td><td>9</td><td>45</td><td>23</td><td>100</td></tr><tr><td>student455</td><td>Mathematics</td><td>male</td><td>34</td><td>67</td><td>89</td><td>79</td></tr><tr><td>student456</td><td>Languages</td><td>female</td><td>92</td><td>0</td><td>47</td><td>45</td></tr><tr><td>student457</td><td>Mathematics</td><td>male</td><td>64</td><td>58</td><td>26</td><td>98</td></tr><tr><td>student458</td><td>Languages</td><td>female</td><td>43</td><td>93</td><td>59</td><td>100</td></tr><tr><td>student459</td><td>Mathematics</td><td>male</td><td>82</td><td>35</td><td>97</td><td>81</td></tr><tr><td>student460</td><td>Languages</td><td>female</td><td>18</td><td>35</td><td>24</td><td>100</td></tr><tr><td>student461</td><td>Mathematics</td><td>male</td><td>79</td><td>80</td><td>43</td><td>51</td></tr><tr><td>student462</td><td>Languages</td><td>female</td><td>56</td><td>10</td><td>17</td><td>67</td></tr><tr><td>student463</td><td>Mathematics</td><td>male</td><td>36</td><td>44</td><td>14</td><td>85</td></tr><tr><td>student464</td><td>Languages</td><td>female</td><td>26</td><td>40</td><td>69</td><td>2</td></tr><tr><td>student465</td><td>Mathematics</td><td>male</td><td>59</td><td>93</td><td>43</td><td>78</td></tr><tr><td>student466</td><td>Languages</td><td>female</td><td>78</td><td>84</td><td>88</td><td>3</td></tr><tr><td>student467</td><td>Mathematics</td><td>male</td><td>41</td><td>37</td><td>80</td><td>60</td></tr><tr><td>student468</td><td>Languages</td><td>female</td><td>44</td><td>27</td><td>97</td><td>77</td></tr><tr><td>student469</td><td>Mathematics</td><td>male</td><td>29</td><td>19</td><td>64</td><td>82</td></tr><tr><td>student470</td><td>Languages</td><td>female</td><td>50</td><td>96</td><td>27</td><td>46</td></tr><tr><td>student471</td><td>Mathematics</td><td>male</td><td>49</td><td>15</td><td>51</td><td>45</td></tr><tr><td>student472</td><td>Languages</td><td>female</td><td>38</td><td>35</td><td>31</td><td>78</td></tr><tr><td>student473</td><td>Mathematics</td><td>male</td><td>1</td><td>80</td><td>23</td><td>65</td></tr><tr><td>student474</td><td>Languages</td><td>female</td><td>91</td><td>17</td><td>23</td><td>76</td></tr><tr><td>student475</td><td>Mathematics</td><td>male</td><td>57</td><td>39</td><td>35</td><td>63</td></tr><tr><td>student476</td><td>Languages</td><td>female</td><td>33</td><td>73</td><td>62</td><td>14</td></tr><tr><td>student477</td><td>Mathematics</td><td>male</td><td>96</td><td>16</td><td>88</td><td>40</td></tr><tr><td>student478</td><td>Languages</td><td>female</td><td>30</td><td>63</td><td>16</td><td>13</td></tr><tr><td>student479</td><td>Mathematics</td><td>male</td><td>74</td><td>39</td><td>37</td><td>87</td></tr><tr><td>student480</td><td>Languages</td><td>female</td><td>26</td><td>36</td><td>94</td><td>79</td></tr><tr><td>student481</td><td>Mathematics</td><td>male</td><td>19</td><td>58</td><td>65</td><td>12</td></tr><tr><td>student482</td><td>Languages</td><td>female</td><td>73</td><td>36</td><td>22</td><td>48</td></tr><tr><td>student483</td><td>Mathematics</td><td>male</td><td>78</td><td>94</td><td>75</td><td>7</td></tr><tr><td>student484</td><td>Languages</td><td>female</td><td>59</td><td>51</td><td>9</td><td>35</td></tr><tr><td>student485</td><td>Mathematics</td><td>male</td><td>67</td><td>71</td><td>100</td><td>85</td></tr><tr><td>student486</td><td>Languages</td><td>female</td><td>33</td><td>30</td><td>15</td><td>46</td></tr><tr><td>student487</td><td>Mathematics</td><td>male</td><td>12</td><td>19</td><td>16</td><td>37</td></tr><tr><td>student488</td><td>Languages</td><td>female</td><td>80</td><td>98</td><td>29</td><td>14</td></tr><tr><td>student489</td><td>Mathematics</td><td>male</td><td>70</td><td>51</td><td>14</td><td>31</td></tr><tr><td>student490</td><td>Languages</td><td>female</td><td>95</td><td>38</td><td>15</td><td>92</td></tr><tr><td>student491</td><td>Mathematics</td><td>male</td><td>60</td><td>31</td><td>74</td><td>12</td></tr><tr><td>student492</td><td>Languages</td><td>female</td><td>62</td><td>56</td><td>90</td><td>68</td></tr><tr><td>student493</td><td>Mathematics</td><td>male</td><td>63</td><td>11</td><td>29</td><td>91</td></tr><tr><td>student494</td><td>Languages</td><td>female</td><td>41</td><td>1</td><td>25</td><td>20</td></tr><tr><td>student495</td><td>Mathematics</td><td>male</td><td>60</td><td>5</td><td>31</td><td>44</td></tr><tr><td>student496</td><td>Languages</td><td>female</td><td>11</td><td>35</td><td>5</td><td>28</td></tr><tr><td>student497</td><td>Mathematics</td><td>male</td><td>11</td><td>96</td><td>42</td><td>37</td></tr><tr><td>student498</td><td>Languages</td><td>female</td><td>16</td><td>72</td><td>79</td><td>74</td></tr><tr><td>student499</td><td>Mathematics</td><td>male</td><td>9</td><td>21</td><td>22</td><td>66</td></tr><tr><td>student500</td><td>Languages</td><td>female</td><td>34</td><td>22</td><td>64</td><td>34</td></tr><tr><td>student501</td><td>Mathematics</td><td>male</td><td>50</td><td>93</td><td>86</td><td>61</td></tr><tr><td>student502</td><td>Languages</td><td>female</td><td>50</td><td>22</td><td>40</td><td>44</td></tr><tr><td>student503</td><td>Mathematics</td><td>male</td><td>3</td><td>8</td><td>39</td><td>17</td></tr><tr><td>student504</td><td>Languages</td><td>female</td><td>98</td><td>16</td><td>93</td><td>55</td></tr><tr><td>student505</td><td>Mathematics</td><td>male</td><td>86</td><td>89</td><td>36</td><td>28</td></tr><tr><td>student506</td><td>Languages</td><td>female</td><td>16</td><td>53</td><td>13</td><td>50</td></tr><tr><td>student507</td><td>Mathematics</td><td>male</td><td>57</td><td>57</td><td>3</td><td>38</td></tr><tr><td>student508</td><td>Languages</td><td>female</td><td>34</td><td>79</td><td>69</td><td>77</td></tr><tr><td>student509</td><td>Mathematics</td><td>male</td><td>2</td><td>4</td><td>16</td><td>59</td></tr><tr><td>student510</td><td>Languages</td><td>female</td><td>60</td><td>62</td><td>99</td><td>100</td></tr><tr><td>student511</td><td>Mathematics</td><td>male</td><td>65</td><td>52</td><td>52</td><td>95</td></tr><tr><td>student512</td><td>Languages</td><td>female</td><td>58</td><td>73</td><td>94</td><td>1</td></tr><tr><td>student513</td><td>Mathematics</td><td>male</td><td>39</td><td>75</td><td>28</td><td>76</td></tr><tr><td>student514</td><td>Languages</td><td>female</td><td>46</td><td>6</td><td>64</td><td>78</td></tr><tr><td>student515</td><td>Mathematics</td><td>male</td><td>51</td><td>60</td><td>99</td><td>8</td></tr><tr><td>student516</td><td>Languages</td><td>female</td><td>17</td><td>20</td><td>12</td><td>97</td></tr><tr><td>student517</td><td>Mathematics</td><td>male</td><td>72</td><td>17</td><td>96</td><td>73</td></tr><tr><td>student518</td><td>Languages</td><td>female</td><td>92</td><td>21</td><td>62</td><td>27</td></tr><tr><td>student519</td><td>Mathematics</td><td>male</td><td>50</td><td>42</td><td>4</td><td>33</td></tr><tr><td>student520</td><td>Languages</td><td>female</td><td>52</td><td>37</td><td>1</td><td>57</td></tr><tr><td>student521</td><td>Mathematics</td><td>male</td><td>58</td><td>40</td><td>35</td><td>54</td></tr><tr><td>student522</td><td>Languages</td><td>female</td><td>9</td><td>38</td><td>57</td><td>53</td></tr><tr><td>student523</td><td>Mathematics</td><td>male</td><td>79</td><td>20</td><td>18</td><td>18</td></tr><tr><td>student524</td><td>Languages</td><td>female</td><td>1</td><td>4</td><td>94</td><td>27</td></tr><tr><td>student525</td><td>Mathematics</td><td>male</td><td>95</td><td>41</td><td>29</td><td>98</td></tr><tr><td>student526</td><td>Languages</td><td>female</td><td>34</td><td>59</td><td>9</td><td>21</td></tr><tr><td>student527</td><td>Mathematics</td><td>male</td><td>39</td><td>66</td><td>41</td><td>29</td></tr><tr><td>student528</td><td>Languages</td><td>female</td><td>3</td><td>2</td><td>81</td><td>25</td></tr><tr><td>student529</td><td>Mathematics</td><td>male</td><td>33</td><td>44</td><td>37</td><td>85</td></tr><tr><td>student530</td><td>Languages</td><td>female</td><td>69</td><td>25</td><td>59</td><td>79</td></tr><tr><td>student531</td><td>Mathematics</td><td>male</td><td>13</td><td>50</td><td>49</td><td>52</td></tr><tr><td>student532</td><td>Languages</td><td>female</td><td>54</td><td>83</td><td>45</td><td>31</td></tr><tr><td>student533</td><td>Mathematics</td><td>male</td><td>15</td><td>24</td><td>97</td><td>51</td></tr><tr><td>student534</td><td>Languages</td><td>female</td><td>7</td><td>51</td><td>69</td><td>63</td></tr><tr><td>student535</td><td>Mathematics</td><td>male</td><td>91</td><td>8</td><td>38</td><td>56</td></tr><tr><td>student536</td><td>Languages</td><td>female</td><td>50</td><td>13</td><td>74</td><td>80</td></tr><tr><td>student537</td><td>Mathematics</td><td>male</td><td>54</td><td>75</td><td>74</td><td>10</td></tr><tr><td>student538</td><td>Languages</td><td>female</td><td>76</td><td>39</td><td>70</td><td>46</td></tr><tr><td>student539</td><td>Mathematics</td><td>male</td><td>84</td><td>72</td><td>39</td><td>40</td></tr><tr><td>student540</td><td>Languages</td><td>female</td><td>100</td><td>47</td><td>2</td><td>14</td></tr><tr><td>student541</td><td>Mathematics</td><td>male</td><td>42</td><td>61</td><td>1</td><td>1</td></tr><tr><td>student542</td><td>Languages</td><td>female</td><td>57</td><td>71</td><td>65</td><td>61</td></tr><tr><td>student543</td><td>Mathematics</td><td>male</td><td>78</td><td>5</td><td>41</td><td>34</td></tr><tr><td>student544</td><td>Languages</td><td>female</td><td>14</td><td>76</td><td>36</td><td>47</td></tr><tr><td>student545</td><td>Mathematics</td><td>male</td><td>15</td><td>19</td><td>63</td><td>96</td></tr><tr><td>student546</td><td>Languages</td><td>female</td><td>27</td><td>82</td><td>33</td><td>56</td></tr><tr><td>student547</td><td>Mathematics</td><td>male</td><td>70</td><td>23</td><td>96</td><td>90</td></tr><tr><td>student548</td><td>Languages</td><td>female</td><td>61</td><td>2</td><td>2</td><td>78</td></tr><tr><td>student549</td><td>Mathematics</td><td>male</td><td>22</td><td>37</td><td>64</td><td>36</td></tr><tr><td>student550</td><td>Languages</td><td>female</td><td>75</td><td>96</td><td>94</td><td>40</td></tr><tr><td>student551</td><td>Mathematics</td><td>male</td><td>43</td><td>8</td><td>29</td><td>21</td></tr><tr><td>student552</td><td>Languages</td><td>female</td><td>7</td><td>96</td><td>87</td><td>18</td></tr><tr><td>student553</td><td>Mathematics</td><td>male</td><td>65</td><td>76</td><td>52</td><td>44</td></tr><tr><td>student554</td><td>Languages</td><td>female</td><td>41</td><td>62</td><td>73</td><td>54</td></tr><tr><td>student555</td><td>Mathematics</td><td>male</td><td>25</td><td>98</td><td>21</td><td>40</td></tr><tr><td>student556</td><td>Languages</td><td>female</td><td>17</td><td>70</td><td>96</td><td>82</td></tr><tr><td>student557</td><td>Mathematics</td><td>male</td><td>43</td><td>91</td><td>27</td><td>43</td></tr><tr><td>student558</td><td>Languages</td><td>female</td><td>33</td><td>37</td><td>24</td><td>33</td></tr><tr><td>student559</td><td>Mathematics</td><td>male</td><td>87</td><td>87</td><td>10</td><td>31</td></tr><tr><td>student560</td><td>Languages</td><td>female</td><td>48</td><td>40</td><td>97</td><td>74</td></tr><tr><td>student561</td><td>Mathematics</td><td>male</td><td>63</td><td>75</td><td>91</td><td>55</td></tr><tr><td>student562</td><td>Languages</td><td>female</td><td>66</td><td>82</td><td>59</td><td>95</td></tr><tr><td>student563</td><td>Mathematics</td><td>male</td><td>21</td><td>95</td><td>58</td><td>38</td></tr><tr><td>student564</td><td>Languages</td><td>female</td><td>92</td><td>9</td><td>97</td><td>45</td></tr><tr><td>student565</td><td>Mathematics</td><td>male</td><td>59</td><td>7</td><td>94</td><td>20</td></tr><tr><td>student566</td><td>Languages</td><td>female</td><td>64</td><td>95</td><td>24</td><td>12</td></tr><tr><td>student567</td><td>Mathematics</td><td>male</td><td>70</td><td>46</td><td>36</td><td>74</td></tr><tr><td>student568</td><td>Languages</td><td>female</td><td>16</td><td>25</td><td>91</td><td>49</td></tr><tr><td>student569</td><td>Mathematics</td><td>male</td><td>73</td><td>33</td><td>24</td><td>88</td></tr><tr><td>student570</td><td>Languages</td><td>female</td><td>9</td><td>61</td><td>95</td><td>27</td></tr><tr><td>student571</td><td>Mathematics</td><td>male</td><td>18</td><td>12</td><td>76</td><td>46</td></tr><tr><td>student572</td><td>Languages</td><td>female</td><td>61</td><td>71</td><td>49</td><td>63</td></tr><tr><td>student573</td><td>Mathematics</td><td>male</td><td>46</td><td>32</td><td>85</td><td>17</td></tr><tr><td>student574</td><td>Languages</td><td>female</td><td>42</td><td>42</td><td>11</td><td>37</td></tr><tr><td>student575</td><td>Mathematics</td><td>male</td><td>49</td><td>76</td><td>41</td><td>20</td></tr><tr><td>student576</td><td>Languages</td><td>female</td><td>22</td><td>27</td><td>80</td><td>12</td></tr><tr><td>student577</td><td>Mathematics</td><td>male</td><td>76</td><td>34</td><td>18</td><td>66</td></tr><tr><td>student578</td><td>Languages</td><td>female</td><td>96</td><td>77</td><td>29</td><td>17</td></tr><tr><td>student579</td><td>Mathematics</td><td>male</td><td>62</td><td>51</td><td>67</td><td>72</td></tr><tr><td>student580</td><td>Languages</td><td>female</td><td>96</td><td>67</td><td>22</td><td>54</td></tr><tr><td>student581</td><td>Mathematics</td><td>male</td><td>77</td><td>11</td><td>23</td><td>88</td></tr><tr><td>student582</td><td>Languages</td><td>female</td><td>6</td><td>28</td><td>24</td><td>33</td></tr><tr><td>student583</td><td>Mathematics</td><td>male</td><td>39</td><td>23</td><td>12</td><td>100</td></tr><tr><td>student584</td><td>Languages</td><td>female</td><td>10</td><td>21</td><td>20</td><td>71</td></tr><tr><td>student585</td><td>Mathematics</td><td>male</td><td>11</td><td>27</td><td>7</td><td>100</td></tr><tr><td>student586</td><td>Languages</td><td>female</td><td>40</td><td>34</td><td>97</td><td>78</td></tr><tr><td>student587</td><td>Mathematics</td><td>male</td><td>2</td><td>51</td><td>83</td><td>19</td></tr><tr><td>student588</td><td>Languages</td><td>female</td><td>18</td><td>76</td><td>30</td><td>25</td></tr><tr><td>student589</td><td>Mathematics</td><td>male</td><td>24</td><td>57</td><td>46</td><td>81</td></tr><tr><td>student590</td><td>Languages</td><td>female</td><td>2</td><td>10</td><td>31</td><td>94</td></tr><tr><td>student591</td><td>Mathematics</td><td>male</td><td>91</td><td>84</td><td>75</td><td>13</td></tr><tr><td>student592</td><td>Languages</td><td>female</td><td>79</td><td>44</td><td>97</td><td>10</td></tr><tr><td>student593</td><td>Mathematics</td><td>male</td><td>42</td><td>60</td><td>67</td><td>30</td></tr><tr><td>student594</td><td>Languages</td><td>female</td><td>61</td><td>57</td><td>75</td><td>35</td></tr><tr><td>student595</td><td>Mathematics</td><td>male</td><td>42</td><td>46</td><td>81</td><td>71</td></tr><tr><td>student596</td><td>Languages</td><td>female</td><td>92</td><td>63</td><td>75</td><td>74</td></tr><tr><td>student597</td><td>Mathematics</td><td>male</td><td>86</td><td>37</td><td>40</td><td>51</td></tr><tr><td>student598</td><td>Languages</td><td>female</td><td>52</td><td>10</td><td>47</td><td>3</td></tr><tr><td>student599</td><td>Mathematics</td><td>male</td><td>100</td><td>28</td><td>14</td><td>76</td></tr><tr><td>student600</td><td>Languages</td><td>female</td><td>31</td><td>76</td><td>20</td><td>43</td></tr><tr><td>student601</td><td>Mathematics</td><td>male</td><td>40</td><td>27</td><td>6</td><td>6</td></tr><tr><td>student602</td><td>Languages</td><td>female</td><td>5</td><td>8</td><td>79</td><td>21</td></tr><tr><td>student603</td><td>Mathematics</td><td>male</td><td>7</td><td>54</td><td>6</td><td>91</td></tr><tr><td>student604</td><td>Languages</td><td>female</td><td>28</td><td>30</td><td>15</td><td>3</td></tr><tr><td>student605</td><td>Mathematics</td><td>male</td><td>38</td><td>93</td><td>98</td><td>92</td></tr><tr><td>student606</td><td>Languages</td><td>female</td><td>43</td><td>96</td><td>89</td><td>91</td></tr><tr><td>student607</td><td>Mathematics</td><td>male</td><td>43</td><td>49</td><td>14</td><td>83</td></tr><tr><td>student608</td><td>Languages</td><td>female</td><td>50</td><td>61</td><td>72</td><td>98</td></tr><tr><td>student609</td><td>Mathematics</td><td>male</td><td>4</td><td>49</td><td>99</td><td>83</td></tr><tr><td>student610</td><td>Languages</td><td>female</td><td>5</td><td>36</td><td>73</td><td>82</td></tr><tr><td>student611</td><td>Mathematics</td><td>male</td><td>40</td><td>84</td><td>99</td><td>54</td></tr><tr><td>student612</td><td>Languages</td><td>female</td><td>29</td><td>96</td><td>65</td><td>69</td></tr><tr><td>student613</td><td>Mathematics</td><td>male</td><td>12</td><td>76</td><td>5</td><td>99</td></tr><tr><td>student614</td><td>Languages</td><td>female</td><td>47</td><td>83</td><td>49</td><td>4</td></tr><tr><td>student615</td><td>Mathematics</td><td>male</td><td>37</td><td>27</td><td>22</td><td>4</td></tr><tr><td>student616</td><td>Languages</td><td>female</td><td>94</td><td>39</td><td>49</td><td>24</td></tr><tr><td>student617</td><td>Mathematics</td><td>male</td><td>0</td><td>75</td><td>21</td><td>41</td></tr><tr><td>student618</td><td>Languages</td><td>female</td><td>59</td><td>36</td><td>4</td><td>18</td></tr><tr><td>student619</td><td>Mathematics</td><td>male</td><td>22</td><td>66</td><td>13</td><td>3</td></tr><tr><td>student620</td><td>Languages</td><td>female</td><td>43</td><td>87</td><td>4</td><td>48</td></tr><tr><td>student621</td><td>Mathematics</td><td>male</td><td>100</td><td>15</td><td>51</td><td>52</td></tr><tr><td>student622</td><td>Languages</td><td>female</td><td>63</td><td>71</td><td>99</td><td>17</td></tr><tr><td>student623</td><td>Mathematics</td><td>male</td><td>14</td><td>34</td><td>44</td><td>100</td></tr><tr><td>student624</td><td>Languages</td><td>female</td><td>23</td><td>8</td><td>57</td><td>27</td></tr><tr><td>student625</td><td>Mathematics</td><td>male</td><td>23</td><td>14</td><td>32</td><td>40</td></tr><tr><td>student626</td><td>Languages</td><td>female</td><td>34</td><td>49</td><td>72</td><td>54</td></tr><tr><td>student627</td><td>Mathematics</td><td>male</td><td>21</td><td>16</td><td>81</td><td>26</td></tr><tr><td>student628</td><td>Languages</td><td>female</td><td>54</td><td>69</td><td>34</td><td>34</td></tr><tr><td>student629</td><td>Mathematics</td><td>male</td><td>72</td><td>11</td><td>63</td><td>31</td></tr><tr><td>student630</td><td>Languages</td><td>female</td><td>87</td><td>98</td><td>9</td><td>47</td></tr><tr><td>student631</td><td>Mathematics</td><td>male</td><td>43</td><td>52</td><td>53</td><td>58</td></tr><tr><td>student632</td><td>Languages</td><td>female</td><td>50</td><td>14</td><td>4</td><td>20</td></tr><tr><td>student633</td><td>Mathematics</td><td>male</td><td>89</td><td>83</td><td>67</td><td>87</td></tr><tr><td>student634</td><td>Languages</td><td>female</td><td>0</td><td>79</td><td>9</td><td>16</td></tr><tr><td>student635</td><td>Mathematics</td><td>male</td><td>59</td><td>17</td><td>84</td><td>58</td></tr><tr><td>student636</td><td>Languages</td><td>female</td><td>94</td><td>95</td><td>36</td><td>60</td></tr><tr><td>student637</td><td>Mathematics</td><td>male</td><td>39</td><td>42</td><td>63</td><td>46</td></tr><tr><td>student638</td><td>Languages</td><td>female</td><td>0</td><td>19</td><td>6</td><td>10</td></tr><tr><td>student639</td><td>Mathematics</td><td>male</td><td>50</td><td>16</td><td>41</td><td>71</td></tr><tr><td>student640</td><td>Languages</td><td>female</td><td>8</td><td>60</td><td>46</td><td>13</td></tr><tr><td>student641</td><td>Mathematics</td><td>male</td><td>45</td><td>85</td><td>59</td><td>36</td></tr><tr><td>student642</td><td>Languages</td><td>female</td><td>83</td><td>35</td><td>0</td><td>57</td></tr><tr><td>student643</td><td>Mathematics</td><td>male</td><td>8</td><td>30</td><td>60</td><td>14</td></tr><tr><td>student644</td><td>Languages</td><td>female</td><td>76</td><td>80</td><td>73</td><td>38</td></tr><tr><td>student645</td><td>Mathematics</td><td>male</td><td>26</td><td>14</td><td>58</td><td>2</td></tr><tr><td>student646</td><td>Languages</td><td>female</td><td>93</td><td>16</td><td>42</td><td>2</td></tr><tr><td>student647</td><td>Mathematics</td><td>male</td><td>85</td><td>94</td><td>76</td><td>16</td></tr><tr><td>student648</td><td>Languages</td><td>female</td><td>57</td><td>45</td><td>32</td><td>16</td></tr><tr><td>student649</td><td>Mathematics</td><td>male</td><td>16</td><td>16</td><td>90</td><td>13</td></tr><tr><td>student650</td><td>Languages</td><td>female</td><td>43</td><td>3</td><td>18</td><td>87</td></tr><tr><td>student651</td><td>Mathematics</td><td>male</td><td>16</td><td>24</td><td>32</td><td>44</td></tr><tr><td>student652</td><td>Languages</td><td>female</td><td>59</td><td>98</td><td>3</td><td>34</td></tr><tr><td>student653</td><td>Mathematics</td><td>male</td><td>73</td><td>18</td><td>47</td><td>83</td></tr><tr><td>student654</td><td>Languages</td><td>female</td><td>99</td><td>25</td><td>100</td><td>93</td></tr><tr><td>student655</td><td>Mathematics</td><td>male</td><td>0</td><td>73</td><td>97</td><td>84</td></tr><tr><td>student656</td><td>Languages</td><td>female</td><td>0</td><td>28</td><td>94</td><td>75</td></tr><tr><td>student657</td><td>Mathematics</td><td>male</td><td>65</td><td>90</td><td>58</td><td>63</td></tr><tr><td>student658</td><td>Languages</td><td>female</td><td>84</td><td>35</td><td>86</td><td>41</td></tr><tr><td>student659</td><td>Mathematics</td><td>male</td><td>45</td><td>39</td><td>59</td><td>9</td></tr><tr><td>student660</td><td>Languages</td><td>female</td><td>32</td><td>10</td><td>31</td><td>62</td></tr><tr><td>student661</td><td>Mathematics</td><td>male</td><td>61</td><td>28</td><td>54</td><td>61</td></tr><tr><td>student662</td><td>Languages</td><td>female</td><td>70</td><td>96</td><td>14</td><td>54</td></tr><tr><td>student663</td><td>Mathematics</td><td>male</td><td>63</td><td>92</td><td>29</td><td>8</td></tr><tr><td>student664</td><td>Languages</td><td>female</td><td>41</td><td>10</td><td>46</td><td>23</td></tr><tr><td>student665</td><td>Mathematics</td><td>male</td><td>81</td><td>91</td><td>80</td><td>21</td></tr><tr><td>student666</td><td>Languages</td><td>female</td><td>79</td><td>71</td><td>65</td><td>68</td></tr><tr><td>student667</td><td>Mathematics</td><td>male</td><td>47</td><td>69</td><td>18</td><td>90</td></tr><tr><td>student668</td><td>Languages</td><td>female</td><td>26</td><td>16</td><td>70</td><td>0</td></tr><tr><td>student669</td><td>Mathematics</td><td>male</td><td>66</td><td>10</td><td>93</td><td>35</td></tr><tr><td>student670</td><td>Languages</td><td>female</td><td>66</td><td>68</td><td>27</td><td>13</td></tr><tr><td>student671</td><td>Mathematics</td><td>male</td><td>86</td><td>79</td><td>26</td><td>45</td></tr><tr><td>student672</td><td>Languages</td><td>female</td><td>50</td><td>53</td><td>25</td><td>74</td></tr><tr><td>student673</td><td>Mathematics</td><td>male</td><td>97</td><td>53</td><td>9</td><td>14</td></tr><tr><td>student674</td><td>Languages</td><td>female</td><td>28</td><td>79</td><td>69</td><td>42</td></tr><tr><td>student675</td><td>Mathematics</td><td>male</td><td>60</td><td>72</td><td>5</td><td>9</td></tr><tr><td>student676</td><td>Languages</td><td>female</td><td>53</td><td>21</td><td>39</td><td>43</td></tr><tr><td>student677</td><td>Mathematics</td><td>male</td><td>37</td><td>65</td><td>45</td><td>91</td></tr><tr><td>student678</td><td>Languages</td><td>female</td><td>76</td><td>80</td><td>60</td><td>27</td></tr><tr><td>student679</td><td>Mathematics</td><td>male</td><td>85</td><td>27</td><td>34</td><td>55</td></tr><tr><td>student680</td><td>Languages</td><td>female</td><td>66</td><td>11</td><td>41</td><td>17</td></tr><tr><td>student681</td><td>Mathematics</td><td>male</td><td>27</td><td>61</td><td>89</td><td>82</td></tr><tr><td>student682</td><td>Languages</td><td>female</td><td>40</td><td>26</td><td>1</td><td>3</td></tr><tr><td>student683</td><td>Mathematics</td><td>male</td><td>25</td><td>1</td><td>66</td><td>95</td></tr><tr><td>student684</td><td>Languages</td><td>female</td><td>63</td><td>44</td><td>85</td><td>63</td></tr><tr><td>student685</td><td>Mathematics</td><td>male</td><td>97</td><td>95</td><td>78</td><td>83</td></tr><tr><td>student686</td><td>Languages</td><td>female</td><td>51</td><td>2</td><td>13</td><td>87</td></tr><tr><td>student687</td><td>Mathematics</td><td>male</td><td>63</td><td>92</td><td>87</td><td>23</td></tr><tr><td>student688</td><td>Languages</td><td>female</td><td>22</td><td>96</td><td>59</td><td>59</td></tr><tr><td>student689</td><td>Mathematics</td><td>male</td><td>33</td><td>80</td><td>15</td><td>23</td></tr><tr><td>student690</td><td>Languages</td><td>female</td><td>34</td><td>75</td><td>19</td><td>24</td></tr><tr><td>student691</td><td>Mathematics</td><td>male</td><td>36</td><td>68</td><td>48</td><td>54</td></tr><tr><td>student692</td><td>Languages</td><td>female</td><td>32</td><td>36</td><td>20</td><td>12</td></tr><tr><td>student693</td><td>Mathematics</td><td>male</td><td>68</td><td>91</td><td>74</td><td>50</td></tr><tr><td>student694</td><td>Languages</td><td>female</td><td>87</td><td>91</td><td>96</td><td>37</td></tr><tr><td>student695</td><td>Mathematics</td><td>male</td><td>23</td><td>9</td><td>14</td><td>4</td></tr><tr><td>student696</td><td>Languages</td><td>female</td><td>94</td><td>62</td><td>9</td><td>77</td></tr><tr><td>student697</td><td>Mathematics</td><td>male</td><td>14</td><td>7</td><td>45</td><td>75</td></tr><tr><td>student698</td><td>Languages</td><td>female</td><td>73</td><td>92</td><td>19</td><td>90</td></tr><tr><td>student699</td><td>Mathematics</td><td>male</td><td>8</td><td>20</td><td>79</td><td>78</td></tr><tr><td>student700</td><td>Languages</td><td>female</td><td>76</td><td>35</td><td>100</td><td>39</td></tr><tr><td>student701</td><td>Mathematics</td><td>male</td><td>27</td><td>51</td><td>89</td><td>49</td></tr><tr><td>student702</td><td>Languages</td><td>female</td><td>0</td><td>64</td><td>72</td><td>37</td></tr><tr><td>student703</td><td>Mathematics</td><td>male</td><td>93</td><td>46</td><td>94</td><td>87</td></tr><tr><td>student704</td><td>Languages</td><td>female</td><td>69</td><td>22</td><td>17</td><td>2</td></tr><tr><td>student705</td><td>Mathematics</td><td>male</td><td>17</td><td>52</td><td>11</td><td>3</td></tr><tr><td>student706</td><td>Languages</td><td>female</td><td>13</td><td>2</td><td>52</td><td>19</td></tr><tr><td>student707</td><td>Mathematics</td><td>male</td><td>75</td><td>61</td><td>72</td><td>73</td></tr><tr><td>student708</td><td>Languages</td><td>female</td><td>84</td><td>37</td><td>7</td><td>36</td></tr><tr><td>student709</td><td>Mathematics</td><td>male</td><td>81</td><td>19</td><td>45</td><td>14</td></tr><tr><td>student710</td><td>Languages</td><td>female</td><td>62</td><td>17</td><td>39</td><td>27</td></tr><tr><td>student711</td><td>Mathematics</td><td>male</td><td>88</td><td>69</td><td>6</td><td>81</td></tr><tr><td>student712</td><td>Languages</td><td>female</td><td>53</td><td>82</td><td>59</td><td>29</td></tr><tr><td>student713</td><td>Mathematics</td><td>male</td><td>83</td><td>34</td><td>71</td><td>34</td></tr><tr><td>student714</td><td>Languages</td><td>female</td><td>95</td><td>52</td><td>61</td><td>4</td></tr><tr><td>student715</td><td>Mathematics</td><td>male</td><td>6</td><td>71</td><td>53</td><td>13</td></tr><tr><td>student716</td><td>Languages</td><td>female</td><td>82</td><td>97</td><td>82</td><td>5</td></tr><tr><td>student717</td><td>Mathematics</td><td>male</td><td>65</td><td>50</td><td>31</td><td>46</td></tr><tr><td>student718</td><td>Languages</td><td>female</td><td>27</td><td>46</td><td>25</td><td>37</td></tr><tr><td>student719</td><td>Mathematics</td><td>male</td><td>98</td><td>42</td><td>35</td><td>44</td></tr><tr><td>student720</td><td>Languages</td><td>female</td><td>90</td><td>1</td><td>44</td><td>44</td></tr><tr><td>student721</td><td>Mathematics</td><td>male</td><td>3</td><td>16</td><td>82</td><td>93</td></tr><tr><td>student722</td><td>Languages</td><td>female</td><td>34</td><td>3</td><td>43</td><td>70</td></tr><tr><td>student723</td><td>Mathematics</td><td>male</td><td>59</td><td>77</td><td>14</td><td>21</td></tr><tr><td>student724</td><td>Languages</td><td>female</td><td>16</td><td>53</td><td>57</td><td>59</td></tr><tr><td>student725</td><td>Mathematics</td><td>male</td><td>79</td><td>1</td><td>44</td><td>16</td></tr><tr><td>student726</td><td>Languages</td><td>female</td><td>10</td><td>8</td><td>19</td><td>9</td></tr><tr><td>student727</td><td>Mathematics</td><td>male</td><td>89</td><td>48</td><td>79</td><td>16</td></tr><tr><td>student728</td><td>Languages</td><td>female</td><td>8</td><td>87</td><td>23</td><td>87</td></tr><tr><td>student729</td><td>Mathematics</td><td>male</td><td>17</td><td>53</td><td>95</td><td>84</td></tr><tr><td>student730</td><td>Languages</td><td>female</td><td>65</td><td>52</td><td>39</td><td>61</td></tr><tr><td>student731</td><td>Mathematics</td><td>male</td><td>44</td><td>30</td><td>96</td><td>72</td></tr><tr><td>student732</td><td>Languages</td><td>female</td><td>70</td><td>79</td><td>32</td><td>33</td></tr><tr><td>student733</td><td>Mathematics</td><td>male</td><td>30</td><td>47</td><td>46</td><td>11</td></tr><tr><td>student734</td><td>Languages</td><td>female</td><td>76</td><td>100</td><td>16</td><td>49</td></tr><tr><td>student735</td><td>Mathematics</td><td>male</td><td>39</td><td>36</td><td>90</td><td>89</td></tr><tr><td>student736</td><td>Languages</td><td>female</td><td>1</td><td>94</td><td>19</td><td>29</td></tr><tr><td>student737</td><td>Mathematics</td><td>male</td><td>23</td><td>73</td><td>78</td><td>87</td></tr><tr><td>student738</td><td>Languages</td><td>female</td><td>87</td><td>71</td><td>44</td><td>64</td></tr><tr><td>student739</td><td>Mathematics</td><td>male</td><td>22</td><td>19</td><td>82</td><td>20</td></tr><tr><td>student740</td><td>Languages</td><td>female</td><td>94</td><td>52</td><td>67</td><td>39</td></tr><tr><td>student741</td><td>Mathematics</td><td>male</td><td>14</td><td>17</td><td>51</td><td>87</td></tr><tr><td>student742</td><td>Languages</td><td>female</td><td>56</td><td>63</td><td>98</td><td>3</td></tr><tr><td>student743</td><td>Mathematics</td><td>male</td><td>99</td><td>92</td><td>46</td><td>98</td></tr><tr><td>student744</td><td>Languages</td><td>female</td><td>19</td><td>76</td><td>83</td><td>88</td></tr><tr><td>student745</td><td>Mathematics</td><td>male</td><td>15</td><td>77</td><td>68</td><td>81</td></tr><tr><td>student746</td><td>Languages</td><td>female</td><td>48</td><td>81</td><td>48</td><td>38</td></tr><tr><td>student747</td><td>Mathematics</td><td>male</td><td>29</td><td>1</td><td>38</td><td>61</td></tr><tr><td>student748</td><td>Languages</td><td>female</td><td>71</td><td>63</td><td>0</td><td>30</td></tr><tr><td>student749</td><td>Mathematics</td><td>male</td><td>19</td><td>68</td><td>30</td><td>53</td></tr><tr><td>student750</td><td>Languages</td><td>female</td><td>91</td><td>18</td><td>27</td><td>62</td></tr><tr><td>student751</td><td>Mathematics</td><td>male</td><td>73</td><td>33</td><td>38</td><td>36</td></tr><tr><td>student752</td><td>Languages</td><td>female</td><td>99</td><td>38</td><td>75</td><td>50</td></tr><tr><td>student753</td><td>Mathematics</td><td>male</td><td>55</td><td>71</td><td>34</td><td>90</td></tr><tr><td>student754</td><td>Languages</td><td>female</td><td>52</td><td>40</td><td>98</td><td>83</td></tr><tr><td>student755</td><td>Mathematics</td><td>male</td><td>14</td><td>63</td><td>61</td><td>1</td></tr><tr><td>student756</td><td>Languages</td><td>female</td><td>1</td><td>31</td><td>94</td><td>96</td></tr><tr><td>student757</td><td>Mathematics</td><td>male</td><td>49</td><td>66</td><td>55</td><td>92</td></tr><tr><td>student758</td><td>Languages</td><td>female</td><td>0</td><td>19</td><td>80</td><td>82</td></tr><tr><td>student759</td><td>Mathematics</td><td>male</td><td>26</td><td>35</td><td>87</td><td>3</td></tr><tr><td>student760</td><td>Languages</td><td>female</td><td>8</td><td>28</td><td>76</td><td>39</td></tr><tr><td>student761</td><td>Mathematics</td><td>male</td><td>52</td><td>11</td><td>83</td><td>57</td></tr><tr><td>student762</td><td>Languages</td><td>female</td><td>83</td><td>68</td><td>84</td><td>25</td></tr><tr><td>student763</td><td>Mathematics</td><td>male</td><td>17</td><td>2</td><td>56</td><td>70</td></tr><tr><td>student764</td><td>Languages</td><td>female</td><td>17</td><td>58</td><td>0</td><td>84</td></tr><tr><td>student765</td><td>Mathematics</td><td>male</td><td>75</td><td>6</td><td>47</td><td>85</td></tr><tr><td>student766</td><td>Languages</td><td>female</td><td>76</td><td>32</td><td>93</td><td>39</td></tr><tr><td>student767</td><td>Mathematics</td><td>male</td><td>20</td><td>75</td><td>84</td><td>65</td></tr><tr><td>student768</td><td>Languages</td><td>female</td><td>25</td><td>47</td><td>12</td><td>89</td></tr><tr><td>student769</td><td>Mathematics</td><td>male</td><td>86</td><td>94</td><td>79</td><td>45</td></tr><tr><td>student770</td><td>Languages</td><td>female</td><td>65</td><td>81</td><td>55</td><td>35</td></tr><tr><td>student771</td><td>Mathematics</td><td>male</td><td>62</td><td>41</td><td>41</td><td>43</td></tr><tr><td>student772</td><td>Languages</td><td>female</td><td>14</td><td>4</td><td>62</td><td>43</td></tr><tr><td>student773</td><td>Mathematics</td><td>male</td><td>17</td><td>55</td><td>72</td><td>78</td></tr><tr><td>student774</td><td>Languages</td><td>female</td><td>95</td><td>46</td><td>35</td><td>6</td></tr><tr><td>student775</td><td>Mathematics</td><td>male</td><td>72</td><td>0</td><td>56</td><td>48</td></tr><tr><td>student776</td><td>Languages</td><td>female</td><td>30</td><td>88</td><td>19</td><td>56</td></tr><tr><td>student777</td><td>Mathematics</td><td>male</td><td>42</td><td>44</td><td>88</td><td>56</td></tr><tr><td>student778</td><td>Languages</td><td>female</td><td>42</td><td>69</td><td>56</td><td>63</td></tr><tr><td>student779</td><td>Mathematics</td><td>male</td><td>78</td><td>57</td><td>78</td><td>3</td></tr><tr><td>student780</td><td>Languages</td><td>female</td><td>15</td><td>86</td><td>24</td><td>98</td></tr><tr><td>student781</td><td>Mathematics</td><td>male</td><td>46</td><td>8</td><td>43</td><td>69</td></tr><tr><td>student782</td><td>Languages</td><td>female</td><td>67</td><td>98</td><td>15</td><td>52</td></tr><tr><td>student783</td><td>Mathematics</td><td>male</td><td>33</td><td>32</td><td>63</td><td>57</td></tr><tr><td>student784</td><td>Languages</td><td>female</td><td>35</td><td>95</td><td>16</td><td>53</td></tr><tr><td>student785</td><td>Mathematics</td><td>male</td><td>78</td><td>54</td><td>54</td><td>82</td></tr><tr><td>student786</td><td>Languages</td><td>female</td><td>81</td><td>85</td><td>91</td><td>4</td></tr><tr><td>student787</td><td>Mathematics</td><td>male</td><td>42</td><td>41</td><td>23</td><td>14</td></tr><tr><td>student788</td><td>Languages</td><td>female</td><td>59</td><td>100</td><td>86</td><td>36</td></tr><tr><td>student789</td><td>Mathematics</td><td>male</td><td>1</td><td>92</td><td>60</td><td>12</td></tr><tr><td>student790</td><td>Languages</td><td>female</td><td>100</td><td>34</td><td>5</td><td>70</td></tr><tr><td>student791</td><td>Mathematics</td><td>male</td><td>3</td><td>81</td><td>2</td><td>17</td></tr><tr><td>student792</td><td>Languages</td><td>female</td><td>31</td><td>55</td><td>19</td><td>3</td></tr><tr><td>student793</td><td>Mathematics</td><td>male</td><td>11</td><td>33</td><td>98</td><td>77</td></tr><tr><td>student794</td><td>Languages</td><td>female</td><td>4</td><td>61</td><td>7</td><td>86</td></tr><tr><td>student795</td><td>Mathematics</td><td>male</td><td>57</td><td>86</td><td>7</td><td>27</td></tr><tr><td>student796</td><td>Languages</td><td>female</td><td>5</td><td>74</td><td>62</td><td>36</td></tr><tr><td>student797</td><td>Mathematics</td><td>male</td><td>57</td><td>67</td><td>66</td><td>61</td></tr><tr><td>student798</td><td>Languages</td><td>female</td><td>93</td><td>88</td><td>87</td><td>25</td></tr><tr><td>student799</td><td>Mathematics</td><td>male</td><td>59</td><td>96</td><td>64</td><td>41</td></tr><tr><td>student800</td><td>Languages</td><td>female</td><td>62</td><td>7</td><td>69</td><td>23</td></tr><tr><td>student801</td><td>Mathematics</td><td>male</td><td>35</td><td>83</td><td>32</td><td>55</td></tr><tr><td>student802</td><td>Languages</td><td>female</td><td>42</td><td>58</td><td>15</td><td>83</td></tr><tr><td>student803</td><td>Mathematics</td><td>male</td><td>41</td><td>90</td><td>40</td><td>12</td></tr><tr><td>student804</td><td>Languages</td><td>female</td><td>81</td><td>43</td><td>83</td><td>7</td></tr><tr><td>student805</td><td>Mathematics</td><td>male</td><td>87</td><td>77</td><td>33</td><td>20</td></tr><tr><td>student806</td><td>Languages</td><td>female</td><td>53</td><td>87</td><td>30</td><td>37</td></tr><tr><td>student807</td><td>Mathematics</td><td>male</td><td>13</td><td>35</td><td>85</td><td>16</td></tr><tr><td>student808</td><td>Languages</td><td>female</td><td>20</td><td>82</td><td>90</td><td>34</td></tr><tr><td>student809</td><td>Mathematics</td><td>male</td><td>58</td><td>2</td><td>16</td><td>14</td></tr><tr><td>student810</td><td>Languages</td><td>female</td><td>14</td><td>28</td><td>23</td><td>56</td></tr><tr><td>student811</td><td>Mathematics</td><td>male</td><td>49</td><td>97</td><td>36</td><td>8</td></tr><tr><td>student812</td><td>Languages</td><td>female</td><td>31</td><td>46</td><td>11</td><td>63</td></tr><tr><td>student813</td><td>Mathematics</td><td>male</td><td>74</td><td>9</td><td>76</td><td>43</td></tr><tr><td>student814</td><td>Languages</td><td>female</td><td>42</td><td>83</td><td>95</td><td>75</td></tr><tr><td>student815</td><td>Mathematics</td><td>male</td><td>2</td><td>65</td><td>45</td><td>29</td></tr><tr><td>student816</td><td>Languages</td><td>female</td><td>79</td><td>59</td><td>69</td><td>88</td></tr><tr><td>student817</td><td>Mathematics</td><td>male</td><td>68</td><td>18</td><td>26</td><td>84</td></tr><tr><td>student818</td><td>Languages</td><td>female</td><td>39</td><td>13</td><td>99</td><td>15</td></tr><tr><td>student819</td><td>Mathematics</td><td>male</td><td>22</td><td>48</td><td>71</td><td>6</td></tr><tr><td>student820</td><td>Languages</td><td>female</td><td>12</td><td>53</td><td>88</td><td>11</td></tr><tr><td>student821</td><td>Mathematics</td><td>male</td><td>33</td><td>90</td><td>80</td><td>29</td></tr><tr><td>student822</td><td>Languages</td><td>female</td><td>37</td><td>9</td><td>54</td><td>86</td></tr><tr><td>student823</td><td>Mathematics</td><td>male</td><td>91</td><td>78</td><td>85</td><td>1</td></tr><tr><td>student824</td><td>Languages</td><td>female</td><td>31</td><td>58</td><td>67</td><td>31</td></tr><tr><td>student825</td><td>Mathematics</td><td>male</td><td>22</td><td>30</td><td>50</td><td>98</td></tr><tr><td>student826</td><td>Languages</td><td>female</td><td>55</td><td>58</td><td>56</td><td>10</td></tr><tr><td>student827</td><td>Mathematics</td><td>male</td><td>56</td><td>76</td><td>57</td><td>53</td></tr><tr><td>student828</td><td>Languages</td><td>female</td><td>1</td><td>12</td><td>98</td><td>81</td></tr><tr><td>student829</td><td>Mathematics</td><td>male</td><td>67</td><td>92</td><td>66</td><td>71</td></tr><tr><td>student830</td><td>Languages</td><td>female</td><td>30</td><td>61</td><td>44</td><td>49</td></tr><tr><td>student831</td><td>Mathematics</td><td>male</td><td>0</td><td>41</td><td>44</td><td>61</td></tr><tr><td>student832</td><td>Languages</td><td>female</td><td>72</td><td>52</td><td>45</td><td>85</td></tr><tr><td>student833</td><td>Mathematics</td><td>male</td><td>60</td><td>99</td><td>12</td><td>94</td></tr><tr><td>student834</td><td>Languages</td><td>female</td><td>83</td><td>58</td><td>75</td><td>42</td></tr><tr><td>student835</td><td>Mathematics</td><td>male</td><td>95</td><td>0</td><td>53</td><td>77</td></tr><tr><td>student836</td><td>Languages</td><td>female</td><td>33</td><td>28</td><td>70</td><td>62</td></tr><tr><td>student837</td><td>Mathematics</td><td>male</td><td>39</td><td>82</td><td>75</td><td>5</td></tr><tr><td>student838</td><td>Languages</td><td>female</td><td>41</td><td>100</td><td>45</td><td>47</td></tr><tr><td>student839</td><td>Mathematics</td><td>male</td><td>81</td><td>69</td><td>27</td><td>29</td></tr><tr><td>student840</td><td>Languages</td><td>female</td><td>90</td><td>1</td><td>26</td><td>49</td></tr><tr><td>student841</td><td>Mathematics</td><td>male</td><td>45</td><td>38</td><td>20</td><td>34</td></tr><tr><td>student842</td><td>Languages</td><td>female</td><td>3</td><td>25</td><td>31</td><td>1</td></tr><tr><td>student843</td><td>Mathematics</td><td>male</td><td>55</td><td>77</td><td>86</td><td>49</td></tr><tr><td>student844</td><td>Languages</td><td>female</td><td>61</td><td>60</td><td>91</td><td>76</td></tr><tr><td>student845</td><td>Mathematics</td><td>male</td><td>80</td><td>85</td><td>74</td><td>9</td></tr><tr><td>student846</td><td>Languages</td><td>female</td><td>63</td><td>89</td><td>73</td><td>71</td></tr><tr><td>student847</td><td>Mathematics</td><td>male</td><td>79</td><td>15</td><td>97</td><td>42</td></tr><tr><td>student848</td><td>Languages</td><td>female</td><td>99</td><td>18</td><td>73</td><td>43</td></tr><tr><td>student849</td><td>Mathematics</td><td>male</td><td>30</td><td>52</td><td>38</td><td>56</td></tr><tr><td>student850</td><td>Languages</td><td>female</td><td>65</td><td>86</td><td>67</td><td>34</td></tr><tr><td>student851</td><td>Mathematics</td><td>male</td><td>73</td><td>43</td><td>6</td><td>55</td></tr><tr><td>student852</td><td>Languages</td><td>female</td><td>42</td><td>43</td><td>51</td><td>73</td></tr><tr><td>student853</td><td>Mathematics</td><td>male</td><td>8</td><td>70</td><td>98</td><td>0</td></tr><tr><td>student854</td><td>Languages</td><td>female</td><td>29</td><td>41</td><td>12</td><td>45</td></tr><tr><td>student855</td><td>Mathematics</td><td>male</td><td>57</td><td>3</td><td>90</td><td>90</td></tr><tr><td>student856</td><td>Languages</td><td>female</td><td>80</td><td>52</td><td>96</td><td>54</td></tr><tr><td>student857</td><td>Mathematics</td><td>male</td><td>43</td><td>83</td><td>82</td><td>46</td></tr><tr><td>student858</td><td>Languages</td><td>female</td><td>7</td><td>91</td><td>71</td><td>31</td></tr><tr><td>student859</td><td>Mathematics</td><td>male</td><td>68</td><td>13</td><td>70</td><td>7</td></tr><tr><td>student860</td><td>Languages</td><td>female</td><td>51</td><td>44</td><td>15</td><td>52</td></tr><tr><td>student861</td><td>Mathematics</td><td>male</td><td>91</td><td>70</td><td>1</td><td>78</td></tr><tr><td>student862</td><td>Languages</td><td>female</td><td>4</td><td>11</td><td>65</td><td>78</td></tr><tr><td>student863</td><td>Mathematics</td><td>male</td><td>20</td><td>63</td><td>55</td><td>85</td></tr><tr><td>student864</td><td>Languages</td><td>female</td><td>59</td><td>3</td><td>87</td><td>26</td></tr><tr><td>student865</td><td>Mathematics</td><td>male</td><td>4</td><td>89</td><td>44</td><td>32</td></tr><tr><td>student866</td><td>Languages</td><td>female</td><td>26</td><td>67</td><td>98</td><td>39</td></tr><tr><td>student867</td><td>Mathematics</td><td>male</td><td>48</td><td>79</td><td>38</td><td>66</td></tr><tr><td>student868</td><td>Languages</td><td>female</td><td>16</td><td>32</td><td>15</td><td>3</td></tr><tr><td>student869</td><td>Mathematics</td><td>male</td><td>13</td><td>20</td><td>50</td><td>85</td></tr><tr><td>student870</td><td>Languages</td><td>female</td><td>4</td><td>92</td><td>20</td><td>39</td></tr><tr><td>student871</td><td>Mathematics</td><td>male</td><td>82</td><td>6</td><td>23</td><td>53</td></tr><tr><td>student872</td><td>Languages</td><td>female</td><td>6</td><td>60</td><td>74</td><td>64</td></tr><tr><td>student873</td><td>Mathematics</td><td>male</td><td>66</td><td>48</td><td>39</td><td>14</td></tr><tr><td>student874</td><td>Languages</td><td>female</td><td>43</td><td>83</td><td>3</td><td>100</td></tr><tr><td>student875</td><td>Mathematics</td><td>male</td><td>21</td><td>49</td><td>9</td><td>0</td></tr><tr><td>student876</td><td>Languages</td><td>female</td><td>79</td><td>80</td><td>71</td><td>80</td></tr><tr><td>student877</td><td>Mathematics</td><td>male</td><td>84</td><td>25</td><td>26</td><td>88</td></tr><tr><td>student878</td><td>Languages</td><td>female</td><td>38</td><td>46</td><td>66</td><td>60</td></tr><tr><td>student879</td><td>Mathematics</td><td>male</td><td>35</td><td>27</td><td>98</td><td>51</td></tr><tr><td>student880</td><td>Languages</td><td>female</td><td>57</td><td>59</td><td>2</td><td>67</td></tr><tr><td>student881</td><td>Mathematics</td><td>male</td><td>76</td><td>87</td><td>78</td><td>8</td></tr><tr><td>student882</td><td>Languages</td><td>female</td><td>21</td><td>40</td><td>8</td><td>17</td></tr><tr><td>student883</td><td>Mathematics</td><td>male</td><td>50</td><td>4</td><td>68</td><td>66</td></tr><tr><td>student884</td><td>Languages</td><td>female</td><td>83</td><td>86</td><td>30</td><td>92</td></tr><tr><td>student885</td><td>Mathematics</td><td>male</td><td>63</td><td>46</td><td>66</td><td>94</td></tr><tr><td>student886</td><td>Languages</td><td>female</td><td>76</td><td>71</td><td>2</td><td>62</td></tr><tr><td>student887</td><td>Mathematics</td><td>male</td><td>74</td><td>18</td><td>68</td><td>6</td></tr><tr><td>student888</td><td>Languages</td><td>female</td><td>65</td><td>77</td><td>44</td><td>88</td></tr><tr><td>student889</td><td>Mathematics</td><td>male</td><td>67</td><td>32</td><td>61</td><td>19</td></tr><tr><td>student890</td><td>Languages</td><td>female</td><td>85</td><td>96</td><td>85</td><td>41</td></tr><tr><td>student891</td><td>Mathematics</td><td>male</td><td>14</td><td>87</td><td>70</td><td>5</td></tr><tr><td>student892</td><td>Languages</td><td>female</td><td>81</td><td>28</td><td>45</td><td>28</td></tr><tr><td>student893</td><td>Mathematics</td><td>male</td><td>9</td><td>19</td><td>18</td><td>83</td></tr><tr><td>student894</td><td>Languages</td><td>female</td><td>40</td><td>70</td><td>2</td><td>4</td></tr><tr><td>student895</td><td>Mathematics</td><td>male</td><td>18</td><td>19</td><td>51</td><td>89</td></tr><tr><td>student896</td><td>Languages</td><td>female</td><td>70</td><td>35</td><td>25</td><td>12</td></tr><tr><td>student897</td><td>Mathematics</td><td>male</td><td>72</td><td>90</td><td>7</td><td>41</td></tr><tr><td>student898</td><td>Languages</td><td>female</td><td>84</td><td>1</td><td>71</td><td>86</td></tr><tr><td>student899</td><td>Mathematics</td><td>male</td><td>14</td><td>2</td><td>38</td><td>86</td></tr><tr><td>student900</td><td>Languages</td><td>female</td><td>78</td><td>37</td><td>60</td><td>1</td></tr><tr><td>student901</td><td>Mathematics</td><td>male</td><td>66</td><td>95</td><td>31</td><td>68</td></tr><tr><td>student902</td><td>Languages</td><td>female</td><td>23</td><td>60</td><td>80</td><td>65</td></tr><tr><td>student903</td><td>Mathematics</td><td>male</td><td>76</td><td>89</td><td>63</td><td>96</td></tr><tr><td>student904</td><td>Languages</td><td>female</td><td>3</td><td>46</td><td>90</td><td>70</td></tr><tr><td>student905</td><td>Mathematics</td><td>male</td><td>65</td><td>44</td><td>96</td><td>79</td></tr><tr><td>student906</td><td>Languages</td><td>female</td><td>68</td><td>77</td><td>8</td><td>65</td></tr><tr><td>student907</td><td>Mathematics</td><td>male</td><td>86</td><td>61</td><td>99</td><td>43</td></tr><tr><td>student908</td><td>Languages</td><td>female</td><td>88</td><td>95</td><td>32</td><td>13</td></tr><tr><td>student909</td><td>Mathematics</td><td>male</td><td>53</td><td>100</td><td>59</td><td>82</td></tr><tr><td>student910</td><td>Languages</td><td>female</td><td>35</td><td>7</td><td>95</td><td>35</td></tr><tr><td>student911</td><td>Mathematics</td><td>male</td><td>23</td><td>0</td><td>1</td><td>77</td></tr><tr><td>student912</td><td>Languages</td><td>female</td><td>9</td><td>68</td><td>72</td><td>63</td></tr><tr><td>student913</td><td>Mathematics</td><td>male</td><td>23</td><td>92</td><td>39</td><td>96</td></tr><tr><td>student914</td><td>Languages</td><td>female</td><td>94</td><td>97</td><td>6</td><td>58</td></tr><tr><td>student915</td><td>Mathematics</td><td>male</td><td>49</td><td>31</td><td>29</td><td>71</td></tr><tr><td>student916</td><td>Languages</td><td>female</td><td>21</td><td>57</td><td>79</td><td>57</td></tr><tr><td>student917</td><td>Mathematics</td><td>male</td><td>0</td><td>35</td><td>100</td><td>89</td></tr><tr><td>student918</td><td>Languages</td><td>female</td><td>64</td><td>82</td><td>75</td><td>52</td></tr><tr><td>student919</td><td>Mathematics</td><td>male</td><td>16</td><td>66</td><td>69</td><td>68</td></tr><tr><td>student920</td><td>Languages</td><td>female</td><td>92</td><td>95</td><td>11</td><td>27</td></tr><tr><td>student921</td><td>Mathematics</td><td>male</td><td>16</td><td>88</td><td>85</td><td>90</td></tr><tr><td>student922</td><td>Languages</td><td>female</td><td>56</td><td>15</td><td>26</td><td>98</td></tr><tr><td>student923</td><td>Mathematics</td><td>male</td><td>78</td><td>27</td><td>40</td><td>17</td></tr><tr><td>student924</td><td>Languages</td><td>female</td><td>95</td><td>10</td><td>44</td><td>32</td></tr><tr><td>student925</td><td>Mathematics</td><td>male</td><td>99</td><td>85</td><td>52</td><td>18</td></tr><tr><td>student926</td><td>Languages</td><td>female</td><td>73</td><td>31</td><td>71</td><td>49</td></tr><tr><td>student927</td><td>Mathematics</td><td>male</td><td>21</td><td>79</td><td>10</td><td>63</td></tr><tr><td>student928</td><td>Languages</td><td>female</td><td>92</td><td>71</td><td>80</td><td>12</td></tr><tr><td>student929</td><td>Mathematics</td><td>male</td><td>23</td><td>29</td><td>33</td><td>88</td></tr><tr><td>student930</td><td>Languages</td><td>female</td><td>41</td><td>8</td><td>98</td><td>84</td></tr><tr><td>student931</td><td>Mathematics</td><td>male</td><td>97</td><td>17</td><td>79</td><td>21</td></tr><tr><td>student932</td><td>Languages</td><td>female</td><td>72</td><td>40</td><td>93</td><td>92</td></tr><tr><td>student933</td><td>Mathematics</td><td>male</td><td>75</td><td>58</td><td>3</td><td>26</td></tr><tr><td>student934</td><td>Languages</td><td>female</td><td>15</td><td>98</td><td>27</td><td>28</td></tr><tr><td>student935</td><td>Mathematics</td><td>male</td><td>76</td><td>88</td><td>80</td><td>6</td></tr><tr><td>student936</td><td>Languages</td><td>female</td><td>84</td><td>23</td><td>42</td><td>92</td></tr><tr><td>student937</td><td>Mathematics</td><td>male</td><td>71</td><td>56</td><td>86</td><td>71</td></tr><tr><td>student938</td><td>Languages</td><td>female</td><td>7</td><td>39</td><td>58</td><td>22</td></tr><tr><td>student939</td><td>Mathematics</td><td>male</td><td>1</td><td>55</td><td>54</td><td>60</td></tr><tr><td>student940</td><td>Languages</td><td>female</td><td>20</td><td>31</td><td>30</td><td>8</td></tr><tr><td>student941</td><td>Mathematics</td><td>male</td><td>97</td><td>54</td><td>41</td><td>81</td></tr><tr><td>student942</td><td>Languages</td><td>female</td><td>83</td><td>41</td><td>86</td><td>64</td></tr><tr><td>student943</td><td>Mathematics</td><td>male</td><td>71</td><td>95</td><td>32</td><td>7</td></tr><tr><td>student944</td><td>Languages</td><td>female</td><td>0</td><td>27</td><td>30</td><td>91</td></tr><tr><td>student945</td><td>Mathematics</td><td>male</td><td>99</td><td>75</td><td>17</td><td>22</td></tr><tr><td>student946</td><td>Languages</td><td>female</td><td>92</td><td>53</td><td>10</td><td>90</td></tr><tr><td>student947</td><td>Mathematics</td><td>male</td><td>4</td><td>44</td><td>94</td><td>32</td></tr><tr><td>student948</td><td>Languages</td><td>female</td><td>0</td><td>97</td><td>48</td><td>79</td></tr><tr><td>student949</td><td>Mathematics</td><td>male</td><td>97</td><td>55</td><td>79</td><td>74</td></tr><tr><td>student950</td><td>Languages</td><td>female</td><td>65</td><td>98</td><td>9</td><td>32</td></tr><tr><td>student951</td><td>Mathematics</td><td>male</td><td>56</td><td>73</td><td>38</td><td>81</td></tr><tr><td>student952</td><td>Languages</td><td>female</td><td>84</td><td>94</td><td>61</td><td>50</td></tr><tr><td>student953</td><td>Mathematics</td><td>male</td><td>48</td><td>20</td><td>77</td><td>0</td></tr><tr><td>student954</td><td>Languages</td><td>female</td><td>39</td><td>98</td><td>14</td><td>20</td></tr><tr><td>student955</td><td>Mathematics</td><td>male</td><td>4</td><td>15</td><td>24</td><td>65</td></tr><tr><td>student956</td><td>Languages</td><td>female</td><td>78</td><td>22</td><td>92</td><td>31</td></tr><tr><td>student957</td><td>Mathematics</td><td>male</td><td>28</td><td>38</td><td>26</td><td>54</td></tr><tr><td>student958</td><td>Languages</td><td>female</td><td>49</td><td>61</td><td>35</td><td>54</td></tr><tr><td>student959</td><td>Mathematics</td><td>male</td><td>81</td><td>15</td><td>28</td><td>17</td></tr><tr><td>student960</td><td>Languages</td><td>female</td><td>54</td><td>80</td><td>58</td><td>2</td></tr><tr><td>student961</td><td>Mathematics</td><td>male</td><td>75</td><td>23</td><td>5</td><td>37</td></tr><tr><td>student962</td><td>Languages</td><td>female</td><td>55</td><td>65</td><td>1</td><td>20</td></tr><tr><td>student963</td><td>Mathematics</td><td>male</td><td>86</td><td>42</td><td>70</td><td>36</td></tr><tr><td>student964</td><td>Languages</td><td>female</td><td>54</td><td>45</td><td>54</td><td>80</td></tr><tr><td>student965</td><td>Mathematics</td><td>male</td><td>38</td><td>18</td><td>69</td><td>92</td></tr><tr><td>student966</td><td>Languages</td><td>female</td><td>33</td><td>89</td><td>46</td><td>83</td></tr><tr><td>student967</td><td>Mathematics</td><td>male</td><td>43</td><td>9</td><td>55</td><td>76</td></tr><tr><td>student968</td><td>Languages</td><td>female</td><td>13</td><td>26</td><td>12</td><td>86</td></tr><tr><td>student969</td><td>Mathematics</td><td>male</td><td>94</td><td>22</td><td>85</td><td>59</td></tr><tr><td>student970</td><td>Languages</td><td>female</td><td>93</td><td>58</td><td>6</td><td>10</td></tr><tr><td>student971</td><td>Mathematics</td><td>male</td><td>35</td><td>72</td><td>85</td><td>36</td></tr><tr><td>student972</td><td>Languages</td><td>female</td><td>37</td><td>51</td><td>96</td><td>93</td></tr><tr><td>student973</td><td>Mathematics</td><td>male</td><td>71</td><td>10</td><td>79</td><td>59</td></tr><tr><td>student974</td><td>Languages</td><td>female</td><td>71</td><td>31</td><td>73</td><td>93</td></tr><tr><td>student975</td><td>Mathematics</td><td>male</td><td>80</td><td>26</td><td>86</td><td>97</td></tr><tr><td>student976</td><td>Languages</td><td>female</td><td>69</td><td>21</td><td>67</td><td>69</td></tr><tr><td>student977</td><td>Mathematics</td><td>male</td><td>38</td><td>86</td><td>10</td><td>39</td></tr><tr><td>student978</td><td>Languages</td><td>female</td><td>48</td><td>90</td><td>39</td><td>81</td></tr><tr><td>student979</td><td>Mathematics</td><td>male</td><td>90</td><td>83</td><td>3</td><td>42</td></tr><tr><td>student980</td><td>Languages</td><td>female</td><td>19</td><td>1</td><td>91</td><td>84</td></tr><tr><td>student981</td><td>Mathematics</td><td>male</td><td>98</td><td>25</td><td>50</td><td>46</td></tr><tr><td>student982</td><td>Languages</td><td>female</td><td>38</td><td>88</td><td>21</td><td>16</td></tr><tr><td>student983</td><td>Mathematics</td><td>male</td><td>71</td><td>48</td><td>18</td><td>43</td></tr><tr><td>student984</td><td>Languages</td><td>female</td><td>79</td><td>85</td><td>18</td><td>16</td></tr><tr><td>student985</td><td>Mathematics</td><td>male</td><td>51</td><td>66</td><td>90</td><td>68</td></tr><tr><td>student986</td><td>Languages</td><td>female</td><td>100</td><td>95</td><td>65</td><td>91</td></tr><tr><td>student987</td><td>Mathematics</td><td>male</td><td>6</td><td>74</td><td>24</td><td>24</td></tr><tr><td>student988</td><td>Languages</td><td>female</td><td>93</td><td>80</td><td>94</td><td>35</td></tr><tr><td>student989</td><td>Mathematics</td><td>male</td><td>65</td><td>78</td><td>57</td><td>94</td></tr><tr><td>student990</td><td>Languages</td><td>female</td><td>27</td><td>92</td><td>21</td><td>91</td></tr><tr><td>student991</td><td>Mathematics</td><td>male</td><td>77</td><td>15</td><td>26</td><td>76</td></tr><tr><td>student992</td><td>Languages</td><td>female</td><td>28</td><td>84</td><td>51</td><td>67</td></tr><tr><td>student993</td><td>Mathematics</td><td>male</td><td>3</td><td>78</td><td>62</td><td>50</td></tr><tr><td>student994</td><td>Languages</td><td>female</td><td>59</td><td>77</td><td>20</td><td>74</td></tr><tr><td>student995</td><td>Mathematics</td><td>male</td><td>62</td><td>66</td><td>8</td><td>75</td></tr><tr><td>student996</td><td>Languages</td><td>female</td><td>88</td><td>70</td><td>33</td><td>43</td></tr><tr><td>student997</td><td>Mathematics</td><td>male</td><td>73</td><td>33</td><td>42</td><td>53</td></tr><tr><td>student998</td><td>Languages</td><td>female</td><td>64</td><td>10</td><td>2</td><td>31</td></tr><tr><td>student999</td><td>Mathematics</td><td>male</td><td>91</td><td>93</td><td>16</td><td>35</td></tr><tr><td>student1000</td><td>Languages</td><td>female</td><td>30</td><td>68</td><td>95</td><td>40</td></tr><tr><td>student1001</td><td>Mathematics</td><td>male</td><td>25</td><td>2</td><td>48</td><td>32</td></tr><tr><td>student1002</td><td>Languages</td><td>female</td><td>50</td><td>77</td><td>53</td><td>81</td></tr><tr><td>student1003</td><td>Mathematics</td><td>male</td><td>67</td><td>44</td><td>10</td><td>65</td></tr><tr><td>student1004</td><td>Languages</td><td>female</td><td>29</td><td>53</td><td>34</td><td>86</td></tr><tr><td>student1005</td><td>Mathematics</td><td>male</td><td>77</td><td>69</td><td>22</td><td>75</td></tr><tr><td>student1006</td><td>Languages</td><td>female</td><td>48</td><td>82</td><td>95</td><td>40</td></tr><tr><td>student1007</td><td>Mathematics</td><td>male</td><td>30</td><td>71</td><td>29</td><td>63</td></tr><tr><td>student1008</td><td>Languages</td><td>female</td><td>45</td><td>31</td><td>4</td><td>71</td></tr><tr><td>student1009</td><td>Mathematics</td><td>male</td><td>81</td><td>12</td><td>20</td><td>44</td></tr><tr><td>student1010</td><td>Languages</td><td>female</td><td>17</td><td>66</td><td>82</td><td>42</td></tr><tr><td>student1011</td><td>Mathematics</td><td>male</td><td>15</td><td>11</td><td>32</td><td>18</td></tr><tr><td>student1012</td><td>Languages</td><td>female</td><td>27</td><td>34</td><td>59</td><td>19</td></tr><tr><td>student1013</td><td>Mathematics</td><td>male</td><td>18</td><td>67</td><td>25</td><td>14</td></tr><tr><td>student1014</td><td>Languages</td><td>female</td><td>24</td><td>64</td><td>52</td><td>24</td></tr><tr><td>student1015</td><td>Mathematics</td><td>male</td><td>36</td><td>87</td><td>48</td><td>46</td></tr><tr><td>student1016</td><td>Languages</td><td>female</td><td>33</td><td>1</td><td>70</td><td>68</td></tr><tr><td>student1017</td><td>Mathematics</td><td>male</td><td>48</td><td>26</td><td>3</td><td>80</td></tr><tr><td>student1018</td><td>Languages</td><td>female</td><td>53</td><td>63</td><td>85</td><td>57</td></tr><tr><td>student1019</td><td>Mathematics</td><td>male</td><td>58</td><td>73</td><td>0</td><td>24</td></tr><tr><td>student1020</td><td>Languages</td><td>female</td><td>85</td><td>90</td><td>81</td><td>0</td></tr><tr><td>student1021</td><td>Mathematics</td><td>male</td><td>69</td><td>28</td><td>52</td><td>76</td></tr><tr><td>student1022</td><td>Languages</td><td>female</td><td>75</td><td>22</td><td>7</td><td>52</td></tr></tbody>
+	<tr><td>student23</td><td>Mathematics</td><td>male</td><td>82</td><td>77</td><td>0</td><td>79</td></tr><tr><td>student24</td><td>Languages</td><td>female</td><td>100</td><td>91</td><td>13</td><td>82</td></tr><tr><td>student25</td><td>Mathematics</td><td>male</td><td>22</td><td>96</td><td>82</td><td>53</td></tr><tr><td>student26</td><td>Languages</td><td>female</td><td>37</td><td>29</td><td>56</td><td>59</td></tr><tr><td>student27</td><td>Mathematics</td><td>male</td><td>86</td><td>82</td><td>69</td><td>23</td></tr><tr><td>student28</td><td>Languages</td><td>female</td><td>44</td><td>25</td><td>43</td><td>1</td></tr><tr><td>student29</td><td>Mathematics</td><td>male</td><td>77</td><td>47</td><td>22</td><td>38</td></tr><tr><td>student30</td><td>Languages</td><td>female</td><td>19</td><td>35</td><td>23</td><td>10</td></tr><tr><td>student31</td><td>Mathematics</td><td>male</td><td>90</td><td>27</td><td>17</td><td>50</td></tr><tr><td>student32</td><td>Languages</td><td>female</td><td>60</td><td>75</td><td>33</td><td>38</td></tr><tr><td>student33</td><td>Mathematics</td><td>male</td><td>4</td><td>31</td><td>37</td><td>15</td></tr><tr><td>student34</td><td>Languages</td><td>female</td><td>77</td><td>97</td><td>81</td><td>44</td></tr><tr><td>student35</td><td>Mathematics</td><td>male</td><td>5</td><td>81</td><td>51</td><td>95</td></tr><tr><td>student36</td><td>Languages</td><td>female</td><td>70</td><td>61</td><td>70</td><td>94</td></tr><tr><td>student37</td><td>Mathematics</td><td>male</td><td>60</td><td>3</td><td>61</td><td>84</td></tr><tr><td>student38</td><td>Languages</td><td>female</td><td>63</td><td>39</td><td>0</td><td>11</td></tr><tr><td>student39</td><td>Mathematics</td><td>male</td><td>50</td><td>46</td><td>32</td><td>38</td></tr><tr><td>student40</td><td>Languages</td><td>female</td><td>51</td><td>75</td><td>25</td><td>3</td></tr><tr><td>student41</td><td>Mathematics</td><td>male</td><td>43</td><td>34</td><td>28</td><td>78</td></tr><tr><td>student42</td><td>Languages</td><td>female</td><td>11</td><td>89</td><td>60</td><td>95</td></tr><tr><td>student43</td><td>Mathematics</td><td>male</td><td>48</td><td>92</td><td>18</td><td>88</td></tr><tr><td>student44</td><td>Languages</td><td>female</td><td>82</td><td>2</td><td>59</td><td>73</td></tr><tr><td>student45</td><td>Mathematics</td><td>male</td><td>91</td><td>73</td><td>37</td><td>39</td></tr><tr><td>student46</td><td>Languages</td><td>female</td><td>4</td><td>8</td><td>12</td><td>10</td></tr><tr><td>student47</td><td>Mathematics</td><td>male</td><td>89</td><td>10</td><td>6</td><td>11</td></tr><tr><td>student48</td><td>Languages</td><td>female</td><td>90</td><td>32</td><td>21</td><td>18</td></tr><tr><td>student49</td><td>Mathematics</td><td>male</td><td>42</td><td>49</td><td>49</td><td>72</td></tr><tr><td>student50</td><td>Languages</td><td>female</td><td>56</td><td>37</td><td>67</td><td>54</td></tr><tr><td>student51</td><td>Mathematics</td><td>male</td><td>48</td><td>31</td><td>55</td><td>63</td></tr><tr><td>student52</td><td>Languages</td><td>female</td><td>38</td><td>91</td><td>71</td><td>74</td></tr><tr><td>student53</td><td>Mathematics</td><td>male</td><td>2</td><td>63</td><td>85</td><td>100</td></tr><tr><td>student54</td><td>Languages</td><td>female</td><td>75</td><td>81</td><td>16</td><td>23</td></tr><tr><td>student55</td><td>Mathematics</td><td>male</td><td>65</td><td>52</td><td>15</td><td>53</td></tr><tr><td>student56</td><td>Languages</td><td>female</td><td>23</td><td>52</td><td>79</td><td>94</td></tr><tr><td>student57</td><td>Mathematics</td><td>male</td><td>80</td><td>22</td><td>61</td><td>12</td></tr><tr><td>student58</td><td>Languages</td><td>female</td><td>53</td><td>5</td><td>79</td><td>79</td></tr><tr><td>student59</td><td>Mathematics</td><td>male</td><td>96</td><td>32</td><td>35</td><td>17</td></tr><tr><td>student60</td><td>Languages</td><td>female</td><td>16</td><td>76</td><td>65</td><td>27</td></tr><tr><td>student61</td><td>Mathematics</td><td>male</td><td>20</td><td>57</td><td>22</td><td>23</td></tr><tr><td>student62</td><td>Languages</td><td>female</td><td>19</td><td>83</td><td>87</td><td>78</td></tr><tr><td>student63</td><td>Mathematics</td><td>male</td><td>2</td><td>5</td><td>83</td><td>30</td></tr><tr><td>student64</td><td>Languages</td><td>female</td><td>0</td><td>21</td><td>9</td><td>93</td></tr><tr><td>student65</td><td>Mathematics</td><td>male</td><td>20</td><td>86</td><td>13</td><td>96</td></tr><tr><td>student66</td><td>Languages</td><td>female</td><td>28</td><td>35</td><td>87</td><td>57</td></tr><tr><td>student67</td><td>Mathematics</td><td>male</td><td>36</td><td>50</td><td>29</td><td>10</td></tr><tr><td>student68</td><td>Languages</td><td>female</td><td>60</td><td>90</td><td>96</td><td>6</td></tr><tr><td>student69</td><td>Mathematics</td><td>male</td><td>34</td><td>61</td><td>43</td><td>98</td></tr><tr><td>student70</td><td>Languages</td><td>female</td><td>13</td><td>37</td><td>91</td><td>83</td></tr><tr><td>student71</td><td>Mathematics</td><td>male</td><td>47</td><td>80</td><td>57</td><td>82</td></tr><tr><td>student72</td><td>Languages</td><td>female</td><td>69</td><td>43</td><td>37</td><td>37</td></tr><tr><td>student73</td><td>Mathematics</td><td>male</td><td>54</td><td>60</td><td>94</td><td>21</td></tr><tr><td>student74</td><td>Languages</td><td>female</td><td>71</td><td>14</td><td>34</td><td>46</td></tr><tr><td>student75</td><td>Mathematics</td><td>male</td><td>89</td><td>96</td><td>31</td><td>17</td></tr><tr><td>student76</td><td>Languages</td><td>female</td><td>28</td><td>48</td><td>29</td><td>94</td></tr><tr><td>student77</td><td>Mathematics</td><td>male</td><td>100</td><td>65</td><td>20</td><td>24</td></tr><tr><td>student78</td><td>Languages</td><td>female</td><td>11</td><td>96</td><td>90</td><td>33</td></tr><tr><td>student79</td><td>Mathematics</td><td>male</td><td>53</td><td>55</td><td>93</td><td>39</td></tr><tr><td>student80</td><td>Languages</td><td>female</td><td>1</td><td>100</td><td>84</td><td>44</td></tr><tr><td>student81</td><td>Mathematics</td><td>male</td><td>63</td><td>78</td><td>96</td><td>43</td></tr><tr><td>student82</td><td>Languages</td><td>female</td><td>41</td><td>69</td><td>82</td><td>35</td></tr><tr><td>student83</td><td>Mathematics</td><td>male</td><td>94</td><td>98</td><td>13</td><td>9</td></tr><tr><td>student84</td><td>Languages</td><td>female</td><td>94</td><td>72</td><td>91</td><td>77</td></tr><tr><td>student85</td><td>Mathematics</td><td>male</td><td>71</td><td>32</td><td>45</td><td>25</td></tr><tr><td>student86</td><td>Languages</td><td>female</td><td>9</td><td>89</td><td>64</td><td>37</td></tr><tr><td>student87</td><td>Mathematics</td><td>male</td><td>89</td><td>1</td><td>73</td><td>67</td></tr><tr><td>student88</td><td>Languages</td><td>female</td><td>43</td><td>41</td><td>68</td><td>79</td></tr><tr><td>student89</td><td>Mathematics</td><td>male</td><td>7</td><td>38</td><td>22</td><td>37</td></tr><tr><td>student90</td><td>Languages</td><td>female</td><td>94</td><td>83</td><td>93</td><td>37</td></tr><tr><td>student91</td><td>Mathematics</td><td>male</td><td>82</td><td>84</td><td>2</td><td>61</td></tr><tr><td>student92</td><td>Languages</td><td>female</td><td>46</td><td>41</td><td>30</td><td>69</td></tr><tr><td>student93</td><td>Mathematics</td><td>male</td><td>47</td><td>19</td><td>85</td><td>83</td></tr><tr><td>student94</td><td>Languages</td><td>female</td><td>39</td><td>14</td><td>64</td><td>62</td></tr><tr><td>student95</td><td>Mathematics</td><td>male</td><td>71</td><td>31</td><td>46</td><td>28</td></tr><tr><td>student96</td><td>Languages</td><td>female</td><td>90</td><td>94</td><td>45</td><td>40</td></tr><tr><td>student97</td><td>Mathematics</td><td>male</td><td>46</td><td>89</td><td>2</td><td>5</td></tr><tr><td>student98</td><td>Languages</td><td>female</td><td>41</td><td>43</td><td>47</td><td>99</td></tr><tr><td>student99</td><td>Mathematics</td><td>male</td><td>71</td><td>90</td><td>89</td><td>73</td></tr><tr><td>student100</td><td>Languages</td><td>female</td><td>31</td><td>64</td><td>18</td><td>56</td></tr><tr><td>student101</td><td>Mathematics</td><td>male</td><td>52</td><td>13</td><td>69</td><td>99</td></tr><tr><td>student102</td><td>Languages</td><td>female</td><td>86</td><td>39</td><td>83</td><td>18</td></tr><tr><td>student103</td><td>Mathematics</td><td>male</td><td>23</td><td>65</td><td>98</td><td>80</td></tr><tr><td>student104</td><td>Languages</td><td>female</td><td>78</td><td>100</td><td>57</td><td>66</td></tr><tr><td>student105</td><td>Mathematics</td><td>male</td><td>69</td><td>21</td><td>43</td><td>97</td></tr><tr><td>student106</td><td>Languages</td><td>female</td><td>27</td><td>2</td><td>78</td><td>38</td></tr><tr><td>student107</td><td>Mathematics</td><td>male</td><td>86</td><td>96</td><td>46</td><td>34</td></tr><tr><td>student108</td><td>Languages</td><td>female</td><td>13</td><td>84</td><td>66</td><td>64</td></tr><tr><td>student109</td><td>Mathematics</td><td>male</td><td>35</td><td>95</td><td>98</td><td>81</td></tr><tr><td>student110</td><td>Languages</td><td>female</td><td>30</td><td>28</td><td>62</td><td>54</td></tr><tr><td>student111</td><td>Mathematics</td><td>male</td><td>60</td><td>31</td><td>35</td><td>85</td></tr><tr><td>student112</td><td>Languages</td><td>female</td><td>19</td><td>81</td><td>19</td><td>69</td></tr><tr><td>student113</td><td>Mathematics</td><td>male</td><td>66</td><td>5</td><td>98</td><td>54</td></tr><tr><td>student114</td><td>Languages</td><td>female</td><td>38</td><td>80</td><td>40</td><td>16</td></tr><tr><td>student115</td><td>Mathematics</td><td>male</td><td>5</td><td>84</td><td>96</td><td>97</td></tr><tr><td>student116</td><td>Languages</td><td>female</td><td>59</td><td>97</td><td>69</td><td>54</td></tr><tr><td>student117</td><td>Mathematics</td><td>male</td><td>0</td><td>34</td><td>79</td><td>49</td></tr><tr><td>student118</td><td>Languages</td><td>female</td><td>18</td><td>7</td><td>12</td><td>85</td></tr><tr><td>student119</td><td>Mathematics</td><td>male</td><td>93</td><td>87</td><td>7</td><td>59</td></tr><tr><td>student120</td><td>Languages</td><td>female</td><td>42</td><td>23</td><td>26</td><td>90</td></tr><tr><td>student121</td><td>Mathematics</td><td>male</td><td>17</td><td>39</td><td>66</td><td>89</td></tr><tr><td>student122</td><td>Languages</td><td>female</td><td>26</td><td>75</td><td>90</td><td>18</td></tr><tr><td>student123</td><td>Mathematics</td><td>male</td><td>34</td><td>23</td><td>77</td><td>80</td></tr><tr><td>student124</td><td>Languages</td><td>female</td><td>52</td><td>6</td><td>77</td><td>42</td></tr><tr><td>student125</td><td>Mathematics</td><td>male</td><td>56</td><td>2</td><td>85</td><td>81</td></tr><tr><td>student126</td><td>Languages</td><td>female</td><td>51</td><td>35</td><td>67</td><td>44</td></tr><tr><td>student127</td><td>Mathematics</td><td>male</td><td>64</td><td>64</td><td>44</td><td>34</td></tr><tr><td>student128</td><td>Languages</td><td>female</td><td>67</td><td>91</td><td>79</td><td>82</td></tr><tr><td>student129</td><td>Mathematics</td><td>male</td><td>4</td><td>26</td><td>15</td><td>79</td></tr><tr><td>student130</td><td>Languages</td><td>female</td><td>72</td><td>10</td><td>3</td><td>69</td></tr><tr><td>student131</td><td>Mathematics</td><td>male</td><td>94</td><td>77</td><td>51</td><td>1</td></tr><tr><td>student132</td><td>Languages</td><td>female</td><td>27</td><td>95</td><td>85</td><td>48</td></tr><tr><td>student133</td><td>Mathematics</td><td>male</td><td>92</td><td>11</td><td>40</td><td>61</td></tr><tr><td>student134</td><td>Languages</td><td>female</td><td>4</td><td>18</td><td>56</td><td>60</td></tr><tr><td>student135</td><td>Mathematics</td><td>male</td><td>8</td><td>42</td><td>26</td><td>52</td></tr><tr><td>student136</td><td>Languages</td><td>female</td><td>7</td><td>60</td><td>47</td><td>21</td></tr><tr><td>student137</td><td>Mathematics</td><td>male</td><td>51</td><td>81</td><td>30</td><td>90</td></tr><tr><td>student138</td><td>Languages</td><td>female</td><td>58</td><td>6</td><td>16</td><td>73</td></tr><tr><td>student139</td><td>Mathematics</td><td>male</td><td>48</td><td>38</td><td>37</td><td>31</td></tr><tr><td>student140</td><td>Languages</td><td>female</td><td>33</td><td>26</td><td>56</td><td>60</td></tr><tr><td>student141</td><td>Mathematics</td><td>male</td><td>84</td><td>84</td><td>29</td><td>75</td></tr><tr><td>student142</td><td>Languages</td><td>female</td><td>72</td><td>35</td><td>6</td><td>54</td></tr><tr><td>student143</td><td>Mathematics</td><td>male</td><td>31</td><td>42</td><td>70</td><td>82</td></tr><tr><td>student144</td><td>Languages</td><td>female</td><td>94</td><td>87</td><td>50</td><td>35</td></tr><tr><td>student145</td><td>Mathematics</td><td>male</td><td>91</td><td>52</td><td>80</td><td>26</td></tr><tr><td>student146</td><td>Languages</td><td>female</td><td>78</td><td>65</td><td>79</td><td>79</td></tr><tr><td>student147</td><td>Mathematics</td><td>male</td><td>50</td><td>90</td><td>59</td><td>71</td></tr><tr><td>student148</td><td>Languages</td><td>female</td><td>15</td><td>68</td><td>66</td><td>33</td></tr><tr><td>student149</td><td>Mathematics</td><td>male</td><td>17</td><td>36</td><td>34</td><td>13</td></tr><tr><td>student150</td><td>Languages</td><td>female</td><td>30</td><td>95</td><td>69</td><td>73</td></tr><tr><td>student151</td><td>Mathematics</td><td>male</td><td>20</td><td>53</td><td>49</td><td>58</td></tr><tr><td>student152</td><td>Languages</td><td>female</td><td>19</td><td>89</td><td>60</td><td>60</td></tr><tr><td>student153</td><td>Mathematics</td><td>male</td><td>52</td><td>82</td><td>20</td><td>3</td></tr><tr><td>student154</td><td>Languages</td><td>female</td><td>66</td><td>98</td><td>53</td><td>66</td></tr><tr><td>student155</td><td>Mathematics</td><td>male</td><td>5</td><td>85</td><td>22</td><td>58</td></tr><tr><td>student156</td><td>Languages</td><td>female</td><td>34</td><td>43</td><td>68</td><td>8</td></tr><tr><td>student157</td><td>Mathematics</td><td>male</td><td>43</td><td>0</td><td>91</td><td>14</td></tr><tr><td>student158</td><td>Languages</td><td>female</td><td>34</td><td>18</td><td>67</td><td>31</td></tr><tr><td>student159</td><td>Mathematics</td><td>male</td><td>79</td><td>73</td><td>34</td><td>52</td></tr><tr><td>student160</td><td>Languages</td><td>female</td><td>15</td><td>61</td><td>37</td><td>27</td></tr><tr><td>student161</td><td>Mathematics</td><td>male</td><td>74</td><td>77</td><td>15</td><td>45</td></tr><tr><td>student162</td><td>Languages</td><td>female</td><td>52</td><td>62</td><td>19</td><td>58</td></tr><tr><td>student163</td><td>Mathematics</td><td>male</td><td>77</td><td>60</td><td>27</td><td>95</td></tr><tr><td>student164</td><td>Languages</td><td>female</td><td>96</td><td>1</td><td>93</td><td>57</td></tr><tr><td>student165</td><td>Mathematics</td><td>male</td><td>51</td><td>63</td><td>75</td><td>19</td></tr><tr><td>student166</td><td>Languages</td><td>female</td><td>32</td><td>44</td><td>72</td><td>99</td></tr><tr><td>student167</td><td>Mathematics</td><td>male</td><td>82</td><td>84</td><td>57</td><td>63</td></tr><tr><td>student168</td><td>Languages</td><td>female</td><td>53</td><td>12</td><td>85</td><td>67</td></tr><tr><td>student169</td><td>Mathematics</td><td>male</td><td>49</td><td>16</td><td>84</td><td>6</td></tr><tr><td>student170</td><td>Languages</td><td>female</td><td>39</td><td>34</td><td>16</td><td>65</td></tr><tr><td>student171</td><td>Mathematics</td><td>male</td><td>100</td><td>68</td><td>88</td><td>4</td></tr><tr><td>student172</td><td>Languages</td><td>female</td><td>14</td><td>25</td><td>63</td><td>52</td></tr><tr><td>student173</td><td>Mathematics</td><td>male</td><td>74</td><td>26</td><td>15</td><td>60</td></tr><tr><td>student174</td><td>Languages</td><td>female</td><td>11</td><td>58</td><td>8</td><td>92</td></tr><tr><td>student175</td><td>Mathematics</td><td>male</td><td>62</td><td>47</td><td>2</td><td>31</td></tr><tr><td>student176</td><td>Languages</td><td>female</td><td>65</td><td>26</td><td>32</td><td>42</td></tr><tr><td>student177</td><td>Mathematics</td><td>male</td><td>83</td><td>78</td><td>69</td><td>24</td></tr><tr><td>student178</td><td>Languages</td><td>female</td><td>14</td><td>100</td><td>7</td><td>43</td></tr><tr><td>student179</td><td>Mathematics</td><td>male</td><td>28</td><td>35</td><td>89</td><td>7</td></tr><tr><td>student180</td><td>Languages</td><td>female</td><td>1</td><td>48</td><td>39</td><td>62</td></tr><tr><td>student181</td><td>Mathematics</td><td>male</td><td>14</td><td>4</td><td>24</td><td>69</td></tr><tr><td>student182</td><td>Languages</td><td>female</td><td>64</td><td>52</td><td>72</td><td>2</td></tr><tr><td>student183</td><td>Mathematics</td><td>male</td><td>15</td><td>26</td><td>27</td><td>85</td></tr><tr><td>student184</td><td>Languages</td><td>female</td><td>91</td><td>49</td><td>40</td><td>7</td></tr><tr><td>student185</td><td>Mathematics</td><td>male</td><td>87</td><td>89</td><td>42</td><td>87</td></tr><tr><td>student186</td><td>Languages</td><td>female</td><td>75</td><td>76</td><td>61</td><td>88</td></tr><tr><td>student187</td><td>Mathematics</td><td>male</td><td>11</td><td>48</td><td>66</td><td>30</td></tr><tr><td>student188</td><td>Languages</td><td>female</td><td>73</td><td>7</td><td>92</td><td>72</td></tr><tr><td>student189</td><td>Mathematics</td><td>male</td><td>98</td><td>36</td><td>58</td><td>15</td></tr><tr><td>student190</td><td>Languages</td><td>female</td><td>80</td><td>2</td><td>86</td><td>56</td></tr><tr><td>student191</td><td>Mathematics</td><td>male</td><td>36</td><td>33</td><td>97</td><td>4</td></tr><tr><td>student192</td><td>Languages</td><td>female</td><td>59</td><td>2</td><td>33</td><td>90</td></tr><tr><td>student193</td><td>Mathematics</td><td>male</td><td>94</td><td>6</td><td>19</td><td>33</td></tr><tr><td>student194</td><td>Languages</td><td>female</td><td>82</td><td>49</td><td>72</td><td>42</td></tr><tr><td>student195</td><td>Mathematics</td><td>male</td><td>80</td><td>59</td><td>8</td><td>30</td></tr><tr><td>student196</td><td>Languages</td><td>female</td><td>89</td><td>17</td><td>90</td><td>27</td></tr><tr><td>student197</td><td>Mathematics</td><td>male</td><td>46</td><td>22</td><td>6</td><td>67</td></tr><tr><td>student198</td><td>Languages</td><td>female</td><td>65</td><td>75</td><td>73</td><td>77</td></tr><tr><td>student199</td><td>Mathematics</td><td>male</td><td>77</td><td>97</td><td>54</td><td>13</td></tr><tr><td>student200</td><td>Languages</td><td>female</td><td>78</td><td>19</td><td>57</td><td>96</td></tr><tr><td>student201</td><td>Mathematics</td><td>male</td><td>92</td><td>21</td><td>11</td><td>80</td></tr><tr><td>student202</td><td>Languages</td><td>female</td><td>45</td><td>49</td><td>93</td><td>40</td></tr><tr><td>student203</td><td>Mathematics</td><td>male</td><td>74</td><td>25</td><td>87</td><td>53</td></tr><tr><td>student204</td><td>Languages</td><td>female</td><td>15</td><td>71</td><td>23</td><td>4</td></tr><tr><td>student205</td><td>Mathematics</td><td>male</td><td>82</td><td>97</td><td>95</td><td>73</td></tr><tr><td>student206</td><td>Languages</td><td>female</td><td>82</td><td>60</td><td>58</td><td>98</td></tr><tr><td>student207</td><td>Mathematics</td><td>male</td><td>26</td><td>64</td><td>11</td><td>100</td></tr><tr><td>student208</td><td>Languages</td><td>female</td><td>64</td><td>9</td><td>60</td><td>45</td></tr><tr><td>student209</td><td>Mathematics</td><td>male</td><td>96</td><td>81</td><td>96</td><td>63</td></tr><tr><td>student210</td><td>Languages</td><td>female</td><td>24</td><td>39</td><td>0</td><td>69</td></tr><tr><td>student211</td><td>Mathematics</td><td>male</td><td>86</td><td>64</td><td>7</td><td>10</td></tr><tr><td>student212</td><td>Languages</td><td>female</td><td>7</td><td>64</td><td>50</td><td>7</td></tr><tr><td>student213</td><td>Mathematics</td><td>male</td><td>59</td><td>12</td><td>26</td><td>77</td></tr><tr><td>student214</td><td>Languages</td><td>female</td><td>21</td><td>25</td><td>93</td><td>82</td></tr><tr><td>student215</td><td>Mathematics</td><td>male</td><td>22</td><td>18</td><td>64</td><td>51</td></tr><tr><td>student216</td><td>Languages</td><td>female</td><td>92</td><td>41</td><td>98</td><td>28</td></tr><tr><td>student217</td><td>Mathematics</td><td>male</td><td>32</td><td>48</td><td>14</td><td>17</td></tr><tr><td>student218</td><td>Languages</td><td>female</td><td>62</td><td>36</td><td>85</td><td>56</td></tr><tr><td>student219</td><td>Mathematics</td><td>male</td><td>33</td><td>37</td><td>90</td><td>87</td></tr><tr><td>student220</td><td>Languages</td><td>female</td><td>24</td><td>43</td><td>60</td><td>84</td></tr><tr><td>student221</td><td>Mathematics</td><td>male</td><td>6</td><td>59</td><td>37</td><td>51</td></tr><tr><td>student222</td><td>Languages</td><td>female</td><td>91</td><td>97</td><td>5</td><td>76</td></tr><tr><td>student223</td><td>Mathematics</td><td>male</td><td>86</td><td>29</td><td>32</td><td>27</td></tr><tr><td>student224</td><td>Languages</td><td>female</td><td>63</td><td>59</td><td>68</td><td>91</td></tr><tr><td>student225</td><td>Mathematics</td><td>male</td><td>57</td><td>73</td><td>95</td><td>68</td></tr><tr><td>student226</td><td>Languages</td><td>female</td><td>38</td><td>54</td><td>59</td><td>87</td></tr><tr><td>student227</td><td>Mathematics</td><td>male</td><td>53</td><td>62</td><td>72</td><td>64</td></tr><tr><td>student228</td><td>Languages</td><td>female</td><td>62</td><td>84</td><td>72</td><td>73</td></tr><tr><td>student229</td><td>Mathematics</td><td>male</td><td>13</td><td>0</td><td>83</td><td>58</td></tr><tr><td>student230</td><td>Languages</td><td>female</td><td>35</td><td>65</td><td>80</td><td>87</td></tr><tr><td>student231</td><td>Mathematics</td><td>male</td><td>76</td><td>20</td><td>28</td><td>50</td></tr><tr><td>student232</td><td>Languages</td><td>female</td><td>9</td><td>17</td><td>66</td><td>33</td></tr><tr><td>student233</td><td>Mathematics</td><td>male</td><td>92</td><td>2</td><td>99</td><td>61</td></tr><tr><td>student234</td><td>Languages</td><td>female</td><td>47</td><td>69</td><td>98</td><td>39</td></tr><tr><td>student235</td><td>Mathematics</td><td>male</td><td>21</td><td>44</td><td>38</td><td>82</td></tr><tr><td>student236</td><td>Languages</td><td>female</td><td>19</td><td>86</td><td>51</td><td>78</td></tr><tr><td>student237</td><td>Mathematics</td><td>male</td><td>28</td><td>45</td><td>49</td><td>36</td></tr><tr><td>student238</td><td>Languages</td><td>female</td><td>78</td><td>19</td><td>49</td><td>81</td></tr><tr><td>student239</td><td>Mathematics</td><td>male</td><td>72</td><td>69</td><td>47</td><td>20</td></tr><tr><td>student240</td><td>Languages</td><td>female</td><td>17</td><td>43</td><td>66</td><td>56</td></tr><tr><td>student241</td><td>Mathematics</td><td>male</td><td>90</td><td>1</td><td>94</td><td>4</td></tr><tr><td>student242</td><td>Languages</td><td>female</td><td>6</td><td>18</td><td>2</td><td>51</td></tr><tr><td>student243</td><td>Mathematics</td><td>male</td><td>1</td><td>37</td><td>72</td><td>13</td></tr><tr><td>student244</td><td>Languages</td><td>female</td><td>80</td><td>0</td><td>58</td><td>54</td></tr><tr><td>student245</td><td>Mathematics</td><td>male</td><td>83</td><td>31</td><td>85</td><td>9</td></tr><tr><td>student246</td><td>Languages</td><td>female</td><td>90</td><td>99</td><td>29</td><td>12</td></tr><tr><td>student247</td><td>Mathematics</td><td>male</td><td>89</td><td>23</td><td>81</td><td>59</td></tr><tr><td>student248</td><td>Languages</td><td>female</td><td>72</td><td>26</td><td>28</td><td>3</td></tr><tr><td>student249</td><td>Mathematics</td><td>male</td><td>28</td><td>10</td><td>50</td><td>47</td></tr><tr><td>student250</td><td>Languages</td><td>female</td><td>89</td><td>14</td><td>89</td><td>4</td></tr><tr><td>student251</td><td>Mathematics</td><td>male</td><td>15</td><td>23</td><td>37</td><td>69</td></tr><tr><td>student252</td><td>Languages</td><td>female</td><td>27</td><td>82</td><td>10</td><td>36</td></tr><tr><td>student253</td><td>Mathematics</td><td>male</td><td>49</td><td>45</td><td>64</td><td>23</td></tr><tr><td>student254</td><td>Languages</td><td>female</td><td>79</td><td>75</td><td>63</td><td>74</td></tr><tr><td>student255</td><td>Mathematics</td><td>male</td><td>2</td><td>56</td><td>64</td><td>75</td></tr><tr><td>student256</td><td>Languages</td><td>female</td><td>36</td><td>26</td><td>29</td><td>58</td></tr><tr><td>student257</td><td>Mathematics</td><td>male</td><td>17</td><td>22</td><td>66</td><td>73</td></tr><tr><td>student258</td><td>Languages</td><td>female</td><td>70</td><td>91</td><td>97</td><td>45</td></tr><tr><td>student259</td><td>Mathematics</td><td>male</td><td>34</td><td>30</td><td>78</td><td>30</td></tr><tr><td>student260</td><td>Languages</td><td>female</td><td>77</td><td>57</td><td>86</td><td>77</td></tr><tr><td>student261</td><td>Mathematics</td><td>male</td><td>12</td><td>59</td><td>68</td><td>7</td></tr><tr><td>student262</td><td>Languages</td><td>female</td><td>11</td><td>60</td><td>97</td><td>71</td></tr><tr><td>student263</td><td>Mathematics</td><td>male</td><td>12</td><td>30</td><td>35</td><td>58</td></tr><tr><td>student264</td><td>Languages</td><td>female</td><td>46</td><td>15</td><td>23</td><td>40</td></tr><tr><td>student265</td><td>Mathematics</td><td>male</td><td>44</td><td>81</td><td>9</td><td>26</td></tr><tr><td>student266</td><td>Languages</td><td>female</td><td>15</td><td>68</td><td>32</td><td>15</td></tr><tr><td>student267</td><td>Mathematics</td><td>male</td><td>5</td><td>58</td><td>50</td><td>98</td></tr><tr><td>student268</td><td>Languages</td><td>female</td><td>42</td><td>30</td><td>32</td><td>24</td></tr><tr><td>student269</td><td>Mathematics</td><td>male</td><td>78</td><td>100</td><td>99</td><td>57</td></tr><tr><td>student270</td><td>Languages</td><td>female</td><td>55</td><td>33</td><td>87</td><td>25</td></tr><tr><td>student271</td><td>Mathematics</td><td>male</td><td>25</td><td>97</td><td>29</td><td>93</td></tr><tr><td>student272</td><td>Languages</td><td>female</td><td>39</td><td>35</td><td>18</td><td>43</td></tr><tr><td>student273</td><td>Mathematics</td><td>male</td><td>35</td><td>17</td><td>99</td><td>58</td></tr><tr><td>student274</td><td>Languages</td><td>female</td><td>86</td><td>52</td><td>27</td><td>24</td></tr><tr><td>student275</td><td>Mathematics</td><td>male</td><td>97</td><td>38</td><td>73</td><td>76</td></tr><tr><td>student276</td><td>Languages</td><td>female</td><td>20</td><td>6</td><td>19</td><td>8</td></tr><tr><td>student277</td><td>Mathematics</td><td>male</td><td>93</td><td>36</td><td>9</td><td>47</td></tr><tr><td>student278</td><td>Languages</td><td>female</td><td>42</td><td>3</td><td>15</td><td>2</td></tr><tr><td>student279</td><td>Mathematics</td><td>male</td><td>61</td><td>18</td><td>96</td><td>2</td></tr><tr><td>student280</td><td>Languages</td><td>female</td><td>99</td><td>89</td><td>87</td><td>94</td></tr><tr><td>student281</td><td>Mathematics</td><td>male</td><td>48</td><td>95</td><td>90</td><td>0</td></tr><tr><td>student282</td><td>Languages</td><td>female</td><td>60</td><td>47</td><td>31</td><td>30</td></tr><tr><td>student283</td><td>Mathematics</td><td>male</td><td>64</td><td>24</td><td>10</td><td>76</td></tr><tr><td>student284</td><td>Languages</td><td>female</td><td>99</td><td>37</td><td>4</td><td>68</td></tr><tr><td>student285</td><td>Mathematics</td><td>male</td><td>0</td><td>98</td><td>68</td><td>69</td></tr><tr><td>student286</td><td>Languages</td><td>female</td><td>66</td><td>82</td><td>49</td><td>59</td></tr><tr><td>student287</td><td>Mathematics</td><td>male</td><td>86</td><td>14</td><td>37</td><td>17</td></tr><tr><td>student288</td><td>Languages</td><td>female</td><td>27</td><td>48</td><td>93</td><td>27</td></tr><tr><td>student289</td><td>Mathematics</td><td>male</td><td>84</td><td>89</td><td>6</td><td>68</td></tr><tr><td>student290</td><td>Languages</td><td>female</td><td>99</td><td>0</td><td>20</td><td>57</td></tr><tr><td>student291</td><td>Mathematics</td><td>male</td><td>50</td><td>96</td><td>72</td><td>42</td></tr><tr><td>student292</td><td>Languages</td><td>female</td><td>98</td><td>2</td><td>27</td><td>92</td></tr><tr><td>student293</td><td>Mathematics</td><td>male</td><td>19</td><td>9</td><td>42</td><td>87</td></tr><tr><td>student294</td><td>Languages</td><td>female</td><td>98</td><td>97</td><td>9</td><td>22</td></tr><tr><td>student295</td><td>Mathematics</td><td>male</td><td>75</td><td>30</td><td>77</td><td>64</td></tr><tr><td>student296</td><td>Languages</td><td>female</td><td>51</td><td>98</td><td>55</td><td>3</td></tr><tr><td>student297</td><td>Mathematics</td><td>male</td><td>25</td><td>95</td><td>86</td><td>72</td></tr><tr><td>student298</td><td>Languages</td><td>female</td><td>20</td><td>75</td><td>37</td><td>35</td></tr><tr><td>student299</td><td>Mathematics</td><td>male</td><td>4</td><td>92</td><td>41</td><td>11</td></tr><tr><td>student300</td><td>Languages</td><td>female</td><td>28</td><td>3</td><td>28</td><td>91</td></tr><tr><td>student301</td><td>Mathematics</td><td>male</td><td>41</td><td>63</td><td>4</td><td>25</td></tr><tr><td>student302</td><td>Languages</td><td>female</td><td>29</td><td>16</td><td>77</td><td>90</td></tr><tr><td>student303</td><td>Mathematics</td><td>male</td><td>89</td><td>41</td><td>51</td><td>82</td></tr><tr><td>student304</td><td>Languages</td><td>female</td><td>40</td><td>91</td><td>24</td><td>34</td></tr><tr><td>student305</td><td>Mathematics</td><td>male</td><td>7</td><td>47</td><td>49</td><td>78</td></tr><tr><td>student306</td><td>Languages</td><td>female</td><td>6</td><td>37</td><td>55</td><td>62</td></tr><tr><td>student307</td><td>Mathematics</td><td>male</td><td>30</td><td>73</td><td>34</td><td>90</td></tr><tr><td>student308</td><td>Languages</td><td>female</td><td>82</td><td>91</td><td>95</td><td>93</td></tr><tr><td>student309</td><td>Mathematics</td><td>male</td><td>62</td><td>4</td><td>73</td><td>82</td></tr><tr><td>student310</td><td>Languages</td><td>female</td><td>39</td><td>10</td><td>12</td><td>57</td></tr><tr><td>student311</td><td>Mathematics</td><td>male</td><td>89</td><td>64</td><td>20</td><td>67</td></tr><tr><td>student312</td><td>Languages</td><td>female</td><td>56</td><td>36</td><td>92</td><td>41</td></tr><tr><td>student313</td><td>Mathematics</td><td>male</td><td>99</td><td>80</td><td>99</td><td>74</td></tr><tr><td>student314</td><td>Languages</td><td>female</td><td>31</td><td>79</td><td>64</td><td>93</td></tr><tr><td>student315</td><td>Mathematics</td><td>male</td><td>53</td><td>2</td><td>70</td><td>55</td></tr><tr><td>student316</td><td>Languages</td><td>female</td><td>35</td><td>15</td><td>29</td><td>60</td></tr><tr><td>student317</td><td>Mathematics</td><td>male</td><td>31</td><td>47</td><td>69</td><td>60</td></tr><tr><td>student318</td><td>Languages</td><td>female</td><td>88</td><td>28</td><td>13</td><td>66</td></tr><tr><td>student319</td><td>Mathematics</td><td>male</td><td>65</td><td>12</td><td>16</td><td>40</td></tr><tr><td>student320</td><td>Languages</td><td>female</td><td>28</td><td>17</td><td>19</td><td>40</td></tr><tr><td>student321</td><td>Mathematics</td><td>male</td><td>24</td><td>100</td><td>44</td><td>70</td></tr><tr><td>student322</td><td>Languages</td><td>female</td><td>20</td><td>59</td><td>83</td><td>52</td></tr><tr><td>student323</td><td>Mathematics</td><td>male</td><td>17</td><td>60</td><td>82</td><td>91</td></tr><tr><td>student324</td><td>Languages</td><td>female</td><td>95</td><td>99</td><td>43</td><td>37</td></tr><tr><td>student325</td><td>Mathematics</td><td>male</td><td>30</td><td>18</td><td>99</td><td>31</td></tr><tr><td>student326</td><td>Languages</td><td>female</td><td>34</td><td>7</td><td>83</td><td>86</td></tr><tr><td>student327</td><td>Mathematics</td><td>male</td><td>98</td><td>63</td><td>4</td><td>35</td></tr><tr><td>student328</td><td>Languages</td><td>female</td><td>54</td><td>23</td><td>98</td><td>46</td></tr><tr><td>student329</td><td>Mathematics</td><td>male</td><td>97</td><td>93</td><td>45</td><td>18</td></tr><tr><td>student330</td><td>Languages</td><td>female</td><td>27</td><td>74</td><td>0</td><td>77</td></tr><tr><td>student331</td><td>Mathematics</td><td>male</td><td>9</td><td>70</td><td>41</td><td>37</td></tr><tr><td>student332</td><td>Languages</td><td>female</td><td>52</td><td>37</td><td>76</td><td>20</td></tr><tr><td>student333</td><td>Mathematics</td><td>male</td><td>74</td><td>18</td><td>68</td><td>19</td></tr><tr><td>student334</td><td>Languages</td><td>female</td><td>77</td><td>100</td><td>33</td><td>9</td></tr><tr><td>student335</td><td>Mathematics</td><td>male</td><td>38</td><td>53</td><td>77</td><td>18</td></tr><tr><td>student336</td><td>Languages</td><td>female</td><td>18</td><td>13</td><td>26</td><td>10</td></tr><tr><td>student337</td><td>Mathematics</td><td>male</td><td>90</td><td>47</td><td>87</td><td>70</td></tr><tr><td>student338</td><td>Languages</td><td>female</td><td>38</td><td>49</td><td>36</td><td>74</td></tr><tr><td>student339</td><td>Mathematics</td><td>male</td><td>100</td><td>64</td><td>13</td><td>72</td></tr><tr><td>student340</td><td>Languages</td><td>female</td><td>74</td><td>25</td><td>41</td><td>52</td></tr><tr><td>student341</td><td>Mathematics</td><td>male</td><td>37</td><td>13</td><td>16</td><td>13</td></tr><tr><td>student342</td><td>Languages</td><td>female</td><td>24</td><td>34</td><td>15</td><td>83</td></tr><tr><td>student343</td><td>Mathematics</td><td>male</td><td>20</td><td>5</td><td>67</td><td>28</td></tr><tr><td>student344</td><td>Languages</td><td>female</td><td>45</td><td>2</td><td>25</td><td>72</td></tr><tr><td>student345</td><td>Mathematics</td><td>male</td><td>19</td><td>11</td><td>75</td><td>35</td></tr><tr><td>student346</td><td>Languages</td><td>female</td><td>6</td><td>58</td><td>31</td><td>15</td></tr><tr><td>student347</td><td>Mathematics</td><td>male</td><td>16</td><td>66</td><td>36</td><td>11</td></tr><tr><td>student348</td><td>Languages</td><td>female</td><td>12</td><td>3</td><td>95</td><td>40</td></tr><tr><td>student349</td><td>Mathematics</td><td>male</td><td>7</td><td>52</td><td>74</td><td>2</td></tr><tr><td>student350</td><td>Languages</td><td>female</td><td>88</td><td>92</td><td>60</td><td>55</td></tr><tr><td>student351</td><td>Mathematics</td><td>male</td><td>92</td><td>70</td><td>91</td><td>45</td></tr><tr><td>student352</td><td>Languages</td><td>female</td><td>74</td><td>76</td><td>59</td><td>44</td></tr><tr><td>student353</td><td>Mathematics</td><td>male</td><td>63</td><td>69</td><td>60</td><td>94</td></tr><tr><td>student354</td><td>Languages</td><td>female</td><td>3</td><td>68</td><td>55</td><td>48</td></tr><tr><td>student355</td><td>Mathematics</td><td>male</td><td>39</td><td>96</td><td>21</td><td>48</td></tr><tr><td>student356</td><td>Languages</td><td>female</td><td>41</td><td>34</td><td>27</td><td>5</td></tr><tr><td>student357</td><td>Mathematics</td><td>male</td><td>64</td><td>3</td><td>47</td><td>33</td></tr><tr><td>student358</td><td>Languages</td><td>female</td><td>95</td><td>14</td><td>63</td><td>55</td></tr><tr><td>student359</td><td>Mathematics</td><td>male</td><td>70</td><td>100</td><td>13</td><td>82</td></tr><tr><td>student360</td><td>Languages</td><td>female</td><td>52</td><td>24</td><td>100</td><td>21</td></tr><tr><td>student361</td><td>Mathematics</td><td>male</td><td>0</td><td>40</td><td>86</td><td>9</td></tr><tr><td>student362</td><td>Languages</td><td>female</td><td>0</td><td>2</td><td>49</td><td>32</td></tr><tr><td>student363</td><td>Mathematics</td><td>male</td><td>23</td><td>10</td><td>86</td><td>94</td></tr><tr><td>student364</td><td>Languages</td><td>female</td><td>15</td><td>3</td><td>86</td><td>49</td></tr><tr><td>student365</td><td>Mathematics</td><td>male</td><td>76</td><td>23</td><td>31</td><td>0</td></tr><tr><td>student366</td><td>Languages</td><td>female</td><td>35</td><td>35</td><td>78</td><td>94</td></tr><tr><td>student367</td><td>Mathematics</td><td>male</td><td>29</td><td>42</td><td>43</td><td>100</td></tr><tr><td>student368</td><td>Languages</td><td>female</td><td>66</td><td>8</td><td>5</td><td>10</td></tr><tr><td>student369</td><td>Mathematics</td><td>male</td><td>74</td><td>15</td><td>56</td><td>83</td></tr><tr><td>student370</td><td>Languages</td><td>female</td><td>75</td><td>43</td><td>90</td><td>8</td></tr><tr><td>student371</td><td>Mathematics</td><td>male</td><td>40</td><td>60</td><td>4</td><td>70</td></tr><tr><td>student372</td><td>Languages</td><td>female</td><td>62</td><td>42</td><td>17</td><td>49</td></tr><tr><td>student373</td><td>Mathematics</td><td>male</td><td>31</td><td>46</td><td>44</td><td>54</td></tr><tr><td>student374</td><td>Languages</td><td>female</td><td>30</td><td>34</td><td>47</td><td>87</td></tr><tr><td>student375</td><td>Mathematics</td><td>male</td><td>9</td><td>69</td><td>41</td><td>52</td></tr><tr><td>student376</td><td>Languages</td><td>female</td><td>85</td><td>43</td><td>29</td><td>92</td></tr><tr><td>student377</td><td>Mathematics</td><td>male</td><td>79</td><td>0</td><td>40</td><td>25</td></tr><tr><td>student378</td><td>Languages</td><td>female</td><td>36</td><td>40</td><td>72</td><td>85</td></tr><tr><td>student379</td><td>Mathematics</td><td>male</td><td>53</td><td>68</td><td>88</td><td>2</td></tr><tr><td>student380</td><td>Languages</td><td>female</td><td>87</td><td>78</td><td>38</td><td>79</td></tr><tr><td>student381</td><td>Mathematics</td><td>male</td><td>89</td><td>97</td><td>83</td><td>38</td></tr><tr><td>student382</td><td>Languages</td><td>female</td><td>21</td><td>19</td><td>49</td><td>10</td></tr><tr><td>student383</td><td>Mathematics</td><td>male</td><td>47</td><td>12</td><td>68</td><td>50</td></tr><tr><td>student384</td><td>Languages</td><td>female</td><td>37</td><td>12</td><td>49</td><td>95</td></tr><tr><td>student385</td><td>Mathematics</td><td>male</td><td>84</td><td>0</td><td>88</td><td>51</td></tr><tr><td>student386</td><td>Languages</td><td>female</td><td>89</td><td>61</td><td>27</td><td>48</td></tr><tr><td>student387</td><td>Mathematics</td><td>male</td><td>10</td><td>47</td><td>87</td><td>61</td></tr><tr><td>student388</td><td>Languages</td><td>female</td><td>16</td><td>9</td><td>26</td><td>56</td></tr><tr><td>student389</td><td>Mathematics</td><td>male</td><td>57</td><td>33</td><td>13</td><td>47</td></tr><tr><td>student390</td><td>Languages</td><td>female</td><td>90</td><td>35</td><td>77</td><td>75</td></tr><tr><td>student391</td><td>Mathematics</td><td>male</td><td>31</td><td>47</td><td>47</td><td>53</td></tr><tr><td>student392</td><td>Languages</td><td>female</td><td>9</td><td>4</td><td>24</td><td>12</td></tr><tr><td>student393</td><td>Mathematics</td><td>male</td><td>61</td><td>19</td><td>81</td><td>7</td></tr><tr><td>student394</td><td>Languages</td><td>female</td><td>4</td><td>57</td><td>57</td><td>7</td></tr><tr><td>student395</td><td>Mathematics</td><td>male</td><td>67</td><td>29</td><td>21</td><td>2</td></tr><tr><td>student396</td><td>Languages</td><td>female</td><td>51</td><td>6</td><td>45</td><td>6</td></tr><tr><td>student397</td><td>Mathematics</td><td>male</td><td>93</td><td>14</td><td>77</td><td>14</td></tr><tr><td>student398</td><td>Languages</td><td>female</td><td>1</td><td>89</td><td>34</td><td>27</td></tr><tr><td>student399</td><td>Mathematics</td><td>male</td><td>93</td><td>77</td><td>57</td><td>91</td></tr><tr><td>student400</td><td>Languages</td><td>female</td><td>67</td><td>77</td><td>80</td><td>32</td></tr><tr><td>student401</td><td>Mathematics</td><td>male</td><td>58</td><td>89</td><td>4</td><td>17</td></tr><tr><td>student402</td><td>Languages</td><td>female</td><td>30</td><td>56</td><td>0</td><td>53</td></tr><tr><td>student403</td><td>Mathematics</td><td>male</td><td>28</td><td>25</td><td>32</td><td>59</td></tr><tr><td>student404</td><td>Languages</td><td>female</td><td>62</td><td>34</td><td>81</td><td>64</td></tr><tr><td>student405</td><td>Mathematics</td><td>male</td><td>29</td><td>84</td><td>26</td><td>23</td></tr><tr><td>student406</td><td>Languages</td><td>female</td><td>70</td><td>8</td><td>63</td><td>77</td></tr><tr><td>student407</td><td>Mathematics</td><td>male</td><td>8</td><td>65</td><td>47</td><td>99</td></tr><tr><td>student408</td><td>Languages</td><td>female</td><td>9</td><td>38</td><td>10</td><td>89</td></tr><tr><td>student409</td><td>Mathematics</td><td>male</td><td>84</td><td>21</td><td>46</td><td>58</td></tr><tr><td>student410</td><td>Languages</td><td>female</td><td>21</td><td>84</td><td>18</td><td>49</td></tr><tr><td>student411</td><td>Mathematics</td><td>male</td><td>27</td><td>9</td><td>63</td><td>40</td></tr><tr><td>student412</td><td>Languages</td><td>female</td><td>93</td><td>0</td><td>19</td><td>91</td></tr><tr><td>student413</td><td>Mathematics</td><td>male</td><td>31</td><td>92</td><td>87</td><td>43</td></tr><tr><td>student414</td><td>Languages</td><td>female</td><td>53</td><td>25</td><td>98</td><td>43</td></tr><tr><td>student415</td><td>Mathematics</td><td>male</td><td>36</td><td>75</td><td>80</td><td>89</td></tr><tr><td>student416</td><td>Languages</td><td>female</td><td>37</td><td>68</td><td>12</td><td>54</td></tr><tr><td>student417</td><td>Mathematics</td><td>male</td><td>25</td><td>89</td><td>12</td><td>53</td></tr><tr><td>student418</td><td>Languages</td><td>female</td><td>92</td><td>2</td><td>8</td><td>46</td></tr><tr><td>student419</td><td>Mathematics</td><td>male</td><td>11</td><td>28</td><td>60</td><td>58</td></tr><tr><td>student420</td><td>Languages</td><td>female</td><td>1</td><td>37</td><td>35</td><td>17</td></tr><tr><td>student421</td><td>Mathematics</td><td>male</td><td>67</td><td>30</td><td>38</td><td>85</td></tr><tr><td>student422</td><td>Languages</td><td>female</td><td>68</td><td>79</td><td>34</td><td>41</td></tr><tr><td>student423</td><td>Mathematics</td><td>male</td><td>72</td><td>45</td><td>93</td><td>41</td></tr><tr><td>student424</td><td>Languages</td><td>female</td><td>56</td><td>46</td><td>45</td><td>38</td></tr><tr><td>student425</td><td>Mathematics</td><td>male</td><td>86</td><td>21</td><td>84</td><td>0</td></tr><tr><td>student426</td><td>Languages</td><td>female</td><td>99</td><td>85</td><td>41</td><td>19</td></tr><tr><td>student427</td><td>Mathematics</td><td>male</td><td>71</td><td>35</td><td>3</td><td>89</td></tr><tr><td>student428</td><td>Languages</td><td>female</td><td>22</td><td>91</td><td>12</td><td>16</td></tr><tr><td>student429</td><td>Mathematics</td><td>male</td><td>15</td><td>3</td><td>26</td><td>93</td></tr><tr><td>student430</td><td>Languages</td><td>female</td><td>35</td><td>46</td><td>34</td><td>74</td></tr><tr><td>student431</td><td>Mathematics</td><td>male</td><td>33</td><td>83</td><td>97</td><td>20</td></tr><tr><td>student432</td><td>Languages</td><td>female</td><td>99</td><td>20</td><td>3</td><td>26</td></tr><tr><td>student433</td><td>Mathematics</td><td>male</td><td>48</td><td>42</td><td>83</td><td>18</td></tr><tr><td>student434</td><td>Languages</td><td>female</td><td>44</td><td>4</td><td>25</td><td>30</td></tr><tr><td>student435</td><td>Mathematics</td><td>male</td><td>78</td><td>48</td><td>60</td><td>45</td></tr><tr><td>student436</td><td>Languages</td><td>female</td><td>47</td><td>57</td><td>89</td><td>0</td></tr><tr><td>student437</td><td>Mathematics</td><td>male</td><td>88</td><td>12</td><td>100</td><td>53</td></tr><tr><td>student438</td><td>Languages</td><td>female</td><td>48</td><td>0</td><td>51</td><td>60</td></tr><tr><td>student439</td><td>Mathematics</td><td>male</td><td>70</td><td>89</td><td>85</td><td>16</td></tr><tr><td>student440</td><td>Languages</td><td>female</td><td>71</td><td>94</td><td>34</td><td>33</td></tr><tr><td>student441</td><td>Mathematics</td><td>male</td><td>68</td><td>13</td><td>72</td><td>18</td></tr><tr><td>student442</td><td>Languages</td><td>female</td><td>7</td><td>53</td><td>97</td><td>21</td></tr><tr><td>student443</td><td>Mathematics</td><td>male</td><td>65</td><td>36</td><td>60</td><td>87</td></tr><tr><td>student444</td><td>Languages</td><td>female</td><td>43</td><td>21</td><td>24</td><td>34</td></tr><tr><td>student445</td><td>Mathematics</td><td>male</td><td>85</td><td>77</td><td>65</td><td>28</td></tr><tr><td>student446</td><td>Languages</td><td>female</td><td>61</td><td>90</td><td>78</td><td>91</td></tr><tr><td>student447</td><td>Mathematics</td><td>male</td><td>92</td><td>0</td><td>78</td><td>12</td></tr><tr><td>student448</td><td>Languages</td><td>female</td><td>33</td><td>30</td><td>62</td><td>90</td></tr><tr><td>student449</td><td>Mathematics</td><td>male</td><td>86</td><td>16</td><td>74</td><td>5</td></tr><tr><td>student450</td><td>Languages</td><td>female</td><td>100</td><td>86</td><td>24</td><td>23</td></tr><tr><td>student451</td><td>Mathematics</td><td>male</td><td>14</td><td>25</td><td>6</td><td>45</td></tr><tr><td>student452</td><td>Languages</td><td>female</td><td>86</td><td>39</td><td>98</td><td>88</td></tr><tr><td>student453</td><td>Mathematics</td><td>male</td><td>72</td><td>68</td><td>77</td><td>19</td></tr><tr><td>student454</td><td>Languages</td><td>female</td><td>9</td><td>45</td><td>23</td><td>100</td></tr><tr><td>student455</td><td>Mathematics</td><td>male</td><td>34</td><td>67</td><td>89</td><td>79</td></tr><tr><td>student456</td><td>Languages</td><td>female</td><td>92</td><td>0</td><td>47</td><td>45</td></tr><tr><td>student457</td><td>Mathematics</td><td>male</td><td>64</td><td>58</td><td>26</td><td>98</td></tr><tr><td>student458</td><td>Languages</td><td>female</td><td>43</td><td>93</td><td>59</td><td>100</td></tr><tr><td>student459</td><td>Mathematics</td><td>male</td><td>82</td><td>35</td><td>97</td><td>81</td></tr><tr><td>student460</td><td>Languages</td><td>female</td><td>18</td><td>35</td><td>24</td><td>100</td></tr><tr><td>student461</td><td>Mathematics</td><td>male</td><td>79</td><td>80</td><td>43</td><td>51</td></tr><tr><td>student462</td><td>Languages</td><td>female</td><td>56</td><td>10</td><td>17</td><td>67</td></tr><tr><td>student463</td><td>Mathematics</td><td>male</td><td>36</td><td>44</td><td>14</td><td>85</td></tr><tr><td>student464</td><td>Languages</td><td>female</td><td>26</td><td>40</td><td>69</td><td>2</td></tr><tr><td>student465</td><td>Mathematics</td><td>male</td><td>59</td><td>93</td><td>43</td><td>78</td></tr><tr><td>student466</td><td>Languages</td><td>female</td><td>78</td><td>84</td><td>88</td><td>3</td></tr><tr><td>student467</td><td>Mathematics</td><td>male</td><td>41</td><td>37</td><td>80</td><td>60</td></tr><tr><td>student468</td><td>Languages</td><td>female</td><td>44</td><td>27</td><td>97</td><td>77</td></tr><tr><td>student469</td><td>Mathematics</td><td>male</td><td>29</td><td>19</td><td>64</td><td>82</td></tr><tr><td>student470</td><td>Languages</td><td>female</td><td>50</td><td>96</td><td>27</td><td>46</td></tr><tr><td>student471</td><td>Mathematics</td><td>male</td><td>49</td><td>15</td><td>51</td><td>45</td></tr><tr><td>student472</td><td>Languages</td><td>female</td><td>38</td><td>35</td><td>31</td><td>78</td></tr><tr><td>student473</td><td>Mathematics</td><td>male</td><td>1</td><td>80</td><td>23</td><td>65</td></tr><tr><td>student474</td><td>Languages</td><td>female</td><td>91</td><td>17</td><td>23</td><td>76</td></tr><tr><td>student475</td><td>Mathematics</td><td>male</td><td>57</td><td>39</td><td>35</td><td>63</td></tr><tr><td>student476</td><td>Languages</td><td>female</td><td>33</td><td>73</td><td>62</td><td>14</td></tr><tr><td>student477</td><td>Mathematics</td><td>male</td><td>96</td><td>16</td><td>88</td><td>40</td></tr><tr><td>student478</td><td>Languages</td><td>female</td><td>30</td><td>63</td><td>16</td><td>13</td></tr><tr><td>student479</td><td>Mathematics</td><td>male</td><td>74</td><td>39</td><td>37</td><td>87</td></tr><tr><td>student480</td><td>Languages</td><td>female</td><td>26</td><td>36</td><td>94</td><td>79</td></tr><tr><td>student481</td><td>Mathematics</td><td>male</td><td>19</td><td>58</td><td>65</td><td>12</td></tr><tr><td>student482</td><td>Languages</td><td>female</td><td>73</td><td>36</td><td>22</td><td>48</td></tr><tr><td>student483</td><td>Mathematics</td><td>male</td><td>78</td><td>94</td><td>75</td><td>7</td></tr><tr><td>student484</td><td>Languages</td><td>female</td><td>59</td><td>51</td><td>9</td><td>35</td></tr><tr><td>student485</td><td>Mathematics</td><td>male</td><td>67</td><td>71</td><td>100</td><td>85</td></tr><tr><td>student486</td><td>Languages</td><td>female</td><td>33</td><td>30</td><td>15</td><td>46</td></tr><tr><td>student487</td><td>Mathematics</td><td>male</td><td>12</td><td>19</td><td>16</td><td>37</td></tr><tr><td>student488</td><td>Languages</td><td>female</td><td>80</td><td>98</td><td>29</td><td>14</td></tr><tr><td>student489</td><td>Mathematics</td><td>male</td><td>70</td><td>51</td><td>14</td><td>31</td></tr><tr><td>student490</td><td>Languages</td><td>female</td><td>95</td><td>38</td><td>15</td><td>92</td></tr><tr><td>student491</td><td>Mathematics</td><td>male</td><td>60</td><td>31</td><td>74</td><td>12</td></tr><tr><td>student492</td><td>Languages</td><td>female</td><td>62</td><td>56</td><td>90</td><td>68</td></tr><tr><td>student493</td><td>Mathematics</td><td>male</td><td>63</td><td>11</td><td>29</td><td>91</td></tr><tr><td>student494</td><td>Languages</td><td>female</td><td>41</td><td>1</td><td>25</td><td>20</td></tr><tr><td>student495</td><td>Mathematics</td><td>male</td><td>60</td><td>5</td><td>31</td><td>44</td></tr><tr><td>student496</td><td>Languages</td><td>female</td><td>11</td><td>35</td><td>5</td><td>28</td></tr><tr><td>student497</td><td>Mathematics</td><td>male</td><td>11</td><td>96</td><td>42</td><td>37</td></tr><tr><td>student498</td><td>Languages</td><td>female</td><td>16</td><td>72</td><td>79</td><td>74</td></tr><tr><td>student499</td><td>Mathematics</td><td>male</td><td>9</td><td>21</td><td>22</td><td>66</td></tr><tr><td>student500</td><td>Languages</td><td>female</td><td>34</td><td>22</td><td>64</td><td>34</td></tr><tr><td>student501</td><td>Mathematics</td><td>male</td><td>50</td><td>93</td><td>86</td><td>61</td></tr><tr><td>student502</td><td>Languages</td><td>female</td><td>50</td><td>22</td><td>40</td><td>44</td></tr><tr><td>student503</td><td>Mathematics</td><td>male</td><td>3</td><td>8</td><td>39</td><td>17</td></tr><tr><td>student504</td><td>Languages</td><td>female</td><td>98</td><td>16</td><td>93</td><td>55</td></tr><tr><td>student505</td><td>Mathematics</td><td>male</td><td>86</td><td>89</td><td>36</td><td>28</td></tr><tr><td>student506</td><td>Languages</td><td>female</td><td>16</td><td>53</td><td>13</td><td>50</td></tr><tr><td>student507</td><td>Mathematics</td><td>male</td><td>57</td><td>57</td><td>3</td><td>38</td></tr><tr><td>student508</td><td>Languages</td><td>female</td><td>34</td><td>79</td><td>69</td><td>77</td></tr><tr><td>student509</td><td>Mathematics</td><td>male</td><td>2</td><td>4</td><td>16</td><td>59</td></tr><tr><td>student510</td><td>Languages</td><td>female</td><td>60</td><td>62</td><td>99</td><td>100</td></tr><tr><td>student511</td><td>Mathematics</td><td>male</td><td>65</td><td>52</td><td>52</td><td>95</td></tr><tr><td>student512</td><td>Languages</td><td>female</td><td>58</td><td>73</td><td>94</td><td>1</td></tr><tr><td>student513</td><td>Mathematics</td><td>male</td><td>39</td><td>75</td><td>28</td><td>76</td></tr><tr><td>student514</td><td>Languages</td><td>female</td><td>46</td><td>6</td><td>64</td><td>78</td></tr><tr><td>student515</td><td>Mathematics</td><td>male</td><td>51</td><td>60</td><td>99</td><td>8</td></tr><tr><td>student516</td><td>Languages</td><td>female</td><td>17</td><td>20</td><td>12</td><td>97</td></tr><tr><td>student517</td><td>Mathematics</td><td>male</td><td>72</td><td>17</td><td>96</td><td>73</td></tr><tr><td>student518</td><td>Languages</td><td>female</td><td>92</td><td>21</td><td>62</td><td>27</td></tr><tr><td>student519</td><td>Mathematics</td><td>male</td><td>50</td><td>42</td><td>4</td><td>33</td></tr><tr><td>student520</td><td>Languages</td><td>female</td><td>52</td><td>37</td><td>1</td><td>57</td></tr><tr><td>student521</td><td>Mathematics</td><td>male</td><td>58</td><td>40</td><td>35</td><td>54</td></tr><tr><td>student522</td><td>Languages</td><td>female</td><td>9</td><td>38</td><td>57</td><td>53</td></tr><tr><td>student523</td><td>Mathematics</td><td>male</td><td>79</td><td>20</td><td>18</td><td>18</td></tr><tr><td>student524</td><td>Languages</td><td>female</td><td>1</td><td>4</td><td>94</td><td>27</td></tr><tr><td>student525</td><td>Mathematics</td><td>male</td><td>95</td><td>41</td><td>29</td><td>98</td></tr><tr><td>student526</td><td>Languages</td><td>female</td><td>34</td><td>59</td><td>9</td><td>21</td></tr><tr><td>student527</td><td>Mathematics</td><td>male</td><td>39</td><td>66</td><td>41</td><td>29</td></tr><tr><td>student528</td><td>Languages</td><td>female</td><td>3</td><td>2</td><td>81</td><td>25</td></tr><tr><td>student529</td><td>Mathematics</td><td>male</td><td>33</td><td>44</td><td>37</td><td>85</td></tr><tr><td>student530</td><td>Languages</td><td>female</td><td>69</td><td>25</td><td>59</td><td>79</td></tr><tr><td>student531</td><td>Mathematics</td><td>male</td><td>13</td><td>50</td><td>49</td><td>52</td></tr><tr><td>student532</td><td>Languages</td><td>female</td><td>54</td><td>83</td><td>45</td><td>31</td></tr><tr><td>student533</td><td>Mathematics</td><td>male</td><td>15</td><td>24</td><td>97</td><td>51</td></tr><tr><td>student534</td><td>Languages</td><td>female</td><td>7</td><td>51</td><td>69</td><td>63</td></tr><tr><td>student535</td><td>Mathematics</td><td>male</td><td>91</td><td>8</td><td>38</td><td>56</td></tr><tr><td>student536</td><td>Languages</td><td>female</td><td>50</td><td>13</td><td>74</td><td>80</td></tr><tr><td>student537</td><td>Mathematics</td><td>male</td><td>54</td><td>75</td><td>74</td><td>10</td></tr><tr><td>student538</td><td>Languages</td><td>female</td><td>76</td><td>39</td><td>70</td><td>46</td></tr><tr><td>student539</td><td>Mathematics</td><td>male</td><td>84</td><td>72</td><td>39</td><td>40</td></tr><tr><td>student540</td><td>Languages</td><td>female</td><td>100</td><td>47</td><td>2</td><td>14</td></tr><tr><td>student541</td><td>Mathematics</td><td>male</td><td>42</td><td>61</td><td>1</td><td>1</td></tr><tr><td>student542</td><td>Languages</td><td>female</td><td>57</td><td>71</td><td>65</td><td>61</td></tr><tr><td>student543</td><td>Mathematics</td><td>male</td><td>78</td><td>5</td><td>41</td><td>34</td></tr><tr><td>student544</td><td>Languages</td><td>female</td><td>14</td><td>76</td><td>36</td><td>47</td></tr><tr><td>student545</td><td>Mathematics</td><td>male</td><td>15</td><td>19</td><td>63</td><td>96</td></tr><tr><td>student546</td><td>Languages</td><td>female</td><td>27</td><td>82</td><td>33</td><td>56</td></tr><tr><td>student547</td><td>Mathematics</td><td>male</td><td>70</td><td>23</td><td>96</td><td>90</td></tr><tr><td>student548</td><td>Languages</td><td>female</td><td>61</td><td>2</td><td>2</td><td>78</td></tr><tr><td>student549</td><td>Mathematics</td><td>male</td><td>22</td><td>37</td><td>64</td><td>36</td></tr><tr><td>student550</td><td>Languages</td><td>female</td><td>75</td><td>96</td><td>94</td><td>40</td></tr><tr><td>student551</td><td>Mathematics</td><td>male</td><td>43</td><td>8</td><td>29</td><td>21</td></tr><tr><td>student552</td><td>Languages</td><td>female</td><td>7</td><td>96</td><td>87</td><td>18</td></tr><tr><td>student553</td><td>Mathematics</td><td>male</td><td>65</td><td>76</td><td>52</td><td>44</td></tr><tr><td>student554</td><td>Languages</td><td>female</td><td>41</td><td>62</td><td>73</td><td>54</td></tr><tr><td>student555</td><td>Mathematics</td><td>male</td><td>25</td><td>98</td><td>21</td><td>40</td></tr><tr><td>student556</td><td>Languages</td><td>female</td><td>17</td><td>70</td><td>96</td><td>82</td></tr><tr><td>student557</td><td>Mathematics</td><td>male</td><td>43</td><td>91</td><td>27</td><td>43</td></tr><tr><td>student558</td><td>Languages</td><td>female</td><td>33</td><td>37</td><td>24</td><td>33</td></tr><tr><td>student559</td><td>Mathematics</td><td>male</td><td>87</td><td>87</td><td>10</td><td>31</td></tr><tr><td>student560</td><td>Languages</td><td>female</td><td>48</td><td>40</td><td>97</td><td>74</td></tr><tr><td>student561</td><td>Mathematics</td><td>male</td><td>63</td><td>75</td><td>91</td><td>55</td></tr><tr><td>student562</td><td>Languages</td><td>female</td><td>66</td><td>82</td><td>59</td><td>95</td></tr><tr><td>student563</td><td>Mathematics</td><td>male</td><td>21</td><td>95</td><td>58</td><td>38</td></tr><tr><td>student564</td><td>Languages</td><td>female</td><td>92</td><td>9</td><td>97</td><td>45</td></tr><tr><td>student565</td><td>Mathematics</td><td>male</td><td>59</td><td>7</td><td>94</td><td>20</td></tr><tr><td>student566</td><td>Languages</td><td>female</td><td>64</td><td>95</td><td>24</td><td>12</td></tr><tr><td>student567</td><td>Mathematics</td><td>male</td><td>70</td><td>46</td><td>36</td><td>74</td></tr><tr><td>student568</td><td>Languages</td><td>female</td><td>16</td><td>25</td><td>91</td><td>49</td></tr><tr><td>student569</td><td>Mathematics</td><td>male</td><td>73</td><td>33</td><td>24</td><td>88</td></tr><tr><td>student570</td><td>Languages</td><td>female</td><td>9</td><td>61</td><td>95</td><td>27</td></tr><tr><td>student571</td><td>Mathematics</td><td>male</td><td>18</td><td>12</td><td>76</td><td>46</td></tr><tr><td>student572</td><td>Languages</td><td>female</td><td>61</td><td>71</td><td>49</td><td>63</td></tr><tr><td>student573</td><td>Mathematics</td><td>male</td><td>46</td><td>32</td><td>85</td><td>17</td></tr><tr><td>student574</td><td>Languages</td><td>female</td><td>42</td><td>42</td><td>11</td><td>37</td></tr><tr><td>student575</td><td>Mathematics</td><td>male</td><td>49</td><td>76</td><td>41</td><td>20</td></tr><tr><td>student576</td><td>Languages</td><td>female</td><td>22</td><td>27</td><td>80</td><td>12</td></tr><tr><td>student577</td><td>Mathematics</td><td>male</td><td>76</td><td>34</td><td>18</td><td>66</td></tr><tr><td>student578</td><td>Languages</td><td>female</td><td>96</td><td>77</td><td>29</td><td>17</td></tr><tr><td>student579</td><td>Mathematics</td><td>male</td><td>62</td><td>51</td><td>67</td><td>72</td></tr><tr><td>student580</td><td>Languages</td><td>female</td><td>96</td><td>67</td><td>22</td><td>54</td></tr><tr><td>student581</td><td>Mathematics</td><td>male</td><td>77</td><td>11</td><td>23</td><td>88</td></tr><tr><td>student582</td><td>Languages</td><td>female</td><td>6</td><td>28</td><td>24</td><td>33</td></tr><tr><td>student583</td><td>Mathematics</td><td>male</td><td>39</td><td>23</td><td>12</td><td>100</td></tr><tr><td>student584</td><td>Languages</td><td>female</td><td>10</td><td>21</td><td>20</td><td>71</td></tr><tr><td>student585</td><td>Mathematics</td><td>male</td><td>11</td><td>27</td><td>7</td><td>100</td></tr><tr><td>student586</td><td>Languages</td><td>female</td><td>40</td><td>34</td><td>97</td><td>78</td></tr><tr><td>student587</td><td>Mathematics</td><td>male</td><td>2</td><td>51</td><td>83</td><td>19</td></tr><tr><td>student588</td><td>Languages</td><td>female</td><td>18</td><td>76</td><td>30</td><td>25</td></tr><tr><td>student589</td><td>Mathematics</td><td>male</td><td>24</td><td>57</td><td>46</td><td>81</td></tr><tr><td>student590</td><td>Languages</td><td>female</td><td>2</td><td>10</td><td>31</td><td>94</td></tr><tr><td>student591</td><td>Mathematics</td><td>male</td><td>91</td><td>84</td><td>75</td><td>13</td></tr><tr><td>student592</td><td>Languages</td><td>female</td><td>79</td><td>44</td><td>97</td><td>10</td></tr><tr><td>student593</td><td>Mathematics</td><td>male</td><td>42</td><td>60</td><td>67</td><td>30</td></tr><tr><td>student594</td><td>Languages</td><td>female</td><td>61</td><td>57</td><td>75</td><td>35</td></tr><tr><td>student595</td><td>Mathematics</td><td>male</td><td>42</td><td>46</td><td>81</td><td>71</td></tr><tr><td>student596</td><td>Languages</td><td>female</td><td>92</td><td>63</td><td>75</td><td>74</td></tr><tr><td>student597</td><td>Mathematics</td><td>male</td><td>86</td><td>37</td><td>40</td><td>51</td></tr><tr><td>student598</td><td>Languages</td><td>female</td><td>52</td><td>10</td><td>47</td><td>3</td></tr><tr><td>student599</td><td>Mathematics</td><td>male</td><td>100</td><td>28</td><td>14</td><td>76</td></tr><tr><td>student600</td><td>Languages</td><td>female</td><td>31</td><td>76</td><td>20</td><td>43</td></tr><tr><td>student601</td><td>Mathematics</td><td>male</td><td>40</td><td>27</td><td>6</td><td>6</td></tr><tr><td>student602</td><td>Languages</td><td>female</td><td>5</td><td>8</td><td>79</td><td>21</td></tr><tr><td>student603</td><td>Mathematics</td><td>male</td><td>7</td><td>54</td><td>6</td><td>91</td></tr><tr><td>student604</td><td>Languages</td><td>female</td><td>28</td><td>30</td><td>15</td><td>3</td></tr><tr><td>student605</td><td>Mathematics</td><td>male</td><td>38</td><td>93</td><td>98</td><td>92</td></tr><tr><td>student606</td><td>Languages</td><td>female</td><td>43</td><td>96</td><td>89</td><td>91</td></tr><tr><td>student607</td><td>Mathematics</td><td>male</td><td>43</td><td>49</td><td>14</td><td>83</td></tr><tr><td>student608</td><td>Languages</td><td>female</td><td>50</td><td>61</td><td>72</td><td>98</td></tr><tr><td>student609</td><td>Mathematics</td><td>male</td><td>4</td><td>49</td><td>99</td><td>83</td></tr><tr><td>student610</td><td>Languages</td><td>female</td><td>5</td><td>36</td><td>73</td><td>82</td></tr><tr><td>student611</td><td>Mathematics</td><td>male</td><td>40</td><td>84</td><td>99</td><td>54</td></tr><tr><td>student612</td><td>Languages</td><td>female</td><td>29</td><td>96</td><td>65</td><td>69</td></tr><tr><td>student613</td><td>Mathematics</td><td>male</td><td>12</td><td>76</td><td>5</td><td>99</td></tr><tr><td>student614</td><td>Languages</td><td>female</td><td>47</td><td>83</td><td>49</td><td>4</td></tr><tr><td>student615</td><td>Mathematics</td><td>male</td><td>37</td><td>27</td><td>22</td><td>4</td></tr><tr><td>student616</td><td>Languages</td><td>female</td><td>94</td><td>39</td><td>49</td><td>24</td></tr><tr><td>student617</td><td>Mathematics</td><td>male</td><td>0</td><td>75</td><td>21</td><td>41</td></tr><tr><td>student618</td><td>Languages</td><td>female</td><td>59</td><td>36</td><td>4</td><td>18</td></tr><tr><td>student619</td><td>Mathematics</td><td>male</td><td>22</td><td>66</td><td>13</td><td>3</td></tr><tr><td>student620</td><td>Languages</td><td>female</td><td>43</td><td>87</td><td>4</td><td>48</td></tr><tr><td>student621</td><td>Mathematics</td><td>male</td><td>100</td><td>15</td><td>51</td><td>52</td></tr><tr><td>student622</td><td>Languages</td><td>female</td><td>63</td><td>71</td><td>99</td><td>17</td></tr><tr><td>student623</td><td>Mathematics</td><td>male</td><td>14</td><td>34</td><td>44</td><td>100</td></tr><tr><td>student624</td><td>Languages</td><td>female</td><td>23</td><td>8</td><td>57</td><td>27</td></tr><tr><td>student625</td><td>Mathematics</td><td>male</td><td>23</td><td>14</td><td>32</td><td>40</td></tr><tr><td>student626</td><td>Languages</td><td>female</td><td>34</td><td>49</td><td>72</td><td>54</td></tr><tr><td>student627</td><td>Mathematics</td><td>male</td><td>21</td><td>16</td><td>81</td><td>26</td></tr><tr><td>student628</td><td>Languages</td><td>female</td><td>54</td><td>69</td><td>34</td><td>34</td></tr><tr><td>student629</td><td>Mathematics</td><td>male</td><td>72</td><td>11</td><td>63</td><td>31</td></tr><tr><td>student630</td><td>Languages</td><td>female</td><td>87</td><td>98</td><td>9</td><td>47</td></tr><tr><td>student631</td><td>Mathematics</td><td>male</td><td>43</td><td>52</td><td>53</td><td>58</td></tr><tr><td>student632</td><td>Languages</td><td>female</td><td>50</td><td>14</td><td>4</td><td>20</td></tr><tr><td>student633</td><td>Mathematics</td><td>male</td><td>89</td><td>83</td><td>67</td><td>87</td></tr><tr><td>student634</td><td>Languages</td><td>female</td><td>0</td><td>79</td><td>9</td><td>16</td></tr><tr><td>student635</td><td>Mathematics</td><td>male</td><td>59</td><td>17</td><td>84</td><td>58</td></tr><tr><td>student636</td><td>Languages</td><td>female</td><td>94</td><td>95</td><td>36</td><td>60</td></tr><tr><td>student637</td><td>Mathematics</td><td>male</td><td>39</td><td>42</td><td>63</td><td>46</td></tr><tr><td>student638</td><td>Languages</td><td>female</td><td>0</td><td>19</td><td>6</td><td>10</td></tr><tr><td>student639</td><td>Mathematics</td><td>male</td><td>50</td><td>16</td><td>41</td><td>71</td></tr><tr><td>student640</td><td>Languages</td><td>female</td><td>8</td><td>60</td><td>46</td><td>13</td></tr><tr><td>student641</td><td>Mathematics</td><td>male</td><td>45</td><td>85</td><td>59</td><td>36</td></tr><tr><td>student642</td><td>Languages</td><td>female</td><td>83</td><td>35</td><td>0</td><td>57</td></tr><tr><td>student643</td><td>Mathematics</td><td>male</td><td>8</td><td>30</td><td>60</td><td>14</td></tr><tr><td>student644</td><td>Languages</td><td>female</td><td>76</td><td>80</td><td>73</td><td>38</td></tr><tr><td>student645</td><td>Mathematics</td><td>male</td><td>26</td><td>14</td><td>58</td><td>2</td></tr><tr><td>student646</td><td>Languages</td><td>female</td><td>93</td><td>16</td><td>42</td><td>2</td></tr><tr><td>student647</td><td>Mathematics</td><td>male</td><td>85</td><td>94</td><td>76</td><td>16</td></tr><tr><td>student648</td><td>Languages</td><td>female</td><td>57</td><td>45</td><td>32</td><td>16</td></tr><tr><td>student649</td><td>Mathematics</td><td>male</td><td>16</td><td>16</td><td>90</td><td>13</td></tr><tr><td>student650</td><td>Languages</td><td>female</td><td>43</td><td>3</td><td>18</td><td>87</td></tr><tr><td>student651</td><td>Mathematics</td><td>male</td><td>16</td><td>24</td><td>32</td><td>44</td></tr><tr><td>student652</td><td>Languages</td><td>female</td><td>59</td><td>98</td><td>3</td><td>34</td></tr><tr><td>student653</td><td>Mathematics</td><td>male</td><td>73</td><td>18</td><td>47</td><td>83</td></tr><tr><td>student654</td><td>Languages</td><td>female</td><td>99</td><td>25</td><td>100</td><td>93</td></tr><tr><td>student655</td><td>Mathematics</td><td>male</td><td>0</td><td>73</td><td>97</td><td>84</td></tr><tr><td>student656</td><td>Languages</td><td>female</td><td>0</td><td>28</td><td>94</td><td>75</td></tr><tr><td>student657</td><td>Mathematics</td><td>male</td><td>65</td><td>90</td><td>58</td><td>63</td></tr><tr><td>student658</td><td>Languages</td><td>female</td><td>84</td><td>35</td><td>86</td><td>41</td></tr><tr><td>student659</td><td>Mathematics</td><td>male</td><td>45</td><td>39</td><td>59</td><td>9</td></tr><tr><td>student660</td><td>Languages</td><td>female</td><td>32</td><td>10</td><td>31</td><td>62</td></tr><tr><td>student661</td><td>Mathematics</td><td>male</td><td>61</td><td>28</td><td>54</td><td>61</td></tr><tr><td>student662</td><td>Languages</td><td>female</td><td>70</td><td>96</td><td>14</td><td>54</td></tr><tr><td>student663</td><td>Mathematics</td><td>male</td><td>63</td><td>92</td><td>29</td><td>8</td></tr><tr><td>student664</td><td>Languages</td><td>female</td><td>41</td><td>10</td><td>46</td><td>23</td></tr><tr><td>student665</td><td>Mathematics</td><td>male</td><td>81</td><td>91</td><td>80</td><td>21</td></tr><tr><td>student666</td><td>Languages</td><td>female</td><td>79</td><td>71</td><td>65</td><td>68</td></tr><tr><td>student667</td><td>Mathematics</td><td>male</td><td>47</td><td>69</td><td>18</td><td>90</td></tr><tr><td>student668</td><td>Languages</td><td>female</td><td>26</td><td>16</td><td>70</td><td>0</td></tr><tr><td>student669</td><td>Mathematics</td><td>male</td><td>66</td><td>10</td><td>93</td><td>35</td></tr><tr><td>student670</td><td>Languages</td><td>female</td><td>66</td><td>68</td><td>27</td><td>13</td></tr><tr><td>student671</td><td>Mathematics</td><td>male</td><td>86</td><td>79</td><td>26</td><td>45</td></tr><tr><td>student672</td><td>Languages</td><td>female</td><td>50</td><td>53</td><td>25</td><td>74</td></tr><tr><td>student673</td><td>Mathematics</td><td>male</td><td>97</td><td>53</td><td>9</td><td>14</td></tr><tr><td>student674</td><td>Languages</td><td>female</td><td>28</td><td>79</td><td>69</td><td>42</td></tr><tr><td>student675</td><td>Mathematics</td><td>male</td><td>60</td><td>72</td><td>5</td><td>9</td></tr><tr><td>student676</td><td>Languages</td><td>female</td><td>53</td><td>21</td><td>39</td><td>43</td></tr><tr><td>student677</td><td>Mathematics</td><td>male</td><td>37</td><td>65</td><td>45</td><td>91</td></tr><tr><td>student678</td><td>Languages</td><td>female</td><td>76</td><td>80</td><td>60</td><td>27</td></tr><tr><td>student679</td><td>Mathematics</td><td>male</td><td>85</td><td>27</td><td>34</td><td>55</td></tr><tr><td>student680</td><td>Languages</td><td>female</td><td>66</td><td>11</td><td>41</td><td>17</td></tr><tr><td>student681</td><td>Mathematics</td><td>male</td><td>27</td><td>61</td><td>89</td><td>82</td></tr><tr><td>student682</td><td>Languages</td><td>female</td><td>40</td><td>26</td><td>1</td><td>3</td></tr><tr><td>student683</td><td>Mathematics</td><td>male</td><td>25</td><td>1</td><td>66</td><td>95</td></tr><tr><td>student684</td><td>Languages</td><td>female</td><td>63</td><td>44</td><td>85</td><td>63</td></tr><tr><td>student685</td><td>Mathematics</td><td>male</td><td>97</td><td>95</td><td>78</td><td>83</td></tr><tr><td>student686</td><td>Languages</td><td>female</td><td>51</td><td>2</td><td>13</td><td>87</td></tr><tr><td>student687</td><td>Mathematics</td><td>male</td><td>63</td><td>92</td><td>87</td><td>23</td></tr><tr><td>student688</td><td>Languages</td><td>female</td><td>22</td><td>96</td><td>59</td><td>59</td></tr><tr><td>student689</td><td>Mathematics</td><td>male</td><td>33</td><td>80</td><td>15</td><td>23</td></tr><tr><td>student690</td><td>Languages</td><td>female</td><td>34</td><td>75</td><td>19</td><td>24</td></tr><tr><td>student691</td><td>Mathematics</td><td>male</td><td>36</td><td>68</td><td>48</td><td>54</td></tr><tr><td>student692</td><td>Languages</td><td>female</td><td>32</td><td>36</td><td>20</td><td>12</td></tr><tr><td>student693</td><td>Mathematics</td><td>male</td><td>68</td><td>91</td><td>74</td><td>50</td></tr><tr><td>student694</td><td>Languages</td><td>female</td><td>87</td><td>91</td><td>96</td><td>37</td></tr><tr><td>student695</td><td>Mathematics</td><td>male</td><td>23</td><td>9</td><td>14</td><td>4</td></tr><tr><td>student696</td><td>Languages</td><td>female</td><td>94</td><td>62</td><td>9</td><td>77</td></tr><tr><td>student697</td><td>Mathematics</td><td>male</td><td>14</td><td>7</td><td>45</td><td>75</td></tr><tr><td>student698</td><td>Languages</td><td>female</td><td>73</td><td>92</td><td>19</td><td>90</td></tr><tr><td>student699</td><td>Mathematics</td><td>male</td><td>8</td><td>20</td><td>79</td><td>78</td></tr><tr><td>student700</td><td>Languages</td><td>female</td><td>76</td><td>35</td><td>100</td><td>39</td></tr><tr><td>student701</td><td>Mathematics</td><td>male</td><td>27</td><td>51</td><td>89</td><td>49</td></tr><tr><td>student702</td><td>Languages</td><td>female</td><td>0</td><td>64</td><td>72</td><td>37</td></tr><tr><td>student703</td><td>Mathematics</td><td>male</td><td>93</td><td>46</td><td>94</td><td>87</td></tr><tr><td>student704</td><td>Languages</td><td>female</td><td>69</td><td>22</td><td>17</td><td>2</td></tr><tr><td>student705</td><td>Mathematics</td><td>male</td><td>17</td><td>52</td><td>11</td><td>3</td></tr><tr><td>student706</td><td>Languages</td><td>female</td><td>13</td><td>2</td><td>52</td><td>19</td></tr><tr><td>student707</td><td>Mathematics</td><td>male</td><td>75</td><td>61</td><td>72</td><td>73</td></tr><tr><td>student708</td><td>Languages</td><td>female</td><td>84</td><td>37</td><td>7</td><td>36</td></tr><tr><td>student709</td><td>Mathematics</td><td>male</td><td>81</td><td>19</td><td>45</td><td>14</td></tr><tr><td>student710</td><td>Languages</td><td>female</td><td>62</td><td>17</td><td>39</td><td>27</td></tr><tr><td>student711</td><td>Mathematics</td><td>male</td><td>88</td><td>69</td><td>6</td><td>81</td></tr><tr><td>student712</td><td>Languages</td><td>female</td><td>53</td><td>82</td><td>59</td><td>29</td></tr><tr><td>student713</td><td>Mathematics</td><td>male</td><td>83</td><td>34</td><td>71</td><td>34</td></tr><tr><td>student714</td><td>Languages</td><td>female</td><td>95</td><td>52</td><td>61</td><td>4</td></tr><tr><td>student715</td><td>Mathematics</td><td>male</td><td>6</td><td>71</td><td>53</td><td>13</td></tr><tr><td>student716</td><td>Languages</td><td>female</td><td>82</td><td>97</td><td>82</td><td>5</td></tr><tr><td>student717</td><td>Mathematics</td><td>male</td><td>65</td><td>50</td><td>31</td><td>46</td></tr><tr><td>student718</td><td>Languages</td><td>female</td><td>27</td><td>46</td><td>25</td><td>37</td></tr><tr><td>student719</td><td>Mathematics</td><td>male</td><td>98</td><td>42</td><td>35</td><td>44</td></tr><tr><td>student720</td><td>Languages</td><td>female</td><td>90</td><td>1</td><td>44</td><td>44</td></tr><tr><td>student721</td><td>Mathematics</td><td>male</td><td>3</td><td>16</td><td>82</td><td>93</td></tr><tr><td>student722</td><td>Languages</td><td>female</td><td>34</td><td>3</td><td>43</td><td>70</td></tr><tr><td>student723</td><td>Mathematics</td><td>male</td><td>59</td><td>77</td><td>14</td><td>21</td></tr><tr><td>student724</td><td>Languages</td><td>female</td><td>16</td><td>53</td><td>57</td><td>59</td></tr><tr><td>student725</td><td>Mathematics</td><td>male</td><td>79</td><td>1</td><td>44</td><td>16</td></tr><tr><td>student726</td><td>Languages</td><td>female</td><td>10</td><td>8</td><td>19</td><td>9</td></tr><tr><td>student727</td><td>Mathematics</td><td>male</td><td>89</td><td>48</td><td>79</td><td>16</td></tr><tr><td>student728</td><td>Languages</td><td>female</td><td>8</td><td>87</td><td>23</td><td>87</td></tr><tr><td>student729</td><td>Mathematics</td><td>male</td><td>17</td><td>53</td><td>95</td><td>84</td></tr><tr><td>student730</td><td>Languages</td><td>female</td><td>65</td><td>52</td><td>39</td><td>61</td></tr><tr><td>student731</td><td>Mathematics</td><td>male</td><td>44</td><td>30</td><td>96</td><td>72</td></tr><tr><td>student732</td><td>Languages</td><td>female</td><td>70</td><td>79</td><td>32</td><td>33</td></tr><tr><td>student733</td><td>Mathematics</td><td>male</td><td>30</td><td>47</td><td>46</td><td>11</td></tr><tr><td>student734</td><td>Languages</td><td>female</td><td>76</td><td>100</td><td>16</td><td>49</td></tr><tr><td>student735</td><td>Mathematics</td><td>male</td><td>39</td><td>36</td><td>90</td><td>89</td></tr><tr><td>student736</td><td>Languages</td><td>female</td><td>1</td><td>94</td><td>19</td><td>29</td></tr><tr><td>student737</td><td>Mathematics</td><td>male</td><td>23</td><td>73</td><td>78</td><td>87</td></tr><tr><td>student738</td><td>Languages</td><td>female</td><td>87</td><td>71</td><td>44</td><td>64</td></tr><tr><td>student739</td><td>Mathematics</td><td>male</td><td>22</td><td>19</td><td>82</td><td>20</td></tr><tr><td>student740</td><td>Languages</td><td>female</td><td>94</td><td>52</td><td>67</td><td>39</td></tr><tr><td>student741</td><td>Mathematics</td><td>male</td><td>14</td><td>17</td><td>51</td><td>87</td></tr><tr><td>student742</td><td>Languages</td><td>female</td><td>56</td><td>63</td><td>98</td><td>3</td></tr><tr><td>student743</td><td>Mathematics</td><td>male</td><td>99</td><td>92</td><td>46</td><td>98</td></tr><tr><td>student744</td><td>Languages</td><td>female</td><td>19</td><td>76</td><td>83</td><td>88</td></tr><tr><td>student745</td><td>Mathematics</td><td>male</td><td>15</td><td>77</td><td>68</td><td>81</td></tr><tr><td>student746</td><td>Languages</td><td>female</td><td>48</td><td>81</td><td>48</td><td>38</td></tr><tr><td>student747</td><td>Mathematics</td><td>male</td><td>29</td><td>1</td><td>38</td><td>61</td></tr><tr><td>student748</td><td>Languages</td><td>female</td><td>71</td><td>63</td><td>0</td><td>30</td></tr><tr><td>student749</td><td>Mathematics</td><td>male</td><td>19</td><td>68</td><td>30</td><td>53</td></tr><tr><td>student750</td><td>Languages</td><td>female</td><td>91</td><td>18</td><td>27</td><td>62</td></tr><tr><td>student751</td><td>Mathematics</td><td>male</td><td>73</td><td>33</td><td>38</td><td>36</td></tr><tr><td>student752</td><td>Languages</td><td>female</td><td>99</td><td>38</td><td>75</td><td>50</td></tr><tr><td>student753</td><td>Mathematics</td><td>male</td><td>55</td><td>71</td><td>34</td><td>90</td></tr><tr><td>student754</td><td>Languages</td><td>female</td><td>52</td><td>40</td><td>98</td><td>83</td></tr><tr><td>student755</td><td>Mathematics</td><td>male</td><td>14</td><td>63</td><td>61</td><td>1</td></tr><tr><td>student756</td><td>Languages</td><td>female</td><td>1</td><td>31</td><td>94</td><td>96</td></tr><tr><td>student757</td><td>Mathematics</td><td>male</td><td>49</td><td>66</td><td>55</td><td>92</td></tr><tr><td>student758</td><td>Languages</td><td>female</td><td>0</td><td>19</td><td>80</td><td>82</td></tr><tr><td>student759</td><td>Mathematics</td><td>male</td><td>26</td><td>35</td><td>87</td><td>3</td></tr><tr><td>student760</td><td>Languages</td><td>female</td><td>8</td><td>28</td><td>76</td><td>39</td></tr><tr><td>student761</td><td>Mathematics</td><td>male</td><td>52</td><td>11</td><td>83</td><td>57</td></tr><tr><td>student762</td><td>Languages</td><td>female</td><td>83</td><td>68</td><td>84</td><td>25</td></tr><tr><td>student763</td><td>Mathematics</td><td>male</td><td>17</td><td>2</td><td>56</td><td>70</td></tr><tr><td>student764</td><td>Languages</td><td>female</td><td>17</td><td>58</td><td>0</td><td>84</td></tr><tr><td>student765</td><td>Mathematics</td><td>male</td><td>75</td><td>6</td><td>47</td><td>85</td></tr><tr><td>student766</td><td>Languages</td><td>female</td><td>76</td><td>32</td><td>93</td><td>39</td></tr><tr><td>student767</td><td>Mathematics</td><td>male</td><td>20</td><td>75</td><td>84</td><td>65</td></tr><tr><td>student768</td><td>Languages</td><td>female</td><td>25</td><td>47</td><td>12</td><td>89</td></tr><tr><td>student769</td><td>Mathematics</td><td>male</td><td>86</td><td>94</td><td>79</td><td>45</td></tr><tr><td>student770</td><td>Languages</td><td>female</td><td>65</td><td>81</td><td>55</td><td>35</td></tr><tr><td>student771</td><td>Mathematics</td><td>male</td><td>62</td><td>41</td><td>41</td><td>43</td></tr><tr><td>student772</td><td>Languages</td><td>female</td><td>14</td><td>4</td><td>62</td><td>43</td></tr><tr><td>student773</td><td>Mathematics</td><td>male</td><td>17</td><td>55</td><td>72</td><td>78</td></tr><tr><td>student774</td><td>Languages</td><td>female</td><td>95</td><td>46</td><td>35</td><td>6</td></tr><tr><td>student775</td><td>Mathematics</td><td>male</td><td>72</td><td>0</td><td>56</td><td>48</td></tr><tr><td>student776</td><td>Languages</td><td>female</td><td>30</td><td>88</td><td>19</td><td>56</td></tr><tr><td>student777</td><td>Mathematics</td><td>male</td><td>42</td><td>44</td><td>88</td><td>56</td></tr><tr><td>student778</td><td>Languages</td><td>female</td><td>42</td><td>69</td><td>56</td><td>63</td></tr><tr><td>student779</td><td>Mathematics</td><td>male</td><td>78</td><td>57</td><td>78</td><td>3</td></tr><tr><td>student780</td><td>Languages</td><td>female</td><td>15</td><td>86</td><td>24</td><td>98</td></tr><tr><td>student781</td><td>Mathematics</td><td>male</td><td>46</td><td>8</td><td>43</td><td>69</td></tr><tr><td>student782</td><td>Languages</td><td>female</td><td>67</td><td>98</td><td>15</td><td>52</td></tr><tr><td>student783</td><td>Mathematics</td><td>male</td><td>33</td><td>32</td><td>63</td><td>57</td></tr><tr><td>student784</td><td>Languages</td><td>female</td><td>35</td><td>95</td><td>16</td><td>53</td></tr><tr><td>student785</td><td>Mathematics</td><td>male</td><td>78</td><td>54</td><td>54</td><td>82</td></tr><tr><td>student786</td><td>Languages</td><td>female</td><td>81</td><td>85</td><td>91</td><td>4</td></tr><tr><td>student787</td><td>Mathematics</td><td>male</td><td>42</td><td>41</td><td>23</td><td>14</td></tr><tr><td>student788</td><td>Languages</td><td>female</td><td>59</td><td>100</td><td>86</td><td>36</td></tr><tr><td>student789</td><td>Mathematics</td><td>male</td><td>1</td><td>92</td><td>60</td><td>12</td></tr><tr><td>student790</td><td>Languages</td><td>female</td><td>100</td><td>34</td><td>5</td><td>70</td></tr><tr><td>student791</td><td>Mathematics</td><td>male</td><td>3</td><td>81</td><td>2</td><td>17</td></tr><tr><td>student792</td><td>Languages</td><td>female</td><td>31</td><td>55</td><td>19</td><td>3</td></tr><tr><td>student793</td><td>Mathematics</td><td>male</td><td>11</td><td>33</td><td>98</td><td>77</td></tr><tr><td>student794</td><td>Languages</td><td>female</td><td>4</td><td>61</td><td>7</td><td>86</td></tr><tr><td>student795</td><td>Mathematics</td><td>male</td><td>57</td><td>86</td><td>7</td><td>27</td></tr><tr><td>student796</td><td>Languages</td><td>female</td><td>5</td><td>74</td><td>62</td><td>36</td></tr><tr><td>student797</td><td>Mathematics</td><td>male</td><td>57</td><td>67</td><td>66</td><td>61</td></tr><tr><td>student798</td><td>Languages</td><td>female</td><td>93</td><td>88</td><td>87</td><td>25</td></tr><tr><td>student799</td><td>Mathematics</td><td>male</td><td>59</td><td>96</td><td>64</td><td>41</td></tr><tr><td>student800</td><td>Languages</td><td>female</td><td>62</td><td>7</td><td>69</td><td>23</td></tr><tr><td>student801</td><td>Mathematics</td><td>male</td><td>35</td><td>83</td><td>32</td><td>55</td></tr><tr><td>student802</td><td>Languages</td><td>female</td><td>42</td><td>58</td><td>15</td><td>83</td></tr><tr><td>student803</td><td>Mathematics</td><td>male</td><td>41</td><td>90</td><td>40</td><td>12</td></tr><tr><td>student804</td><td>Languages</td><td>female</td><td>81</td><td>43</td><td>83</td><td>7</td></tr><tr><td>student805</td><td>Mathematics</td><td>male</td><td>87</td><td>77</td><td>33</td><td>20</td></tr><tr><td>student806</td><td>Languages</td><td>female</td><td>53</td><td>87</td><td>30</td><td>37</td></tr><tr><td>student807</td><td>Mathematics</td><td>male</td><td>13</td><td>35</td><td>85</td><td>16</td></tr><tr><td>student808</td><td>Languages</td><td>female</td><td>20</td><td>82</td><td>90</td><td>34</td></tr><tr><td>student809</td><td>Mathematics</td><td>male</td><td>58</td><td>2</td><td>16</td><td>14</td></tr><tr><td>student810</td><td>Languages</td><td>female</td><td>14</td><td>28</td><td>23</td><td>56</td></tr><tr><td>student811</td><td>Mathematics</td><td>male</td><td>49</td><td>97</td><td>36</td><td>8</td></tr><tr><td>student812</td><td>Languages</td><td>female</td><td>31</td><td>46</td><td>11</td><td>63</td></tr><tr><td>student813</td><td>Mathematics</td><td>male</td><td>74</td><td>9</td><td>76</td><td>43</td></tr><tr><td>student814</td><td>Languages</td><td>female</td><td>42</td><td>83</td><td>95</td><td>75</td></tr><tr><td>student815</td><td>Mathematics</td><td>male</td><td>2</td><td>65</td><td>45</td><td>29</td></tr><tr><td>student816</td><td>Languages</td><td>female</td><td>79</td><td>59</td><td>69</td><td>88</td></tr><tr><td>student817</td><td>Mathematics</td><td>male</td><td>68</td><td>18</td><td>26</td><td>84</td></tr><tr><td>student818</td><td>Languages</td><td>female</td><td>39</td><td>13</td><td>99</td><td>15</td></tr><tr><td>student819</td><td>Mathematics</td><td>male</td><td>22</td><td>48</td><td>71</td><td>6</td></tr><tr><td>student820</td><td>Languages</td><td>female</td><td>12</td><td>53</td><td>88</td><td>11</td></tr><tr><td>student821</td><td>Mathematics</td><td>male</td><td>33</td><td>90</td><td>80</td><td>29</td></tr><tr><td>student822</td><td>Languages</td><td>female</td><td>37</td><td>9</td><td>54</td><td>86</td></tr><tr><td>student823</td><td>Mathematics</td><td>male</td><td>91</td><td>78</td><td>85</td><td>1</td></tr><tr><td>student824</td><td>Languages</td><td>female</td><td>31</td><td>58</td><td>67</td><td>31</td></tr><tr><td>student825</td><td>Mathematics</td><td>male</td><td>22</td><td>30</td><td>50</td><td>98</td></tr><tr><td>student826</td><td>Languages</td><td>female</td><td>55</td><td>58</td><td>56</td><td>10</td></tr><tr><td>student827</td><td>Mathematics</td><td>male</td><td>56</td><td>76</td><td>57</td><td>53</td></tr><tr><td>student828</td><td>Languages</td><td>female</td><td>1</td><td>12</td><td>98</td><td>81</td></tr><tr><td>student829</td><td>Mathematics</td><td>male</td><td>67</td><td>92</td><td>66</td><td>71</td></tr><tr><td>student830</td><td>Languages</td><td>female</td><td>30</td><td>61</td><td>44</td><td>49</td></tr><tr><td>student831</td><td>Mathematics</td><td>male</td><td>0</td><td>41</td><td>44</td><td>61</td></tr><tr><td>student832</td><td>Languages</td><td>female</td><td>72</td><td>52</td><td>45</td><td>85</td></tr><tr><td>student833</td><td>Mathematics</td><td>male</td><td>60</td><td>99</td><td>12</td><td>94</td></tr><tr><td>student834</td><td>Languages</td><td>female</td><td>83</td><td>58</td><td>75</td><td>42</td></tr><tr><td>student835</td><td>Mathematics</td><td>male</td><td>95</td><td>0</td><td>53</td><td>77</td></tr><tr><td>student836</td><td>Languages</td><td>female</td><td>33</td><td>28</td><td>70</td><td>62</td></tr><tr><td>student837</td><td>Mathematics</td><td>male</td><td>39</td><td>82</td><td>75</td><td>5</td></tr><tr><td>student838</td><td>Languages</td><td>female</td><td>41</td><td>100</td><td>45</td><td>47</td></tr><tr><td>student839</td><td>Mathematics</td><td>male</td><td>81</td><td>69</td><td>27</td><td>29</td></tr><tr><td>student840</td><td>Languages</td><td>female</td><td>90</td><td>1</td><td>26</td><td>49</td></tr><tr><td>student841</td><td>Mathematics</td><td>male</td><td>45</td><td>38</td><td>20</td><td>34</td></tr><tr><td>student842</td><td>Languages</td><td>female</td><td>3</td><td>25</td><td>31</td><td>1</td></tr><tr><td>student843</td><td>Mathematics</td><td>male</td><td>55</td><td>77</td><td>86</td><td>49</td></tr><tr><td>student844</td><td>Languages</td><td>female</td><td>61</td><td>60</td><td>91</td><td>76</td></tr><tr><td>student845</td><td>Mathematics</td><td>male</td><td>80</td><td>85</td><td>74</td><td>9</td></tr><tr><td>student846</td><td>Languages</td><td>female</td><td>63</td><td>89</td><td>73</td><td>71</td></tr><tr><td>student847</td><td>Mathematics</td><td>male</td><td>79</td><td>15</td><td>97</td><td>42</td></tr><tr><td>student848</td><td>Languages</td><td>female</td><td>99</td><td>18</td><td>73</td><td>43</td></tr><tr><td>student849</td><td>Mathematics</td><td>male</td><td>30</td><td>52</td><td>38</td><td>56</td></tr><tr><td>student850</td><td>Languages</td><td>female</td><td>65</td><td>86</td><td>67</td><td>34</td></tr><tr><td>student851</td><td>Mathematics</td><td>male</td><td>73</td><td>43</td><td>6</td><td>55</td></tr><tr><td>student852</td><td>Languages</td><td>female</td><td>42</td><td>43</td><td>51</td><td>73</td></tr><tr><td>student853</td><td>Mathematics</td><td>male</td><td>8</td><td>70</td><td>98</td><td>0</td></tr><tr><td>student854</td><td>Languages</td><td>female</td><td>29</td><td>41</td><td>12</td><td>45</td></tr><tr><td>student855</td><td>Mathematics</td><td>male</td><td>57</td><td>3</td><td>90</td><td>90</td></tr><tr><td>student856</td><td>Languages</td><td>female</td><td>80</td><td>52</td><td>96</td><td>54</td></tr><tr><td>student857</td><td>Mathematics</td><td>male</td><td>43</td><td>83</td><td>82</td><td>46</td></tr><tr><td>student858</td><td>Languages</td><td>female</td><td>7</td><td>91</td><td>71</td><td>31</td></tr><tr><td>student859</td><td>Mathematics</td><td>male</td><td>68</td><td>13</td><td>70</td><td>7</td></tr><tr><td>student860</td><td>Languages</td><td>female</td><td>51</td><td>44</td><td>15</td><td>52</td></tr><tr><td>student861</td><td>Mathematics</td><td>male</td><td>91</td><td>70</td><td>1</td><td>78</td></tr><tr><td>student862</td><td>Languages</td><td>female</td><td>4</td><td>11</td><td>65</td><td>78</td></tr><tr><td>student863</td><td>Mathematics</td><td>male</td><td>20</td><td>63</td><td>55</td><td>85</td></tr><tr><td>student864</td><td>Languages</td><td>female</td><td>59</td><td>3</td><td>87</td><td>26</td></tr><tr><td>student865</td><td>Mathematics</td><td>male</td><td>4</td><td>89</td><td>44</td><td>32</td></tr><tr><td>student866</td><td>Languages</td><td>female</td><td>26</td><td>67</td><td>98</td><td>39</td></tr><tr><td>student867</td><td>Mathematics</td><td>male</td><td>48</td><td>79</td><td>38</td><td>66</td></tr><tr><td>student868</td><td>Languages</td><td>female</td><td>16</td><td>32</td><td>15</td><td>3</td></tr><tr><td>student869</td><td>Mathematics</td><td>male</td><td>13</td><td>20</td><td>50</td><td>85</td></tr><tr><td>student870</td><td>Languages</td><td>female</td><td>4</td><td>92</td><td>20</td><td>39</td></tr><tr><td>student871</td><td>Mathematics</td><td>male</td><td>82</td><td>6</td><td>23</td><td>53</td></tr><tr><td>student872</td><td>Languages</td><td>female</td><td>6</td><td>60</td><td>74</td><td>64</td></tr><tr><td>student873</td><td>Mathematics</td><td>male</td><td>66</td><td>48</td><td>39</td><td>14</td></tr><tr><td>student874</td><td>Languages</td><td>female</td><td>43</td><td>83</td><td>3</td><td>100</td></tr><tr><td>student875</td><td>Mathematics</td><td>male</td><td>21</td><td>49</td><td>9</td><td>0</td></tr><tr><td>student876</td><td>Languages</td><td>female</td><td>79</td><td>80</td><td>71</td><td>80</td></tr><tr><td>student877</td><td>Mathematics</td><td>male</td><td>84</td><td>25</td><td>26</td><td>88</td></tr><tr><td>student878</td><td>Languages</td><td>female</td><td>38</td><td>46</td><td>66</td><td>60</td></tr><tr><td>student879</td><td>Mathematics</td><td>male</td><td>35</td><td>27</td><td>98</td><td>51</td></tr><tr><td>student880</td><td>Languages</td><td>female</td><td>57</td><td>59</td><td>2</td><td>67</td></tr><tr><td>student881</td><td>Mathematics</td><td>male</td><td>76</td><td>87</td><td>78</td><td>8</td></tr><tr><td>student882</td><td>Languages</td><td>female</td><td>21</td><td>40</td><td>8</td><td>17</td></tr><tr><td>student883</td><td>Mathematics</td><td>male</td><td>50</td><td>4</td><td>68</td><td>66</td></tr><tr><td>student884</td><td>Languages</td><td>female</td><td>83</td><td>86</td><td>30</td><td>92</td></tr><tr><td>student885</td><td>Mathematics</td><td>male</td><td>63</td><td>46</td><td>66</td><td>94</td></tr><tr><td>student886</td><td>Languages</td><td>female</td><td>76</td><td>71</td><td>2</td><td>62</td></tr><tr><td>student887</td><td>Mathematics</td><td>male</td><td>74</td><td>18</td><td>68</td><td>6</td></tr><tr><td>student888</td><td>Languages</td><td>female</td><td>65</td><td>77</td><td>44</td><td>88</td></tr><tr><td>student889</td><td>Mathematics</td><td>male</td><td>67</td><td>32</td><td>61</td><td>19</td></tr><tr><td>student890</td><td>Languages</td><td>female</td><td>85</td><td>96</td><td>85</td><td>41</td></tr><tr><td>student891</td><td>Mathematics</td><td>male</td><td>14</td><td>87</td><td>70</td><td>5</td></tr><tr><td>student892</td><td>Languages</td><td>female</td><td>81</td><td>28</td><td>45</td><td>28</td></tr><tr><td>student893</td><td>Mathematics</td><td>male</td><td>9</td><td>19</td><td>18</td><td>83</td></tr><tr><td>student894</td><td>Languages</td><td>female</td><td>40</td><td>70</td><td>2</td><td>4</td></tr><tr><td>student895</td><td>Mathematics</td><td>male</td><td>18</td><td>19</td><td>51</td><td>89</td></tr><tr><td>student896</td><td>Languages</td><td>female</td><td>70</td><td>35</td><td>25</td><td>12</td></tr><tr><td>student897</td><td>Mathematics</td><td>male</td><td>72</td><td>90</td><td>7</td><td>41</td></tr><tr><td>student898</td><td>Languages</td><td>female</td><td>84</td><td>1</td><td>71</td><td>86</td></tr><tr><td>student899</td><td>Mathematics</td><td>male</td><td>14</td><td>2</td><td>38</td><td>86</td></tr><tr><td>student900</td><td>Languages</td><td>female</td><td>78</td><td>37</td><td>60</td><td>1</td></tr><tr><td>student901</td><td>Mathematics</td><td>male</td><td>66</td><td>95</td><td>31</td><td>68</td></tr><tr><td>student902</td><td>Languages</td><td>female</td><td>23</td><td>60</td><td>80</td><td>65</td></tr><tr><td>student903</td><td>Mathematics</td><td>male</td><td>76</td><td>89</td><td>63</td><td>96</td></tr><tr><td>student904</td><td>Languages</td><td>female</td><td>3</td><td>46</td><td>90</td><td>70</td></tr><tr><td>student905</td><td>Mathematics</td><td>male</td><td>65</td><td>44</td><td>96</td><td>79</td></tr><tr><td>student906</td><td>Languages</td><td>female</td><td>68</td><td>77</td><td>8</td><td>65</td></tr><tr><td>student907</td><td>Mathematics</td><td>male</td><td>86</td><td>61</td><td>99</td><td>43</td></tr><tr><td>student908</td><td>Languages</td><td>female</td><td>88</td><td>95</td><td>32</td><td>13</td></tr><tr><td>student909</td><td>Mathematics</td><td>male</td><td>53</td><td>100</td><td>59</td><td>82</td></tr><tr><td>student910</td><td>Languages</td><td>female</td><td>35</td><td>7</td><td>95</td><td>35</td></tr><tr><td>student911</td><td>Mathematics</td><td>male</td><td>23</td><td>0</td><td>1</td><td>77</td></tr><tr><td>student912</td><td>Languages</td><td>female</td><td>9</td><td>68</td><td>72</td><td>63</td></tr><tr><td>student913</td><td>Mathematics</td><td>male</td><td>23</td><td>92</td><td>39</td><td>96</td></tr><tr><td>student914</td><td>Languages</td><td>female</td><td>94</td><td>97</td><td>6</td><td>58</td></tr><tr><td>student915</td><td>Mathematics</td><td>male</td><td>49</td><td>31</td><td>29</td><td>71</td></tr><tr><td>student916</td><td>Languages</td><td>female</td><td>21</td><td>57</td><td>79</td><td>57</td></tr><tr><td>student917</td><td>Mathematics</td><td>male</td><td>0</td><td>35</td><td>100</td><td>89</td></tr><tr><td>student918</td><td>Languages</td><td>female</td><td>64</td><td>82</td><td>75</td><td>52</td></tr><tr><td>student919</td><td>Mathematics</td><td>male</td><td>16</td><td>66</td><td>69</td><td>68</td></tr><tr><td>student920</td><td>Languages</td><td>female</td><td>92</td><td>95</td><td>11</td><td>27</td></tr><tr><td>student921</td><td>Mathematics</td><td>male</td><td>16</td><td>88</td><td>85</td><td>90</td></tr><tr><td>student922</td><td>Languages</td><td>female</td><td>56</td><td>15</td><td>26</td><td>98</td></tr><tr><td>student923</td><td>Mathematics</td><td>male</td><td>78</td><td>27</td><td>40</td><td>17</td></tr><tr><td>student924</td><td>Languages</td><td>female</td><td>95</td><td>10</td><td>44</td><td>32</td></tr><tr><td>student925</td><td>Mathematics</td><td>male</td><td>99</td><td>85</td><td>52</td><td>18</td></tr><tr><td>student926</td><td>Languages</td><td>female</td><td>73</td><td>31</td><td>71</td><td>49</td></tr><tr><td>student927</td><td>Mathematics</td><td>male</td><td>21</td><td>79</td><td>10</td><td>63</td></tr><tr><td>student928</td><td>Languages</td><td>female</td><td>92</td><td>71</td><td>80</td><td>12</td></tr><tr><td>student929</td><td>Mathematics</td><td>male</td><td>23</td><td>29</td><td>33</td><td>88</td></tr><tr><td>student930</td><td>Languages</td><td>female</td><td>41</td><td>8</td><td>98</td><td>84</td></tr><tr><td>student931</td><td>Mathematics</td><td>male</td><td>97</td><td>17</td><td>79</td><td>21</td></tr><tr><td>student932</td><td>Languages</td><td>female</td><td>72</td><td>40</td><td>93</td><td>92</td></tr><tr><td>student933</td><td>Mathematics</td><td>male</td><td>75</td><td>58</td><td>3</td><td>26</td></tr><tr><td>student934</td><td>Languages</td><td>female</td><td>15</td><td>98</td><td>27</td><td>28</td></tr><tr><td>student935</td><td>Mathematics</td><td>male</td><td>76</td><td>88</td><td>80</td><td>6</td></tr><tr><td>student936</td><td>Languages</td><td>female</td><td>84</td><td>23</td><td>42</td><td>92</td></tr><tr><td>student937</td><td>Mathematics</td><td>male</td><td>71</td><td>56</td><td>86</td><td>71</td></tr><tr><td>student938</td><td>Languages</td><td>female</td><td>7</td><td>39</td><td>58</td><td>22</td></tr><tr><td>student939</td><td>Mathematics</td><td>male</td><td>1</td><td>55</td><td>54</td><td>60</td></tr><tr><td>student940</td><td>Languages</td><td>female</td><td>20</td><td>31</td><td>30</td><td>8</td></tr><tr><td>student941</td><td>Mathematics</td><td>male</td><td>97</td><td>54</td><td>41</td><td>81</td></tr><tr><td>student942</td><td>Languages</td><td>female</td><td>83</td><td>41</td><td>86</td><td>64</td></tr><tr><td>student943</td><td>Mathematics</td><td>male</td><td>71</td><td>95</td><td>32</td><td>7</td></tr><tr><td>student944</td><td>Languages</td><td>female</td><td>0</td><td>27</td><td>30</td><td>91</td></tr><tr><td>student945</td><td>Mathematics</td><td>male</td><td>99</td><td>75</td><td>17</td><td>22</td></tr><tr><td>student946</td><td>Languages</td><td>female</td><td>92</td><td>53</td><td>10</td><td>90</td></tr><tr><td>student947</td><td>Mathematics</td><td>male</td><td>4</td><td>44</td><td>94</td><td>32</td></tr><tr><td>student948</td><td>Languages</td><td>female</td><td>0</td><td>97</td><td>48</td><td>79</td></tr><tr><td>student949</td><td>Mathematics</td><td>male</td><td>97</td><td>55</td><td>79</td><td>74</td></tr><tr><td>student950</td><td>Languages</td><td>female</td><td>65</td><td>98</td><td>9</td><td>32</td></tr><tr><td>student951</td><td>Mathematics</td><td>male</td><td>56</td><td>73</td><td>38</td><td>81</td></tr><tr><td>student952</td><td>Languages</td><td>female</td><td>84</td><td>94</td><td>61</td><td>50</td></tr><tr><td>student953</td><td>Mathematics</td><td>male</td><td>48</td><td>20</td><td>77</td><td>0</td></tr><tr><td>student954</td><td>Languages</td><td>female</td><td>39</td><td>98</td><td>14</td><td>20</td></tr><tr><td>student955</td><td>Mathematics</td><td>male</td><td>4</td><td>15</td><td>24</td><td>65</td></tr><tr><td>student956</td><td>Languages</td><td>female</td><td>78</td><td>22</td><td>92</td><td>31</td></tr><tr><td>student957</td><td>Mathematics</td><td>male</td><td>28</td><td>38</td><td>26</td><td>54</td></tr><tr><td>student958</td><td>Languages</td><td>female</td><td>49</td><td>61</td><td>35</td><td>54</td></tr><tr><td>student959</td><td>Mathematics</td><td>male</td><td>81</td><td>15</td><td>28</td><td>17</td></tr><tr><td>student960</td><td>Languages</td><td>female</td><td>54</td><td>80</td><td>58</td><td>2</td></tr><tr><td>student961</td><td>Mathematics</td><td>male</td><td>75</td><td>23</td><td>5</td><td>37</td></tr><tr><td>student962</td><td>Languages</td><td>female</td><td>55</td><td>65</td><td>1</td><td>20</td></tr><tr><td>student963</td><td>Mathematics</td><td>male</td><td>86</td><td>42</td><td>70</td><td>36</td></tr><tr><td>student964</td><td>Languages</td><td>female</td><td>54</td><td>45</td><td>54</td><td>80</td></tr><tr><td>student965</td><td>Mathematics</td><td>male</td><td>38</td><td>18</td><td>69</td><td>92</td></tr><tr><td>student966</td><td>Languages</td><td>female</td><td>33</td><td>89</td><td>46</td><td>83</td></tr><tr><td>student967</td><td>Mathematics</td><td>male</td><td>43</td><td>9</td><td>55</td><td>76</td></tr><tr><td>student968</td><td>Languages</td><td>female</td><td>13</td><td>26</td><td>12</td><td>86</td></tr><tr><td>student969</td><td>Mathematics</td><td>male</td><td>94</td><td>22</td><td>85</td><td>59</td></tr><tr><td>student970</td><td>Languages</td><td>female</td><td>93</td><td>58</td><td>6</td><td>10</td></tr><tr><td>student971</td><td>Mathematics</td><td>male</td><td>35</td><td>72</td><td>85</td><td>36</td></tr><tr><td>student972</td><td>Languages</td><td>female</td><td>37</td><td>51</td><td>96</td><td>93</td></tr><tr><td>student973</td><td>Mathematics</td><td>male</td><td>71</td><td>10</td><td>79</td><td>59</td></tr><tr><td>student974</td><td>Languages</td><td>female</td><td>71</td><td>31</td><td>73</td><td>93</td></tr><tr><td>student975</td><td>Mathematics</td><td>male</td><td>80</td><td>26</td><td>86</td><td>97</td></tr><tr><td>student976</td><td>Languages</td><td>female</td><td>69</td><td>21</td><td>67</td><td>69</td></tr><tr><td>student977</td><td>Mathematics</td><td>male</td><td>38</td><td>86</td><td>10</td><td>39</td></tr><tr><td>student978</td><td>Languages</td><td>female</td><td>48</td><td>90</td><td>39</td><td>81</td></tr><tr><td>student979</td><td>Mathematics</td><td>male</td><td>90</td><td>83</td><td>3</td><td>42</td></tr><tr><td>student980</td><td>Languages</td><td>female</td><td>19</td><td>1</td><td>91</td><td>84</td></tr><tr><td>student981</td><td>Mathematics</td><td>male</td><td>98</td><td>25</td><td>50</td><td>46</td></tr><tr><td>student982</td><td>Languages</td><td>female</td><td>38</td><td>88</td><td>21</td><td>16</td></tr><tr><td>student983</td><td>Mathematics</td><td>male</td><td>71</td><td>48</td><td>18</td><td>43</td></tr><tr><td>student984</td><td>Languages</td><td>female</td><td>79</td><td>85</td><td>18</td><td>16</td></tr><tr><td>student985</td><td>Mathematics</td><td>male</td><td>51</td><td>66</td><td>90</td><td>68</td></tr><tr><td>student986</td><td>Languages</td><td>female</td><td>100</td><td>95</td><td>65</td><td>91</td></tr><tr><td>student987</td><td>Mathematics</td><td>male</td><td>6</td><td>74</td><td>24</td><td>24</td></tr><tr><td>student988</td><td>Languages</td><td>female</td><td>93</td><td>80</td><td>94</td><td>35</td></tr><tr><td>student989</td><td>Mathematics</td><td>male</td><td>65</td><td>78</td><td>57</td><td>94</td></tr><tr><td>student990</td><td>Languages</td><td>female</td><td>27</td><td>92</td><td>21</td><td>91</td></tr><tr><td>student991</td><td>Mathematics</td><td>male</td><td>77</td><td>15</td><td>26</td><td>76</td></tr><tr><td>student992</td><td>Languages</td><td>female</td><td>28</td><td>84</td><td>51</td><td>67</td></tr><tr><td>student993</td><td>Mathematics</td><td>male</td><td>3</td><td>78</td><td>62</td><td>50</td></tr><tr><td>student994</td><td>Languages</td><td>female</td><td>59</td><td>77</td><td>20</td><td>74</td></tr><tr><td>student995</td><td>Mathematics</td><td>male</td><td>62</td><td>66</td><td>8</td><td>75</td></tr><tr><td>student996</td><td>Languages</td><td>female</td><td>88</td><td>70</td><td>33</td><td>43</td></tr><tr><td>student997</td><td>Mathematics</td><td>male</td><td>73</td><td>33</td><td>42</td><td>53</td></tr><tr><td>student998</td><td>Languages</td><td>female</td><td>64</td><td>10</td><td>2</td><td>31</td></tr><tr><td>student999</td><td>Mathematics</td><td>male</td><td>91</td><td>93</td><td>16</td><td>35</td></tr><tr><td>student1000</td><td>Languages</td><td>female</td><td>30</td><td>68</td><td>95</td><td>40</td></tr><tr><td>student1001</td><td>Mathematics</td><td>male</td><td>25</td><td>2</td><td>48</td><td>32</td></tr><tr><td>student1002</td><td>Languages</td><td>female</td><td>50</td><td>77</td><td>53</td><td>81</td></tr><tr><td>student1003</td><td>Mathematics</td><td>male</td><td>67</td><td>44</td><td>10</td><td>65</td></tr><tr><td>student1004</td><td>Languages</td><td>female</td><td>29</td><td>53</td><td>34</td><td>86</td></tr><tr><td>student1005</td><td>Mathematics</td><td>male</td><td>77</td><td>69</td><td>22</td><td>75</td></tr><tr><td>student1006</td><td>Languages</td><td>female</td><td>48</td><td>82</td><td>95</td><td>40</td></tr><tr><td>student1007</td><td>Mathematics</td><td>male</td><td>30</td><td>71</td><td>29</td><td>63</td></tr><tr><td>student1008</td><td>Languages</td><td>female</td><td>45</td><td>31</td><td>4</td><td>71</td></tr><tr><td>student1009</td><td>Mathematics</td><td>male</td><td>81</td><td>12</td><td>20</td><td>44</td></tr><tr><td>student1010</td><td>Languages</td><td>female</td><td>17</td><td>66</td><td>82</td><td>42</td></tr><tr><td>student1011</td><td>Mathematics</td><td>male</td><td>15</td><td>11</td><td>32</td><td>18</td></tr><tr><td>student1012</td><td>Languages</td><td>female</td><td>27</td><td>34</td><td>59</td><td>19</td></tr><tr><td>student1013</td><td>Mathematics</td><td>male</td><td>18</td><td>67</td><td>25</td><td>14</td></tr><tr><td>student1014</td><td>Languages</td><td>female</td><td>24</td><td>64</td><td>52</td><td>24</td></tr><tr><td>student1015</td><td>Mathematics</td><td>male</td><td>36</td><td>87</td><td>48</td><td>46</td></tr><tr><td>student1016</td><td>Languages</td><td>female</td><td>33</td><td>1</td><td>70</td><td>68</td></tr><tr><td>student1017</td><td>Mathematics</td><td>male</td><td>48</td><td>26</td><td>3</td><td>80</td></tr><tr><td>student1018</td><td>Languages</td><td>female</td><td>53</td><td>63</td><td>85</td><td>57</td></tr><tr><td>student1019</td><td>Mathematics</td><td>male</td><td>58</td><td>73</td><td>0</td><td>24</td></tr><tr><td>student1020</td><td>Languages</td><td>female</td><td>85</td><td>90</td><td>81</td><td>0</td></tr><tr><td>student1021</td><td>Mathematics</td><td>male</td><td>69</td><td>28</td><td>52</td><td>76</td></tr><tr><td>student1022</td><td>Languages</td><td>female</td><td>75</td><td>22</td><td>7</td><td>52</td></tr></tbody>
+
+</table>
+<div id="pager" class="pager">
+	<form>
+		<img src="../addons/pager/icons/first.png" class="first"/>
+		<img src="../addons/pager/icons/prev.png" class="prev"/>
+		<input type="text" class="pagedisplay"/>
+		<img src="../addons/pager/icons/next.png" class="next"/>
+		<img src="../addons/pager/icons/last.png" class="last"/>
+		<select class="pagesize">
+			<option selected="selected"  value="10">10</option>
+			<option value="20">20</option>
+			<option value="30">30</option>
+			<option  value="40">40</option>
+		</select>
+	</form>
+</div>
+</body>
+
+</html>
+
diff --git a/public/opac/js/tablesorter/themes/blue/asc.gif b/public/opac/js/tablesorter/themes/blue/asc.gif
new file mode 100644
index 0000000000000000000000000000000000000000..74157867f25acbc146704d43399d6c3605ba7724
Binary files /dev/null and b/public/opac/js/tablesorter/themes/blue/asc.gif differ
diff --git a/public/opac/js/tablesorter/themes/blue/bg.gif b/public/opac/js/tablesorter/themes/blue/bg.gif
new file mode 100644
index 0000000000000000000000000000000000000000..fac668fcf42af844a3af0a239fa638ddbc08443c
Binary files /dev/null and b/public/opac/js/tablesorter/themes/blue/bg.gif differ
diff --git a/public/opac/js/tablesorter/themes/blue/blue.zip b/public/opac/js/tablesorter/themes/blue/blue.zip
new file mode 100644
index 0000000000000000000000000000000000000000..9945a92aa7db393ac3a25aa1e585300d9a65c651
Binary files /dev/null and b/public/opac/js/tablesorter/themes/blue/blue.zip differ
diff --git a/public/opac/js/tablesorter/themes/blue/desc.gif b/public/opac/js/tablesorter/themes/blue/desc.gif
new file mode 100644
index 0000000000000000000000000000000000000000..3b30b3c58eabdb47a1c420ad03c8e30b966cc858
Binary files /dev/null and b/public/opac/js/tablesorter/themes/blue/desc.gif differ
diff --git a/public/opac/js/tablesorter/themes/blue/style.css b/public/opac/js/tablesorter/themes/blue/style.css
new file mode 100644
index 0000000000000000000000000000000000000000..eb41f70c0f896f5367bf6a08da8f0579f101abe1
--- /dev/null
+++ b/public/opac/js/tablesorter/themes/blue/style.css
@@ -0,0 +1,39 @@
+/* tables */
+table.tablesorter {
+	font-family:arial;
+	background-color: #CDCDCD;
+	margin:10px 0pt 15px;
+	font-size: 8pt;
+	width: 100%;
+	text-align: left;
+}
+table.tablesorter thead tr th, table.tablesorter tfoot tr th {
+	background-color: #e6EEEE;
+	border: 1px solid #FFF;
+	font-size: 8pt;
+	padding: 4px;
+}
+table.tablesorter thead tr .header {
+	background-image: url(bg.gif);
+	background-repeat: no-repeat;
+	background-position: center right;
+	cursor: pointer;
+}
+table.tablesorter tbody td {
+	color: #3D3D3D;
+	padding: 4px;
+	background-color: #FFF;
+	vertical-align: top;
+}
+table.tablesorter tbody tr.odd td {
+	background-color:#F0F0F6;
+}
+table.tablesorter thead tr .headerSortUp {
+	background-image: url(asc.gif);
+}
+table.tablesorter thead tr .headerSortDown {
+	background-image: url(desc.gif);
+}
+table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
+background-color: #8dbdd8;
+}
diff --git a/public/opac/js/tablesorter/themes/green/asc.png b/public/opac/js/tablesorter/themes/green/asc.png
new file mode 100644
index 0000000000000000000000000000000000000000..66e39cad0118035e24e5ccb2cc9795ac936746d3
Binary files /dev/null and b/public/opac/js/tablesorter/themes/green/asc.png differ
diff --git a/public/opac/js/tablesorter/themes/green/bg.png b/public/opac/js/tablesorter/themes/green/bg.png
new file mode 100644
index 0000000000000000000000000000000000000000..ca8371613db5c1b137052cd1d5690cecbf46005d
Binary files /dev/null and b/public/opac/js/tablesorter/themes/green/bg.png differ
diff --git a/public/opac/js/tablesorter/themes/green/desc.png b/public/opac/js/tablesorter/themes/green/desc.png
new file mode 100644
index 0000000000000000000000000000000000000000..431f63abd4482f92e4142d6770db8169590a14af
Binary files /dev/null and b/public/opac/js/tablesorter/themes/green/desc.png differ
diff --git a/public/opac/js/tablesorter/themes/green/green.zip b/public/opac/js/tablesorter/themes/green/green.zip
new file mode 100644
index 0000000000000000000000000000000000000000..6a14d240a1af85a6b11d71a6a59257a39f04a776
Binary files /dev/null and b/public/opac/js/tablesorter/themes/green/green.zip differ
diff --git a/public/opac/js/tablesorter/themes/green/style.css b/public/opac/js/tablesorter/themes/green/style.css
new file mode 100644
index 0000000000000000000000000000000000000000..4a545898a59ef6078c7be27b78010c5bebed4d4a
--- /dev/null
+++ b/public/opac/js/tablesorter/themes/green/style.css
@@ -0,0 +1,39 @@
+table.tablesorter {
+	font-size: 12px;
+	background-color: #4D4D4D;
+	width: 1024px;
+	border: 1px solid #000;
+}
+table.tablesorter th {
+	text-align: left;
+	padding: 5px;
+	background-color: #6E6E6E;
+}
+table.tablesorter td {
+	color: #FFF;
+	padding: 5px;
+}
+table.tablesorter .even {
+	background-color: #3D3D3D;
+}
+table.tablesorter .odd {
+	background-color: #6E6E6E;
+}
+table.tablesorter .header {
+	background-image: url(bg.png);
+	background-repeat: no-repeat;
+	border-left: 1px solid #FFF;
+	border-right: 1px solid #000;
+	border-top: 1px solid #FFF;
+	padding-left: 30px;
+	padding-top: 8px;
+	height: auto;
+}
+table.tablesorter .headerSortUp {
+	background-image: url(asc.png);
+	background-repeat: no-repeat;
+}
+table.tablesorter .headerSortDown {
+	background-image: url(desc.png);
+	background-repeat: no-repeat;
+}
\ No newline at end of file
diff --git a/tests/application/modules/opac/controllers/AbonneControllerPretsTest.php b/tests/application/modules/opac/controllers/AbonneControllerPretsTest.php
index 5fe7e48e188da105ac1ac1ed2d7be5acc362252f..00428eecfdf7d7612d667f5f37833e2563cc2487 100644
--- a/tests/application/modules/opac/controllers/AbonneControllerPretsTest.php
+++ b/tests/application/modules/opac/controllers/AbonneControllerPretsTest.php
@@ -69,7 +69,7 @@ class AbonneControllerPretsListTwoPretsTest extends AbstractAbonneControllerPret
 		$potter = new Class_WebService_SIGB_Emprunt('12', new Class_WebService_SIGB_Exemplaire(123));
 		$potter->getExemplaire()->setTitre('Potter');
 		$potter->parseExtraAttributes(array(
-																				'Dateretourprevue' => '29/10/2010',
+																				'Dateretourprevue' => '29/10/2022',
 																				'Section' => 'Espace jeunesse',
 																				'Auteur' => 'JK Rowling',
 																				'Bibliotheque' => 'Astrolabe',
@@ -116,8 +116,22 @@ class AbonneControllerPretsListTwoPretsTest extends AbstractAbonneControllerPret
 		$this->assertQueryContentContains("div.abonneTitre", 'FloFlo');
 	}
 
+
+	/** @test */
+	public function tableShouldHaveClassTableSorter() {
+		$this->assertXPath('//table[@class="tablesorter"]');
+	}
+
+
+	/** @test */
+	public function tableSorterShouldBeLoaded() {
+		$this->assertXPath('//script[contains(@src, "tablesorter.min")]');
+		$this->assertXPath('//link[contains(@href, "tablesorter/themes/blue/style.css")]');
+		$this->assertXPathContentContains('//script', '$(".tablesorter").tablesorter()');
+	}
+
 	public function testViewTitreAlice() {
-		$this->assertXPathContentContains("//tr[2]//td", 'Alice');
+		$this->assertXPathContentContains("//tr[2][@class=\"pret_en_retard\"]//td", 'Alice');
 	}
 
 	public function testViewBibAliceIsAlmont() {
@@ -138,7 +152,7 @@ class AbonneControllerPretsListTwoPretsTest extends AbstractAbonneControllerPret
 	}
 
 	public function testViewTitrePotter() {
-		$this->assertXPathContentContains("//tr[3]//td", 'Potter');
+		$this->assertXPathContentContains("//tr[3]//td", 'Potter', $this->_response->getBody());
 	}
 
 	public function testViewBibPotterIsAstrolabe() {
@@ -149,8 +163,8 @@ class AbonneControllerPretsListTwoPretsTest extends AbstractAbonneControllerPret
 		$this->assertXPathContentContains("//tr[3]//td", 'JK Rowling');
 	}
 
-	public function testViewDateRetourPotterIsTwentyNineOctober() {
-		$this->assertXPathContentContains("//tr[3]//td", '29/10/2010');
+	public function testViewDateRetourPotterIsTwentyNineOctober2022() {
+		$this->assertXPathContentContains("//tr[3][not(@class)]//td", '29/10/2022');
 	}
 
 	public function testLinkProlongerForPotter() {
@@ -213,6 +227,18 @@ class AbonneControllerPretsListReservationTest extends AbstractAbonneControllerP
 	}
 
 
+	/** @test */
+	public function tableShouldHaveClassTableSorter() {
+		$this->assertXPath('//table[@class="tablesorter"]');
+	}
+
+
+	/** @test */
+	public function tableSorterShouldBeLoaded() {
+		$this->assertXPath('//script[contains(@src, "tablesorter.min")]');
+	}
+
+
 	/** @test */
 	public function titreShouldBePotter() {
 		$this->assertXPathContentContains('//tr[2]//td', 'Potter');