Visit The Aldouspi Anything Store
Purchase Archival Quality Photo Prints of Fine Art Nudes, Vintage Nudes, Pinups, Fine Art, Celebrities and Much More!

Link Categories:
Vintage NudesPinupsGil ElvgrenCelebritiesFine ArtAlfred Cheney Johnston Gustav KlimtMale NudesJapanese ArtJosephine BakerBlack & White NudeClassic NudesSpace ExplorationCatsAnsel AdamsArthur SarnoffAlberto Vargas • Marilyn MonroeLouis WainWitch ArtFairy ArtMermaid Art

Cute Female Superhero Pin-up by Eric Matos

Tags: ,

Here is a hot female superhero pumping iron – I love the cute bunny ears.

This pin-up is by Eric Matos – freelance artist who loves animation and comic book superheroes

pin up comic girl

See more:
Pin Up and Cartoon Girls


    Superhero Pin-ups For Sale

    [phpbay]superhero pin-up, 19, “”, “”[/phpbay]

News About Superheroes


[insert_php]
$rss = new DOMDocument();
$rss->load(‘http://news.google.com/news?output=rss&q=[superhero]’);
$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 = 8;
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]