I came across this resource where the .js file pulls out the iframe. Source
The js file:
window.document.write("<iframe src=\"somedomain.com/page.htm\"/>");
However i'm not sure how to add attributes such as width/height/scrolling. Further more i would also like to add an image and link it as well, at the end of the iframe