/* ---------------------------------------------------------------------------
 * SCRIPT MADE BY EL PRESY EXCLUSIVELY FOR GTA-DOWNLOADS.COM AND NFSNETWORK.IT
 * All the data and routines of this script are covered by
 * copyright and the reproduction and/or copy is forbidden
 * ---------------------------------------------------------------------------
 * Last Revision: 13/08/2009
 * ---------------------------------------------------------------------------
 */
$(document).ready(function(){rO=function(a){$.post("/ajax/ordinamento.php",{colonna:a},function(){window.location.reload()})};$("#name").click(function(){rO("name")}).addClass("ordinamento");$("#date").click(function(){rO("date")}).addClass("ordinamento");$("#downloads").click(function(){rO("downloads")}).addClass("ordinamento")});
