OpenBCM V1.07b12 (Linux)

Packet Radio Mailbox

SR1BSZ

[Szczecin_PL JO73GK]

 Login: GUEST





  
I4MGI  > XMAS     30.12.05 09:40z 261 Lines 8725 Bytes #999 (0) @ WW
BID : 368_I4MGI
Read: GUEST
Subj: 2006 !!:^htm
Path: SR1BSZ<SP7MGD<IZ0AWG<I4UKI<I4UKI
Sent: 051230/0928z @:I4UKI $:368_I4MGI Sally 4.0.219
Date: ven, 30 dic 2005 09.28.15 UTC
From: I4MGI@I4UKI.#MO.IEMR.ITA.EU (Giorgio)
To: XMAS@WW

Subject: 2006 !!:^htm

<html>
<CENTER>
<body bgcolor="#000000">
</p>
<table BGCOLOR="#FF00FF" WIDTH="40%">
  <tr>
    <td BGCOLOR="#FFFFFF"><font COLOR="#0000FF"><font SIZE="1"><b>
    <marquee WIDTH="100%" HEIGHT="5%" ALIGN="Middle" HSPACE="0" VSPACE="0" BGCOLOR="#FFFF00" BEHAVIOR="Scroll" DIRECTION="Right" LOOP="0" SCROLLAMOUNT="5" SCROLLDELAY="75">
___<BR>
  \\_/--|o_______<BR>
__\(_)______(_)\_<BR>
    </marquee></font> <font COLOR="#E32B20"><font FACE="Comic Sans MS">
    <font SIZE="2">
    <marquee WIDTH="100%" HEIGHT="5%" ALIGN="Middle" HSPACE="0" VSPACE="0" BGCOLOR="#ffff00" BEHAVIOR="Scroll" DIRECTION="Left" LOOP="0" SCROLLAMOUNT="5" SCROLLDELAY="75">
Sally<FONT COLOR=#8900FF> and<FONT COLOR=#009300> go<FONT COLOR=#930000> up<FONT COLOR=#0013FF>
 up</marquee></font></font></font></b></font></td>
  </tr>
</table>
<font COLOR="#ffff00">
</body>
</center>
<bgsound src="../HTMLMID/Lapanterarosa.MID" loop="0">
<font COLOR="#00006b" FACE="Tahoma" SIZE="2"><b>
<p>Select Colors</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">
<script>
<!-- Beginning of JavaScript -

var message=new Array()
message[0]="Happy New Year 2006"
message[1]="Merry Cristmas"

var message_link=new Array()
message_link[0]="#"
message_link[1]="#"

var message_font=new Array()
message_font[0]="Tahoma" 
message_font[1]="Verdana"

var message_fontsize=new Array()
message_fontsize[0]=32
message_fontsize[1]=32

var message_fontcolor=new Array()
message_fontcolor[0]="ffff00"
message_fontcolor[1]="0000ff"

var message_bgcolor=new Array()
message_bgcolor[0]="0000ff"
message_bgcolor[1]="yellow"

var message_fontweight=new Array()
message_fontweight[0]=9
message_fontweight[1]=2

var message_width=new Array()
message_width[0]=460
message_width[1]=360

var message_padding=new Array()
message_padding[0]=9
message_padding[1]=4

var message_border=new Array()
message_border[0]=5
message_border[1]=5

var floatingspeed=9

var tempo=20
var numberofmessages=message.length-1
var stepx=new Array()
var stepy=new Array()
for (i=0;i<=numberofmessages;i++) {
	stepx[i]=randommaker(floatingspeed)
	stepy[i]=randommaker(floatingspeed)
}
var imgwidth=new Array()
var imgheight=new Array()
for (i=0;i<=numberofmessages;i++) {
	imgwidth[i]=10
	imgheight[i]=10
}
var x,y
var marginbottom
var marginleft=0
var margintop=0
var marginright
var timer
for (i=0;i<=numberofmessages;i++) {
    message_fontweight[0]=100*message_fontweight[0]
    message_fontweight[1]=100*message_fontweight[1]
    
}

