$(document).ready(function(){	if (urlParameter('list') != 'all'){    		location.href = location.href + '?list=all';    	}});