// cur = current year //
// following code is passed from each page: //
//   cry = original copyright year //

var dt = new Date();
var cur = dt.getFullYear();

document.write('<span class="blu10">|&nbsp;<a href="index.html" class="reg">Home</a>&nbsp;|&nbsp;<a href="weddings.php" class="reg">Weddings</a>&nbsp;|&nbsp;<a href="gifts.php" class="reg">Gift Items</a>&nbsp;|&nbsp;<a href="corporate.php" class="reg">Corporate Accounts</a>&nbsp;|&nbsp;<a href="home.php" class="reg">At Home</a>&nbsp;|&nbsp;<a href="holiday.php" class="reg">Special/Holidays</a>&nbsp;|&nbsp;<a href="secretary.php" class="reg">Reminders</a>&nbsp;|&nbsp;</span><br /><hr color="#666699" /><span class="blu10">&copy;2005-' + cur + ' - Patti&#039;s Pretties, Inc., All Rights Reserved<br />117 W Slade, Palatine, IL 60067 (<a href="map.php" class="reg">map</a>)<br />Tel: 847-359-5440 - Email: ');
es('patti');
document.write('</span><br /><br />');
