function RunProjectsRandom()
{

var projects=new Array()

projects[0]='<table width="220" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="images/title_projects2.gif" width="152" height="19"><br><br><img src="images/projects_lions.jpg" width="232" height="130" border="0"></td></tr><tr><td height="7" valign="top"></td></tr><tr><td valign="top"><strong>Lions Manor</strong> - Repointing, tension cable inspection and documentation.</td></tr></table>'

projects[1]='<table width="220" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="images/title_projects2.gif" width="152" height="19"><br><br><img src="images/projects_marbury.jpg" width="232" height="130" border="0"></td></tr><tr><td height="7" valign="top"></td></tr><tr><td valign="top"><strong>Marbury</strong> - Balcony repair, block replacement, slip rail system.</td></tr></table>'

projects[2]='<table width="220" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="images/title_projects2.gif" width="152" height="19"><br><br><img src="images/projects_summerland.jpg" width="232" height="130" border="0"></td></tr><tr><td height="7" valign="top"></td></tr><tr><td valign="top"><strong>Summerland</strong> - Parkade, restoration/repair.</td></tr></table>'

projects[3]='<table width="220" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="images/title_projects2.gif" width="152" height="19"><br><br><img src="images/projects_holiday.jpg" width="232" height="130" border="0"></td></tr><tr><td height="7" valign="top"></td></tr><tr><td valign="top"><strong>Holiday Tower </strong> - Epoxy injection, caulking replacement.</td></tr></table>'

var whichproject=Math.floor(Math.random()*(projects.length))
document.write(projects[whichproject])
}


function RunProjectsRandom2()
{

var projects2=new Array()

projects2[0]='<img src="/images/projects_lions2.jpg" width="169" height="95"><br><br><strong>Lions Manor</strong> - Repointing, tension cable inspection and documentation.'

projects2[1]='<img src="/images/projects_holiday2.jpg" width="169" height="95"><br><br><strong>Holiday Tower</strong>  - Epoxy injection, caulking replacement.'

projects2[2]='<img src="/images/projects_marbury2.jpg" width="169" height="95"><br><br><strong>Marbury</strong> - Balcony repair, block replacement, slip rail system.'

projects2[3]='<img src="/images/projects_summerland2.jpg" width="169" height="95"><br><br><strong>Summerland</strong> - Parkade, restoration/repair.'

var whichproject2=Math.floor(Math.random()*(projects2.length))
document.write(projects2[whichproject2])
}


function RunLogo()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="194" height="173">\n');
document.write('<param name="movie" value="building.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<embed src="building.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="194" height="173"></embed>\n');
document.write('</object>\n');
}



