setInterval(function() {
	if (window.location.hash && window.location.hash != '#') {
	  var h = window.location.hash.substring(1);
	  if (parseInt(f.style.height) != h) f.style.height = h + 'px';
	}
}, 10);
var f = document.createElement('IFRAME');
f.setAttribute('width', 600);
f.setAttribute('frameBorder', 0);
f.src = 'http://www.realself.com/widget/answersFull/30435?url=' + encodeURIComponent(window.location.href.replace(/#[^#]+$/, '')) + '&'; 
document.getElementById('rs_fwidg').appendChild(f);