This is the code that gives that error. I'm trying to learn how to create a token and this is where I'm stuck.
if(!_spender.call(bytes4(bytes32(sha3(“receiveApproval(address,uint256,address,bytes)”))), msg.sender, _value, this, _extraData)) { throw; } return true;