If the URL contains this do that in Javascript
        Posted  
        
            by Sam
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sam
        
        
        
        Published on 2010-05-17T15:38:14Z
        Indexed on 
            2010/05/17
            15:50 UTC
        
        
        Read the original article
        Hit count: 159
        
JavaScript
I want to display a certain message on a certain page.
Suppose the name of the page I want to display something on is called "foo_page.html",
How can I do this using javascript?
© Stack Overflow or respective owner