function check()
{
	var url=$j('#gametitle').val();
	if(url != '')
	 {
		top.location.href=url;
	 }
}

