Firstly go notepad copy and paste this code into it edit it to you likes then save it as suspended.html uploaded it to all the domains and when there going o get suspended just redirect the page to www.cilentsdomain.com/suspended.html
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Account Suspended on yourdomain.com</title>
<style>
a { font-family: arial, verdana; font-size: 14px; color: #000000; text-decoration: none; }
a:hover { text-decoration: underline; }
body { background-color: #FFF; font-family: arial, verdana, sans-serif; font-size: 14px;}
.cellheader { border-top: 1px #374646 solid; border-left: 1px #374646 solid; border-right: 1px #374646 solid; border-bottom: 1px #374646 solid; font-family: verdana, arial; font-size: 20pt; font-weight: normal; color: #F1F1F1; }</style>
</head>
<body>
<table width="100%" align="center" bgcolor="#ffffff" border="0">
<tbody>
<tr class="cellheader">
<td bgcolor="#788298">
<center><strong>
This Account Has Been Suspended.</strong></center></td></tr></tbody></table>
<center>
Please contact billing/support center A.S.A.P
<center>Billing@yourdomain.com</center>
<br /><br />
<br /><br />
<br /><br />
<br /><br />
<br /><br />
<br /><br />
<br /><br />
</center>
</body>
</html>