document.write('<div id="sample"></div>');
$(function() {
var iframe1 = document.createElement("iframe");
$('#sample').html(iframe1);
$('#sample iframe').attr('id','sampleFrame1').attr('src','/sample/html/col.html');
});
