document.write('<!-- Include the Google Friend Connect javascript library. -->')
document.write('<script type="text/javascript" src="http://www.google.com/friendconnect/script/friendconnect.js"></script>')
document.write('<!-- Define the div tag where the gadget will be inserted. -->')
document.write('<div id="div-1234737215576" style="width:500px;border:1px solid #cccccc;"></div>')
document.write('<!-- Render the gadget into a div. -->')
document.write('<script type="text/javascript">')
document.write('var skin = {};')
document.write("skin['BORDER_COLOR'] = '#cccccc';")
document.write("skin['ENDCAP_BG_COLOR'] = '#e0ecff';")
document.write("skin['ENDCAP_TEXT_COLOR'] = '#333333';")
document.write("skin['ENDCAP_LINK_COLOR'] = '#0000cc';")
document.write("skin['ALTERNATE_BG_COLOR'] = '#ffffff';")
document.write("skin['CONTENT_BG_COLOR'] = '#ffffff';")
document.write("skin['CONTENT_LINK_COLOR'] = '#0000cc';")
document.write("skin['CONTENT_TEXT_COLOR'] = '#333333';")
document.write("skin['CONTENT_SECONDARY_LINK_COLOR'] = '#7777cc';")
document.write("skin['CONTENT_SECONDARY_TEXT_COLOR'] = '#666666';")
document.write("skin['CONTENT_HEADLINE_COLOR'] = '#333333';")
document.write("skin['DEFAULT_COMMENT_TEXT'] = '- add your comment here -';")
document.write("skin['HEADER_TEXT'] = 'Comments';")
document.write("skin['POSTS_PER_PAGE'] = '5';")
document.write("google.friendconnect.container.setParentUrl('/' /* location of rpc_relay.html and canvas.html */);")
document.write("google.friendconnect.container.renderWallGadget(")
document.write(" { id: 'div-1234737215576',")
document.write("   site: '01791544916476282120',")
document.write("   'view-params':{")
document.write('"disableMinMax":"false","scope":"PAGE","startMaximized":"true"}')
document.write(" },")
document.write("  skin);")
document.write("</script>")