1) It looks like their is an error either with your database connection or with the code - Because if you are getting "#Get_NewsArticles.Article_Date#" in the Article_Date it means that the code was not properly processed - or else you would get the date - if it's setup correctly (unless i'm reading it wrong).
2) If your not getting anything to show up in when running it online - either the cold fusion server is not working properly or their is an error in your code and the script is outputting that error instead of the correct string.
3) Type in the URL to this CFM page in your web browser. This will tell you the most. The only thing that can be on that page is a simple string with something like:
Article_Date=The Article Date.
If their are any headers, html formatting, or errors output by the script it will not work.
If possible can you provide the Link to this CFM file online so we can check out the output. Sometimes it's necessary to hit the 'View Source' button on the browser to make sure that thier is no hidden formatting that may be causing this error.
For example going to the URL
www.yoursite.com/newsinfo.cfm will tell you basically all you need to know about this error or why it's not working.