<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class="phonetitle">');

document.write('The Rolling Pin Café');

document.write('</span><br>');

document.write('341 Broadway<br>');

document.write('Westwood, NJ 07675<br>');

document.write('Phone: 201 666-4660<BR>');

//document.write('Phone: <span class="phonetitle">(201) 666-4660<BR></span>');

//document.write('Fax: <span class="phonetitle">(201) xxx-xxxx<BR></span>');

document.write('<BR>E-mail us: ');

document.write(' <A HREF="mailto:info@therollingpincafe.com">info@therollingpincafe.com</a><br>');


//  End -->