<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'
/*
document.write('<span class="phonetitle">');
document.write('Printer\'s Plus');
document.write('</span><br />');
document.write('P.O. Box 278<br />');
document.write('Romeo, MI  48065<br />');
document.write('Phone: (800) 325-6344<br />');
document.write('<br />E-mail us: ');
document.write(' <A HREF="mailto:support@printers-plus.com">support@printers-plus.com</a><br />');
*/
document.write('<table width="100%"><tr>');
document.write('<td colspan=3 class="phonetitle" style="text-align:center">');
document.write('<img src="picts/anniversarylogo.GIF" /><br /><br />');
document.write('<span style="color:blue">The Printer\'s Plus Team</span><br />');
document.write('<span style="color:red">25 years of total business solutions for print shop management</span><br /></td></tr>');
document.write('<tr><td align="left">Phone: (800) 325-6344</td>');
document.write('<td align="center">Fax: (586) 336-9523</td>');
document.write('<td align="right">E-mail: <A HREF="mailto:support@printers-plus.com">support@printers-plus.com</a></td></tr>');
document.write('<tr><td align="left" colspan="2">Hours of Operation: M-F, 9:00am-5:00pm EST</td>');
document.write('<td align="right">Address: P.O. Box 278, Romeo, MI 48065</td></tr></table>');
//  End -->