try{var glob_AF_w_min=99;var glob_AF_h_min=14;var glob_AF_h_col_start=80;var glob_AF_head_h=15;var glob_AF_head_w=100;var glob_AF_line_h=18;var glob_AF_line_margin=30;var AF_type=AF_getType();if(AF_type){src="http://ad.adfox.cz/ppcbe.js?timestamp="+(new Date()).getTime()+"&mb=0&charset="+glob_cl_AF_kodovani+"&format=666699ffffff3366ff000000339966101&partner="+glob_cl_AF_ID_zakaznika+"&kanaly="+glob_cl_AF_kanaly+"&stranka="+location.href;scriptstr=unescape("%3C")+'script id="'+glob_cl_AF_ID_zakaznika+'" src="'+src+'" type="text/javascript"'+unescape("%3E%3C")+"/script"+unescape("%3E");document.write(scriptstr)}}catch(e){}function AF_Recom_run(){switch(AF_type){case"line":AF_body=AF_getLine();adbox="width:"+glob_AF_head_w+"px;height:"+glob_cl_AF_height+"px;line-height:"+glob_cl_AF_height+"px;float:left;";break;case"col":AF_body=AF_getCol();adbox="height:"+glob_AF_head_h+"px;line-height:"+glob_AF_head_h+"px;";break}AF_head_color=AF_HexToG(glob_cl_AF_color_border);AF_head="<div style='padding-left:3px;"+adbox+"background:#"+glob_cl_AF_color_border+";font-size:10px;font-weight:bold;overflow:hidden'><a href='https://www.adfox.cz' style='color:#"+AF_head_color+";'>odkazy adFOX</a></div>";AF_contain=AF_head+AF_body;document.write("<div class='AFRecom' style='height:"+(glob_cl_AF_height-2)+"px;width:"+(glob_cl_AF_width-2)+"px;background:#"+glob_cl_AF_color_background+";border:1px solid #"+glob_cl_AF_color_border+";overflow:hidden;margin:0;padding:0'>"+AF_contain+"</div>")}function AF_getLine(){adbody="";w=glob_AF_head_w;body_arr=Array();for(i=0,l=glob_AF_words_incoming.length;i<l;i++){word_length=glob_AF_words_incoming[i].length;if(glob_cl_AF_width/word_length<7){continue}wl=(word_length*7)+glob_AF_line_margin;w+=wl;if(w>=glob_cl_AF_width){w=w-wl;continue}if(typeof (glob_AF_words_incoming[i])=="string"){body_arr[i]=AF_getLinkUrl("line",glob_AF_urls_incoming[i],glob_AF_words_incoming[i])}}for(i=0,l=body_arr.length;i<l;i++){if(typeof (body_arr[i])=="string"){adbody+=body_arr[i]}}return adbody}function AF_getCol(){adbody="";i=0;h=glob_AF_head_h;body_arr=Array();for(i=0,l=glob_AF_words_incoming.length;i<l;i++){if(glob_cl_AF_width/glob_AF_words_incoming[i].length<7){continue}h+=glob_AF_line_h;if(h>=glob_cl_AF_height){continue}if(typeof (glob_AF_words_incoming[i])=="string"){body_arr[i]=AF_getLinkUrl("col",glob_AF_urls_incoming[i],glob_AF_words_incoming[i])}}for(i=0,l=body_arr.length;i<l;i++){if(typeof (body_arr[i])=="string"){adbody+=body_arr[i]}}return adbody}function AF_getLinkUrl(B,A,C){switch(B){case"col":cssbox="display:block;line-height:"+glob_AF_line_h+"px;margin-left:3px;";break;case"line":cssbox="margin:0px 0px 0px 30px;line-height:"+glob_cl_AF_height+"px;";break}linktarget="";if(glob_cl_AF_noveokno==1){linktarget=' target="_blank"'}return'<a href="'+A+'"'+linktarget+' style="'+cssbox+"font-size:11px;font-weight:400;color:#"+glob_cl_AF_color_url+'">'+C+"</a>"}function AF_getType(){try{switch(typeof (glob_cl_AF_force_type)=="undefined"?"":glob_cl_AF_force_type){case"line":case"col":return glob_cl_AF_force_type;break;default:throw"undefined type"}}catch(A){boxratio=glob_cl_AF_width/glob_cl_AF_height;if((boxratio<=1&&glob_cl_AF_width>glob_AF_w_min)||glob_cl_AF_height>=glob_AF_h_col_start){return"col"}else{if(boxratio>1&&glob_cl_AF_height>glob_AF_h_min){return"line"}}return 0}}function AF_HexToG(A){return parseInt((A).substring(2,4),16)>203?"000000":"ffffff"};