// Áö³­È£ º¸±â
function goLastzine(obj)
{
	location.replace(obj.options[obj.selectedIndex].value);
}
