function tibu_load_css(value)
{
var head = document.getElementsByTagName('head')[0],
style = document.createElement('style'),
rules = document.createTextNode(value);
style.type = 'text/css';
if(style.styleSheet)
style.styleSheet.cssText = rules.nodeValue;
else style.appendChild(rules);
head.appendChild(style);
}
tibu_load_css('TABLE.tibu_block{ border-width: 1px;border-style: dashed;border-color: #808080;width: 100%;height: 100%;table-layout: fixed;}TABLE.tibu_ad {width: 100%;height: 100%;table-layout: fixed;}TD.tibu_img {height: 105px;width: 105px;text-align: center;vertical-align: middle;}TD.tibu_txt {text-align: center;vertical-align: middle;}TD.tibu_img IMG {width: 100px;height: 100px;border: 1px solid #03118F;padding:1px;margin: 0 auto;float: none;}TD.tibu_txt A {font-family: Tahoma;font-weight: bold;font-size: 12px;text-decoration: none;color: #525252;}TD.tibu_txt A:HOVER {font-size: 12px;text-decoration: none;color: #800F13;}');
function tibu_load_js(value)
{
var head = document.getElementsByTagName('head')[0];
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = value;
head.appendChild(script);
}
tibu_load_js('http://tibu.ru/pokaz.js');
var tibu_zoom_enable = 0;
var tibu_type = 'js';
var tibu_fixed_align = 'none';
var tibu_width_max = 150;
var tibu_width_min;
var tibu_tables = 0;
var tibu_rotate_delay = 0;
var tibu_content = "
";
var tibu_container = document.getElementById('tibu_container_883');
if (tibu_container)
tibu_container.innerHTML = tibu_content;
else
document.write(tibu_content);