

function getJoBloNews() {

  var articleData = "\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1341' target=_blank>Law Abiding Citizen</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1333' target=_blank>Amer</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1340' target=_blank>Paranormal Activity</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1339' target=_blank>The Box</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1338' target=_blank>The Fourth Kind</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1335' target=_blank>Giallo</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1318' target=_blank>Halloween 2</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=1337' target=_blank>Saw 6</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1336' target=_blank>The Stepfather</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1331' target=_blank>Vengeance</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1329' target=_blank>Carriers</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1330' target=_blank>Moon</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1327' target=_blank>Survival of the Dead</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1326' target=_blank>Splice</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1325' target=_blank>Zombieland</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1324' target=_blank>Pandorum</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1323' target=_blank>Surrogates</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1322' target=_blank>Jennifer's Body</a><br>\n" +
        "- <a href='http://www.joblo.com/arrow/reviews.php?id=1321' target=_blank>Sorority Row</a><br>\n" +
      "";

  document.write( articleData );


}

getJoBloNews();



