/* Copyright (c) 2009 Spil Games; Includes also: jQuery by John Resig (jquery.com) and several jQuery plugins. */;var loadOrderingBar=function(url_template,sorting){if(sorting==undefined){$('#results_limiter').change(function(){window.location=SPI.sprintf(url_template,$('#results_limiter').val());return false;});}else{$('#sort_by_1').click(function(){window.location=SPI.sprintf(url_template,$('#results_limiter').val(),1);return false;});$('#sort_by_2').click(function(){window.location=SPI.sprintf(url_template,$('#results_limiter').val(),2);return false;});$('#sort_by_3').click(function(){window.location=SPI.sprintf(url_template,$('#results_limiter').val(),3);return false;});$('#results_limiter').change(function(){window.location=SPI.sprintf(url_template,$('#results_limiter').val(),sorting);return false;});}};
