var buffer = '<ul>';
buffer += '	<li class="noborder">';
buffer += '		<select onchange="location.href=this.value">';
buffer += '			<option>Shortcuts</option>';
buffer += '			<option value="/html/where/index.html">Locations</option>';
buffer += '			<option value="/html/how/serviceproviders.html">Service Providers</option>';
buffer += '			<option value="/html/why/meter.html">Speed of Fibre</option>';
buffer += '			<option value="/html/what/support/">Support Help Files</option>';
buffer += '			<option value="/html/contactus.php">Contact Us</option>';
buffer += '		</select>';
buffer += '	</li>';
buffer += '	<li><a href="mailto:in';
buffer += 'fo@nanof';
buffer += 'ibre.ca"><img src="/assets/images/mail_icon.gif" alt="Mail"></a></li>';
buffer += '	<li><a href="/html/contactus.php"><img src="/assets/images/phone_icon.gif" alt="Phone"></a></li>';
buffer += '	<li><a  class="webmailLink" href="http://webmail.nanomail.ca" title="Webmail" target="_blank">&nbsp;Webmail</a></li>';
buffer += '</ul>';

document.write(buffer)



