var sCon = '';
sCon +=('<h3>Contact Information</h3>');

sCon +=('<p>5207 - 50th Avenue<br>');
sCon +=('Leduc, Alberta, T9E 6V3<br>');
sCon +=('CANADA</p>');

sCon +=('<p>Toll Free:<br>');
sCon +=('+1 800 661 3327</p>');

sCon +=('<p>Phone:<br>');
sCon +=('+1 780 986 2241</p>');

sCon +=('<p>Fax:<br>');
sCon +=('+1 780 986 1511</p>');

sCon +=('<p>Email:<br>');
sCon += ('<a href="mailto:info@bestwesterndenham.com" class="sidetext">info@bestwesterndenham.com</a></p>');

sCon += ('<p style="margin-bottom: 5px;"><a href="misc/BW_Denham.pdf" target="new" class="sidetext">Download Hotel eBrochure</a></p>');

document.write(sCon);
