
			$(function()
			{
				$("a.button").each(function(o)
				{
					
				if(document.location.href == this || (this=="http://"+document.location.host+"/index.php" && document.location.href == "http://"+document.location.host+"/"))
						$(this).addClass("active");
				});
			});


