Call Dr. Bill Kalkstein at 412.381.4453 to find out how his unique combination of chiropractic, laser acupuncture, functional neurology and sports medicine has helped Pittsburgh Area residents just like you. Call now!!
Randomized RSS Feed
channel->item;
// Randomize the items
shuffle($items);
// Display 5 randomized items with thumbnails, titles, and descriptions
$counter = 0;
foreach ($items as $item) {
if ($counter >= 5) {
break;
}
$title = (string)$item->title;
$description = substr(strip_tags((string)$item->description), 0, 300) . '...';
$link = (string)$item->link;
$thumbnail = (string)$item->enclosure['url'];
echo "