// Setup array to display random images.

images = new Array(1);

images[0] = "<img src='images/box_right_home_yvc.gif' alt='PHP contractor for web development in Toronto' width='155' height='351' usemap='#box_right_home_bps' style='border-style:none'>";

images[1] = "<img src='images/box_right_home_bps.gif' alt='PHP contractor for web development in Toronto' width='155' height='351' usemap='#box_right_home_bps' style='border-style:none'>";

index = Math.floor(Math.random() * images.length);

