<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

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

document.write('The River\'s Edge Cafe');

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

document.write('18 W Downer Place<br>');

document.write('Auroa, IL 60506<br>');

document.write('PHONE: <span class="phonetitle">(630) 897-3343<br></span>');

document.write('FAX: <span class="phonetitle">(630) 897-8843<br></span>');

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

document.write(' <A HREF="mailto:thepeople@theriversedgecafe.com">thepeople@theriversedgecafe.com</a><br>');


//  End -->