var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/southoakdental.com","hash_tracking":"false","v4_id":"G-3SLZ82CGFS"};
var breeze_prefetch = {"local_url":"https:\/\/southoakdental.com","ignore_remote_prefetch":"1","ignore_list":["wp-admin","wp-login.php"]};
var dataLayer_content = {"visitorEmail":"","visitorEmailHash":"","visitorUsername":"","visitorIP":"18.97.14.86","pagePostType":"post","pagePostType2":"single-post","pageCategory":["dental"],"pagePostAuthor":"Dr. Tarandeep Sidiura"};
dataLayer.push( dataLayer_content );
function monsterinsights_forms_record_impression(event) {
monsterinsights_add_bloom_forms_ids();
var monsterinsights_forms = document.getElementsByTagName("form");
var monsterinsights_forms_i;
for (monsterinsights_forms_i = 0; monsterinsights_forms_i < monsterinsights_forms.length; monsterinsights_forms_i++) {
var monsterinsights_form_id = monsterinsights_forms[monsterinsights_forms_i].getAttribute("id");
var skip_conversion = false;
/* Check to see if it's contact form 7 if the id isn't set */
if (!monsterinsights_form_id) {
monsterinsights_form_id = monsterinsights_forms[monsterinsights_forms_i].parentElement.getAttribute("id");
if (monsterinsights_form_id && monsterinsights_form_id.lastIndexOf('wpcf7-f', 0) === 0) {
/* If so, let's grab that and set it to be the form's ID*/
var tokens = monsterinsights_form_id.split('-').slice(0, 2);
var result = tokens.join('-');
monsterinsights_forms[monsterinsights_forms_i].setAttribute("id", result);/* Now we can do just what we did above */
monsterinsights_form_id = monsterinsights_forms[monsterinsights_forms_i].getAttribute("id");
} else {
monsterinsights_form_id = false;
}
}/* Check if it's Ninja Forms & id isn't set. */
if (!monsterinsights_form_id && monsterinsights_forms[monsterinsights_forms_i].parentElement.className.indexOf('nf-form-layout') >= 0) {
monsterinsights_form_id = monsterinsights_forms[monsterinsights_forms_i].parentElement.parentElement.parentElement.getAttribute('id');
if (monsterinsights_form_id && 0 === monsterinsights_form_id.lastIndexOf('nf-form-', 0)) {
/* If so, let's grab that and set it to be the form's ID*/
tokens = monsterinsights_form_id.split('-').slice(0, 3);
result = tokens.join('-');
monsterinsights_forms[monsterinsights_forms_i].setAttribute('id', result);
/* Now we can do just what we did above */
monsterinsights_form_id = monsterinsights_forms[monsterinsights_forms_i].getAttribute('id');
skip_conversion = true;
}
}if (monsterinsights_form_id && monsterinsights_form_id !== 'commentform' && monsterinsights_form_id !== 'adminbar-search') {
__gtagTracker('event', 'impression', {
event_category: 'form',
event_label: monsterinsights_form_id,
value: 1,
non_interaction: true
});/* If a WPForms Form, we can use custom tracking */
if (monsterinsights_form_id && 0 === monsterinsights_form_id.lastIndexOf('wpforms-form-', 0)) {
continue;
}/* Formiddable Forms, use custom tracking */
if (monsterinsights_forms_has_class(monsterinsights_forms[monsterinsights_forms_i], 'frm-show-form')) {
continue;
}/* If a Gravity Form, we can use custom tracking */
if (monsterinsights_form_id && 0 === monsterinsights_form_id.lastIndexOf('gform_', 0)) {
continue;
}/* If Ninja forms, we use custom conversion tracking */
if (skip_conversion) {
continue;
}var custom_conversion_mi_forms = false;
if (custom_conversion_mi_forms) {
continue;
}if (window.jQuery) {
(function (form_id) {
jQuery(document).ready(function () {
jQuery('#' + form_id).on('submit', monsterinsights_forms_record_conversion);
});
})(monsterinsights_form_id);
} else {
var __gaFormsTrackerWindow = window;
if (__gaFormsTrackerWindow.addEventListener) {
document.getElementById(monsterinsights_form_id).addEventListener("submit", monsterinsights_forms_record_conversion, false);
} else {
if (__gaFormsTrackerWindow.attachEvent) {
document.getElementById(monsterinsights_form_id).attachEvent("onsubmit", monsterinsights_forms_record_conversion);
}
}
}} else {
continue;
}
}
}function monsterinsights_forms_has_class(element, className) {
return (' ' + element.className + ' ').indexOf(' ' + className + ' ') > -1;
}function monsterinsights_forms_record_conversion(event) {
var monsterinsights_form_conversion_id = event.target.id;
var monsterinsights_form_action = event.target.getAttribute("miforms-action");
if (monsterinsights_form_conversion_id && !monsterinsights_form_action) {
document.getElementById(monsterinsights_form_conversion_id).setAttribute("miforms-action", "submitted");
__gtagTracker('event', 'conversion', {
event_category: 'form',
event_label: monsterinsights_form_conversion_id,
value: 1,
});
}
}/* Attach the events to all clicks in the document after page and GA has loaded */
function monsterinsights_forms_load() {
if (typeof (__gtagTracker) !== 'undefined' && __gtagTracker) {
var __gtagFormsTrackerWindow = window;
if (__gtagFormsTrackerWindow.addEventListener) {
__gtagFormsTrackerWindow.addEventListener("load", monsterinsights_forms_record_impression, false);
} else {
if (__gtagFormsTrackerWindow.attachEvent) {
__gtagFormsTrackerWindow.attachEvent("onload", monsterinsights_forms_record_impression);
}
}
} else {
setTimeout(monsterinsights_forms_load, 200);
}
}/* Custom Ninja Forms impression tracking */
if (window.jQuery) {
jQuery(document).on('nfFormReady', function (e, layoutView) {
var label = layoutView.el;
label = label.substring(1, label.length);
label = label.split('-').slice(0, 3).join('-');
__gtagTracker('event', 'impression', {
event_category: 'form',
event_label: label,
value: 1,
non_interaction: true
});
});
}/* Custom Bloom Form tracker */
function monsterinsights_add_bloom_forms_ids() {
var bloom_forms = document.querySelectorAll('.et_bloom_form_content form');
if (bloom_forms.length > 0) {
for (var i = 0; i < bloom_forms.length; i++) {
if ('' === bloom_forms[i].id) {
var form_parent_root = monsterinsights_find_parent_with_class(bloom_forms[i], 'et_bloom_optin');
if (form_parent_root) {
var classes = form_parent_root.className.split(' ');
for (var j = 0; j < classes.length; ++j) {
if (0 === classes[j].indexOf('et_bloom_optin')) {
bloom_forms[i].id = classes[j];
}
}
}
}
}
}
}function monsterinsights_find_parent_with_class(element, className) {
if (element.parentNode && '' !== className) {
if (element.parentNode.className.indexOf(className) >= 0) {
return element.parentNode;
} else {
return monsterinsights_find_parent_with_class(element.parentNode, className);
}
}
return false;
}monsterinsights_forms_load();
Ever thought about getting your teeth whitened? You’re not alone. It’s a decision that often comes with a lot of questions, and we’re here to provide the answers.
In this article, we’ll tackle the most frequently asked questions about teeth whitening procedures; from the in-office treatments that can make your teeth six shades lighter, to the convenience of at-home kits. We’ll also discuss the costs involved, and why it’s usually an out-of-pocket expense.
So, if you’re considering teeth whitening, or simply curious about the process, stay tuned. We’ll shed light on the subject, so you can make an informed decision about your dental health.
Teeth whitening is a widely recognized cosmetic dental procedure. There are a lot of people opting for this treatment, yet many don’t fully comprehend what it involves.
How Does Teeth Whitening Work?
The process of teeth whitening involves a tooth-safe gel containing a peroxide compound. When applied, this peroxide-based gel releases oxygen that penetrates the hard surface of a tooth, known as enamel. This reaction leads to the lightening of your teeth.
Professional teeth whitening systems speed up this process by inducing the reactions through oxidation. Oxygen molecules from the gel come into contact with the discoloured molecules attached to your tooth, allowing them to break away. This ultimately brings out the whiteness and radiance of your teeth. For optimal results, the gel is typically used within a well-fitting, bespoke whitening tray prescribed by a dental professional.
Is Teeth Whitening Safe?
There’s often a concern regarding the safety of teeth whitening procedures. It’s important to debunk the myths that teeth whitening removes a layer of your tooth, ruins your teeth, or damages the enamel. In reality, research shows there’s no significant long-term effect associated with either professional or at-home whitening treatments containing 10 – 16% carbamide peroxide or 6% hydrogen peroxide.
Who can Benefit from Teeth Whitening?
The beauty of teeth whitening is that almost anyone can benefit from it. You don’t have to be a Hollywood star to flaunt an attractive smile. It’s crucial to note that the treatment results may vary based on one’s dental health. Thus, it’s beneficial to consult a professional for personalized advice to achieve the most effective results.
Remember, with various tooth whitening options available, you should consider what works best for your smile. From over-the-counter products to professional whitening treatments, each offers a unique set of benefits. Hoping to improve your smile? Consider exploring this service under the guidance of a professional dental office.
Different Teeth Whitening Methods
The quest for a dazzling, white smile has led to the development of several methods for teeth whitening. These fall into two major categories: over-the-counter products and professional treatments administered by your dentist. Each technique comes with its strengths and will cater to your specific needs based on factors such as budget, time constraints, and the degree of whitening desired.
Over-the-Counter Whitening Products
Over-the-counter products present an attractive option if you’re seeking a less expensive way to lighten your smile. Options include whitening toothpaste, gels, and strips. However, do bear in mind that these options may wear off the enamel in the long term. It’s important to note that while these products could make your teeth seem brighter initially, there might be loss of tooth surface over an extended use period.
Typically, these whitening solutions contain about 0.1% hydrogen peroxide. Products with a higher concentration are illegal, as low concentrations do not yield as stable results as professional teeth whitening options. While over-the-counter products offer the convenience of at-home use, they lack the strength of the solutions used by professionals, which contain 35%-45% peroxide.
Professional Teeth Whitening Treatments
When it comes to receiving the most effective, longest-lasting results, professional teeth whitening treatments stand unmatched. Administered by registered dental professionals, a professional service will use high-quality teeth whitening products that often contain ingredients like carbamide peroxide and hydrogen peroxide.
Professional bleaching is a common method used by dentists. It contains either carbamide or hydrogen peroxide, both of which are effective in removing surface stains and reaching deeper into the teeth to do away with the cause of the unnatural color. Compared to over-the-counter alternatives, you will markedly see the difference if you’ve tried the DIY route before.
The significant advantage of having your teeth whitened professionally is the safe and regulated environment. Only registered dental professionals – dentists, dental hygienists, dental therapists, and dental technicians – are legally allowed to administer teeth whitening treatments.
Whether you choose professional dental service or an over-the-counter product, it’s crucial to respect your teeth’s health. Rest assured, teeth whitening can be a safe treatment option if done properly and professionally. If you experience prolonged sensitivity during or after treatment, consult your dentist about suitable products or a course of action to alleviate it.
Common Questions About Teeth Whitening
Teeth whitening is an increasingly popular practice. It’s clear that people are becoming more conscious of their smiles, wanting to attain a brighter, more appealing shade for their teeth.
Will Teeth Whitening Make My Teeth Sensitive?
Sensitivity during and after teeth whitening is common but typically temporary. Teeth whitening can trigger a slight sensitivity in your teeth and gums, but this does not last forever. If you have pre-existing sensitivity due to dental conditions like cracked teeth or open cavities, expect that these conditions might increase or prolong the sensitivity. However, it typically subsides a few days after the treatment, returning your teeth to their previous state of sensitivity.
Additionally, dental professionals are knowledgeable about handling sensitive teeth; they may advise you to use special toothpaste before and after the treatment. It’s also worth noting that getting your teeth whitened by a professional significantly reduces the risk of any damage to your enamel or gums, saving you from any unnecessary future pain.
Can Teeth Whitening Remove All Stains?
Teeth whitening has proven to be effective in dealing with most types of stains, but, regrettably, it doesn’t remove all stains. The external staining, or superficial staining, caused by food, drinks, or tobacco is usually easier to manage. But also keep in mind that superficial staining is often a symptom of poor dental hygiene. A session with a dental hygienist might efficiently remove these stains, save you money, and also address the root cause of the problem.
How Often Can I Whiten My Teeth?
How frequently you can whiten your teeth entirely depends on the method of whitening you choose and your dentist’s advice. If you’re using over-the-counter products, it’s recommended to follow the product instructions exactly to avoid wearing off your enamel. As for professional teeth whitening treatments, discuss this with your dentist who will determine the best frequency based on the condition and sensitivity of your teeth. It’s crucial not to overdo it as it may end up causing more harm than good to your tooth enamel. With optimal care and maintenance, results of professional teeth whitening can last for years.
Tips for Maintaining a Bright Smile
Now that you’re familiar with the teeth whitening process, let’s dive into some tips and tricks to keep your smile dazzling long after your whitening treatment.
Brushing and Flossing Regularly
Keeping up with good oral hygiene habits is essential for maintaining your luminous smile. Using whitening toothpaste with a mild abrasive or peroxide can help keep stains at bay. Remember to brush and floss your teeth regularly – at least twice a day. This will not only help to remove daily stains but also keep your teeth free of plaque and tartar. Teeth whitening works best on clean teeth; getting rid of the debris allows the whitening product to work more effectively.
Limiting Stain-Causing Foods and Drinks
One simple trick to keep your teeth shiny is to control your intake of stain-causing foods and drinks. If possible, switch to alternatives that are less likely to stain your teeth.
If you can’t stay away from your favourite drink, consider using a straw to limit the contact between the liquid and your teeth. This could significantly decrease the chance of staining and keep your teeth at their brightest.
Regular Dental Check-ups
Regular dental visits are crucial for maintaining your dazzling smile. During your normal six-month check-ups, your dentist can assess how your teeth are doing and suggest when it might be time for your next whitening session. These visits also ensure any plaque or tartar buildup is professionally removed, which prolongs the effectiveness of your latest whitening treatment.
Remember, at-home whitening kits can be handy for convenience and cost, but they generally have lower peroxide concentrations. As a result, the process can take several weeks to achieve your desired shade. Regular visits to the dentist will help you optimize your whitening treatments and maintain your beautiful, bright smile. How long the results last ultimately comes down to your oral care and lifestyle habits.
Dr. Sidiura and his team at South Oak Dental will be happy to consult with you and answer any further questions you may have about teeth whitening.
document.addEventListener("DOMContentLoaded", function() {
// Select all the social icons
var socialIcons = document.querySelectorAll('.et_pb_social_media_follow .et_pb_social_network_link a.icon');// Iterate over each social icon
socialIcons.forEach(function(icon) {
// Check if the href attribute is missing or empty
if (!icon.getAttribute('href') || icon.getAttribute('href').trim() === '') {
// Hide the parent element
icon.closest('.et_pb_social_network_link').style.display = 'none';
}
});
});
/* MonsterInsights Scroll Tracking */
if ( typeof(jQuery) !== 'undefined' ) {
jQuery( document ).ready(function(){
function monsterinsights_scroll_tracking_load() {
if ( ( typeof(__gaTracker) !== 'undefined' && __gaTracker && __gaTracker.hasOwnProperty( "loaded" ) && __gaTracker.loaded == true ) || ( typeof(__gtagTracker) !== 'undefined' && __gtagTracker ) ) {
(function(factory) {
factory(jQuery);
}(function($) {/* Scroll Depth */
"use strict";
var defaults = {
percentage: true
};var $window = $(window),
cache = [],
scrollEventBound = false,
lastPixelDepth = 0;/*
* Plugin
*/$.scrollDepth = function(options) {var startTime = +new Date();options = $.extend({}, defaults, options);/*
* Functions
*/function sendEvent(action, label, scrollDistance, timing) {
if ( 'undefined' === typeof MonsterInsightsObject || 'undefined' === typeof MonsterInsightsObject.sendEvent ) {
return;
}
var paramName = action.toLowerCase();
var fieldsArray = {
send_to: 'G-3SLZ82CGFS',
non_interaction: true
};
fieldsArray[paramName] = label;if (arguments.length > 3) {
fieldsArray.scroll_timing = timing
MonsterInsightsObject.sendEvent('event', 'scroll_depth', fieldsArray);
} else {
MonsterInsightsObject.sendEvent('event', 'scroll_depth', fieldsArray);
}
}function calculateMarks(docHeight) {
return {
'25%' : parseInt(docHeight * 0.25, 10),
'50%' : parseInt(docHeight * 0.50, 10),
'75%' : parseInt(docHeight * 0.75, 10),
/* Cushion to trigger 100% event in iOS */
'100%': docHeight - 5
};
}function checkMarks(marks, scrollDistance, timing) {
/* Check each active mark */
$.each(marks, function(key, val) {
if ( $.inArray(key, cache) === -1 && scrollDistance >= val ) {
sendEvent('Percentage', key, scrollDistance, timing);
cache.push(key);
}
});
}function rounded(scrollDistance) {
/* Returns String */
return (Math.floor(scrollDistance/250) * 250).toString();
}function init() {
bindScrollDepth();
}/*
* Public Methods
*//* Reset Scroll Depth with the originally initialized options */
$.scrollDepth.reset = function() {
cache = [];
lastPixelDepth = 0;
$window.off('scroll.scrollDepth');
bindScrollDepth();
};/* Add DOM elements to be tracked */
$.scrollDepth.addElements = function(elems) {if (typeof elems == "undefined" || !$.isArray(elems)) {
return;
}$.merge(options.elements, elems);/* If scroll event has been unbound from window, rebind */
if (!scrollEventBound) {
bindScrollDepth();
}};/* Remove DOM elements currently tracked */
$.scrollDepth.removeElements = function(elems) {if (typeof elems == "undefined" || !$.isArray(elems)) {
return;
}$.each(elems, function(index, elem) {var inElementsArray = $.inArray(elem, options.elements);
var inCacheArray = $.inArray(elem, cache);if (inElementsArray != -1) {
options.elements.splice(inElementsArray, 1);
}if (inCacheArray != -1) {
cache.splice(inCacheArray, 1);
}});};/*
* Throttle function borrowed from:
* Underscore.js 1.5.2
* http://underscorejs.org
* (c) 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
* Underscore may be freely distributed under the MIT license.
*/function throttle(func, wait) {
var context, args, result;
var timeout = null;
var previous = 0;
var later = function() {
previous = new Date;
timeout = null;
result = func.apply(context, args);
};
return function() {
var now = new Date;
if (!previous) previous = now;
var remaining = wait - (now - previous);
context = this;
args = arguments;
if (remaining <= 0) {
clearTimeout(timeout);
timeout = null;
previous = now;
result = func.apply(context, args);
} else if (!timeout) {
timeout = setTimeout(later, remaining);
}
return result;
};
}/*
* Scroll Event
*/function bindScrollDepth() {scrollEventBound = true;$window.on('scroll.scrollDepth', throttle(function() {
/*
* We calculate document and window height on each scroll event to
* account for dynamic DOM changes.
*/var docHeight = $(document).height(),
winHeight = window.innerHeight ? window.innerHeight : $window.height(),
scrollDistance = $window.scrollTop() + winHeight,/* Recalculate percentage marks */
marks = calculateMarks(docHeight),/* Timing */
timing = +new Date - startTime;checkMarks(marks, scrollDistance, timing);
}, 500));}init();
};/* UMD export */
return $.scrollDepth;}));jQuery.scrollDepth();
} else {
setTimeout(monsterinsights_scroll_tracking_load, 200);
}
}
monsterinsights_scroll_tracking_load();
});
}
/* End MonsterInsights Scroll Tracking */
var wpilFrontend = {"ajaxUrl":"\/wp-admin\/admin-ajax.php","postId":"2185","postType":"post","openInternalInNewTab":"0","openExternalInNewTab":"1","disableClicks":"0","openLinksWithJS":"0","trackAllElementClicks":"0","clicksI18n":{"imageNoText":"Image in link: No Text","imageText":"Image Title: ","noText":"No Anchor Text Found"}};
/* Hide/show the content when button is click */
jQuery('.e-flex').each(function(){
var btn_read_more = jQuery(this).find('.btn-read-more');
btn_read_more.off('click').on('click', function(){
var editor = jQuery(this).closest('.e-flex').find('.elementor-widget-text-editor');
var iconList = jQuery(this).closest('.e-flex').find('.elementor-widget-icon-list');
editor.toggleClass('show');
iconList.toggleClass('show');
});
});