You would first have to get it attached. With luck it will attach w/out an issue but it looks like we may be past the mark now. The next mark we will try to hit is getting the DB to attach in Suspect mode. If we can get it there we may be able to reset its status and be fine. If not we may need to put it in Recovery mode and try to export as much of the DB as we can.
First of all, if you have the room somewhere, make a copy of the MDF and LDF for safe keeping in case we need to start from scratch w/ the Microsoft techs if need be.
SO .. take a look at BOL (Books OnLine) for the syntax of attaching a DB. From what you have said already, this may not work.
Next try the sp_attach_single_file_DB command after you rename your current *.LDF to something like *.LDFhold.
Let us know how this goes and good luck!
Thanks
J. Kusch