function getCSNews() {
var articleData = "\n" +
"- Terminator: The Sarah Connor Chronicles - The Complete First Season
\n" +
"- Smart People
\n" +
"- Doomsday (Unrated)
\n" +
"- Never Back Down (Extended Beat Down Edition)
\n" +
"- WarGames: The Dead Code
\n" +
"";
document.write( articleData );
}
getCSNews();