var backgroundSrcs = new Array("home_bg_1.jpg","home_bg_2.jpg","home_bg_3.jpg","home_bg_4.jpg","home_bg_5.jpg","home_bg_6.jpg","home_bg_7.jpg","home_bg_8.jpg")
var homeContent = new Array();
homeContent[0] = '<img src="/Portals/_default/Skins/home/images/home_tag_1.gif" alt="Finding Smarter Solutions" width="343" height="25" /><p>EMSolutions Inc. is a dynamic, certified small business, committed to providing unparalleled service to the Government sector. EMSolutions has been providing engineering, science and advanced technology solutions for the defense, security, intelligence and manufacturing industries since 2000. <a href="/About-Us.aspx">Find out more.</a></p>';
homeContent[1] = '<img src="/Portals/_default/Skins/home/images/home_tag_2.gif" alt="Keeping Your Program Safe" width="343" height="25" /><p>EMSolution&rsquo;s Program Protection Planning (PPP) is an industry leading program wide security methodology.<br /><a href="/Solutions/Program-Protection-Planning.aspx">See how EMSolutions can help protect your program today.</a></p>';
homeContent[2] = '<img src="/Portals/_default/Skins/home/images/home_tag_3.gif" alt="&ldquo;Training Is Everything.&rdquo; -Mark Twain" width="343" height="25" /><p>EMSolutions understands the importance of training.  That is why we excel at providing the highest quality training programs and materials for our customers. <a href="/Solutions/Logistics/Training.aspx">Find out more.</a></p>';
homeContent[3] = '<img src="/Portals/_default/Skins/home/images/home_tag_4.gif" alt="Safeguarding Your Information" width="343" height="25" /><p>Cybercrime is one of the fastest growing threats to government and commercial organizations.  EMSolutions can ensure your organization&rsquo;s valuable data remains safe. <a href="/Solutions/Information-Technology/Information-Assurance.aspx">Find out more.</a></p>';
homeContent[4] = '<img src="/Portals/_default/Skins/home/images/home_tag_5.gif" alt="Simplifying A Complex World" width="343" height="25" /><p>EMSolutions Modeling, Simulation, &amp; Analysis Team has the knowledge, facilities and experience to provide superior analysis.  <a href="/Solutions/Modeling-Simulation.aspx">See the broad range of abilities the EMS M, S &amp; A team possesses.</a></p>';
homeContent[5] = '<img src="/Portals/_default/Skins/home/images/home_tag_6.gif" alt="Solving Tough Problems" width="343" height="25" /><p>Program Offices face many difficult technical challenges.  EMSolutions is here to provide answers.  <a href="/Solutions/Engineering.aspx">See how working with EMSolutions can assist your organization.</a></p>';
homeContent[6] = '<img src="/Portals/_default/Skins/home/images/home_tag_7.gif" alt="Ensuring Your Supplies" width="343" height="25" /><p>EMSolutions has expertise  in performance based logistics.  We understand the importance of on-time supply management and its critical role in sustainable warfighting capability.<br /> <a href="/Solutions/Logistics.aspx">Find out more.</a></p>';
homeContent[7] = '<img src="/Portals/_default/Skins/home/images/home_tag_9.gif" alt="Biometrics Solutions" width="343" height="25" /><p>EMSolutions has worked to define the current &ldquo;As-Is&rdquo; picture and the &ldquo;To-Be&rdquo; vision for a biometrically enabled environment for the Warfighter. <a href="/Solutions/Biometrics.aspx">Find out more.</a></p>';

function homeBanner()
{
var i = (Math.round(Math.random()*(backgroundSrcs.length-1)));
var bgimage = backgroundSrcs[i];
document.getElementById("col_top").style.backgroundImage = "url('/Portals/_default/Skins/home/images/" + bgimage + "')";
var content = homeContent[i];
document.getElementById("col_top").innerHTML = content;
}