function go_site(take) {
	location.href="inc.php?inc="+take;
}

function go_site2(take2) {
	location.href="bbs.php?table="+take2;
}

function go_site3(take3, take4) {
	location.href="bbs.php?table="+take3+"&category="+take4;
}