/*!
 * Blackbery Tel Links v1.0
 *
 * Requires jQuery (tested with 1.7.x)
 *
 * Date: Jan 12 2012
 */
function createTelLinks(){$("div,span,li,dd,b,strong,p").contents().filter(function(){return this.nodeType==3&&this.textContent.match(/[()0-9\. +-]{7,}/)}).parent().each(function(){var a=$(this);a.html(a.html().replace(/([()0-9+][()0-9\.\s+-]{8,}[0-9])/g,"<a href='tel:$1'>$1</a>"))})}if(navigator.userAgent.indexOf("BlackBerry")!=-1){$(createTelLinks)};
