

function getJoBloNews() {

  var articleData = "\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1474' target=_blank>Chronicle</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1473' target=_blank>The Woman in Black</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1472' target=_blank>The Grey</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1471' target=_blank>Underworld 4: Awakening</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1470' target=_blank>The Devil Inside</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1469' target=_blank>The Darkest Hour</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1468' target=_blank>The Girl with the Dragon Tattoo</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1467' target=_blank>Flowers in the Attic</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1466' target=_blank>The Horror Show</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1465' target=_blank>Immortals</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1460' target=_blank>The Divide</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1463' target=_blank>Paranormal Activity 3</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1457' target=_blank>Attack the Block</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1462' target=_blank>Dream House</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1461' target=_blank>The Thing premake</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1459' target=_blank>The Woman</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1332' target=_blank>Solomon Kane</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1456' target=_blank>Red State</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1458' target=_blank>Drive</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1455' target=_blank>A Lonely Place to Die</a><br>\n" +
      "";

  document.write( articleData );


}

getJoBloNews();




