// random image loader

// development image array
var DevImage = new Array()
// *old communityDevImage[0] = 'new_sidebarBelden.gif" height="434"';
// *old communityDevImage[1] = 'new_sidebarBella.gif" height="434"';
// *old communityDevImage[1] = 'new_sidebar2300.gif" height="424"';
DevImage[0] = 'new_sidebar600LSD.gif" height="436"';
DevImage[1] = 'new_sidebar565Quincy.gif" height="501"';
DevImage[2] = 'new_sidebarUnionRow.gif" height="437"';
DevImage[3] = 'new_sidebarHartlandII.gif" height="437"';

// URL link array
var LinkArray = new Array()
// *old communityLinkArray[0] = "http://www.belgraviagroup.com/belden_centre/index.html";
// *old communityLinkArray[1] = "http://www.belgraviagroup.com/bella/index.html";
// *old community LinkArray[1] = "http://belgraviagroup.com/2300cw/2300cw_get_info.html";
LinkArray[0] = "http://www.600northlakeshoredrive.com";
LinkArray[1] = "http://belgraviagroup.com/565quincy/index.php";
LinkArray[2] = "http://belgraviagroup.com/unionrow/index.php";
LinkArray[3] = "http://www.hartlandparkchicago.com";


var ArrayLength = DevImage.length;
var whichImage = Math.round(Math.random()*(ArrayLength-1));

document.write('<a href="'+LinkArray[whichImage]+'"><img src="images/dev_images/'+DevImage[whichImage]+'" width="137" border="0"></a><br><br>');