Get rid of white flash when iframe loads
// Adding this to the iframe code will stop the white flash that occurs when an iframe loads.
style="visibility:hidden;" onload="this.style.visibility = 'visible';"