<!--
tip = new Array

<!-- magification -->
tip[1]="<table width='100%' border='0'>"+
					"<tr>"+
						"<td><img src='images/featured_project.gif' width='221' height='44' border='0' alt='Featured Project'></td>"+
					"</tr>"+
					"<tr>"+
						"<td>"+
						"<img src='images/project_airport.gif' width='274' height='130' border='0' alt='Toronto International Airport'>"+
						"</td>"+
					"</tr>"+
					"<tr>"+
						"<td height='25' valign='middle'>"+
						"<img src='images/sb_torontoairport.gif' width='187' height='11' border='0' alt='Toronto International Airport'>"+
						"</td>"+
					"</tr>"+
					"<tr>"+
						"<td valign='middle'>"+
						"<p class='featured'>Hart-Well has been on-site at the airport over the past eighteen years providing maintenance"+ 
						"and new construction in the existing terminal buildings and throughout the airside outer buildings...</p>"+
						"</td>"+
					"</tr>"+
					"<tr>"+
						"<td height='100%' valign='bottom'>"+
						"<a href='featured_projects.html#airport'>"+
						"<img src='images/project_details.gif' width='284' height='25' border='0' alt='Project Details'></a></td>"+
					"</tr>"+
				"</table>"
	  
tip[2]="<table width='100%' border='0'>"+
					"<tr>"+
						"<td><img src='images/featured_project.gif' width='221' height='44' border='0' alt='Featured Project'></td>"+
					"</tr>"+
					"<tr>"+
						"<td><img src='images/project_waterplant.gif' width='274' height='130' border='0' alt='Water Treatment Plant'>"+
						"</td>"+
					"</tr>"+
					"<tr>"+
						"<td height='25' valign='middle'>"+
						"<img src='images/sb_waterplant.gif' width='267' height='11' border='0' alt='Water Treatment Plant'></td>"+
					"</tr>"+
					"<tr>"+
						"<td valign='middle'><p class='featured'>York Region communities as far north as Aurora and Newmarket, as far west as "+ 
							"Vaughan in Woodbridge, and including Richmond Hill and Markham and the Neighboring communities of Pickering and Ajax "+
							"in Durham Region, are connected to the Duffin Creek Water Pollution Control Plant (WPCP) located in the City of "+
							"Pickering on the shores of Lake Ontario...</p>"+
						"</td>"+
					"</tr>"+
					"<tr>"+
						"<td height='100%' valign='bottom'>"+
						"<a href='featured_projects.html#waterplant'>"+
						"<img src='images/project_details.gif' width='284' height='25' border='0' alt='Project Details'></a></td>"+
					"</tr>"+
				"</table>"
									
tip[3]="<table width='100%' border='0'>"+
					"<tr>"+
						"<td><img src='images/featured_project.gif' width='221' height='44' border='0' alt='Featured Project'></td>"+
					"</tr>"+
					"<tr>"+
						"<td><img src='images/project_wonderland.gif' width='274' height='130' border='0' alt='Canadas Wonderland'></td>"+
					"</tr>"+
					"<tr>"+
						"<td height='25' valign='middle'>"+
						"<img src='images/sb_wonderland.gif' width='132' height='11' border='0' alt='Canadas Wonderland'></td>"+
					"</tr>"+
					"<tr>"+
						"<td valign='middle'><p class='featured'>"+
						"The Park consists of rides, amusement centers, games and retail outlets and requires an infrastructure similar"+
						"to that of a small city. Hart-Well Electrical has been a part of building that infrastructure over the past"+ 
						"eighteen years...</p>"+
						"</td>"+
					"</tr>"+
					"<tr>"+
						"<td height='100%' valign='bottom'>"+
						"<a href='featured_projects.html#wonderland'>"+
						"<img src='images/project_details.gif' width='284' height='25' border='0' alt='Project Details'></a></td>"+
					"</tr>"+
				"</table>"

random_num = (Math.round((Math.random()*2)+1))

document.write(tip[random_num]);
-->

