Lolcat of teh Day
$xml = new SimpleXMLElement(file_get_contents("http://feedproxy.google.com/ICanHasCheezburger?format=xml"));
$item = $xml->channel->item[0];
preg_match("/^.* - (.*)", $item->description, $matches);
$alt = htmlspecialchars($matches[1], ENT_QUOTES);
$link = $item->link;
foreach ($item->children("http://search.yahoo.com/mrss/") as $content)
{
$attributes = $content->attributes();
$src = $attributes["url"];
}
print("

");
?>