function get_input()
{
	domain_value = document.getElementById('domain').value;
	testid = document.getElementById('url');
	testid.innerHTML = '<a href="http://tool.136z.com/Rank/" target="_blank"><img src="http://pr.chinacode.com/getpr/?url='+domain_value+'" width=66 height=13 border=0 align=absmiddle></a>';
	//alert(domain_value);

	return;
}