var widgetURL = "http://images.frontdoor.com/FDOOR/widgets/foreclosures/embed/index.html";
function writeWidget(widgetW){
	var widgetCode = '<iframe frameborder="0" scrolling="no" style="margin: 0; padding: 0; border: 0;" src="' + widgetURL; //begin the embed
	widgetCode += '" width="' + widgetW; //set the width of the iframe
	widgetCode += '" height=120'; //set the height of the iframe
	widgetCode += '"></iframe>';
	//write the appropreate widget
	document.write(widgetCode);
}