function getRandomBanner()

{

var position = Math.floor(Math.random() * 6);
if(position)
document.write("<img src='/Portals/147859/images/home_header" + position + ".jpg' width='652' height='214' border='0' alt='quality computers and IT services for connecticut businesses' />");
else
document.write("<img src='/Portals/147859/images/home_header.jpg' width='652' height='214' border='0' alt='quality computers and IT services for connecticut businesses' />");
};
