var qs = window.location.search.substring(1);
document.write(
	"<iframe src=\"http://household-economy.appspot.com/?"+qs+"\""
	+ " id=\"widgetiframe\""
	+ " frameBorder=\"0\""
	+ " scrolling=\"no\""
	+ " width=\"600px\""
	+ " height=\"700px\""
	+ "></iframe>");

