Stephan,
The reason for the error is that your AND operator is wrong, it should be && and not &.
In addition, if you are looking for complex string comparison I advise to use Contains() or InStr() functions, for example: Contains($Name,'Broadcast').
Please let me know if that helped.
Good luck!
Tamir