Asp objCDO.Send error!?!?!?!?

[COLOR=black]Hi, im trying to send an e-mail but having a minor problem, quite new to asp so it could possibly be a simple solution. My code below is where the fault lies:[/COLOR]

objCDO.Send [COLOR=red]//Here is where the error occurs[/COLOR]
set objCDO=nothing
%>

[COLOR=red]ERROR:[/COLOR]
[COLOR=red][FONT=Arial][SIZE=2]Microsoft VBScript runtime [/SIZE][/FONT][FONT=Arial][SIZE=2]error ‘800a01f9’[/SIZE][/FONT] [/COLOR]
[COLOR=red][FONT=Arial][SIZE=2]Invalid or unqualified reference[/SIZE][/FONT] [/COLOR]
[COLOR=red][FONT=Arial][SIZE=2]/ForgottenPassword.asp[/SIZE][/FONT][FONT=Arial][SIZE=2], line 136[/SIZE][/FONT][/COLOR]

Any helps would b great! :sc:
Ian