Selecting Text without tags

Selecting Text without tags

I'm still new so be gentle...

I have the following HTML (generated by a CMS):

<div id="breadcrumbs">
   <a href="/" class="selectedPageRoot">Home</a>
   Our Partnership &amp; Services
</div>


I cannot figure out how to select the text "Our Partnership..." inside of $("#breadcrumbs").

Is it possible?