<HEAD>
<TITLE>Your Title Here</TITLE>

<STYLE>
BODY { background: url(Fun_bak.GIF)}
</STYLE>
</HEAD>
<SCRIPT LANGUAGE="JavaScript">
 Beginning of JavaScript Applet --------
 Copyright 1998 Andrew Webster  -------------------
function scrollit_r2l(seed)
{
var box="Site Author Andrew Webster  EMail  A_webster@Yahoo.com";
var out = " ";
var c = 1;
if (seed > 100)
{
seed--;
var cmd="scrollit_r2l(" + seed + ")";
timerTwo=window.setTimeout(cmd,100);
}
else if (seed <= 100 && seed > 0)
{
for (c=0 ; c < seed ; c++)
{
out+=" ";
}
out+=box;
seed--;
var cmd="scrollit_r2l(" + seed + ")";
window.status=out;
timerTwo=window.setTimeout(cmd,100);
}
else if (seed <= 0)
{
if (-seed < box.length)
{
out+=box.substring(-seed,box.length);
seed--;
var cmd="scrollit_r2l(" + seed + ")";
window.status=out;
timerTwo=window.setTimeout(cmd,100);
}
else {
window.status=" ";
timerTwo=window.setTimeout("scrollit_r2l(100)",75);
}
}
}
// -- End of JavaScript code -------------- 

<BODY>
<BODY BGCOLOR=#f5f5f5 BACKGROUND="Fun_bak.GIF"link=#008000  vlink=#800080 alink=#ff0000>
<BASEFONT FACE="arial" COLOR=000080>
<BODY onLoad="timerONE=window.setTimeout('scrollit_r2l(100)',500);"

H2 {color : #800000;font-size : 30pt;font-family : Arial}



</BODY>.background {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFCC00;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #66CCFF;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF33;
	text-decoration: underline;
}

