// JavaScript Document
function changeUrl() 
{
	var redirect;
	redirect = document.getElementById('Tags').value;
	document.location.href = "http://thehalogroup.net/blog/index.cfm?mode=cat&category_id=" + redirect;
}			

function changeUrlAuth() 
{					
	var redirect;
	redirect = document.getElementById('Auth').value;
	document.location.href = "http://thehalogroup.net/blog/index.cfm?uname=" + redirect;
}

function changeUrl2() 
{
	var redirect;
	redirect = document.getElementById('Month').value;
	document.location.href = redirect;
}