function spam(num)  //creates popup
{
var rightwindow=window.open("","new","toolbar=0,width=620,height=600");
rightwindow.document.open();
rightwindow.moveTo(1,1);
rightwindow.document.write('<html><head><title>ISHBH</title></head><body background="bgparch.jpg" bgcolor="#ffffff">');
rightwindow.document.write('<table border="0" cellspacing="0" cellpadding="0" width="600">');
rightwindow.document.write('<tr><td align="center"  ><img src="logp600.jpg" /></td></tr>');
rightwindow.document.write('<tr><td align="center"  ><hr size="3" noshade /></td></tr>');
rightwindow.document.write('<tr><td align="center"  ><font face="arial, helvetica, sans-serif" size="4"><b>');
rightwindow.document.write('<p>Sorry, but we have not made active e-mail links in order to<br />');
rightwindow.document.write('avoid spammers who collect e-mail addresses from web sites.</p>');
rightwindow.document.write('<p>However, our  addresses are short and easy to spell!</p>');
rightwindow.document.write('<center><img src="excom.jpg" border="0" /></center>');
rightwindow.document.write('<form><input type="button" name="close" value="Close Window" onclick="window.close()">');
rightwindow.document.write('</form></b></font></td></tr></table></body></html>');
rightwindow.document.close();
}



function excom()
{
document.write('<img src="excom.jpg" border="0" />');
}



function update()
{
document.write('<font face="arial, helvetica, sans-serif" size="2"><b>');
//document.write('<a href="http://www.t-ad.net">This site was created by Ralph Tramontano. ');
//document.write('Last update: May 29, 2010.</a></b></font>');
document.write('This site was created by Ralph Tramontano. ');
document.write('Last update: June 5, 2010.</b></font>');
}
//<script language="JavaScript" type="text/javascript" ><!--
//update(); 
//--></script>

