// JavaScript Document
text2png.onLoad = function(){
if(document.getElementById('sidrubrik'))
{
document.getElementById('sidrubrik').innerHTML=document.title;
//pausecomp(200);
    text2png.replace('sidrubrik',{
'font':'Curlz MT',
'size':25,
'shadow_color':'#999999',  // the shadow color defaults to black
'shadow_distance':10,   // the distance in the shadow (set to zero to remove the shadow
'shadow_blur':8,  // where the shadow start fading
'shadow_strength':12,   // the opacity of the shadow
'shadow_angle':330  // the angle of the shadow (no comma after the last option)
});
//pausecomp(200);
document.getElementById('sidrubrik').style.color='#F5E9F0';
document.getElementById('sidrubrik').style.fontSize=0;
}
}
