// JavaScript Document

<!--

// randomizer

// determine which content

var textBrick = new Array();

textBrick[0] = new Array('Expect it all, get more.', 'From a 2-car heated garage to an oversized soaking tub, the townhomes of Union Row offer virtually every amentity available &ndash; starting in the mid $500\'\s. <a href="features.php">Click here</a> to see what else you can expect in your new Belgravia home.');

textBrick[1] = new Array('A Beautiful Blend of Location and Style.', 'Located in one of the city\'\s most energized &quot;new&quot; neighborhoods and only  minutes south of the Loop, Union Row is right where you want to be. Imagine being surrounded by all the restaurants, shopping, entertainment and conveniences that you\'ve\  ever wanted in a location. <a href="area_map.php">Click here</a> to familiarize yourself with all that your neighborhood has to offer.');

textBrick[2] = new Array('35 Townhomes near University Village.', 'Expertly-designed floorplans, landscaped yards, courtyards, and roof decks await. <a href="site_plan.php">Click here</a> to explore our site plan and discover the locations of each of our units.');

textBrick[3] = new Array('See yourself here. The Townhomes of Union Row.', 'Our 3-4 bedroom new construction townhomes deliver a stunning combination of <a href="floorplans.php">housing styles</a> and <a href="features.php">building amenities</a>. To view an artistic rendering of our finished homes, <a href="#" onclick="MM_openBrWindow(\'rendering.html\',\'TheTownhomesofUnionRow\',\'width=710,height=447,scrollbars=no,resizeable=yes\')">click here</a>.'); 

textBrick[4] = new Array('See yourself here. The Townhomes of Union Row.', 'Our 3-4 bedroom new construction townhomes deliver a stunning combination of <a href="floorplans.php">housing styles</a> and <a href="features.php">building amenities</a>. To view an artistic rendering of our finished homes relative to their location on the site plan, <a href="javascript:;" onclick="MM_openBrWindow(\'rendering_with_plan.html\',\'TheTownhomesofUnionRow\',\'width=906,height=447,scrollbars=no,resizeable=yes\')">click here</a>.');


var whichSidebar = Math.round(Math.random()*(5 -1));



function loadSidebar() {
	
	if(whichSidebar == 3)
	document.write('<div id="sidebarTop_01">'+'<a href="javascript:;" onclick="MM_openBrWindow(\'rendering.html\',\'TheTownhomesofUnionRow\',\'width=710,height=447,scrollbars=no,resizeable=yes\')">'+'<img src="images/sidebar_'+(whichSidebar + 1)+'.jpg" /></a>');
	else if(whichSidebar == 4)
	document.write('<div id="sidebarTop_01">'+'<a href="javascript:;" onclick="MM_openBrWindow(\'rendering_with_plan.html\',\'TheTownhomesofUnionRow\',\'width=906,height=447,scrollbars=no,resizeable=yes\')">'+'<img src="images/sidebar_'+(whichSidebar + 1)+'.jpg" /></a>');
	else 	document.write('<div id="sidebarTop_01">'+'<img src="images/sidebar_'+(whichSidebar + 1)+'.jpg" />');
	
	document.write('<div id="sidebarTopContent">');
	
	// if(whichSidebar == 3)
	// document.write('<h1 style = "margin-top:35px">'+textBrick[whichSidebar][0]+'</h1>');
	// else 
	document.write('<h1>'+textBrick[whichSidebar][0]+'</h1>');
	
	document.write('<div>'+textBrick[whichSidebar][1]+'</div>');
	document.write('</div>');
	document.write('</div>');


}

//-->

	
		
			