// JavaScript Document
function RefreshPage()
{
	window.location = "forum.php?sort="+$("sortSelect").value+"&max="+$("maxSelect").value;
}

function OnForumLoad()
{
	GoogleAjaxSearchOnLoad();
}

Event.observe(window, 'load', function(){ OnForumLoad(); });