var spancontent=new Array()
for (i=0;i<=numberofmessages;i++) {
    spancontent[i]="<table border="+message_border[i]+" cellpadding="+message_padding[i]+" width="+message_width[i]+" cellspacing=0><tr><td valign=top bgcolor="+message_bgcolor[i]+">"
    spancontent[i]+="<span style='position:relative; font-family:"+message_font[i]+";font-size:"+message_fontsize[i]+"pt;font-weight:"+message_fontweight[i]+"'>"	
    spancontent[i]+="<a href='"+message_link[i]+"' style='text-decoration:none'>"
    spancontent[i]+="<font color="+message_fontcolor[i]+">"
    spancontent[i]+=message[i]
    spancontent[i]+="</a>"
    spancontent[i]+="</span>"
    spancontent[i]+="</td></tr></table>"
}

function setValues() {
	if (document.all) {
    	marginbottom=document.body.clientHeight-5
    	marginright=document.body.clientWidth-5
		for (i=0;i<=numberofmessages;i++) {             
			var thisspan = eval("document.all.span"+i)
    		thisspan.innerHTML=spancontent[i]
			var thisspan = eval("document.all.span"+(i)+".style")
           	thisspan.posLeft=randommaker(marginright)
			thisspan.posTop=randommaker(marginbottom)  
		}
		for (i=0;i<=numberofmessages;i++) {
			var thisspan = eval("document.all.span"+i)
			imgwidth[i]=thisspan.offsetWidth
			imgheight[i]=thisspan.offsetHeight
			
		}
		checkmovement()
	}
}

function randommaker(range) {		
	rand=Math.floor(range*Math.random())
	if (rand==0) {rand=Math.ceil(range/2)}
    return rand
}

function checkmovement() {
	if (document.all) {
		checkposition()
		movepictures()
    	timer=setTimeout("checkmovement()",tempo)
	}
}

function movepictures() {
		if (document.all) {
			for (i=0;i<=numberofmessages;i++) {  
    			var thisspan=eval("document.all.span"+(i)+".style")
    			thisspan.posLeft+=stepx[i]
				thisspan.posTop+=stepy[i]
    		}
		}
}

function checkposition() {
	if (document.all) {
		for (i=0;i<=numberofmessages;i++) {             
			var thisspan=eval("document.all.span"+i+".style")
			if (thisspan.posLeft>marginright-imgwidth[i]) {
				thisspan.posLeft-=Math.abs(stepx[i]+1)
				stepx[i]=randommaker(floatingspeed)*-1	
			}
			if (thisspan.posLeft<marginleft) {
				thisspan.posLeft+=Math.abs(stepx[i])
				stepx[i]=randommaker(floatingspeed)			
			}	
			if (thisspan.posTop>marginbottom-imgheight[i]) {
				thisspan.posTop-=Math.abs(stepy[i])
				stepy[i]=randommaker(floatingspeed)*-1

			}
			if (thisspan.posTop<margintop) {
				thisspan.posTop+=Math.abs(stepy[i])
				stepy[i]=randommaker(floatingspeed)
			}
		}
	}
}

// - End of JavaScript - -->
</script>

<body id="thisbody" onLoad="setValues()" scroll="no" bgcolor="#000000"
link="#FFFF00" vlink="#FFFF00">
<script>
<!-- Beginning of JavaScript -

for (i=0;i<=numberofmessages;i++) {
    document.write("<span id='span"+i+"' style='position:absolute;z-index:100'></span>")
    document.close()
}

// - End of JavaScript - -->
</script>

