Accessing an iframe which do not have an ID?

Accessing an iframe which do not have an ID?

Hello,
an external javascript file inserts this HTML code via "document.write":



Now I want to hide this iframe at onload, e.g.:
  1. $(function() {
  2.       $(???).hide();
  3. });
But how can I access this iFrame which do not have an ID?

Thanks.
Carlos