function selectmenuonchange()
{
	var valfromform = $("select[name='cats']").val();
	document.location = "http://battlepedia.thedailyneopets.com/index.php/oneplayer/index/"+valfromform+"/";
}