// JavaScript Document

function count_click(client)
{
	window.open(client);
	return false;
}



