/* To configure: Full path to the widget */
var widgetPath = "http://www.latitudesurvey.com/widget/widget.php";
/* To configure: Name of the widget */
var widgetName = "latdrwwhaiti";
/* Writes into an iframe */
document.write('<iframe ' + 'src="' + widgetPath + '" width="250" height="300" scrolling="no" ' + 'name="' + widgetName + '" style="border:0;padding:0;margin:0;overflow:none"></iframe>')