//
// Compact Version
//

/*

document.write ('<div style="margin: 18px;" align="left">');

document.write ('  <a href="http://www.scrafford.com/index.html"><font color="#408080" size="5" face="Courier New"><strong>');

document.write ('  s c r a f f o r d');

document.write ('  </strong></font></a><br />');

document.write ('  <font color="#880000" size="2" face="Courier New">fair and balanced</font>');

document.write ('  <font color="#008080" size="2" face="Courier New">&nbsp; since 1942</font><hr />');

document.write ('</div>');

*/

//
// Busy Version
//

document.write ('<div style="margin: 18px;" align="left">')
document.write ('<table width="100%" cellpadding="1" border="0">')
document.write ('  <tr>')
document.write ('    <td>')
document.write ('      <table width="100% cellpadding="1" border="0">')
document.write ('        <tr>')
document.write ('          <td width=70%" align="left" valign="top">')
document.write ('            <a href="http://www.scrafford.com/index.php"><font color="#408080" size="5" face="Courier New"><strong>s c r a f f o r d</strong></font></a><br />')
// document.write ('            <font color="#880000" size="2" face="Courier New">food handler</font> <font color="#008080" size="2" face="Courier New">to the stars</font>')
// document.write ('            <font color="#008080" size="2" face="Courier New">... pour encourager les autres</font>')
// document.write ('            <font color="#008080" size="2" face="Courier New"><i>Not FDIC insured.  May lose value.  No guarantee.</i></font>')
document.write ('            <font color="#008080" size="2" face="Courier New"><i>Se non e vero, &#232; ben trovato</i></font>')
document.write ('          </td>')
document.write ('          <td width=30%" align="right" valign="bottom">')
document.write ('            <font color="#880000" size="2" face="Courier New">Search with </font><a href="http://www.google.com/"><font color="#880000" size="2" face="Courier New">google</font></a>&nbsp;&nbsp;&nbsp;')
document.write ('          </td>')
document.write ('        </tr>')
document.write ('      </table>')
document.write ('    </td>')
document.write ('  </tr>')
document.write ('</table>')
document.write ('<hr />')
document.write ('</div>')


// ......... Address

//<![CDATA[
		function displayEmail(account, server, domain)
		{
			fulllink = "<a style='color: navy;font-family:arial; font-size:12px; text-decoration: none' href='mailto:" + account + "@" + server + "." + domain + "'>" + account + "@" + server + "." + domain + "<\/a>";
			document.writeln(fulllink);
		}
//]]>

