/****************************************************
*		Copyright 2007 FFXISQUARE.COM				*
*			CREATED ON 1/19/2007					*
*													*
*		Some simple scripts to help out				*
8		with the site flow							*
*****************************************************/


//navigate through the news archive
function view_archive (section, subsect) {
	var month = document.archive.month.value;
	var year = document.archive.year.value;
	window.location.href = "./?section=" + section + "&subsect=" + subsect + "&month=" + month + "&year=" + year;
}
