var iframe_url = 'http://groovyconsole.appspot.com/view.groovy?id='+gc_id+'&embed=true';
var html_content = "<iframe src='"+iframe_url+"' frameborder='0' width='"+gc_width+"' height='"+gc_height+"'></iframe>";
document.write (html_content);