number = 0;

var gallery = [];

gallery[number++] = "<a href='/what-we-do/network-implementations'><img src='/Portals/102874/images/network_implementation_small.png' alt='' align='left' width='71' height='68'></a><p style='margin-top: 0pt;'><a href='/what-we-do/network-implementations'>A disciplined methodology for each project accelerates successful delivery of a fully tested environment.</a></p>";

gallery[number++] = "<a href='/what-we-do/unified-communications'><img longdesc='undefined' src='/Portals/102874/images/unified_communications_small.png' alt='' align='left' width='71' height='68'></a><p style='margin-top: 0px;'><a href='/what-we-do/unified-communications'>Reduce operating costs through a well planned unified communication network improving business operations with sustainability.</a></p>";

var randomGallery = function() {

var position = Math.floor(Math.random() * number);

document.getElementById("bottom_gallery").innerHTML = gallery[position];

}


$(document).ready(function(){

var col2 = $('#foxboro_three-column #foxboro_col2').detach();
col2.appendTo('#foxboro_three-column');

col2.addClass("moved");

randomGallery();
})
