function visitweb_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);
}
visitweb_load_css('TABLE.visitweb_block { background: #FFFFFF; border-width: 0px; border-style: solid; border-color: #9C9C9C; width: 100%; height: 100%; table-layout: fixed; } TABLE.visitweb_ad { background: #FFFFFF; border-width: 1px; border-style: solid; border-color: #CCCCCC; width: 100%; height: 100%; table-layout: fixed; } TD.visitweb_img { height: 90px; text-align: center; vertical-align: middle; } TD.visitweb_txt { text-align: center; vertical-align: middle; } TD.visitweb_img IMG { width: 90px; height: 90px; border: 0; margin: 0 auto; float: none; } TD.visitweb_txt A { font-family: Tahoma; font-weight: normal; font-size: 11px; text-decoration: underline; color: #0000CC; } TD.visitweb_txt A:HOVER { font-size: 11px; text-decoration: underline; color: #D50303; }');
function visitweb_load_js(value)
{
var head = document.getElementsByTagName('head')[0];
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = value;
head.appendChild(script);
}
visitweb_load_js('http://46.165.197.153/js/block_view.js');
var visitweb_zoom_enable = 0;
var visitweb_type = 'js';
var visitweb_fixed_align = 'none';
var visitweb_width_max = 90;
var visitweb_width_min;
var visitweb_colsrows = 6;
var visitweb_tables = 1;
var visitweb_rotate_delay = 3000;
var visitweb_content = "
";
var visitweb_container = document.getElementById('visitweb_container_759');
if (visitweb_container)
visitweb_container.innerHTML = visitweb_content;
else
document.write(''+visitweb_content+'
');