This one the cursor will be in the whole body...not just in this div. 
The set up now is for you to put this in the style for the body:
 
For your information the ; before CURSOR is needed...If you have XPSP2 OE will put it in for you but if you have any other OS it will strip out all of the cursor information if you don't put the ; in front of CURSOR
 
The SENDER has to HAVE the WMP Reg Toolkit
 
You start just like the other way: But instead of sending you send it to the drafts folder:
 
; CURSOR: expression('url('+cursor.Filename+')');
 
For your information the ; before CURSOR is needed...If you have XPSP2 OE will put it in for you but if you have any other OS it will strip out all of the cursor information if you don't put the ; in front of CURSOR
 
The whole Style Tags for this Stationery is as follows:
 
<STYLE>BODY {
 FONT-SIZE: 1.5em; ; CURSOR: expression('url('+cursor.Filename+')'); COLOR: white; POSITION: relative; SCROLLBAR- SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #FF80C0;SCROLLBAR-BASE-COLOR: #FF80C0;FONT-FAMILY: Comic Sans MS;
}
</STYLE>
I use a different FONT-SIZE than most of you that can be changed to FONT-SIZE: 14pt;
 
Now after the
 <BODY bgColor=#FFE1F0>
You again set up your <OBJECT> Tag and put the full file path to your cursor:
 
<OBJECT id=embedcur style="LEFT: -1800px; POSITION: absolute; TOP: -1800px"
height=0 width=0 classid=CLSID:05589FA1-C356-11CE-BF01-00AA0055595A>
<PARAM NAME="Filename" VALUE=""></OBJECT>
 
Again your full file path to cursor goes into the <PARAM NAME="Filename"VALUE=""> Between the "":
"C:\Documents and Settings\BluesLady.DREAMBABY\Desktop\CCHeartPointer.ani"
 
Now send this to your drafts folder and open up source.  Again your looking for the cid number in the object tag.
<OBJECT id=cursor style="LEFT: -1800px; POSITION: absolute; TOP: -1800px"
height=0 width=0 classid=CLSID:05589FA1-C356-11CE-BF01-00AA0055595A><PARAM NAME="Appearance" VALUE="0"><PARAM NAME="AutoStart" VALUE="0"><PARAM NAME="AllowChangeDisplayMode" VALUE="-1"><PARAM NAME="AllowHideDisplay" VALUE="0"><PARAM NAME="AllowHideControls" VALUE="-1"><PARAM NAME="AutoRewind" VALUE="-1"><PARAM NAME="Balance" VALUE="0"><PARAM NAME="CurrentPosition" VALUE="0"><PARAM NAME="DisplayBackColor" VALUE="0"><PARAM NAME="DisplayForeColor" VALUE="16777215"><PARAM NAME="DisplayMode" VALUE="0"><PARAM NAME="Enabled" VALUE="-1"><PARAM NAME="EnableContextMenu" VALUE="-1"><PARAM NAME="EnablePositionControls" VALUE="-1"><PARAM NAME="EnableSelectionControls" VALUE="0"><PARAM NAME="EnableTracker" VALUE="-1"><PARAM NAME="Filename" VALUE="cid:02c901c62da7$29a07dd0$e8712642@dreambaby"><PARAM NAME="FullScreenMode" VALUE="0"><PARAM NAME="MovieWindowSize" VALUE="0"><PARAM NAME="PlayCount" VALUE="1"><PARAM NAME="Rate" VALUE="1"><PARAM NAME="SelectionStart" VALUE="-1"><PARAM NAME="SelectionEnd" VALUE="-1"><PARAM NAME="ShowControls" VALUE="-1"><PARAM NAME="ShowDisplay" VALUE="-1"><PARAM NAME="ShowPositionControls" VALUE="0"><PARAM NAME="ShowTracker" VALUE="-1"><PARAM NAME="Volume" VALUE="-600"></OBJECT>
 
This number you will cut and paste to a new bgsound tag:
 
<BGSOUND id=fakeAMC src="" volume=-9999>
It goes between the ""
<BGSOUND id=fakeAMC src="" volume=-9999>
 
And in the body style section the id needs to be changed:
 
<STYLE>BODY {
 FONT-SIZE: 1.5em; ; CURSOR: expression('url('+fakeAMC.src+')'); COLOR: white; SCROLLBAR-TRACK-COLOR: #ff80c0; FONT-FAMILY: Comic Sans MS; SCROLLBAR-BASE-COLOR: #ff80c0; POSITION: relative; SCROLLBAR-: #000000
}
</STYLE>
Tip I have found when changing the style..either for the body or the div to copy and past this one not change the name...OE get all mixed up.
; CURSOR: expression('url('+fakeAMC.src+')');
 
Now either delete the whole <OBJECT> tag...comment it out or replce with a comment out one.
 
Robbie