
var https = false;
if (window.document.location.protocol == 'https:') {
	https = true;
}

document.write ('<iframe width="132px" height="431px" frameborder="0" scrolling="no" src="http' + (https ? 's' : '') + '://ipv6.he.net/v4ex/sidebar/?" allowtransparency="true" style="margin-bottom: 10px;"></iframe>');

