function fbwidget(width,height) {
	document.write("<iframe src=\"http://fitnessbloggen.no/external/?width=" + width + "&height=" + height + "&hostname=" + window.location.hostname + "\" scrolling=\"no\" frameborder=\"0\" style=\"width:" + width + "px; height:" + height + "px; border:none; overflow:hidden;\" allowTransparency=\"true\"></iframe>");
}
