Guest guest Posted September 13, 2007 Report Share Posted September 13, 2007 The statement below came from the New Scientist website. So, avoid skin contact with toothpaste. Betsy From toothpaste to soap HOW good are you at brushing your teeth without any of the toothpaste touching your skin - not even the extra-sensitive skin inside your mouth? The tube of Ultradent Opalescence toothpaste that Geoffrey Clark bought came with a Material Safety Data Sheet that included this recommendation: " Skin contact: wash with soap and water. " Quite worrying, we think. var callCount = 0; function rmvScroll( msg ) { if ( ++callCount > 10 ) { msg.style.visibility = " visible " ; } if ( callCount msg.clientHeight ) { newHeight = msg.scrollHeight + delta; } delta = msg.offsetWidth - msg.clientWidth; delta = ( isNaN( delta )? 1 : delta + 1 ); if ( msg.scrollWidth > msg.clientWidth ) { newWidth = msg.scrollWidth + delta; } msg.style.overflow = " visible " ; msg.style.visibility = " visible " ; if ( newWidth > 0 || newHeight > 0 ) { var ssxyzzy = document.getElementById( " ssxyzzy " ); var cssAttribs = ['#' + msg.id + '{']; if ( newWidth > 0 ) cssAttribs.push( 'width:' + newWidth + 'px;' ); if ( newHeight > 0 ) cssAttribs.push( ' height:' + newHeight + 'px;' ); cssAttribs.push( '}' ); try { ssxyzzy.sheet.deleteRule( 0 ); ssxyzzy.sheet.insertRule( cssAttribs.join( " " ), 0 ); } catch( e ){} } } function imgsDone( msg ) // for Firefox, we need to scan for images that haven't set their width yet { var imgList = msg.getElementsByTagName( " IMG " ); var len = ((imgList == null)? 0 : imgList.length); for ( var i = 0; i Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.