Label Visibility
I currently have a master mashup that has a header and a navigation tab on the left. I have a label on the header. I want this label to be visible only when the contained mashup is at 'Overview' (I have a mashup called 'Overview'). But when the contained mashup is some other mash ups, the label should be invisible. I tried to write a JS service that returns a boolean value, but I've been unsuccessful. How do I accomplish this?

