jQuery(document).ready(function ($) {
	ipv4Value = $('#ipv4_value').text();
	window.parent.postMessage("ipv4_" + ipv4Value, "*");
});