<HTML><HEAD><TITLE></TITLE>
<!--Table with side Marquee text box-->
<STYLE>BODY {
BORDER-RIGHT: #8080c0 15px inset; 
BORDER-TOP: #8080c0 15px inset; 
SCROLLBAR-FACE-COLOR: #8080c0; 
BORDER-LEFT: #8080c0 15px Inset; 
SCROLLBAR-3DLIGHT-COLOR: #d3d1ef; 
SCROLLBAR-ARROW-COLOR: #d3d1ef; 
BORDER-BOTTOM: #8080c0 15px Inset; 
SCROLLBAR-BASE-COLOR: #8080c0;
SCROLLBAR-TRACK-COLOR: #69428a
}
tbl {
BORDER-RIGHT: #8080c0 6px outset; 
PADDING-RIGHT: 15px; 
BORDER-TOP: #8080c0 6px outset; 
PADDING-LEFT: 15px; 
FONT-SIZE: 14pt; 
PADDING-BOTTOM: 15px; 
OVERFLOW: auto; 
BORDER-LEFT: #8080c0 6px outset; 
COLOR: #2e2e5c; 
PADDING-TOP: 15px; 
BORDER-BOTTOM: #8080c0 6px outset; 
FONT-FAMILY: Copperplate Gothic Bold
}
</STYLE>

</HEAD>
<BODY bgColor=#6e76a0 background="Back">
<BGSOUND style="DISPLAY: none" balance=0 src="Mid" volume=0 loop=infinite>
<MARQUEE style="FILTER: glow(strength=5,color=#ffffff,enabled=1)" behavior=alternate>
<FONT face="Copperplate Gothic Bold" color=#8080c0  size=6>~ Glow Message Here~ </FONT></MARQUEE>
<!--Table Border Color, make the height of your image + 30 px -->
<br><br>
<CENTER>
<table id="TabBak" style="BORDER-RIGHT: #563c6c 20px  double; BORDER-TOP: #563c6c 20px  double; 
BORDER-LEFT: #563c6c 20px  double; BORDER-BOTTOM: #563c6c 20px  double" height=100% cellSpacing=10 cellPadding=10 width=500  border=0 
bgcolor=#703e91></CENTER>
<TBODY>
<TR><!--Width and Height of Image-->
<TD vAlign=center align=middle>
<!--Main Image goes here-->
<IMG class=tbl style="LEFT: 0px; WIDTH: 321px; POSITION: relative; TOP: 0px; HEIGHT: 386px;BORDER-RIGHT: #703e91 5px  ridge; 
BORDER-TOP: #703e91 5px  ridge; BORDER-LEFT: #703e91 5px  ridge; 
BORDER-BOTTOM: #703e91 5px  ridge" 
src="Image.jpg"></TD>
<TD>
<!-- Text box, make it the height of your image but you might have to add 15 px to it,
for some reason I had to to make it look the same height as the main image -->
<!-- Color of text box is gradient style -->
<DIV class=tbl 
style="FILTER: progid:DXImageTransform.Microsoft.Gradient(endColorstr=#563c6c , 
startColorstr=#d3d1ef, gradientType=0); LEFT: 0px; WIDTH: 275px; POSITION: relative; HEIGHT: 394px;Overflow:Auto;BORDER-RIGHT: #703e91 5px  ridge; 
BORDER-TOP: #703e91 5px ridge; BORDER-LEFT: #703e91 5px ridge; 
BORDER-BOTTOM: #703e91 5px ridge;padding-top:20px;padding-left:2px;padding-right:2px">
<DIV><FONT face="Copperplate Gothic Bold" size=5 color=#563c6c>
<marquee style="filter:dropshadow(offx=1, offy=1, color=#d9d7ea)" direction=up scrollamount=2 height=220px ><center>Message Here</center></marquee>
<center style="margin-top:20px">
<a href="Mailto:mysticlady@iprimus.com.au">
<img style="BORDER-RIGHT: #703e91 4px  ridge; 
BORDER-TOP: #703e91 4px ridge; BORDER-LEFT: #703e91 4px ridge; 
BORDER-BOTTOM: #703e91 4px ridge" src="Email Button Here" border=0 alt="Email"></A>
</center>

<img id="image" src="Table Back" height="HEIGHT HERE" width="WIDTH HERE" style="Display: none">
</DIV></DIV></TD></TR></TBODY></TABLE>
<SCRIPT language=vbscript>

'----------------------------------
'Script by Lady Di - Feb 2002
'http://www.ladyfran@topcites.com/
'Grad Script for Fun with Stationery
'Script Altered By Mysticlady
'http://mysticlady.surfsitesusa.com
'14th May 2002
'----------------------------------
Dim intervalHandle
x=0
y=0
Sub Window_OnLoad()
window.status="       Status Bar message Here         "
ClearInterval(intervalHandle)
intervalHandle=SetInterval ("Scrollback", 64)
End Sub

Sub Scrollback()
x=x-1
y=y+1
document.body.style.backgroundPosition=x&" "&y
End Sub

Sub Window_OnResize()
Window_OnLoad
End Sub


Sub Window_OnResize()
Window_OnLoad
End Sub

</SCRIPT>
<SCRIPT language=JavaScript>
function tableBackground() {
        TabBak.background = image.src;
}

tableBackground();
</SCRIPT>
</BODY></HTML>
