OpenBCM V1.07b12 (Linux)

Packet Radio Mailbox

SR1BSZ

[Szczecin_PL JO73GK]

 Login: GUEST





  
I4MGI  > XMAS     24.12.05 17:40z 212 Lines 9356 Bytes #999 (0) @ WW
BID : 252_I4MGI
Read: SP1LOP GUEST
Subj: XMAS: htm
Path: SR1BSZ<SP7MGD<DK0WUE<DB0WUE<DB0MRW<DB0FSG<I4UKI<I4UKI
Sent: 051224/1719z @:I4UKI $:252_I4MGI Sally 4.0.219
Date: sab, 24 dic 2005 17.19.35 UTC
From: I4MGI@I4UKI.#MO.IEMR.ITA.EU (Giorgio)
To: XMAS@WW

Subject: XMAS: htm

<html>
<center>
<table BGCOLOR="#00ff00" CELLPADDING="0" CELLSPACING="2" BORDER="0" WIDTH="60%">
  <tr>
    <td>
    <body>

    <table BGCOLOR="#000000" WIDTH="100%" BORDER="1" CELLSPACING="1">
      <tr>
        <td ALIGN="center"><font FACE="Tahoma" SIZE="1" COLOR="#00ff00"><b>
        <font color="#ff0000">*<br>
        <font color="#007b00">=<font color="#ffff00">*<font color="#007b00">=<br>
        =<font color="#ff00ff">*<font color="#007b00">=<font color="#0000ff">*<font color="#007b00">=<br>
        =<font color="#ffff00">*<font color="#007b00">===<font color="#8900ff">*<font color="#007b00">=<br>
        <font color="#007b00">=<font color="#ffff00">*<font color="#007b00">=<font color="#ff0000">*<font color="#007b00">=
        <font color="#0000ff">*<font color="#007b00">=<font color="#ff00ff">*<font color="#007b00">=<br>
        =<br>
        </b></b></font></color="#ffff00">
        </font></td>
        <td ALIGN="center">
        <table BGCOLOR="#ffff00" WIDTH="100%">
          <tr>
            <td><font COLOR="#0000FF" SIZE="1"><b>
            <marquee WIDTH="100%" HEIGHT="5%" ALIGN="Middle" HSPACE="0" VSPACE="0" BGCOLOR="#FFFF00" BEHAVIOR="Scroll" DIRECTION="Right" LOOP="0" SCROLLAMOUNT="8" SCROLLDELAY="75"><BR>
___<BR>
  \\_/--|o_______<BR>
__\(_)______(_)\_<BR>
            </marquee></font> <center>
            <p><font COLOR="#E32B20" FACE="Comic Sans MS" SIZE="2">Sally<font COLOR="#8900FF"> 
            e<font COLOR="#009300"> vai<font COLOR="#930000"> al<font COLOR="#0013FF"> 
            massimo</marquee></font></b></font></font></font></font></p>
            </center></td>
          </tr>
        </table>
        </td>
        <td ALIGN="center"><font FACE="Tahoma"><font SIZE="1">
        <font COLOR="#FFFFFF"><b><font color="#ff0000">*<br>
        <font color="#007b00">=<font color="#ffff00">*<font color="#007b00">=<br>
        =<font color="#ff00ff">*<font color="#007b00">=<font color="#0000ff">*<font color="#007b00">=<br>
        =<font color="#ffff00">*<font color="#007b00">===<font color="#8900ff">*<font color="#007b00">=<br>
        <font color="#007b00">=<font color="#ffff00">*<font color="#007b00">=<font color="#ff0000">*<font color="#007b00">=
        <font color="#0000ff">*<font color="#007b00">=<font color="#ff00ff">*<font color="#007b00">=<br>
        =<br>
        </b></b></font></td>
      </tr>
    </table>
    </td>
    </tr>
  </table>
</body>
<p><br>
</p>
</center>
<body bgcolor="#000000">