<p><font FACE="Comic Sans MS" COLOR="#FF0000" SIZE="2"><b>
Message sent with: I4MGI@I4UKI.#MO.IEMR.ITA.EU<br><br>
<font COLOR="#007B00">
<HTML><CENTER><BR><BR>
<TABLE BGCOLOR="#FF0000" CELLPADDING="0" CELLSPACING="2" BORDER="0" WIDTH=70%><TR><TD BGCOLOR="#FFFFFF">
<FONT COLOR="#000000" SIZE="4"><FONT COLOR="#0000FF">
<MARQUEE WIDTH=100% HEIGHT=5% ALIGN="Middle" HSPACE="0" VSPACE="0" BGCOLOR="#EBEBEB" BEHAVIOR="Sc roll"
DIRECTION="Left" LOOP="0" SCROLLAMOUNT="5" SCROLLDELAY="75"><FONT FACE="Comic Sans MS"><FONT SIZE=5><B>
<FONT COLOR="#0000FF">Merry Christmas and Happy New Years 2006, Your and Your Family</MARQUEE></FONT><BR>
<TABLE BGCOLOR="#FFFF00" CELLPADDING="0" CELLSPACING="2" BORDER="0" WIDTH=100%><TR><TD BGCOLOR="#FFFFFF">
<BODY>
<TABLE BGCOLOR="#008000" WIDTH=100% BORDER=1 CELLSPACING=1>
<TH><FONT FACE="Arial" SIZE="2" COLOR="#FF00FF"><B>i4mgi@i4uki</B></TH>
<TH><FONT FACE="Arial" SIZE="2" COLOR="#FFFF00"><B>QTH - Bologna - JN54QM</B></TH>
<TH><FONT FACE="Arial" SIZE="2" COLOR="#AAFFFF"><B>Station Info</B></TH><TR>
<TD ALIGN="center"><B><FONT FACE="Tahoma" SIZE="2" COLOR="#FF9A00">Operator<FONT COLOR="#aaffa1">
Giorgio<BR><FONT COLOR="#FF9A00">Year <FONT COLOR="#aaffa1">1930<BR>
<FONT COLOR="#FF9A00">Licenza<BR> <FONT COLOR="#aaffa1">3774 del 1964<BR><FONT COLOR="#FF9A00">
 Email<BR><FONT COLOR="#aaffa1">giorgioi4mgi@alice.it
<TD ALIGN="center">
<FONT FACE="Arial"><FONT SIZE=2><FONT COLOR=#FFFFFF><B>
<marquee bgcolor="#336699" behavior="slide"> </marquee>
<marquee bgcolor="#0000FF" behavior="slide"> </marquee>
<marquee bgcolor="#00CCFF" behavior="slide"> </marquee>P E A C E
<marquee bgcolor="#FFFF00" behavior="slide"> </marquee>
<marquee bgcolor="#FF9933" behavior="slide"> </marquee>
<marquee bgcolor="#FF0000" behavior="slide"> </marquee></B>
</B></TD>
<TD ALIGN="left"><FONT FACE="Tahoma" SIZE="2" COLOR="#FFFF00"><B>Antenna...: <FONT COLOR="#00FFFF">
Comet  CX- 902 Collin. Tribanda<BR>
<FONT COLOR="#FFFF00">Transciver: <FONT COLOR="#00FFFF">Kenwood TM-441E - TR-751E<BR><FONT COLOR="#FFFF00">
Tnc...........: <FONT COLOR="#00FFFF">TNC2H - DK9SJ - 9600Bps<BR><FONT COLOR="#FFFF00">Computer.:  <FONT COLOR="#00FFFF">
Pentium IIII - 2.4 Ghz<BR><FONT COLOR="#FFFF00">Software..: <FONT COLOR="#00FFFF">Windows XP + Sally V4.0.219 - 32Bit
</B></TD></TR>
</TABLE></TABLE>
</BODY></CENTER>
<B></font></HTML>
</TD> </TR></TABLE>
</BODY>
<FONT FACE="Verdana" SIZE=2 COLOR="#FF0000"><B></CENTER><BR><BR>/Ack</b></font></font></font></HTML>



Read previous mail | Read next mail


 25.12.2024 16:04:30zGo back Go up