ehr, mi sa che tu non hai molto chiaro il concetto di funzione ed istruzione:

function empty(){}

var copyOfEmpty = empty; //funzione

var returnOfEmpty = empty(); //istruzione

nel tuo caso cambia il codice così:

Codice PHP:
function tagIdentify() {
    if (!
document.getElementsByTagName){ return; }
    var 
anchors document.getElementsByTagName('a');
    for (var 
i=0anchors.lengthi++){
        var 
anchor anchors[i];
        var 
relAttribute String(anchor.getAttribute('rel'));
        if(
relAttribute.match('jsF')){
            if(
relAttribute.indexOf(".")){
                
rayRel relAttribute.split(".");
                eval(
'anchor.onclick = '+rayRel[1]+';');
            }
        }
    }



function 
getIt(x){
    var 
document.getElementById(x).onclick;
    
m();

Nota: sono partito dal presupposto che quello che sta prima dell'assegnamento funzioni.