<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class="phonetitle">');

document.write('Objectives Technology');

document.write('</span><br>');

document.write('1200 Banbrooke Crescent<br>');

document.write('Newmarket, Ontario L3X 3Y0<br>');

document.write('Phone: <span class="phonetitle">(647) 894-6391<BR></span>');

// document.write('FAX: &nbsp;&nbsp;<span class="phonetitle">(905) 555-5555<BR></span>');

document.write('<BR>E-mail: ');

var name = "info";
var domain = "objectivestechnology.com";
document.write('<a href="mailto: ' + name + '@' + domain + '\">');
document.write(name + '@' + domain + '</a>');

//  End -->


