var how_many = 4;
var maxm1 = how_many - 1;
//var now = new Date()
//var sec = now.getSeconds()
//var pick = sec % how_many;
//pick +=1;
pick = Math.round(Math.random()*maxm1) + 1;


if (pick==1) {
document.write("<table align=\"center\" width=\"80%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">"+
"  <tr valign=\"top\">"+
"    <td><p><font color=\"3c3939\"><h3>Bankruptcy & Insolvency Services</h3>"+

"      McManamon & Co., LLC possesses the knowledge and experience required to assist businesses, creditors, trustees, receivers and attorneys as they deal with financial trouble.<br /><br />"+
"	  <a href=\"l_bankruptcy_insolvency.htm\" class=\"green_link\">Read more...</a>"+
"    </font></td>"+
"  </tr>"+
"  <tr valign=\"top\">"+
"    <td>&nbsp;</td>"+
"  </tr>"+

"</table>")
}

if (pick==2) {
document.write("<table align=\"center\" width=\"80%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">"+
"  <tr valign=\"top\">"+
"    <td><p><font color=\"3c3939\"><h3>Construction Claims Consulting</h3>"+

"      Unfortunately, cost overruns and construction claims are inevitable. McManamon & Co., LLC can assist contractors and their attorneys...<br /><br />"+
"	  <a href=\"l_construction_claims.htm\" class=\"green_link\">Read more...</a>"+
"    </font></td>"+
"  </tr>"+
"  <tr valign=\"top\">"+
"    <td>&nbsp;</td>"+
"  </tr>"+

"</table>")
}

if (pick==3) {
document.write("<table align=\"center\" width=\"80%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">"+
"  <tr valign=\"top\">"+
"    <td><p><font color=\"3c3939\"><h3>Economic Damages Consulting</h3>"+

"      Whether you are or you represent a plaintiff or a defendant, we are here to help you by gaining an understanding of...<br /><br />"+
"	  <a href=\"l_economic_damages.htm\" class=\"green_link\">Read more...</a>"+
"    </font></td>"+
"  </tr>"+
"  <tr valign=\"top\">"+
"    <td>&nbsp;</td>"+
"  </tr>"+

"</table>")
}

if (pick==4) {
document.write("<table align=\"center\" width=\"80%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">"+
"  <tr valign=\"top\">"+
"    <td><p><font color=\"3c3939\"><h3>Fraud & Forensic Services</h3>"+

"      The best time to deal with fraud is before it occurs. Through a fraud risk assessment, McManamon & Co., LLC can help companies analyze their system of operations...<br /><br />"+
"	  <a href=\"l_fraud_forensic.htm\" class=\"green_link\">Read more...</a>"+
"    </font></td>"+
"  </tr>"+
"  <tr valign=\"top\">"+
"    <td>&nbsp;</td>"+
"  </tr>"+

"</table>")
}

