$(document).ready(function() {
	var protocol = (("https:" == document.location.protocol) ? "https://" : "http://");
	$.ajax({
		url: protocol + "www.kskk.co.jp/analysis/insert_banner.php",
		cache: true,
		success: function(html) {
			if(html != "") {
				$(".right-box").prepend(html);
				$("#banner img").css("margin-bottom", "10px");
			}
		}
	});
});

