<html> <head><title>Pinky And The Brain</title> <style type="text/css"> <!-- A:link { text-decoration: none; font-weight: bold; font-size: 9pt; font-family: sans-serif; color:#ffffff; } A:visited { text-decoration: none; font-weight: bold; font-size: 9pt; font-family: sans-serif; color:#ffffff;} A:active { text-decoration: none; font-weight: bold; font-size: 9pt; font-family: sans-serif; color:#ffffff;} A:hover { text-decoration: none; font-weight: bold; font-size: 9pt; font-family: sans-serif; color:#9999cc;} body {background-color: #000000; font-family: sans-serif; color: #ffffff ; font-size: 8pt; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; margin-top: 0px; scrollbar-face-color:#000000; scrollbar-track-color:#000000; scrollbar-highlight-color:#ffffff; scrollbar-3dlight-color:#ffffff; scrollbar-shadow-color:#ffffff; scrollbar-darkshadow-color:#ffffff; scrollbar-arrow-color:#ffffff; } .links {border-bottom: 5px solid #ff0000; border-top: 0px solid #ff0000; border-left: 0px solid #ff0000; border-right: 5px solid #ff0000; text-align: right; padding: 2px; vertical-align: bottom;} span {font-size: 10pt;font-weight: bold;} td {vertical-align: top; text-align: left; font-family: sans-serif; color: #ffffff ; font-size: 8pt;} --> </style> </head> <body> <center> <table width="500px"> <tr> <!-- INSERT YOUR IMAGE BELOW --> <td><img src="YOUR IMAGE HERE.jpg" alt="Pinky And The Brain"> <!-- INSERT YOUR IMAGE ABOVE --> </td></tr> <tr><td width="100%"> <center> <!-- THESE ARE YOUR LINKS --> <a href="http://%%username%%.diaryland.com/index.html" onMouseOver="window.status='new'; return true" onMouseOut="window.status=' '; return true">new</a> | <a href="http://%%username%%.diaryland.com/older.html" onMouseOver="window.status='old'; return true" onMouseOut="window.status=' '; return true">old</a> | <a href="mailto:%%username%%@diaryland.com" onMouseOver="window.status='mail'; return true" onMouseOut="window.status=' '; return true">mail</a> | <a href="http://%%username%%.signmyguestbook.com" onMouseOver="window.status='book'; return true" onMouseOut="window.status=' '; return true">book</a> | <a href="http://diaryland.com/index.html" onMouseOver="window.status='host'; return true" onMouseOut="window.status=' '; return true">host</a> | <a href="http://my-grain.diaryland.com/index.html" onMouseOver="window.status='migraine design'; return true" onMouseOut="window.status=' '; return true">design</a> <!-- LINKS END HERE --> <br><br> </center> <table width="100%"> <tr><td width="375px"> <span>Older Entries</span><br><br> %%older_entries%% </td> <td><center> <!-- THIS IS YOUR GUESTBOOK FORM --> <form method=post action="http://members.signmyguestbook.com/edit/sign"> <input class=searchbox type=text name=signername size=14 value="name" style="background-color: #9999cc; filter:alpha(opacity=70);"><BR> <input class=searchbox type=text name=email size=14 value="email" style="background-color: #9999cc; filter:alpha(opacity=70);"><BR> <input class=searchbox type=text name=url size=14 value="http://" style="background-color: #9999cc; filter:alpha(opacity=70);"><BR> message:<br> <textarea class=searchbox rows="8" cols="11" wrap="virtual" name=message value="message" style="background-color: #9999cc; filter:alpha(opacity=70);"> </textarea><BR> <input class=searchbox type=hidden name="username" value="%%YOUR USERNAME%%"> <input type=submit value="sign it" style="background-color: #9999cc; filter:alpha(opacity=70); color: #003366;"> </FORM> <!-- GUESTBOOK FORM ENDS HERE --> </center></td></tr></table> </td> </tr> </table> </center> </body> </html>