$(document).ready(function() {
	var rnd = parseInt(Math.random() * 10000000000000000);
	var protocol = (document.location.protocol == "https:" ? "https:" : "http:");

	var furl = protocol + "//app.struq.com/s/g/fOjoFhnqcUq5PIbQXIIczQ/?v=2&qs=page"
		+ "&rnd=" + rnd;

	$("body").append('<ifr'+'ame src="' + furl + '" style="width:0px; height:0px; border: 0px"></ifr'+'ame>');

});
