function changeCatOrder(o) {
	$.cookie('cat_order',o,{path:'/',domain:'.rtlklub.hu'});
	document.location.href = document.location.href;
}
