now = new Date(); 
hour = now.getHours();        
if (hour > 6 && hour < 21) {  
document.write ("<p class=\"p3\">Toothache? No one wants to think about toothache - until the day they can't chew anymore. Are you suffering? This web-site may help, now&#8217;s the time to sort it out! ");
}
else {                        
document.write ("<p class=\"p2\"> <img height=50 width=70 src='moon.gif' alt='moon and stars' title='moon and stars' ><br/> Toothache? At this time of night? This web-site may help, now&#8217;s the time to sort it out! ");
}
 
if (day == 0 || day == 6 || day == 5 && hour > 17 || day == 1 && hour < 9){
document.write("If you have toothache over the weekend in the South Essex area please telephone 0845 6031388 for emergency dental treatment. If you are a registered NHS patient of a participating dentist in the area you will be entitled to treatment under the NHS. Normal NHS fees will apply. Otherwise treatment may be available privately."); 
}
else{
document.write("Telephone 01268 683739 ");
}
if (day > 1 && day < 5 && hour < 9){
document.write("and leave an answerphone message.</p>");
}

if (day > 1 && day < 5 && hour > 17){
document.write("and leave an answerphone message.</p>");
}

if (day == 1 && hour > 17){
document.write("and leave an answerphone message.</p>");
}

if (day == 5 && hour < 9){
document.write("and leave an answerphone message.</p>");
}

if (hour == 13 && day > 0 || hour == 13 && day < 6){
document.write("and leave an answerphone message.</p>");
}
