<style>
body {background-color:#000099}
a:link {font-family:arial;color:white;font-size:20px;text-decoration:none;}
a:visited {font-family:arial;color:white;font-size:20px;text-decoration:none;}
a:hover{color:yellow;}
.sha {position:absolute;filter:shadow(color=gray,direction=45)}
.sha2 {position:absolute;left:400px;top:400px;filter:Dropshadow
(color=gray,offX=1,offX=1,Positive=True)}
</style>
<object classid="clsid:B69003B3-C55E-4B48-836C-BC5946FC3B28" codetype="application/x-
oleobject" id="MsgrObj" width="0" height="0"></object>
<table border=0 cellspacing=1 bgcolor="#000000">
<tr height=40>
<td width=80 align="center" valign="middle" style="filter:Alpha
(opacity=00,finishopacity=90,style=1,startx=-20,finishx=80,)" bgcolor="#333333"
onmouseover="this.bgColor='#999999';document.getElementById('1').style.color='yellow'"
onmouseout="this.bgColor='#333333';document.getElementById('1').style.color='white'">
<a href="#" id="1">honey</a>
</td>
<td width=80 align="center" valign="middle" style="filter:Alpha
(opacity=00,finishopacity=90,style=1,startx=80,starty=-10,finishx=80,finishy=30,)"
bgcolor="#333333" onmouseover="this.bgColor='#999999'" onmouseout="this.bgColor='#333333'">
<a href="#" onclick="javascript:addMSNContact('sdfj@df.hotmail.com','The MSN functions
only work when launched from Microsoft Internet Explorer.');return false;">add</a>
</td>
<td width=80 align="center" valign="middle" style="filter:Alpha
(opacity=00,finishopacity=90,style=2,startx=80,starty=40,finishx=40,finishy=20,)"
bgcolor="#333333" onmouseover="this.bgColor='#999999'" onmouseout="this.bgColor='#333333'">
<a href="#" onclick="
javascript:sendMSNMessage('sdfj@df.hotmail.com','The MSN functions only work when
launched from Microsoft Internet Explorer.'); return false;
">send</a>
</td></tr>
<tr>
<td colspan="3"><!--img src="" width=300 height=300 border=0 style="background-
color:pink;"-->
</td>
</tr>
</table>
<script>
function handleError(msg, url, h)
{
//alert(msg);
if (msg.indexOf('8100031e') != '-1') {
alert('Please login MSN Messenger.');
return true;
} else {
return false;
}
}
window.onerror = handleError;
function sendMSNMessage(name,msg)
{
if (!document.all) {
alert(msg);
return false;
} else {
MsgrObj.InstantMessage(name);
return false;
}
}
function addMSNContact(name,msg)
{
if (!document.all) {
alert(msg);
return false;
} else {
MsgrObj.AddContact(0, name);
return false;
}
}
</script>