/**
 * @author web
 */
function listClients(id)
{
	var basePath = 'http://blmllc.com/'
	//alert("here");
	//alert(id);
	//return false;
	window.location=basePath+"bottomline_our_success.php?cid="+id+"&p=1";
}
