var how_many = 5;
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>Construction</h3>"+

"      We know as much about the details of running your business as you do – because we have been focused on the construction industry...<br /><br />"+
"	  <a href=\"i_construction.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>Healthcare</h3>"+

"      Shrinking revenues, rising costs, increased scrutiny of the uninsured, changing Medicare / Medicaid programs, regulatory compliance, consolidation, information security...<br /><br />"+
"	  <a href=\"i_healthcare.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>Manufacturing & Fabrication</h3>"+

"      In today’s marketplace, it is increasingly difficult to increase profits and shareholder value. Every day you face external pressures on your growth...<br /><br />"+
"	  <a href=\"i_manufacturing_fabrication.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>Non Profits</h3>"+

"      At McManamon  &amp; Co., LLC, we understand the challenges you face and have developed  customized services for the not-for-profit industry designed to optimize  organizational performance.<br /><br />"+
"	  <a href=\"i_nonprofits.htm\" class=\"green_link\">Read more...</a>"+
"    </font></td>"+
"  </tr>"+
"  <tr valign=\"top\">"+
"    <td>&nbsp;</td>"+
"  </tr>"+

"</table>")
}

if (pick==5) {
document.write("<table align=\"center\" width=\"80%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">"+
"  <tr valign=\"top\">"+
"    <td><p><font color=\"3c3939\"><h3>Professional Services</h3>"+

"      Although superior service is central to a successful professional practice, we believe management by strategic planning, goal setting and task completion can move a firm strongly forward.<br /><br />"+
"	  <a href=\"i_professional_service.htm\" class=\"green_link\">Read more...</a>"+
"    </font></td>"+
"  </tr>"+
"  <tr valign=\"top\">"+
"    <td>&nbsp;</td>"+
"  </tr>"+

"</table>")

}
