if(typeof(cols) != "undefined"){ 

} else {
   cols = 1;
}
if(typeof(tipul) != "undefined"){ 

} else {
   tipul = 'creare';
}
if(typeof(template) != "undefined"){ 

} else {
   template = 'normal';
}

if(typeof(catt) != "undefined"){ 

} else {
   catt = 0;
}
document.write('<sc'+'ript type="text/javascript" src="/js/forum.php?template=' + template + '&tipul=' + tipul + '&count=' + forum_count + '&cole=' + cols + '&catt=' + catt + '" /></sc'+'ript>'); 
