<html> <head> <title>Green Bay Packers</title> <style type="text/css"> <!-- a:link {text-decoration:none; font-weight:bold; color:#000000; font-family: sans-serif; font-size: 10pt;} a:visited {text-decoration:none; font-weight:bold; color:#000000;font-family: sans-serif; font-size: 10pt;} a:active {text-decoration:none; font-weight:bold; color:#000000;font-family: sans-serif; font-size: 10pt;} a:hover {text-decoration:none; font-weight:bold; color:green;font-family: sans-serif; font-size: 10pt; background-color: green; color: #ffffff;} body {scrollbar-face-color:yellow; scrollbar-highlight-color:#000000; scrollbar-3dlight-color:#000000; scrollbar-shadow-color:#000000; scrollbar-darkshadow-color:#000000; scrollbar-track-color:#yellow; scrollbar-arrow-color:#000000; background-color:yellow; font-family: sans-serif; color:#ffffff; font-size: 10pt; margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;} td {background-color:#ffffff; font-family: sans-serif; color:#ffffff; font-size: 10pt;} td.green {background-color:green; font-family: sans-serif; color:#ffffff; font-size: 10pt; vertical-align: top; text-align: right} td.white {background-color:#ffffff; font-family: sans-serif; color:#ffffff; font-size: 10pt; vertical-align: top;} td.yellow {background-color:yellow; font-family: sans-serif; color:#000000; font-size: 10pt; vertical-align: top;} span {font-size: 8pt;} --> </style> </head> <body> <table width="600px" height="100%" cellpadding="10px" cellspacing="0px" border="0px"> <tr> <td class="green" width="75px"> <a href="http://%%username%%.diaryland.com/index.html" onMouseOver="window.status='new'; return true" onMouseOut="window.status=' '; return true">new</a><br> <a href="http://%%username%%.diaryland.com/older.html" onMouseOver="window.status='old'; return true" onMouseOut="window.status=' '; return true">old</a><br> <a href="mailto:%%username%%@diaryland.com" onMouseOver="window.status='mail'; return true" onMouseOut="window.status=' '; return true">mail</a><br> <a href="http://%%username%%.signmyguestbook.com" onMouseOver="window.status='book'; return true" onMouseOut="window.status=' '; return true">book</a><br> <a href="http://diaryland.com/index.html" onMouseOver="window.status='host'; return true" onMouseOut="window.status=' '; return true">host</a><br> <a href="http://my-grain.diaryland.com/index.html" onMouseOver="window.status='design'; return true" onMouseOut="window.status=' '; return true">design</a><br> </td> <td class="white"><br></td> <td class="green"><br></td> <td class="white"><br></td> <td class="yellow" width="500px"> %%short_description%%<br> <span>%%date%% | %%time%%</span> <br><br> %%entry%% <a href="%%prev%%" onMouseOver="window.status='previous'; return true" onMouseOut="window.status=' '; return true">previous</a> | <a href="%%next%%" onMouseOver="window.status='next'; return true" onMouseOut="window.status=' '; return true">next</a> </td></tr></table> </body> </html>