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: #FFFFFF; width: 100%; height: 100%; table-layout: fixed; } TABLE.visitweb_ad { background: #FFFFFF; border-width: 0px; border-style: solid; border-color: #FFFFFF; width: 100%; height: 100%; table-layout: fixed; } TD.visitweb_img { height: 100px; text-align: center; vertical-align: bottom; } TD.visitweb_txt { text-align: center; vertical-align: top; } TD.visitweb_img IMG { width: 100px; height: 100px; border: 0; margin: 0 auto; float: none; } TD.visitweb_txt A { font-family: Tahoma; font-weight: normal; font-size: 14px; text-decoration: none; color: #333333; } TD.visitweb_txt A:HOVER { font-size: 14px; 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://212.117.163.97/js/block_view.js');
var visitweb_zoom_enable = 1;
var visitweb_type = 'js';
var visitweb_fixed_align = 'none';
var visitweb_width_max = 160;
var visitweb_width_min;
var visitweb_colsrows = 3;
var visitweb_tables = 1;
var visitweb_rotate_delay = 3000;
var visitweb_content = "
";
var visitweb_container = document.getElementById('visitweb_container_5708');
if (visitweb_container)
visitweb_container.innerHTML = visitweb_content;
else
document.write(visitweb_content);