
var toggleChat=0;


function  ExtText() {
if (toggleChat==0){document.write('N&auml;chste Sprechstunde:<br><br>Donnerstag<br>20. Maerz 2008<br>08.00-09.00');}
else {document.write('Online-Sprechstunde jetzt aktiv!')
}
}



function  ExtLive() {
if (toggleChat==0){document.write('');}
else {document.write('Online-Sprechstunde:')
}
}

function  changeFontColor() {
if (toggleChat==0){document.write('<font color=#000000>');}
else {document.write('<font color=#c10300>')
}
}
