// JavaScript Document
function land(num) 
{
	  
	window.location.href = "categoryindex.php?txt_category=" + num + "&txt_key=" + 'key';
} 
