function showArticleListings() { var ccView = document.getElementById('ccView'); var content = "
Articles for Sale 0) { echo "By
getAuthorLink()."' style='color:#fff;text-decoration: none'>".$authorArray['penname']." ";} ?>
"; content = content + "
"; ccView.innerHTML = content; } showArticleListings();