if ("undefined" != typeof(dc_plazma) ) 
{
	if(document.getElementById('plazma')!=null)
	 document.getElementById('plazma').innerHTML = dc_plazma;
}
if ("undefined" != typeof(dc_bigbox) ) 
{
	if(document.getElementById('bigbox')!=null)
	 document.getElementById('bigbox').innerHTML = dc_bigbox;
}
if ("undefined" != typeof(dc_splazma) ) 
	 document.write(dc_splazma);