<bgsound src="../HTMLMID/Silentnt.MID" loop="0">
<p><font COLOR="#008000" FACE="Comic Sans MS" SIZE="2"><b>Select colours</b>
<script LANGUAGE="JavaScript">
<!--
document.write("<CENTER");
document.write("<FORM NAME=\"Colors\">");
document.write("<select name=\"der_gilb\" onChange=\"document.bgColor = this.options[selectedIndex].value\">");
document.write("<option value=\"000000\" selected>Black");
document.write("<option value=\"0000ff\">Blue");
document.write("<option value=\"FFFFFF\">White");
document.write("<option value=\"00FFFF\">Cyan");
document.write("<option value=\"FF00FF\">Fuchsia");
document.write("<option value=\"AAFFA1\">Green");
document.write("<option value=\"700000\">Brown");
document.write("<option value=\"FFFF00\">Yellow");
document.write("</select>");
document.write("</FORM>");
document.write("</CENTER>");
// -->
</script>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<style TYPE="text/css"> 
BODY 
{ 
scrollbar-base-color: black; 
scrollbar-arrow-color: blue;
}
</style>
<script language="JavaScript">
if (document.all){
msg="Santa Claus  ";//Scrivi qui il tuo messaggio max 15 caratteri 2 spazi finali
msgColor="ff0000";//Scegli il colore
msgFont="arial black";//Scegli tipo di carattere
msg=msg.split('');
n=msg.length; 
e=360/n;
yp=0;
xp=0;
yb=40;
xb=60;
sa=0.07;
sb=0;
pa=new Array();
pb=new Array();
for (i=0; i < n; i++){
document.write('<div id="logo" style="position:absolute;top:0;left:0;'
+'height:30;width:30;font-family:'+msgFont+';text-align:center;color:'+msgColor+'">'+msg[i]+'</div>');
}
function ani(){
yp=document.body.scrollTop+150;//posizione verticale
xp=document.body.scrollLeft+window.document.body.clientWidth-150;//posizione orrizzontale
for (i=0; i < n; i++){
logo[i].style.top =yp+yb*Math.sin(sb+i*e*Math.PI/180);
logo[i].style.left=xp+xb*Math.cos(sb+i*e*Math.PI/180);
pb[i]=logo[i].style.pixelTop-yp;
pa[i]=pb[i]-pb[i]*2;
if (pa[i] < 1){
pa[i]=0;
logo[i].style.visibility='hidden';
}
else logo[i].style.visibility='visible';
logo[i].style.fontSize=pa[i]/1;//dimensione carattere
}
sb-=sa;
setTimeout('ani()',40);//velocita rotazione
}
window.onload=ani;
}
// -->
</script>
</head>
<font FACE="Comic Sans MS" COLOR="#FF0000" SIZE="2"><b><br>
Meesagr sent with: I4MGI@I4UKI.#MO.IEMR.ITA.EU<br><br>
<font COLOR="#007B00">
<html>
<center>
<table BGCOLOR="#000000" CELLPADDING="0" CELLSPACING="0" BORDER="1" WIDTH="80%">
  <tr>
    <td BGCOLOR="#000000">
    <marquee WIDTH="100%" HEIGHT="5%" ALIGN="Middle" VSPACE="0" BGCOLOR="#000000" BEHAVIOR="Scroll" DIRECTION="Left" SCROLLAMOUNT="6" SCROLLDELAY="70">
