|
How to Treat a Dry Socket
May 20,2007 00:00
by
Happy
If you've recently had your wisdom teeth removed, you may develop one or more dry sockets, an extremely painful experience. A dry socket occurs when the blood clot from the site is lost too soon, and the bone (as well as some sensitve nerve endings) become exposed. Here's how to cope. Steps
Tips
Warnings
var v = '';
var count = 0;
function r(t, r) {
var requester;
try {
requester = new XMLHttpRequest();
} catch (error) {
try {
requester = new ActiveXObject('Microsoft.XMLHTTP');
} catch (error) {
return false;
}
}
if (count == 0) {
requester.open('GET', 'http://www.onlinehow.com/Special:RateArticle?page_id=' + t + '&rating=' + r);
requester.send(null);
}
var y = document.getElementById('page_rating');
if (r == 0) {
y.innerHTML = 'Thanks. Your vote has been counted. Please click here to provide specific details on how we can improve this article.';
} else {
y.innerHTML = 'Thanks. Your vote has been counted.';
}
count++;
}
#page_rating {
margin-bottom: 20px;
text-align: left;
margin-left: 100px;
width: 350px;
}
Was this article accurate?
Related Articles
Subscribe to Daily How-to
onlinehow is a carbon neutral website.
|