<script language="JavaScript">
Location='mailto:mmgurer@veezy.com' //Enter your link here.
Img=new Image();
Img.src="ghost3.gif"; //Pre-load your image.
ImageName="ghost3.gif"; //Your image name, same as above.
S=null;
fadeStep = 3;
fade = 70;
currentStep=0;
step = 1;
x=0;
y=0;
function Expand(){
if (document.all){
y=window.document.body.clientHeight-80 +document.body.scrollTop;
x=window.document.body.clientWidth-80;
pic.height=currentStep*2;
pic.width=currentStep*2;
pic.style.top=y+(-currentStep);
pic.style.left=x+(-currentStep);
pic.style.filter='alpha(opacity='+fade+')';
currentStep+=step;
if (currentStep > 60) fade-=fadeStep;
if (fade < -20) {currentStep=0;fade=70;}
S=setTimeout('Expand()',50);
}
}
if (document.all){
document.write('<div style="position:absolute;top:0px;left:0px">');
document.write('<div style="position:relative">');
document.write('<a href="'+Location+'">'
+'<img id="pic" src="'+ImageName+'" border="0" style="position:absolute;top:0px;left:0px"></a>');
document.write('</div></div>');
}
if (document.all)
window.onload=Expand;
//-->
</script>