

function getJoBloNews() {

  var articleData = "\n" +
        "- <a href='http://www.joblo.com/index.php?id=40738' target=_blank>Take the long road to the cabin from hell in this set photo from The Evil Dead</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=40736' target=_blank>Once director reteams Mark Ruffalo and Scarlett Johansson in Can A Song Save Your Life</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=40735' target=_blank>Al Pacino makes Despicable Me 2 his first animated film</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=40734' target=_blank>Jane Levy joins the role Lily Collins vacated in Evil Dead remake</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=40733' target=_blank>New character posters and legos for Marvel's THE AVENGERS!</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=40648' target=_blank>Episode#4 of JoBlo's Zen: Girls, schmirls...</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=40732' target=_blank>Sequel announced for the low-budget Atlas Shrugged...with awful teaser!</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=40731' target=_blank>Jessica Chastain and Joel Edgerton get ambitious with The Disappearance of Eleanor Rigby</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=40730' target=_blank>Shiloh Fernandez cast as male lead in The Evil Dead remake</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=40729' target=_blank>Actor Frank Grillo spills about Joe Carnahan's Death Wish remake</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=40711' target=_blank>Review: W.E.</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=40728' target=_blank>I want to jump these new 21 Jump Street posters</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=40712' target=_blank>Sundance 2012 Wrap-up!</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=40716' target=_blank>JoBlo's Geek Chicks Podcast: Promises, Promises.</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=40709' target=_blank>Review: The Woman In Black</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=40726' target=_blank>This new poster for The Amazing Spider-Man stresses the untold story</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=40725' target=_blank>Remake of Drive director's first film Pusher snags a stylish poster</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=40724' target=_blank>Whannell and Wan to weave a new tale of terror for Insidious 2</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=40723' target=_blank>First official Riddick still features Vin Diesel sporting some new goggles</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=40722' target=_blank>Johnny 5 alive!  New writer hired for Short Circuit remake</a><br>\n" +
      "";

  document.write( articleData );


}

getJoBloNews();


