function updateif()
{
	if (window.parent.frames.length > 0) 
	{
		window.parent.resizeIframe('myframe');
	}
}

// selects image header at random
window.addEventListener?window.addEventListener('load',updateif,false):window.attachEvent('onload',updateif);


