[03:55:06] How do you determine which namespace is currently being viewed (on the server side)? [03:55:40] Like if I wanted a feature to show up only on Article Talk pages? [03:57:58] Most places you have access to a title object representing the current page (or failing that the evil $wgTitle), and then you do $title->getNamespace(); [03:58:35] bawolff: thanks, I'll try that [04:09:24] *Krinkle hates browsers putting id-elements into the window object by default. ie. window.bodyContent ==