

function getJoBloNews() {

  var articleData = "\n" +
        "- <a href='http://www.joblo.com/index.php?id=29677' target=_blank>Worthington's Crime</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=29676' target=_blank>Up in the Air clips</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=29674' target=_blank>Brothers dream clip</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=29675' target=_blank>Review: New Moon</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=29673' target=_blank>Megan will live on</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=29604' target=_blank>The Hot Five!!</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=29671' target=_blank>Season of Witch trailer</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=29669' target=_blank>Abrams' Salt and Gorn</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=29668' target=_blank>Jane Eyre gets cast</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=29667' target=_blank>Hoffman no Focker?</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=29666' target=_blank>Review: Bad Lieutenant</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=29665' target=_blank>Jason Segel's new song</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=29664' target=_blank>BTS of Wolfman!</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=29663' target=_blank>One more for Thor</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=29662' target=_blank>4th Underworld coming</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=29661' target=_blank>Gladiators gets writer</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=29610' target=_blank>Buddy Holly documentary</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=29659' target=_blank>Review: The Blind Side</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=29631' target=_blank>Review: Fantastic Mr. Fox</a><br>\n" +
        "- <a href='http://www.joblo.com/index.php?id=29575' target=_blank>DVD: March of the Penguins (Limited Edition Gift Set)</a><br>\n" +
      "";

  document.write( articleData );


}

getJoBloNews();

