// JavaScript Document
var base="http://www.colliers-international.com/Websites/bramptonindustrial"
document.write
(
	  	'<h2>Featured Listings</h2>\n'+
        
        '<p>\n'+
        '<span class="date">N/A Ironside Drive, Brampton ON - </span>\n'+
       	'<a href="'+base+'/listings/ironSide.htm">\n'+
		'Bovaird widened - 5 lanes, Rail available, Superior architectural precast, glass curtain wall, 7" reinforced concrete dolly pads, 2 signalized access roads (Bovaird & Hurontario)\n'+
        '</a>\n'+
        '</p>\n'+
        
        '<p>\n'+
        '<span class="date">180 Walker Drive, Brampton ON - </span>\n'+
        '<a href="'+base+'/listings/180Walker.html">\n'+
		'Currently occupied by Bell Corporation, 180 Walker Drive is approximately 130,000 sf with 4.0 acres of surplus lands.\n'+
		'The building can be expanded or the lands can be made available for outside storage.  Heavy power and rail availability are a couple of unique features at the building also.\n'+
        '</a>\n'+
        '</p>'
		
		
		
);