Thanks cleevewebby.
Ahhhhhhhhh...... :-) i was not specific enough...
The entire two lines.... (Which on my HUGE monitor is only one line) should be Commented out.
So both lines have the "<!--" "--> on either side of it... ie below...
wf.src = ('https:' == document.location.protocol ? 'https' : 'http')
+ '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
Becomes....
<!-- wf.src = ('https:' == document.location.protocol ? 'https' : 'http')
+ '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; -->
As long as the "<!-- is before the first line beginning with "wf.src = ('https:' == d) which is actually the line above the "Ajax linE" and the "Ajax line" ends with "-->"
*Note* the quotation marks " " in my notes are only to define things better.
In summary...
Where i said "Comment out the AJAX line of code" you actually need to "comment out the line prior to the ajax line as well as the ajax line"
Confused yet?
And as for where the "+" sits on either line? Doesnt matter as both lines need to be commented out.
I hope this helps :-)