load($targetFeed); $fullList = $newDoc->getElementsByTagName("item"); $counter = 0; foreach($fullList as $thisItem) { if ($counter >= $numFeeds) { break; } $values = $thisItem->getElementsByTagName("*"); $title = ""; $link = ""; $date = ""; $content = ""; foreach($values as $node) { if($node->nodeName == "title") {$title = $node->nodeValue;} //if($node->nodeName == "link") {$link = $node->nodeValue;} //if($node->nodeName == "pubDate") {$date = $node->nodeValue;} if($node->nodeName == "content:encoded") {$content = $node->nodeValue;} } if ($title != "") { echo "

"; if ($link != "") { echo ""; } echo $title; if ($link != "") { echo ""; } echo "

"; } if ($date != "") { echo "

" . date('F jS Y',strtotime($date)) . "

"; } if ($content != "") { echo "

" . $content . "

"; } $counter++; } ?>
Danita Bolin DDS

I practice dentistry with a passion and serve with integrity.

  • To treat you with respect and kindness.
  • To be respectful of your time, needs and concerns.
  • To provide quality treatment as I would for my own family.
  • To educate you about the relationship between your oral health and your total body health.
Meet Dr. Bolin
Smiling
energizes
the soul
– Dr. Bolin
Contact Us

McCart Family Dentistry

6801 McCart Ave., Suite B2
Fort Worth, TX 76133
Phone: (817) 423-9300

Office Hours

Appointments Only

Monday: Closed
Tuesday: 8am - 3pm
Wednesday: 8am - 3pm
Thursday: 8am - 3pm