// JavaScript Document

function WiseguyEmail()
{
	
	document.write('<a href="mailto:info@wi' + 'seguywebdesign.co.uk" title="Use this link to send an email">info@wiseguy' + 'webdesign.co.uk</a>');
	
}

function WiseguyMobile()
{
	
	document.write('+44 (0)797 470 0047');
	
}

function WiseguyMSN()
{
	
	document.write('info@wisegu' + 'ywebdesign.co.uk');
	
}

function WiseguyYahoo()
{
	
	document.write('<a href="ymsgr:sendIM?wiseguydigital" title="Use this link to add me to your Yahoo">wiseguydigi' + 'tal</a>');
	
}