// Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class="phonetitle">');

document.write('Kite Shop - Adelaide<br />');

document.write('</span>');

document.write('235 Pulteney Street<br />');

document.write('Adelaide  SA  5000<br />');

document.write('Phone: (08) 8359 3266<br />');

document.write('FAX: (08) 8359 3277<br />');

document.write('<a href="mailto:info@kiteshop.com.au">info@kiteshop.com.au</a><br />');

document.write('</span>');

document.write('<span class="phonetitle">');

document.write('Kite Shop - West Lakes<br />');

document.write('</span>');

document.write('Shop3,255 Military Road<br />');

document.write('West Lakes Shore   SA  5020<br />');

document.write('Phone: (08) 8449 1411<br />');

document.write('<a href="mailto:westlakes@kiteshop.com.au">westlakes@kiteshop.com.au</a><br />');

document.write('</span>');

//  End -->