codice:
if(this.src.search('contacts_act') != -1)
puoi anche utilizzare il metodo indexOf

codice:
if(this.src.indexOf('contacts_act') != -1)