Gets the element - internal document link of all, satisfying the specified conditions
getInternalLink = function(aIndex, aAttributes, aValues, Strong, aAntiAttributes, aAntiValues, aAntiStrong);
//Get a random element from all internal page links, //which have a value of "class" atribute equals "decorated" var link = getInternalLink(-1,['class'],['decorated'],true);