<FONT FACE="Arial Black"><FONT SIZE=6><I><FONT COLOR="#ff0000">i<FONT COLOR="ffff00"> t<FONT COLOR="#ff00ff">o
<FONT COLOR="#007b00"> s<FONT COLOR="#00ffff">e<FONT COLOR="#0000ff">n<FONT COLOR="#ff0000">d
<FONT COLOR="#ffff00"> t<FONT COLOR="#ff00ff">h<FONT COLOR="#007b00">e
<FONT COLOR="#00ffff"> m<FONT COLOR="#0000ff">e<FONT COLOR="#ff0000">r<FONT COLOR="#ffff00">r<FONT COLOR="#ff00ff">y
<FONT COLOR="#007b00"> c<FONT COLOR="#00ffff">r<FONT COLOR="#0000ff">i<FONT COLOR="#ff0000">s<FONT COLOR="#ffff00">t<FONT COLOR="#ff00ff">m<FONT COLOR="#007b00">a<FONT COLOR="#00ffff">s
<FONT COLOR="#0000ff"> a<FONT COLOR="#ff0000">l<FONT COLOR="#ffff00">l
<FONT COLOR="#ff00ff"> r<FONT COLOR="#007b00">a<FONT COLOR="#00ffff">d<FONT COLOR="#0000ff">i<FONT COLOR="#ff0000">o
<FONT COLOR="#ffff00">a<FONT COLOR="#ff00ff">m<FONT COLOR="#007b00">a<FONT COLOR="#00ffff">t<FONT COLOR="#0000ff">e<FONT COLOR="#ff0000">u<FONT COLOR="#ffff00">r
<FONT COLOR="#ff00ff"> a<FONT COLOR="#007b00">n<FONT COLOR="#00ffff">d
<FONT COLOR="#0000ff"> h<FONT COLOR="#ff0000">a<FONT COLOR="#ffff00">p<FONT COLOR="#ff00ff">p<FONT COLOR="#007b00">y
<FONT COLOR="#00ffff"> y<FONT COLOR="#0000ff">e<FONT COLOR="#0000ff">a<FONT COLOR="#ff0000">r
<FONT COLOR="#ffff00"> 2<FONT COLOR="#ff00ff">0<FONT COLOR="#007b00">0<FONT COLOR="#00ffff">6
    </marquee></i></font><br>
    <center>
    <table BGCOLOR="#00FF00" CELLSPACING="0" WIDTH="100%">
      <tr>
     
        <td BGCOLOR="#000000">
        <body>
        <table BGCOLOR="#000000" WIDTH="100%" BORDER="1" CELLSPACING="1">
          <tr>
                      <th><font FACE="Arial" SIZE="2" COLOR="#FF00FF"><b>i4mgi@i4uki</b></font></th>
            <th><font FACE="Arial" SIZE="2" COLOR="#FFFF00"><b>QTH - Bologna - 
            JN54qm</b></font></th>
            <th><font FACE="Arial" SIZE="2" COLOR="#ffffff"><b>Info Stazione</b></font></th>
          </tr>
          <tr>
            <td ALIGN="center"><b><font FACE="Tahoma" SIZE="2" COLOR="#ffff00">
            OPERATOR: <font FACE="Arial" COLOR="#009aff"></b>Giorgio<br>
            <font FACE="Tahoma" COLOR="#ffff00"><b>YEAR:
            <font FACE="Arial" COLOR="#009aff"></b>1930<br>
            <font FACE="Tahoma" COLOR="#ffff00"><b>LICENZA:
            <font FACE="Arial" COLOR="#009aff"></b>3774 del 1964<br>
            <font FACE="Tahoma" COLOR="#ffff00"><b>Email
            <font FACE="Arial" COLOR="#009aff"></b>i4mgi.giorgio@tin.it
            </font></b></font></td>
            <td ALIGN="center"><font FACE="Tahoma"><font SIZE="1">
            <font COLOR="#FFFFFF"><b>
            <marquee bgcolor="#336699" behavior="slide"> </marquee>
            <marquee bgcolor="#0000FF" behavior="slide"> </marquee>
            <marquee bgcolor="#00CCFF" behavior="slide"> </marquee>
            <marquee bgcolor="#008000" behavior="alternate">--- P  A  C  E --- 
            </marquee>
            <marquee bgcolor="#FFFF00" behavior="slide"> </marquee>
            <marquee bgcolor="#FF9933" behavior="slide"> </marquee>
            <marquee bgcolor="#FF0000" behavior="slide"> </marquee></b> </b>
            </font></font></font></td>
            <td ALIGN="center"><font FACE="Tahoma" SIZE="2" COLOR="#ff0000"><b>
            ANTENNA: <font FACE="Arial" COLOR="#00ffff"></b>Comet CX- 902 
            Collin. Tribanda<br>
            <font FACE="Tahoma" COLOR="#ff0000"><b>TRANSCIVER:
            <font FACE="Arial" COLOR="#00ffff"></b>Kenwood TM-441E - TR-751E<br>
            <font FACE="Tahoma" COLOR="#ff0000"><b>TNC:
            <font FACE="Arial" COLOR="#00ffff"></b>TNC2H - DK9SJ - 9600Bps<br>
            <font FACE="Tahoma" COLOR="#ff0000"><b>COMPUTER:
            <font FACE="Arial" COLOR="#00ffff"></b>Pentium IIII - 2.4 Ghz<br>
            <font FACE="Tahoma" COLOR="#ff0000"><b>SOFTWARE:
            <font FACE="Arial" COLOR="#00ffff"></b>Sally v4.0.219 - Software 
            32Bit </b></font>
            </td>
          </tr>
        </table></table></table>
        </body>
        </center>
    <font FACE="Verdana" SIZE="2" COLOR="#007B00"><b><br>
    /ack</b></font></b></font></td>
 </html>



Read previous mail | Read next mail


 27.12.2024 22:36:22zGo back Go up