var d3_rocks = {} d3_rocks.stopwords = { words: [ {word: "Case Western Reserve", href: "/school/CWRU/womens/2009", nocase: true}, {word: "New York University", href: "/school/NYU/womens/2009", nocase: true}, {word: "Pacific Lutheran", href: "/school/PLU/womens/2009", nocase: true}, {word: "Carnegie Mellon", href: "/school/CMU/womens/2009", nocase: true}, {word: "Lewis and Clark", href: "/school/LC/womens/2009", nocase: true}, {word: "Washington U.", href: "/school/WSHU/womens/2009", nocase: true}, {word: "Puget Sound", href: "/school/UPS/womens/2009", nocase: true}, {word: "George Fox", href: "/school/GFOX/womens/2009", nocase: true}, {word: "Willamette", href: "/school/WLMT/womens/2009", nocase: true}, {word: "Rochester", href: "/school/ROCH/womens/2009", nocase: true}, {word: "Whitworth", href: "/school/WHTW/womens/2009", nocase: true}, {word: "Brandeis", href: "/school/BRND/womens/2009", nocase: true}, {word: "Linfield", href: "/school/LINF/womens/2009", nocase: true}, {word: "Chicago", href: "/school/CHI/womens/2009", nocase: true}, {word: "Pacific", href: "/school/PAC/womens/2009", nocase: true}, {word: "Whitman", href: "/school/WHTM/womens/2009", nocase: true}, {word: "Emory", href: "/school/EMRY/womens/2009", nocase: true}, {word: ["UAA", "University Athletic Association"], href: "/conf/UAA/womens/2009", nocase: true}, {word: ["NWC", "Northwest Conference"], href: "/conf/NWC/womens/2009", nocase: true}, {word: "Dee Dee Alexander", href: "http://www.pictureprints.net/identify/Washington+U./Dee+Dee+Alexander", nocase: true, external: true}, {word: "Rovina Broomfield", href: "http://www.pictureprints.net/identify/Washington+U./Rovina+Broomfield", nocase: true, external: true}, {word: "Jenny Southworth", href: "http://www.pictureprints.net/identify/Washington+U./Jenny+Southworth", nocase: true, external: true}, {word: "Laura Lane-Steel", href: "http://www.pictureprints.net/identify/Washington+U./Laura+Lane-Steel", nocase: true, external: true}, {word: "Jaimie McFarlin", href: "http://www.pictureprints.net/identify/Washington+U./Jaimie+McFarlin", nocase: true, external: true}, {word: "Lauren Downing", href: "http://www.pictureprints.net/identify/Washington+U./Lauren+Downing", nocase: true, external: true}, {word: "Rebecca Parker", href: "http://www.pictureprints.net/identify/Washington+U./Rebecca+Parker", nocase: true, external: true}, {word: "Sarah Tibesaer", href: "http://www.pictureprints.net/identify/Washington+U./Sarah+Tibesaer", nocase: true, external: true}, {word: "Sarah Tibesar", href: "http://www.pictureprints.net/identify/Washington+U./Sarah+Tibesar", nocase: true, external: true}, {word: "Becky Parker", href: "http://www.pictureprints.net/identify/Washington+U./Becky+Parker", nocase: true, external: true}, {word: "Janice Evans", href: "http://www.pictureprints.net/identify/Washington+U./Janice+Evans", nocase: true, external: true}, {word: "Sarah Schell", href: "http://www.pictureprints.net/identify/Washington+U./Sarah+Schell", nocase: true, external: true}, {word: "Halsey Ward", href: "http://www.pictureprints.net/identify/Washington+U./Halsey+Ward", nocase: true, external: true}, {word: "Jill Brandt", href: "http://www.pictureprints.net/identify/Washington+U./Jill+Brandt", nocase: true, external: true}, {word: "Nancy Fahey", href: "http://www.pictureprints.net/identify/Washington+U./Nancy+Fahey", nocase: true, external: true}, {word: "Nicky Huels", href: "http://www.pictureprints.net/identify/Washington+U./Nicky+Huels", nocase: true, external: true}, {word: "Zoe Unruh", href: "http://www.pictureprints.net/identify/Washington+U./Zoe+Unruh", nocase: true, external: true}, {word: "d3football", href: "http://www.d3football.com/", nocase: true, external: true}, {word: "d3hoops", href: "/", nocase: true, external: true}, {word: "d3baseball", href: "http://www.d3baseball.com/", nocase: true, external: true}, {word: ["top 25","ranked"], href: "/top25/", nocase: true, external: true}, ], newstopwords: [], wholewords: false, wholewords: true, limit: true, cssClass: 'red', stoptags: /^A$|H1|H2|H3|H4|BLOCKQUOTE/i, skipclass: 'infobox' }; function linkify(element, team){ var completed = false; var SW = d3_rocks.stopwords; SW.words = SW.words.concat(SW.newstopwords); function wordArray(string, obj) { var words = obj.word; if (words.constructor == Array){ for (var i=0, l=words.length; i= 0) { if ( restrictedContainer(node.parentNode) ){ return; } completed = true; var spannode = document.createElement('a'); spannode.href = obj.href; spannode.className = obj.cssClass || SW.cssClass; spannode.target = obj.newtab ? '_blank' : '' ; var middlebit = node.splitText( pos ); var endbit = middlebit.splitText( start.length ); spannode.appendChild( middlebit.cloneNode(true) ); middlebit.parentNode.replaceChild(spannode, middlebit); skip = 1; } } else if (node.nodeType == 1 && node.childNodes && node.className != SW.skipnodes && !/(script|style|^A$)/i.test(node.tagName)) { for (var i=0, l=node.childNodes.length; i