I was wondering why ad\'s still use the document.write approach to inserting the add into the page
I stand corrected, doc.write created scripts are blocking - worse than I though heh :) - but as an adblock avoider it's really weak, so I can only conclude it's an SOP mechanism for dynamically adding params to a script request overused.
Use the DOM insertion technique when avoiding script blocks kids.