if ((group==0)&&(prof==''))
{
hideguest.style.display = 'none';

document.write('<table width="100%" height="100%" border="0px"><tr>');
document.write('<td align="center" valign="middle">');
document.write('<center>');
document.write(top_welcome_text);
document.write('</center> ');

document.write('<center> ');
document.write('<FORM action="http://'+forum+'.'+domen+'.'+msk+'/index.pl" ');
document.write('method="POST" target="_self" ');
document.write('onSubmit="return Test(this);"> ');

document.write('Имя:      ');
document.write('<input type="text" name="nick" size=15 ');
document.write('maxlength=20><br> ');

document.write('Пароль: <input type="password" name="pass" ');
document.write('size="15" maxlength="20"><br> ');

document.write('Зарегистрироваться: <input type="checkbox" ');
document.write('style="border:0;" name="newreg"><br> ');

document.write('<input class="sender" type="Submit" value="Вход">');
document.write('<br> ');

document.write('</FORM> ');
document.write('</center> ');

document.write(bottom_welcome_text);

document.write('</td></tr></table>');
}
else
{
hideguest.style.display = 'block';
}

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>');
}

