function getCSNews() {
var articleData = "\n" +
"• CS Videos: The Young Cast of Prince Caspian
\n" +
"• Who Might Make a Magneto Appearance?
\n" +
"• Jonah Hill in Talks for 21 Jump Street
\n" +
"• Star Wars Weekends to Sneak Clone Wars
\n" +
"• Disney, Bruckheimer Acquire The Increment
\n" +
"• Chenoweth Lured Into Temptation
\n" +
"• Surnow's That Face Goes to Universal
\n" +
"• Wahlberg and Avnet Know Morse Code
\n" +
"• CBS Films Takes The Eternals
\n" +
"• The CW Announces Its 2008-09 Schedule
\n" +
"• Nicolas Cage is The Bad Lieutenant
\n" +
"• Transformers 2 Coming in 3-D?
\n" +
"";
document.write( articleData );
}
getCSNews();