Republican Debate Comics Cartoon by Bors Sep 23rd, 2015 by Aldouspi
The Republican candidates maybe clowns or maybe they are just comedians as cartoonist Bors suggests…
Comics
Republican Comedy Related Items For Sale [phpbay]Republican Comedy, 11, “”, “”[/phpbay][phpbay]Republican, 9, “1”, “”[/phpbay]
News About Republican Comedy
[insert_php] $rss = new DOMDocument(); $rss->load(‘http://news.google.com/news?output=rss&q=[Republican+comedy]’); $feed = array(); foreach ($rss->getElementsByTagName(‘item’) as $node) { $item = array ( ‘title’ => $node->getElementsByTagName(‘title’)->item(0)->nodeValue, ‘desc’ => $node->getElementsByTagName(‘description’)->item(0)->nodeValue, ‘link’ => $node->getElementsByTagName(‘link’)->item(0)->nodeValue, ‘date’ => $node->getElementsByTagName(‘pubDate’)->item(0)->nodeValue, ); array_push($feed, $item); } $limit = 6; for($x=0;$x<$limit;$x++) {
$title = str_replace(' & ', ' & ', $feed[$x]['title']);
$link = $feed[$x]['link'];
$description = $feed[$x]['desc'];
$date = date('l F d, Y', strtotime($feed[$x]['date']));
echo '‘.$title.’ ‘; echo ‘Posted on ‘.$date.’ ‘; echo ”.$description.’
‘; } [/insert_php]
The Good Samaritan, Cartoon by Bors Sep 9th, 2015 by Aldouspi
Here is a modern take on the tale of the good Samaritan. This cartoon by Bors has many interpretations, I think. But like our modern world there are many different aspects of any particular issue…
Comics
Good Samaritan Related Items For Sale [phpbay]good samaritan, 21, “”, “”[/phpbay]
News About Good Samaritans
[insert_php] $rss = new DOMDocument(); $rss->load(‘http://news.google.com/news?output=rss&q=[good+samaritan]’); $feed = array(); foreach ($rss->getElementsByTagName(‘item’) as $node) { $item = array ( ‘title’ => $node->getElementsByTagName(‘title’)->item(0)->nodeValue, ‘desc’ => $node->getElementsByTagName(‘description’)->item(0)->nodeValue, ‘link’ => $node->getElementsByTagName(‘link’)->item(0)->nodeValue, ‘date’ => $node->getElementsByTagName(‘pubDate’)->item(0)->nodeValue, ); array_push($feed, $item); } $limit = 7; for($x=0;$x<$limit;$x++) {
$title = str_replace(' & ', ' & ', $feed[$x]['title']);
$link = $feed[$x]['link'];
$description = $feed[$x]['desc'];
$date = date('l F d, Y', strtotime($feed[$x]['date']));
echo '‘.$title.’ ‘; echo ‘Posted on ‘.$date.’ ‘; echo ”.$description.’
‘; } [/insert_php]