My LogiX is Undeniable.
//Code Snippet:
function SetLookupNull(lookupAttribute){
var lookupObject = Xrm.Page.getAttribute(lookupAttribute);
if (lookupObject != null)
{
Xrm.Page.getAttribute(lookupAttribute).setValue(null);
}