//document.body.innerHTML="You should be focusing on <a href=\"http://fabien.benetou.fr/CognitiveEnvironments/" + task + "\">"+task+"</a> instead,\nare you sure you need that information from that website?";
document.body.innerHTML="You should be focusing on <a href=\"http://fabien.benetou.fr/CognitiveEnvironments/"+task+"\">"+task+"</a> instead,\nare you sure you need that information from that website? <br/>Note that you have already spent <span id='timespent'>"+time_spent+"</span> seconds on that website so far!<hr/>"+document.body.innerHTML;
t=setInterval(mytimer,1000);
if(!aboveThreshold){
//under threshold, just display a warning and the content
document.body.innerHTML="You should be focusing on <a href=\"http://fabien.benetou.fr/CognitiveEnvironments/"
+task+"\">"
+task+"</a> instead,\nare you sure you need that information from that website?"
+"<br/>Note that you have already spent <span id='timespent'>"
+time_spent+"</span> seconds on that website so far!"
+"(which still is under the threshold of "+timeThreshold+" seconds)<hr/>"