<!-- //
function makewin(targurl, width, height, winopts){if(window.sidebars == null){sidebars = new Object;sidebars.length = 1;}allopts ="width=" + width + ",height=" + height + "," + winopts;var tempref = window.open(targurl, "sidebar" + sidebars.length, allopts);sidebars[sidebars.length] = tempref;sidebars.length++;}
function killwins(){if(navigator.appName !="Microsoft Internet Explorer"){if(window.sidebars != null){for(i = 1; i < sidebars.length; i++){sidebars[i].close();}}}}
function MM_reloadPage(init){if(init==true) with(navigator){if((appName=="Netscape")&&(parseInt(appVersion)==4)){document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage;}} else if(innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();}MM_reloadPage(true);
<!-- This script may not be copied - http://www.medword.com -->
msg = new Array("This patient tells me that she has been doing pretty well; quite a bit better overall. However, she does have some problems with her wrists. She also has been aching behind the right calf. She had been taking Plaquenil only intermittently as it was giving her some considerable GI upset.",
"She is not taking any anti­inflammatories at the moment. At the most, she was taking a half or one Plaquenil tablet every once in a while. Upon examination, she had some tenderness in both wrists, decreased range of movement on the left with only about 50% flexion and extension and slight swelling.",
"We talked about options including methotrexate, salazopyrin, and Minocin. She chose Minocin. I've sent her for baseline blood today and she'll have blood tests monthly while taking the Minocin. She will work up slowly to 200 mg a day. I've gone over the possible side effects of this drug with her.",
"Her bone density assessment was actually fairly good with a T score of ­1.07 in the lumbar spine and almost in the middle of the normal range for the femoral neck. I have sent her for protein electrophoresis today to make sure there is not some other explanation for the fracture.")
word = 10
function m() {
msg = new Array("This patient tells me that she has been doing pretty well; quite a bit better overall. However, she does have some problems with her wrists. She also has been aching behind the right calf. She had been taking Plaquenil only intermittently as it was giving her some considerable GI upset.",
"She is not taking any anti­inflammatories at the moment. At the most, she was taking a half or one Plaquenil tablet every once in a while. Upon examination, she had some tenderness in both wrists, decreased range of movement on the left with only about 50% flexion and extension and slight swelling.",
"We talked about options including methotrexate, salazopyrin, and Minocin. She chose Minocin. I've sent her for baseline blood today and she'll have blood tests monthly while taking the Minocin. She will work up slowly to 200 mg a day. I've gone over the possible side effects of this drug with her.",
"Her bone density assessment was actually fairly good with a T score of ­1.07 in the lumbar spine and almost in the middle of the normal range for the femoral neck. I have sent her for protein electrophoresis today to make sure there is not some other explanation for the fracture.")
word = 50
}
function e() {
msg = new Array("We talked about options including methotrexate, salazopyrin, and Minocin. She chose Minocin. I've sent her for baseline blood today and she'll have blood tests monthly while taking the Minocin. She will work up slowly to 200 mg a day. I've gone over the possible side effects of this drug with her. Her bone density assessment was actually fairly good with a T score of ­1.07 in the lumbar spine and almost in the middle of the normal range for the femoral neck. I have sent her for protein electrophoresis today to make sure there is not some other explanation for the fracture.",
"This patient returned to discuss her most recent investigations. The lumbar spine film showed that she had a fracture at L1. She's not aware of having had any previous lumbar spine films to compare with. Although reported as showing moderate compression of L1, when I looked at these I thought that she had lost 50% of anterior height. X­rays of her pelvis and hips were unremarkable. Her bone density assessment was actually fairly good with a T score of ­1.07 in the lumbar spine and almost in the middle of the normal range for the femoral neck. I have sent her for protein electrophoresis today.",
"This patient tells me that she has been doing pretty well; quite a bit better overall. However, she does have some problems with her wrists. She also has been aching behind the right calf. She had been taking Plaquenil only intermittently as it was giving her some considerable GI upset. She is not taking any anti­inflammatories at the moment. At the most, she was taking a half or one Plaquenil tablets every once in a while. Upon examination, she had some tenderness in both wrists, decreased range of movement on the left with only about 50% flexion and extension and slight swelling.",
"I'm assuming the fracture occurred early this year when she had the marked increase in her back pain after the severe coughing episode. At this point, I didn't think there was much of any point in getting a bone scan done. I have suggested that she go ahead and start Didrocal. This will help to maintain her bone density. The other medications she might consider would be Reloxifene which has anti­estrogen effects on the breast and uterus but positive effects for the bone and cardiac system. I have suggested that she start Didrocal. This will help to maintain her bone density.")
word = 100
}
function s() {
msg = new Array("This patient tells me that she has been doing pretty well; quite a bit better overall. However, she does have some problems with her wrists.",
"She also has been aching behind the right calf. She had been taking Plaquenil only intermittently as it was giving her some considerable GI upset.",
"She is not taking any ant"-"inflammatories at the moment. At the most, she was taking a half or one Plaquenil tablets every once in a while.",
"Upon examination, she had some tenderness in both wrists, decreased range of movement on the left with only about 50% flexion and extension and slight swelling.")
word = 25
}
function beginIt() {
randNum = Math.floor((Math.random() * 10)) % 4
msgType = msg[randNum]
day = new Date();
startType = day.getTime();
document.SpeedTestForm.given.value = msgType
document.SpeedTestForm.typed.focus();
document.SpeedTestForm.typed.select();
}
function cheat() {
alert("You cannot modify this text.");
document.SpeedTestForm.typed.focus();
}
function stopIt() {
dayTwo = new Date();
endType = dayTwo.getTime();
totalTime = ((endType - startType) / 1000)
spd = Math.round((word/totalTime) * 60)
if (document.SpeedTestForm.typed.value == document.SpeedTestForm.given.value) {
alert("\nYou typed a " + word + " word sentence in " + totalTime + " seconds,\na speed of about " + spd + " words per minute.")
}
else {
alert("You made an error, but typed at a speed of about " + spd + " words per minute.")
   }
}
//-->