function resizeIFrame()
{
	var iframeWin = document.frames['CLUB_BODY'];
	var scrollbarWidth = 4;
	var iframeWinBody = iframeWin.document.body;
	var diffHeight = iframeWinBody.scrollHeight - document.all.CLUB_BODY.style.pixelHeight;
	
	document.all.CLUB_BODY.style.pixelHeight  = document.all.CLUB_BODY.style.pixelHeight + diffHeight + scrollbarWidth;
}
