function writeObj(url, width, height) {
  var host = (url.indexOf("me.com") > -1 ) ? "me" : "mac";
  document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="' + width + '" height="' + height + '" id="iweb_photowidget" align="middle"><param name="allowScriptAccess" value="always" /><param name="movie" value="http://gallery.'+ host +'.com/g/flash/iweb_photowidget/iweb_photowidget.swf?959493" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><param name="wmode" value="opaque" /><param name="flashVars" value="feed=' + url + '?webdav-method=truthget&feedfmt=atom&depth=1&widgetWidth=' + width + '&widgetHeight=' + height + '" /><embed src="http://gallery.'+ host+'.com/g/flash/iweb_photowidget/iweb_photowidget.swf?959493" quality="high" bgcolor="#000000" wmode="opaque" width="' + width + 'px" height="' + height + '" name="iweb_photowidget" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashVars="feed=' + url + '?webdav-method=truthget&feedfmt=atom&depth=infinity&widgetWidth=' + width + '&widgetHeight=' + height + '" /></object>');
}