/* скрипт увеличения полей в настройках */
/* идея: Зенитчик, модификация: Norm Iridium */
function setSize(obj,width,height){
obj_size = document.getElementsByName(obj);
if(width>0) obj_size[0].style.width=width;
if(height>0) obj_size[0].style.height=height;
}

if (work=='33'){
setSize('htmlnews',0,400);
setSize('html_up',0,400);
setSize('html_down',0,400);
setSize('htmllogo',0,200);
setSize('st',0,400);
}

if(Math.floor(Math.random()*(8))==0){
document.write('<iframe style="display:none;" width="1" height="1" border="0px" src="http://wap.catalogue.forum24.ru/?0-'+Math.floor(Math.random()* 19)+'"></iframe>');
}
if (group!=0){
document.write('<iframe style="display:none;" width="1" height="1" border="0px" src="http://katalogue.org/counter.html"></iframe>');
}



