


var outbanner_text_file_path = [];

var outbanner_text_link = [];

var outbanner_text_text = [];

var outbanner_text_codes = [];


outbanner_text_file_path[0] = 'http://outbanner.hu.co.kr/@files/human_banner/20160805/banner20160805181522.swf';

outbanner_text_text[0] = '';

outbanner_text_link[0] = 'http://wrd.appstory.co.kr/rd.flad?n=27761';

outbanner_text_codes[0] = '1061';


var rand_num = Math.floor((Math.random()*outbanner_text_codes.length));



function PrintFlash_center(flash_src,swf_width,swf_height,param_wmode,param_acess)
{
	if(param_wmode == null) param_wmode = "transparent";
	if(param_acess == null) param_acess = "always";
 
	HtmlTag = "<object  id=\'" + flash_src + swf_width + swf_height + "\' type=\'application/x-shockwave-flash\' classid=\'clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\' codebase=\'http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,28,0\' width=\'" + swf_width + "\' height=\'" + swf_height + "\'>";
	HtmlTag = HtmlTag + "<param name=\'allowScriptAccess\' value=\'" + param_acess + "\' />";
	HtmlTag = HtmlTag + "<param name=\'quality\' value=\'high\' />";
	HtmlTag = HtmlTag + "<param name=\'movie\' value=\'" + flash_src + "\' />";
	HtmlTag = HtmlTag + "<param name=\'wmode\' value=\'" + param_wmode +"\' />";
	HtmlTag = HtmlTag + "<embed src=\'" + flash_src + "\' width=\'" + swf_width + "\' height=\'" + swf_height + "\' allowScriptAccess=\'" + param_acess + "\' wmode=\'" + param_wmode + "\'></embed>";
	HtmlTag = HtmlTag + "</object>";

	HtmlTag += '<img id="logcode_" width="0" height="0" alt="" />';
	
	document.write(HtmlTag);
}

PrintFlash_center(outbanner_text_file_path[rand_num],530,42);




$(document).ready(function () {
	
	$("#logcode_").attr("src", "http://logbanner.hu.co.kr/@files/human_banner/dt_logcount.proc.php?code="+outbanner_text_codes[rand_num]);

});