<script>
jQuery(document).ready(function ($) {
$("#index").click(function () {
document.cookie = "flow=index; path=/";
return false;
});
$("#index/newall/").click(function () {
document.cookie = "flow=index/newall/; path=/";
return false;
});
$("#index/top/").click(function () {
document.cookie = "flow=index/top; path=/";
return false;
});
$("#feed").click(function () {
document.cookie = "flow=feed; path=/";
return false;
});
});
</script>
Ссылка: