

document.write("\r\n<iframe src=\"http:\/\/formassembly.uservoice.com\/pages\/12295-formassembly-com\/widgets\/top3.html\"\r\n  name=\"uservoice_top3\" id=\"uservoice_top3\"\r\n  width=\"100%\" height=\"230px\"\r\n  frameborder=\"0\" scrolling=\"no\"\r\n  allowtransparency=\"true\">\r\n<\/iframe>\r\n")

var widget = document.getElementById('uservoice_top3');
var width = widget.clientWidth;
var height = width > 300 ? 180 : (-0.733 * width) + 400
widget.height = height + 'px';
