<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->

document.write('<span class="whitetitle">');

document.write('newtango.com.au');

document.write('</span><br>');

document.write('<br>');

document.write('<br>');

document.write('PHONE: 0425 248 203<BR>');

document.write('<BR>E-mail us: ');

emailE='newtango.com.au';
emailE=('robert' + '@' + emailE);
document.write('<A href="mailto:' + emailE + '" class="link">' + emailE + '</a><br>');

//  End -->