The code below creates an iFrame for this page. but as soon as it loads, it basically refreshes the page and I lose the iFrame:
var ifram = '<iframe id="frame" width="100%" height="1" scrolling="yes"></iframe>';
document.write(ifram);
var iframe = parent.document.getElementById("frame");
iframe.height = 600;
iframe.width = '100%';
iframe.src = "http://www.roblox.com/--item?id=19027209";